/* compiled by scssphp v0.7.6 on Wed, 12 Feb 2020 15:42:14 +0000 (12.0586s) */

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }
/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }

  to {
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1); }

.fa-flip-vertical {
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }
/* Eric Meyer's Reset */
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2;
  font-size: 14px;
  font-family: 'robotoregular';
  color: #2c2c2c;
  background-color: #fafafa;
  /*overflow-x:hidden;*/ }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
/* Global Typography */
*, :before, :after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*:focus {
  outline: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%; }
/* Global Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'robotobold';
  color: #d83b26;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0 42px; }

h2 {
  color: #fff;
  font-size: 15px; }

h3 {
  color: #2c2c2c; }

h4 {
  color: #2c2c2c;
  margin-bottom: 10px;
  font-size: 15px; }

h5 {
  font-size: 11.5px;
  margin-bottom: 3px; }
/* General Text Formatting */
@font-face {
  font-family: 'robotoregular';
  src: url('../webfonts/roboto-regular-webfont.woff2') format('woff2'), url('../webfonts/roboto-regular-webfont.woff') format('woff'); }

@font-face {
  font-family: 'robotomedium';
  src: url('../webfonts/roboto-medium-webfont.woff2') format('woff2'), url('../webfonts/roboto-medium-webfont.woff') format('woff'); }

@font-face {
  font-family: 'robotobold_italic';
  src: url('../webfonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('../webfonts/roboto-bolditalic-webfont.woff') format('woff'); }

@font-face {
  font-family: 'robotobold';
  src: url('../webfonts/roboto-bold-webfont.woff2') format('woff2'), url('../webfonts/roboto-bold-webfont.woff') format('woff'); }

p {
  line-height: 1.3; }

blockquote, cite, q, var, dfn {
  font-style: italic; }

small {
  font-size: 75.71429%;
  line-height: 1.75; }

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

span, em {
  display: inline-block; }

strong {
  display: block; }
/* Global Link style */
a {
  color: #d83b26;
  text-decoration: none;
  outline: none;
  display: inline-block; }

a:hover {
  color: #23347a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
/* Global Button Styles */
button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0; }

button:hover, button:focus {
  cursor: pointer;
  outline: none;
  opacity: 0.8;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.hamburger {
  width: 23px;
  height: 20px;
  position: relative; }
  .hamburger em {
    position: relative;
    display: block;
    height: 4px;
    width: 100%;
    background-color: #d83b26; }
    .hamburger em:before {
      top: auto;
      right: auto;
      bottom: 8px;
      left: 0;
      position: absolute;
      content: "";
      width: 100%;
      height: 4px;
      background-color: #d83b26; }
    .hamburger em:after {
      top: auto;
      right: auto;
      bottom: -8px;
      left: 0;
      position: absolute;
      content: "";
      width: 100%;
      height: 4px;
      background-color: #d83b26; }

.button-call, .button-hire {
  font-family: 'robotobold';
  font-size: 13px;
  background-color: #d83b26;
  height: 23px;
  width: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 0; }
  .button-call:hover, .button-hire:hover {
    opacity: 0.8;
    color: #fff; }

.button-request {
  font-family: 'robotobold';
  font-size: 20px;
  background-color: #d83b26;
  width: 226px;
  height: 72px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 110%; }
  .button-request small {
    font-size: 12px; }

.button-private {
  position: relative;
  padding-left: 25px;
  font-family: 'robotobold'; }
  .button-private:before {
    top: 0;
    right: auto;
    bottom: auto;
    left: -1px;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d83b26;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .button-private em:before {
    top: 9px;
    right: auto;
    bottom: auto;
    left: 3px;
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #d83b26; }
    .button-private em:after {
      top: 6px;
      right: auto;
      bottom: auto;
      left: 6px;
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      border-top: 1px solid #d83b26;
      border-right: 1px solid #d83b26;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.close-overlay {
  width: 30px;
  height: 30px;
  top: 50px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 6;
  overflow: hidden; }
  .close-overlay:after {
    top: -17px;
    right: auto;
    bottom: auto;
    left: -3px;
    position: absolute;
    content: "";
    width: 2px;
    height: 100px;
    background-color: #fff;
    z-index: 7;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg); }
  .close-overlay:before {
    top: -53px;
    right: auto;
    bottom: auto;
    left: -3px;
    position: absolute;
    content: "";
    width: 2px;
    height: 100px;
    background-color: #fff;
    z-index: 7;
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg); }

.button-more:hover {
  color: #23347a; }
/* Global Sprite Icons */
[class^="icon-"], [class*="icon-"] {
  background-image: url(../images/sprite2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 293px auto;
  background-size: 550px auto;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px; }
/* Clearfix class*/
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }
/* Global style */
#wrapper {
  position: relative; }

.container {
  max-width: 1146px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
/* Header Styles */
.header {
  border-top: 7px solid #d83b26; }

.header-primary {
  display: none; }

.header-main {
  padding-top: 12px;
  padding-bottom: 16px; }

.navigation {
  display: none;
  padding-top: 20px; }
  .navigation li {
    margin-bottom: 10px; }
  .navigation a {
    color: #2c2c2c;
    text-transform: uppercase;
    font-family: 'robotobold';
    font-size: 12px; }
    .navigation a:hover {
      color: #d83b26; }
  .navigation a.active {
    color: #d83b26; }

.dropdown-list {
  margin: 10px 0 10px 10px;
  display: none;
  z-index: 1; }

.dropdown:hover .dropdown-list {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.menu {
  float: right;
  display: flex;
  align-items: center;
  padding-top: 4px; }

.logo {
  width: 201px;
  margin-top: -15px; }

.icon-call {
  width: 10px;
  height: 12px;
  background-position: -61px 0;
  margin-top: 6px; }

.data {
  padding-top: 10px;
  padding-bottom: 10px; }

.contact li {
  font-family: 'robotobold';
  font-size: 12px; }
  .contact a {
    text-transform: none;
    color: #2c2c2c;
    font-family: 'robotoregular'; }

.social-bar {
  position: relative;
  z-index: 2;
  display: inline-block; }

.social {
  display: inline-flex; }
  .social li {
    margin-right: 10px;
    display: inline-block; }

.fab {
  color: #a1a4a5;
  font-size: 14px; }

.icon-search {
  width: 15px;
  height: 15px;
  background: url(../images/sprite2.png);
  background-position: -39px 0px;
  background-size: 550px auto; }

.search {
  display: none;
  top: -6px;
  right: auto;
  bottom: auto;
  left: 35px;
  position: absolute;
  z-index: 1; }
  .search input[type=text] {
    border: none;
    width: 200px;
    height: 30px;
    padding-left: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e7e7e7; }
    .search input[type=text]:focus input[type=text] {
      width: 50px;
      border: 1px solid #e7e7e7; }
    .search input[type=text]:focus {
      box-shadow: none;
      outline: none; }
  .search input::placeholder {
    font-size: 12px;
    font-family: 'robotobold'; }

.search-button {
  position: relative;
  z-index: 5; }
/* Footer Styles */
.footer-primary {
  padding: 33px 40px 13px;
  color: #fff;
  background-color: #2c2c2c; }
  .footer-primary h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px; }
    .footer-primary h6:after {
      content: '';
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 75px;
      height: 3px;
      background-color: #ff322e; }
  .footer-primary .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer-primary address strong {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'robotobold'; }

.contact-links {
  padding-top: 16px; }
  .contact-links a {
    color: #fff; }
    .contact-links a:hover {
      color: #d83b26; }
  .contact-links a.active {
    color: #d83b26; }

.link-column, .social-links, .sevice-links, .nav-links, .impression-links {
  width: 100%;
  margin-bottom: 18px; }
  .link-column li a, .social-links li a, .sevice-links li a, .nav-links li a, .impression-links li a {
    color: #fff;
    position: relative;
    padding-left: 8px; }
    .link-column li a .fab, .social-links li a .fab, .sevice-links li a .fab, .nav-links li a .fab, .impression-links li a .fab {
      color: inherit;
      min-width: 17px; }
    .link-column li a:hover, .social-links li a:hover, .sevice-links li a:hover, .nav-links li a:hover, .impression-links li a:hover {
      color: #d83b26; }
    .link-column li a:after, .social-links li a:after, .sevice-links li a:after, .nav-links li a:after, .impression-links li a:after {
      content: '';
      top: 6px;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 3px;
      height: 3px;
      background-color: #fff; }

.social-links h6 {
  display: none; }
  .social-links li a {
    padding-left: 0; }
    .social-links li a:after {
      display: none; }

.sevice-links h6 {
  display: none; }

.nav-links {
  display: none; }

.impression-links {
  display: none; }

.thumb-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .thumb-img li {
    padding: 2px;
    width: 33.33%; }
    .thumb-img li a {
      padding-left: 0; }
    .thumb-img li a:after {
      display: none; }

.secondary-footer {
  position: relative;
  color: #fff;
  padding: 30px;
  background-color: #d83b26; }
  .secondary-footer em {
    font-size: 13px;
    display: block; }
    .secondary-footer em a {
      color: inherit; }
    .secondary-footer em:first-child {
      text-transform: uppercase; }
  .secondary-footer:after {
    content: '';
    top: -12px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 100%;
    height: 15px;
    background: url(../images/curve.png) 0 0 no-repeat;
    background-size: 100% 100%; }

.button-hire {
  padding-top: 1.3% !important; }

.hire-now-detail {
  background-image: url(../images/gate2.jpg) !important; }

.carousel-logo img {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/upload/images/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */ }

.carousel-logo:hover img {
  transition: all 1s ease;
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */ }

.after-gcb_contact .carousel-logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  margin-bottom: -50px; }

.data li.last_child {
  display: none; }

.hidden, button[aria-label="1 of 1"] {
  display: none; }

strong {
  font-weight: bold; }

.block-galcarousel.before-gcb_contact {
  margin-bottom: 70px; }
  .block-galcarousel .carousel {
    background-color: transparent; }

.ansprechpartner {
  width: 108%; }
  .ansprechpartner h5 {
    margin-bottom: 10px !important; }
  .ansprechpartner .profile .ce_text {
    float: left;
    width: 29%;
    min-height: 450px;
    margin-right: 4%; }
    .ansprechpartner .profile .ce_text .image_container {
      margin-bottom: 30px; }

@media all and (max-width: 1250px) {
  .ansprechpartner {
    width: 100%; } }

@media all and (max-width: 993px) {
  .ansprechpartner {
    width: 104%; }

  .ansprechpartner .profile .ce_text {
    width: 46%; } }

@media all and (max-width: 756px) {
  .ansprechpartner {
    width: 104%; }

  .ansprechpartner .profile .ce_text {
    width: 100%; } }

.block-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px; }
  .block-content ul li:before {
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d83b26; }
  .block-content h2 {
    color: #d83b26; }

.news-details li, .faqs-accordian li {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important; }
  .news-details li:before, .faqs-accordian li:before {
    display: none; }

.jobs-sidebar {
  margin-top: -35px; }
  .jobs-sidebar .button-request {
    text-align: center;
    padding: 11px;
    margin: 30px 0px 50px; }
  .jobs-sidebar .button-request:hover {
    color: white;
    opacity: 0.8; }

.faqs-detail .button-request {
  min-width: 294px; }
  .faqs-detail strong {
    display: inline-block; }
  .faqs-detail ul {
    margin-bottom: 20px; }
  .faqs-detail li {
    padding-left: 10px !important;
    line-height: 150%;
    position: relative; }
  .faqs-detail li:before {
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d83b26;
    display: block; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/*twocol-gallery*/
.block-twocolgallery.after-gcb_contact {
  margin-top: 70px; }
  .block-twocolgallery.before-twocol2 .twocol-gallery .container {
    margin-bottom: 18px; }

@media (max-width: 1146px) {
  .block-twocolgallery.after-gcb_contact {
    margin-top: 70px;
    margin-top: 18px; }
    .block-twocolgallery.before-twocol2 .twocol-gallery .container {
      margin-bottom: 0px; } }

.twocol-gallery .container {
  display: flex;
  margin-bottom: 64px; }
  .twocol-gallery .container .column {
    float: left;
    width: 48.8%; }
  .twocol-gallery .container .column:nth-child(2) {
    margin-left: 2.4%; }
  .twocol-gallery .container .column .slick-slide {
    overflow: hidden; }
  .twocol-gallery .container .column figure:after {
    content: "";
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    position: absolute;
    background-color: #23347a;
    height: 20px;
    bottom: -11px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }

@media (max-width: 1146px) {
  .twocol-gallery .container {
    margin-bottom: 18px; }
    .twocol-gallery .container .column {
      width: 49.5%; }
      .twocol-gallery .container .column:nth-child(2) {
        margin-left: 1%; }
      .twocol-gallery .container .column figure:after {
        content: "";
        top: auto;
        right: 0;
        bottom: -10px;
        left: 0;
        position: absolute;
        background-color: #23347a;
        height: 20px;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg); } }

@media (max-width: 768px) {
  .twocol-gallery .container {
    margin-bottom: 18px; }
    .twocol-gallery .container .column {
      width: 100%; }
      .twocol-gallery .container .column:nth-child(2) {
        margin-left: 0%;
        display: none; }
      .twocol-gallery .container .column figure:after {
        content: "";
        top: auto;
        right: 0;
        bottom: -10px;
        left: 0;
        position: absolute;
        background-color: #23347a;
        height: 20px;
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        -o-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg); } }
/* CSS */
/* overlay */
.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
  z-index: 10; }
  .overlay em {
    color: #fff;
    font-size: 18px;
    font-family: 'robotobold';
    display: block; }
  .overlay a {
    font-size: 22px;
    font-family: 'robotobold'; }

.overlay-content {
  top: 2%;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  top: 40% !important;
  margin: 0 auto; }
  .overlay-content figure {
    text-align: center; }
  .overlay-content img {
    display: inline-block; }
/* block-first */
.slide-data {
  top: auto;
  right: 0;
  bottom: 60px;
  left: 0;
  position: absolute; }
  .slide-data h1, .slide-data h2 {
    opacity: 0; }
  .slide-data p {
    display: none;
    color: #fff;
    text-align: center; }

.slick-load .slick-active h1, .slick-load .slick-active h2 {
  opacity: 1;
  line-height: 1.2;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
  text-align: center; }

.slick-prev {
  font-size: 0;
  position: absolute; }

.slick-next {
  font-size: 0;
  position: absolute; }

.slide-content {
  min-height: 279px; }
  .slide-content .container {
    position: relative; }
  .slide-content img {
    min-height: 279px;
    object-fit: cover;
    object-position: center; }

.slick-dots {
  top: auto;
  right: 0;
  bottom: 45px;
  left: 0;
  position: absolute;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-right: 6px; }
  .slick-dots li button {
    width: 11px;
    height: 11px;
    font-size: 0;
    z-index: 1;
    background-color: #aeaeae;
    border-radius: 50%; }
  .slick-dots .slick-active button {
    width: 11px;
    height: 11px;
    font-size: 0;
    background-color: #4b4b4b; }
/* Calculator */
.calculator {
  margin-bottom: 20px; }
  .calculator .request-form input[type] {
    color: #2c2c2c;
    border: none; }
  .calculator .request-form input[type]:focus {
    border: none;
    color: #2c2c2c; }
  .calculator .request-form textarea {
    border: none;
    font-family: 'robotoregular'; }
  .calculator .request-form textarea:focus {
    border: none;
    color: #2c2c2c;
    box-shadow: none; }

.upper-space {
  margin-top: -34px;
  position: relative; }

.calculator-content {
  background-color: #23347a;
  color: #fff;
  padding: 30px 30px 34px 32px;
  box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04); }
  .calculator-content h2 {
    margin-bottom: 20px; }
  .calculator-content form label {
    display: block;
    color: #fff; }
/* range-slider */
.range-slider {
  position: relative; }
  .range-slider label {
    margin-bottom: 15px; }

.meter-value {
  color: #fff;
  font-family: 'robotobold';
  top: auto;
  right: 21px;
  bottom: 0;
  left: auto;
  position: absolute;
  z-index: 1; }

.living-space {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  width: 76px;
  background: #23347a;
  color: #fff !important; }

.ui-slider {
  height: 22px;
  width: 52%;
  margin-bottom: 20px;
  background-color: #808080;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative; }

.ui-slider-handle {
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 2, 0.5);
  position: absolute;
  height: 33px;
  width: 33px;
  top: -7px;
  border-radius: 20px;
  left: 0;
  margin-left: -11px; }
  .ui-slider-handle:before {
    top: 0px;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    content: "";
    height: 33px;
    width: 33px;
    background: url(../images/sprite2.png);
    background-position: -165px -8px;
    -webkit-background-size: 445px auto;
    background-size: 445px auto; }
  .ui-slider-handle:focus {
    outline: none; }

.cost em {
  color: #e6e6e6;
  font-size: 12px;
  font-family: 'robotobold';
  display: block; }

.cost-total {
  color: #fff;
  font-size: 26px;
  font-family: 'robotobold';
  margin-top: 5px;
  margin-bottom: 20px; }
  .cost-total small {
    font-size: 13px;
    font-family: 'robotoregular';
    display: block;
    color: #c4c4c4; }

.request-form {
  display: none;
  background-color: #23347a;
  padding: 10px 0; }
  .request-form input[type] {
    font-size: 14px;
    border: 1px solid #929292;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  .request-form input[type]:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d83b26;
    color: #d83b26; }
  .request-form input[type]::placeholder {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #2c2c2c; }
  .request-form textarea {
    font-size: 14px;
    resize: none;
    width: 100%;
    height: 70px;
    padding: 7px 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .request-form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d83b26;
    color: #d83b26; }
  .request-form textarea::placeholder {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #2c2c2c; }

.error {
  margin-top: 5px;
  font-size: 14px;
  color: #d83b26; }

.relocate {
  display: none;
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04); }
/*custom checkbox*/
.check {
  margin-top: 10px; }
  .check a {
    color: #d83b26; }
  .check input[type] {
    width: 0;
    height: 0;
    -webkit-appearance: checkbox; }

.checkmark {
  position: relative;
  padding-left: 30px;
  color: #fff;
  padding-top: 3px; }
  .checkmark:before {
    content: '';
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #f4f3f3;
    border: 1px solid #e3e3e3; }
  .checkmark:after {
    content: '';
    top: 3px;
    right: auto;
    bottom: auto;
    left: 6px;
    position: absolute;
    width: 8px;
    height: 14px;
    border: solid #23347a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none; }

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.1;
  -webkit-tap-highlight-color: transparent; }
  .custom-checkbox:hover {
    -webkit-tap-highlight-color: transparent; }
  .custom-checkbox:focus {
    -webkit-tap-highlight-color: transparent; }
  .custom-checkbox input {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox input:checked + .checkmark:after {
    display: block; }
/* Three-columns */
.three-columns {
  margin-bottom: 50px; }
  .three-columns .slider.noslick {
    display: inline-block; }
  .three-columns .slider.noslick .service {
    width: 30%;
    float: left;
    margin-bottom: 30px;
    cursor: auto; }
  .three-columns .slider.noslick .service:hover .service-data {
    background-color: transparent !important; }
    .three-columns .slider.noslick .service:hover h2, .three-columns .slider.noslick .service:hover p {
      color: #2c2c2c; }
    .three-columns .slider.noslick .service:hover figure:after {
      background-color: #23347a; }
  .three-columns .slider.noslick .service-data {
    min-height: 204px; }
  .three-columns .slick-dots {
    bottom: -30px; }
  .three-columns figure {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .three-columns figure:before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2c2c2c;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .three-columns figure:after {
    content: "";
    top: 96.5%;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    background-color: #23347a;
    height: 60px;
    width: 110%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .three-columns figure img {
    width: 100%; }
  .three-columns .service-data {
    padding: 24px 22px 30px 33px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .three-columns h2 {
    color: #2c2c2c;
    font-size: 18px;
    margin-bottom: 10px; }
  .three-columns p {
    margin-bottom: 15px; }

.service {
  box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04);
  cursor: pointer; }
  .service p {
    color: #2c2c2c; }
  .service:hover .service-data {
    background-color: #23347a; }
  .service:hover h2 {
    color: #fff; }
  .service:hover p {
    color: #fff; }
  .service:hover figure:before {
    opacity: 0.4; }
  .service:hover figure:after {
    background-color: #fff; }
  .service .button-private:hover {
    color: #fff; }
/* Call Now */
.lower-space {
  margin-bottom: -35px; }

.call-now {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 50px; }

.call-detail {
  height: 111px;
  background-image: url(../images/gate.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative; }
  .call-detail em {
    color: #fff;
    font-style: italic;
    font-size: 20px;
    font-family: 'robotobold';
    text-shadow: 2px 2px 4.6px rgba(0, 0, 2, 0.86);
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .call-detail em a {
    display: block;
    color: #d13b29; }
  .call-detail em a:hover {
    color: #fff; }
  .call-detail .button-call, .call-detail .button-hire {
    display: none;
    text-transform: capitalize; }
/* Portfolio */
.portfolio {
  background-image: url(../images/parallax.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .portfolio .container {
    padding-top: 50px;
    padding-bottom: 55px;
    min-height: 450px; }
  .portfolio h4 {
    font-size: 20px;
    text-align: center; }
  .portfolio .slick-dots {
    bottom: -6px; }

.sub-title {
  display: none; }

.card {
  display: block;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  min-height: 125px;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  padding: 0px 10px 10px 10px;
  border: 4px solid #23347a; }
  .card [class^="icon-"], .card [class*="icon-"] {
    width: 80px;
    background-image: url(../images/sprite2.png);
    background-size: 555px auto; }
  .card:nth-child(even) {
    margin-right: 0; }
  .card em {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'robotobold';
    margin-top: 10px;
    line-height: 1.1;
    font-size: 11px;
    color: #2c2c2c; }
  .card:hover {
    background-color: #23347a; }
  .card:hover em {
    color: #fff; }
  .card:hover .icon-private {
    background-position: -74px -29px; }
  .card:hover .icon-guter {
    background-position: -82px -113px; }
  .card:hover .icon-firemen {
    background-position: -407px 15px; }
  .card:hover .icon-senior {
    background-position: -406px -55px; }
  .card:hover .icon-transport {
    background-position: -93px -186px; }
  .card:hover .icon-bell {
    background-position: -78px -272px; }
  .card:hover .icon-lader {
    background-position: -411px -147px; }
  .card:hover .icon-retention {
    background-position: -401px -220px; }
  .card:hover .icon-winter {
    background-position: -79px -364px; }
  .card:hover .icon-rental {
    background-position: -77px -453px; }
  .card:hover .icon-clearing {
    background-position: -404px -296px; }
  .card:hover .icon-zones {
    background-position: -401px -385px; }
  .card:hover .icon-platform {
    background-position: -192px -297px; }
  .card:hover .icon-trailers {
    background-position: -190px -149px; }
  .card:hover .icon-individual {
    background-position: -400px -478px; }
  .card:hover .icon-contact {
    background-position: -475px -385px; }

.icon-private {
  background-position: 19px -30px;
  height: 66px; }

.icon-guter {
  background-position: 11px -113px;
  height: 66px; }

.icon-firemen {
  background-position: -296px 15px;
  height: 66px; }

.icon-senior {
  background-position: -296px -55px;
  height: 66px; }

.icon-transport {
  background-position: -2px -186px;
  height: 66px; }

.icon-bell {
  background-position: 12px -272px;
  height: 66px; }

.icon-lader {
  background-position: -302px -147px;
  height: 66px; }

.icon-retention {
  background-position: -290px -220px;
  height: 66px; }

.icon-winter {
  background-position: 14px -364px;
  height: 66px; }

.icon-rental {
  background-position: 18px -453px;
  height: 66px; }

.icon-clearing {
  background-position: -293px -295px;
  height: 66px; }

.icon-zones {
  background-position: -291px -385px;
  height: 66px; }

.icon-platform {
  background-position: -192px -221px;
  height: 66px; }

.icon-trailers {
  background-position: -190px -83px;
  height: 66px; }

.icon-individual {
  background-position: -290px -473px;
  height: 66px; }

.icon-contact {
  background-position: -192px -385px;
  height: 66px; }
/* two-columns */
.two-columns h5 {
  font-size: 13px; }
  .two-columns h4 {
    font-size: 17px; }
  .two-columns .column:first-child {
    box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin-bottom: 20px; }
  .two-columns .column:first-child p {
    margin-bottom: 20px; }
  .two-columns .column:last-child {
    box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 30px 25px 30px 25px; }
/* accordian */
.faqs-list {
  font-family: 'robotobold';
  padding-right: 27px;
  text-transform: uppercase; }

.faqs-list {
  position: relative;
  display: block; }
  .faqs-list:after {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    content: "+";
    width: 9px;
    height: 9px;
    color: #2c2c2c; }

.open:after {
  top: 7px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  color: #2c2c2c;
  background-color: #2c2c2c; }

.faqs-accordian {
  border: 1px solid #e4e4e4; }

.faqs-list {
  padding: 10px 30px 10px 10px;
  background-color: #fcfcfc; }
  .faqs-list:after {
    top: 39%;
    right: 20px; }

.open {
  background-color: #fff; }

.faqs-detail {
  display: none;
  margin-top: 15px; }
  .faqs-detail p {
    margin-bottom: 20px; }
  .faqs-detail p:last-child {
    margin-bottom: 0; }

.social-news a, .social-news em {
  color: #2c2c2c;
  font-weight: bold;
  line-height: 150%; }

.expanded {
  border-bottom: 1px solid #e4e4e4; }
  .expanded:last-child {
    border-bottom: none; }
/* two-columns-small */
.two-columns-small {
  position: relative;
  z-index: 5;
  padding-top: 18px;
  /* update 05-07-19 start */
  /* update 05-07-19 end */ }
  .two-columns-small .column:first-child {
    background-color: #fff;
    box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04); }
  .two-columns-small .column:last-child {
    padding: 30px 25px 30px 30px;
    background-color: #fff;
    box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04); }
  .two-columns-small .column:last-child h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  .two-columns-small form {
    margin-top: 38px; }
  .two-columns-small form h5 {
    margin: 28px 0 36px; }
  .two-columns-small form h5 em {
    font-size: 14px;
    color: #424242;
    text-transform: lowercase;
    font-family: "robotoregular";
    margin-top: 10px; }
  .two-columns-small form .upload-btn {
    display: inline-block;
    line-height: 2.2;
    text-align: center;
    cursor: pointer; }
  .two-columns-small form .upload-btn:hover {
    opacity: 0.8; }
  .two-columns-small form .form-row {
    margin-bottom: 15px; }
  .two-columns-small form .form-row .rules {
    margin-top: 2px; }
  .two-columns-small form .form-row .button-request {
    width: 230px; }
  .two-columns-small form .form-row .check {
    margin-left: 20px; }
    .two-columns-small form .form-row .check .checkmark {
      color: #2c2c2c; }
    .two-columns-small form .form-row .check .reuire-note {
      font-size: 12px;
      color: #2c2c2c;
      margin-left: 26px; }
  .two-columns-small form input[type] {
    font-size: 14px;
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 0 19px;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .two-columns-small form input[type]::placeholder {
    font-family: "robotoregular";
    font-size: 14px;
    color: #2c2c2c; }
  .two-columns-small form input[type="file"] {
    display: none; }
  .two-columns-small.upper-space {
    padding-top: 0; }
  .two-columns-small.upper-space .column:last-child .button-request {
    display: block;
    width: 230px;
    text-align: center;
    line-height: 2.2;
    margin: 34px 0 30px; }
    .two-columns-small.upper-space .column:last-child .button-request:hover {
      opacity: 0.8;
      color: #fff; }
    .two-columns-small.upper-space .column:last-child .social-news a {
      color: #424242;
      font-family: 'robotobold';
      text-transform: capitalize; }
      .two-columns-small.upper-space .column:last-child .social-news a:hover {
        color: #23347a; }

.wordcloud li {
  margin-bottom: 13px;
  margin-right: 13px;
  float: left; }
  .wordcloud li:last-child {
    margin-bottom: 0; }
  .wordcloud a {
    background-color: #dd3e25;
    color: #fff;
    padding: 12px 17px;
    height: 40px;
    font-family: 'robotobold';
    text-transform: capitalize; }
  .wordcloud a:hover {
    opacity: 0.8; }
/* entertainment */
.entertainment .button-private:hover {
  color: #fff; }
/* news */
.news {
  background: url(../images/parallax2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .news .container {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 445px; }
  .news h3 {
    color: #2c2c2c;
    font-size: 20px;
    text-align: center;
    margin-bottom: 23px; }
  .news em {
    display: none; }
  .news .slick-list {
    width: 100%; }
  .news .slick-dots {
    bottom: -25px; }
  .news img {
    width: 100%; }
  .news .slider {
    padding-bottom: 15px; }
  .news .slick-dots {
    bottom: -15px; }

.news-details {
  display: flex;
  padding-top: 15px; }
  .news-details li {
    width: 62px;
    height: 30px;
    text-align: center;
    font-family: 'robotobold'; }
  .news-details li:first-child {
    background-color: #23347a;
    font-size: 21px;
    color: #fff;
    padding-top: 2px; }
  .news-details li:last-child {
    background-color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 5px; }

.news-data {
  padding-left: 17px; }
  .news-data h2 {
    font-size: 16px;
    color: #2c2c2c; }
/* find-us */
.find-us h5 {
  font-size: 13px; }
  .find-us h4 {
    font-size: 17px; }
  .find-us form {
    background-color: #fff; }
  .find-us form input[type] {
    font-size: 14px;
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 0 19px;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .find-us form input[type]:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d83b26;
    color: #d83b26; }
  .find-us form input[type]::placeholder {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #2c2c2c; }
  .find-us form textarea {
    font-family: 'robotoregular';
    font-size: 14px;
    background-color: #fcfcfc;
    resize: none;
    width: 100%;
    height: 317px;
    padding: 23px 19px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .find-us form textarea:focus {
    border: 1px solid #d83b26;
    color: #d83b26;
    box-shadow: none; }
  .find-us form textarea::placeholder {
    font-family: 'robotoregular';
    font-size: 14px;
    color: #2c2c2c; }
  .find-us .custom-checkbox {
    margin-top: 15px; }
  .find-us .custom-checkbox input[type] {
    height: 0;
    width: 0;
    top: 6px; }
  .find-us .check em {
    color: #2c2c2c; }
  .find-us .checkmark {
    padding-top: 3px; }
  .find-us .column {
    background-color: #fff;
    box-shadow: -7px 13px 53.69px 5.31px rgba(0, 0, 0, 0.04); }
  .find-us .column:first-child {
    margin-bottom: 18px; }

.map {
  height: 416px;
  border: 2px solid #e5e5e5; }
/* carousel */
.carousel {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px; }
  .carousel .slick-slide img {
    display: inline-block;
    max-height: 115px; }
  .carousel .slick-dots {
    bottom: -10px; }

.carousel-logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
/* Search Result Page*/
.content-inner {
  padding: 30px 25px 30px 25px;
  margin-bottom: 18px;
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
  background-color: #fff; }
  .content-inner h5 {
    font-size: 16px; }
  .content-inner h1 {
    padding: 0;
    color: #2c2c2c;
    text-align: left;
    margin-bottom: 20px; }
  .content-inner h2 {
    color: #d83b26; }
  .content-inner h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .content-inner p {
    margin-bottom: 15px; }
  .content-inner p:last-child {
    margin-bottom: 0; }
  .content-inner em {
    margin-bottom: 15px;
    font-family: 'robotobold'; }
  .content-inner a {
    margin-bottom: 0; }
/* subsite page */
.calculator-sidebar {
  margin-bottom: 20px; }
  .calculator-sidebar input[type] {
    border: none; }
  .calculator-sidebar input[type]:focus {
    border: none;
    color: #2c2c2c; }
  .calculator-sidebar textarea {
    border: none; }
  .calculator-sidebar textarea:focus {
    border: none;
    color: #2c2c2c; }

.company-relocation {
  padding: 30px 25px 30px 25px;
  margin-bottom: 18px;
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
  background-color: #fff; }
  .company-relocation h1 {
    color: #2c2c2c;
    text-align: left;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px; }
  .company-relocation p {
    color: #424242;
    margin-bottom: 10px; }
  .company-relocation p:last-child {
    margin-bottom: 0; }
  .company-relocation ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px; }
  .company-relocation ul li:before {
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d83b26; }
/* image-with-text */
.image-with-text figure {
  height: 100%;
  width: 100%;
  background: no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.image-with-text-subsite {
  display: block;
  position: relative; }

.company-removal {
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px; }
  .company-removal figure {
    position: relative;
    overflow: hidden; }
  .company-removal figure:after {
    top: -20px;
    right: auto;
    bottom: auto;
    left: 46%;
    position: absolute;
    content: "";
    width: 100%;
    height: 200%;
    background-color: #fff;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
  .company-removal figure:before {
    top: -50px;
    right: auto;
    bottom: auto;
    left: 47%;
    position: absolute;
    content: "";
    width: 100%;
    height: 200%;
    background-color: #23347a;
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
    transform: rotate(19deg); }

.removal-offers {
  padding: 30px 25px 30px 25px;
  background-color: #fff;
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04); }
  .removal-offers h2 {
    color: #2c2c2c; }
  .removal-offers p {
    margin-bottom: 5px;
    color: #424242; }
  .removal-offers em {
    font-family: 'robotobold'; }
/* portfolio-subsite */
.portfolio-subsite {
  background: url(../images/parallax2.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover; }
/* fleet */
.fleet-content {
  background-color: #fff;
  box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
  padding: 30px 25px 30px 25px;
  margin-bottom: 20px; }
  .fleet-content .faqs-accordian {
    background-color: #fff; }
  .fleet-content figure {
    margin-bottom: 10px; }
  .fleet-content table {
    display: block; }
  .fleet-content table tr {
    display: block; }
  .fleet-content table td:first-child {
    width: 150px; }
  .fleet-content tbody {
    display: block; }

.faqs-detail {
  padding: 10px; }
/* news page */
.two-column-small {
  background-image: none; }
  .two-column-small .container {
    padding-top: 0; }
  .two-column-small .column {
    background-color: #fff;
    box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    padding: 30px 25px 30px 25px; }
  .two-column-small .column h5 {
    font-size: 14px; }
  .two-column-small .column:first-child h1 {
    color: #2c2c2c;
    text-align: left;
    padding: 0;
    margin-bottom: 10px; }
  .two-column-small .column:last-child h5 {
    margin-bottom: 10px; }
  .two-column-small .column:last-child ul {
    text-transform: capitalize; }
    .two-column-small .column:last-child ul a {
      color: #424242;
      font-family: 'robotobold'; }
    .two-column-small .column:last-child ul a:hover {
      color: #23347a; }
  .two-column-small .column:last-child li {
    margin-bottom: 3px; }
  .two-column-small .news-content {
    margin-bottom: 20px; }
  .two-column-small .news-content:last-child {
    margin-bottom: 0; }
  .two-column-small .news-details p {
    color: #424242; }

.icon-fb {
  margin-right: 5px; }

.icon-google {
  width: 15px;
  height: 15px;
  background-position: -16px 0;
  margin-right: 5px; }

.news-list {
  margin-bottom: 10px; }
  .news-list a {
    color: #2c2c2c;
    font-weight: bold; }

.team-group-container {
  width: 108%; }

.team-group {
  float: left;
  width: 27%;
  height: 430px;
  margin-bottom: 20px;
  margin-right: 6%; }
  .team-group .team-group-element img {
    position: absolute;
    max-width: 100%; }
  .team-group .team-group-element img:nth-child(2n) {
    opacity: 0;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -o-transition: all ease-out 1s;
    transition: all ease-out 1s; }
  .team-group .team-group-element:hover img {
    opacity: 1;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -o-transition: all ease-out 1s;
    transition: all ease-out 1s; }
  .team-group.multi {
    clear: left;
    display: inline-table;
    width: 100%; }
  .team-group.multi .team-group-element {
    float: left;
    width: 27%;
    margin-right: 6%;
    height: 450px; }
  .team-group figure {
    position: relative;
    height: 200px;
    margin-bottom: 30px; }
  .team-group .team-title, .team-group .team-function, .team-group .team-description {
    max-width: 300px;
    line-height: 150%; }
  .team-group .team-title {
    font-weight: bold; }
  .team-group .team-function {
    margin-bottom: 20px; }

.secondary-footer em:nth-child(2) {
  float: right; }
  .secondary-footer em:nth-child(2):after {
    display: none; }

.jobs h2 {
  color: #2c2c2c; }
  .jobs .faqs-accordian {
    margin-bottom: 20px; }

@media (max-width: 1225px) {
  .team-group-container {
    width: 104%; } }

@media (max-width: 993px) {
  .team-group {
    width: 44%; }
    .team-group.multi .team-group-element {
      width: 44%; } }

@media (max-width: 756px) {
  .team-group-container {
    width: 100%; }

  .team-group {
    width: 100%;
    margin: 0px;
    height: 385px; }
    .team-group figure {
      margin-bottom: 0px; }
    .team-group.multi .team-group-element {
      width: 100%;
      margin: 0px;
      height: 385px; } }
/* counter */
.count-wrap {
  background: #fff;
  margin: 20px 0 20px;
  padding: 25px 0; }

.counter-content {
  text-align: center;
  margin-bottom: 25px; }
  .counter-content:last-child {
    margin-bottom: 0; }
  .counter-content i {
    margin-bottom: 10px; }
  .counter-content .icon-transport {
    width: 118px;
    height: 63px;
    background-position: -1px -306px;
    -webkit-background-size: 810px auto;
    background-size: 810px auto; }
  .counter-content .icon-individual {
    width: 75px;
    height: 79px;
    background-position: -296px -570px;
    -webkit-background-size: 800px auto;
    background-size: 800px auto; }
  .counter-content .icon-smiley {
    width: 85px;
    height: 80px;
    background-position: -185px -458px;
    -webkit-background-size: 550px auto;
    background-size: 550px auto; }
  .counter-content em {
    display: block;
    font-family: 'robotobold';
    font-size: 20px;
    text-transform: uppercase; }
  .counter-content em:last-child {
    font-size: 16px; }

@media all and (max-width: 768px) {
  .image-with-text figure {
    height: 500px;
    background-position: center center; }

  .slider.noslick .service {
    width: 100% !important;
    margin-bottom: 5px !important; }
    .slider.noslick .service-data {
      min-height: 190px !important; } }

@media all and (min-width: 768px) {
  /* Header */
  /* header-main */
  /* Slideshow */
  /* calculator */
  /* Three columns */
  /* Call Now */
  /* portfolio */
  /* image-with-text */
  /* two-columns */
  /* two-columns-small */
  /* three columns entertainment */
  /* Two columns us service */
  /* News */
  /* find-us */
  /* carousel */
  /* footer */
  /* subsite page */
  /* image-with-text */
  /* fleet */
  /* news page */
  /* content-inner page */
  /* counter */
    .container {
      max-width: 768px; }
    .header {
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      position: absolute;
      position: fixed;
      z-index: 9;
      border-top: 5px solid #d83b26; }
    .header-primary {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 7px; }
      .header-primary .container {
        position: relative; }
    .data li {
      margin-right: 10px;
      text-transform: capitalize;
      float: left; }
      .data li a:hover {
        color: #d83b26; }
      .data a {
        color: #2c2c2c; }
    .search {
      top: -4px;
      right: 0;
      bottom: auto;
      left: auto;
      position: absolute;
      z-index: 1; }
      .search input[type] {
        padding-bottom: 5px;
        padding-left: 10px; }
    .social-bar {
      top: 5px;
      right: 15px;
      bottom: auto;
      left: auto;
      position: absolute;
      z-index: 2; }
    .contact {
      float: left; }
      .contact li {
        float: left;
        margin-right: 15px; }
      .contact li:last-child {
        margin-right: 0; }
      .contact li a:hover {
        color: #d83b26; }
    .hamburger {
      display: none; }
    .logo {
      width: 180px;
      float: left;
      margin-top: -12px; }
    .header-main {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 4px 9px rgba(0, 0, 0, 0.5);
      padding-top: 23px;
      padding-bottom: 0; }
    .navigation {
      display: block;
      padding-top: 0;
      float: right;
      margin-right: 8px; }
      .navigation .data, .navigation .contact, .navigation .social, .navigation .search-bar {
        display: none; }
    .navigation-links {
      display: flex; }
      .navigation-links li {
        margin-right: 10px;
        margin-bottom: 0;
        padding-bottom: 35px;
        padding-top: 10px; }
      .navigation-links li:last-child {
        margin-right: 0; }
    .dropdown {
      position: relative; }
    .dropdown-list {
      width: 230px;
      top: 52px;
      right: auto;
      bottom: auto;
      left: -105px;
      position: absolute;
      box-shadow: 0 4px 9px rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.95);
      padding: 20px 5px 10px 5px; }
      .dropdown-list li {
        padding: 0;
        margin-bottom: 10px; }
    .menu {
      order: 3;
      margin-bottom: 12px; }
    .button-call, .button-hire {
      margin-right: 0;
      margin-top: 2px; }
    .slide-data {
      width: 610px;
      margin: 0 auto; }
      .slide-data h1 {
        margin-bottom: 8px; }
      .slide-data p {
        display: block;
        line-height: 1.3;
        opacity: 0; }
    .slick-load .slick-active p {
      opacity: 1;
      transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition-delay: 1s; }
    .slick-prev {
      top: 53%;
      left: 10px;
      width: 33px;
      height: 24px;
      z-index: 1; }
      .slick-prev:before {
        top: 10px;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #fff; }
      .slick-prev:after {
        top: 3px;
        right: auto;
        bottom: auto;
        left: 3px;
        position: absolute;
        content: "";
        width: 17px;
        height: 17px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(223deg); }
    .slick-next {
      top: 53%;
      right: 10px;
      width: 33px;
      height: 24px;
      z-index: 1; }
      .slick-next:before {
        top: 10px;
        right: auto;
        bottom: auto;
        left: 2px;
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #fff; }
      .slick-next:after {
        top: 4px;
        right: 1px;
        bottom: auto;
        left: auto;
        position: absolute;
        content: "";
        width: 17px;
        height: 17px;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
        transform: rotate(130deg); }
    .calculator .container {
      display: flex; }
    .calculator-content {
      width: 50%;
      margin-right: 5px;
      position: relative; }
    .request-form {
      top: 0;
      right: auto;
      bottom: auto;
      left: 100%;
      position: absolute;
      padding: 31px 30px 30px 15px;
      z-index: 1;
      display: none;
      width: 374px;
      height: 100%; }
      .request-form input[type] {
        width: 156px; }
      .request-form input[type]:nth-child(odd) {
        margin-right: 9px; }
      .request-form textarea {
        width: 325px;
        height: 169px; }
    .checkmark {
      padding-top: 2px; }
    .relocate {
      width: 50%;
      display: block;
      margin-left: 5px; }
      .relocate figure {
        position: relative;
        overflow: hidden; }
      .relocate figure:after {
        content: "";
        top: auto;
        right: 0;
        bottom: -10px;
        left: 0;
        position: absolute;
        background-color: #23347a;
        height: 20px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg); }
    .relocate-details {
      padding: 20px; }
    .three-columns .slider {
      display: flex; }
      .three-columns .service {
        margin-right: 10px; }
      .three-columns .service:last-child {
        margin-right: 0; }
      .three-columns .service-data {
        padding: 20px; }
    .call-detail {
      text-align: left; }
      .call-detail em {
        left: 20px; }
      .call-detail em a {
        display: inline-block; }
      .call-detail .button-call, .call-detail .button-hire {
        top: 50%;
        right: 20px;
        bottom: auto;
        left: auto;
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        width: 145px;
        height: 38px;
        padding-top: 7px;
        border: 1px solid #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 13px;
        color: #fff;
        margin-top: 0; }
      .call-detail .icon-call {
        padding: 10px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-position: -58px 4px;
        margin-top: 0;
        margin-right: 5px; }
    .portfolio .container {
      padding-bottom: 0; }
      .portfolio .slider {
        padding-bottom: 55px; }
    .sub-title {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .portfolio-content {
      width: 50%;
      float: left; }
      .portfolio-content:nth-child(odd) {
        padding-right: 5px; }
      .portfolio-content:nth-child(even) {
        padding-left: 5px; }
    .image-with-text {
      display: block;
      margin-bottom: 70px; }
      .image-with-text em {
        font-weight: bold; }
      .image-with-text .container {
        display: flex; }
      .image-with-text ul {
        margin-bottom: 25px; }
      .image-with-text ul li {
        position: relative;
        margin-bottom: 0;
        line-height: 1.6;
        padding-left: 8px; }
        .image-with-text ul li:before {
          top: 9px;
          right: auto;
          bottom: auto;
          left: 0;
          position: absolute;
          content: "";
          width: 3px;
          height: 3px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          background-color: #d83b26; }
    .image-box {
      width: 40%;
      box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04); }
      .image-box figure {
        position: relative;
        overflow: hidden;
        /*img {
         display:block;
         min-height:100%;
         max-width:700px;
         }*/ }
      .image-box figure:after {
        top: -20px;
        right: 0;
        bottom: auto;
        left: auto;
        position: absolute;
        content: "";
        width: 150px;
        height: 200%;
        background-color: #fff;
        -webkit-transform: rotate(26deg);
        -moz-transform: rotate(26deg);
        -ms-transform: rotate(26deg);
        -o-transform: rotate(26deg);
        transform: rotate(26deg); }
      .image-box figure:before {
        top: -50px;
        right: 28.5%;
        bottom: auto;
        left: auto;
        position: absolute;
        content: "";
        width: 60px;
        height: 200%;
        background-color: #23347a;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg); }
    .text-box {
      width: 60%;
      background-color: #fff;
      box-shadow: -4px 7px 27.3px 2.7px rgba(0, 0, 0, 0.04);
      padding: 15px 20px 10px 15px; }
      .text-box h5 {
        font-size: 12px; }
      .text-box h3 {
        color: #2c2c2c;
        font-size: 15px;
        margin-bottom: 10px; }
      .text-box p {
        margin-bottom: 10px; }
    .two-columns .us-detail {
      z-index: 1;
      position: relative; }
      .two-columns figure {
        margin: -20px -20px 28px -20px; }
      .two-columns .container {
        display: flex; }
      .two-columns .column {
        width: 50%; }
      .two-columns .column:first-child {
        margin-bottom: 0;
        margin-right: 10px;
        padding: 20px; }
      .two-columns .column:last-child {
        margin-left: 10px;
        padding: 20px; }
    .two-columns-small {
      margin-bottom: 20px;
      /* update 05-07-19 start */
      /* update 05-07-19 end */ }
      .two-columns-small .container {
        display: flex; }
      .two-columns-small .column:first-child {
        display: block;
        width: 55%;
        margin-right: 10px;
        padding: 20px; }
        .two-columns-small .column:first-child h5 {
          font-size: 13px; }
        .two-columns-small .column:first-child h3 {
          font-size: 17px;
          color: #2c2c2c;
          margin-bottom: 20px; }
        .two-columns-small .column:first-child p {
          margin-bottom: 20px; }
          .two-columns-small .column:first-child p:last-child {
            margin-bottom: 0; }
        .two-columns-small .column:first-child ul {
          margin-bottom: 20px; }
        .two-columns-small .column:first-child li {
          position: relative;
          margin-bottom: 10px;
          margin-left: 10px; }
          .two-columns-small .column:first-child li:before {
            top: 7px;
            right: auto;
            bottom: auto;
            left: -10px;
            position: absolute;
            content: "";
            width: 3px;
            height: 3px;
            background-color: #d83b26;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%; }
      .two-columns-small .column:last-child {
        width: 45%;
        margin-left: 10px;
        padding: 20px 23px 20px 20px;
        /*h5{
         display: none;
         }*/ }
      .two-columns-small form h5 em {
        margin-left: 0px;
        margin-top: 0; }
      .two-columns-small form input[type] {
        width: 170px;
        height: 40px; }
        .two-columns-small form input[type]:nth-child(odd) {
          margin-right: 5px; }
        .two-columns-small form input[type]:nth-child(even) {
          margin-left: 5px; }
      .two-columns-small.upper-space .column {
        margin-bottom: 0; }
        .two-columns-small.upper-space .column:first-child {
          width: 70%;
          margin-right: 5px;
          padding: 20px; }
        .two-columns-small.upper-space .column:last-child {
          width: 30%;
          margin-left: 5px;
          padding: 20px; }
          .two-columns-small.upper-space .column:last-child .button-request {
            display: block;
            width: 100%;
            margin: 34px 0 30px; }
    .entertainment {
      display: block;
      margin-bottom: 20px; }
      .entertainment .container {
        display: flex; }
    .videos {
      cursor: pointer;
      margin-right: 5px;
      margin-left: 5px;
      box-shadow: -4px 7px 27.3px 9px rgba(0, 0, 2, 0.04); }
      .videos:first-child {
        margin-left: 0; }
      .videos:last-child {
        margin-right: 0; }
      .videos figure {
        position: relative;
        overflow: hidden; }
      .videos figure:after {
        content: "";
        top: auto;
        right: auto;
        bottom: -15px;
        left: 0;
        position: absolute;
        background-color: #23347a;
        height: 20px;
        width: 110%;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      .videos figure:before {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #2c2c2c;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      .videos .video-detail {
        padding: 20px;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      .videos h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #2c2c2c; }
      .videos p {
        margin-bottom: 15px; }
      .videos:hover .video-detail {
        background-color: #23347a; }
      .videos:hover h3 {
        color: #fff; }
      .videos:hover p {
        color: #fff; }
      .videos:hover figure:after {
        background-color: #fff; }
        .videos:hover figure:before {
          opacity: 0.5; }
    .two-columns h4 {
      font-size: 16px; }
      .two-columns .column:first-child figure {
        position: relative;
        overflow: hidden; }
        .two-columns .column:first-child figure:before {
          top: auto;
          right: auto;
          bottom: -149px;
          left: -59px;
          position: absolute;
          content: "";
          height: 200px;
          width: 150%;
          -webkit-transform: rotate(21deg);
          -moz-transform: rotate(21deg);
          -ms-transform: rotate(21deg);
          -o-transform: rotate(21deg);
          transform: rotate(21deg);
          background-color: #fff;
          z-index: 1; }
        .two-columns .column:first-child figure:after {
          top: auto;
          right: auto;
          bottom: -142px;
          left: -66px;
          position: absolute;
          content: "";
          height: 200px;
          width: 150%;
          -webkit-transform: rotate(23deg);
          -moz-transform: rotate(23deg);
          -ms-transform: rotate(23deg);
          -o-transform: rotate(23deg);
          transform: rotate(23deg);
          background-color: #23347a; }
      .two-columns .column:last-child h4 {
        margin-bottom: 10px; }
        .two-columns .column:last-child p {
          margin-bottom: 20px; }
        .two-columns .column:last-child figure {
          position: relative;
          overflow: hidden; }
        .two-columns .column:last-child figure:before {
          top: auto;
          right: -59px;
          bottom: -149px;
          left: auto;
          position: absolute;
          content: "";
          height: 200px;
          width: 150%;
          -webkit-transform: rotate(-21deg);
          -moz-transform: rotate(-21deg);
          -ms-transform: rotate(-21deg);
          -o-transform: rotate(-21deg);
          transform: rotate(-21deg);
          background-color: #fff;
          z-index: 1; }
        .two-columns .column:last-child figure:after {
          top: auto;
          right: -66px;
          bottom: -142px;
          left: auto;
          position: absolute;
          content: "";
          height: 200px;
          width: 150%;
          -webkit-transform: rotate(-23deg);
          -moz-transform: rotate(-23deg);
          -ms-transform: rotate(-23deg);
          -o-transform: rotate(-23deg);
          transform: rotate(-23deg);
          background-color: #23347a; }
    .news .slider {
      display: flex;
      padding-bottom: 0; }
      .news em {
        display: block;
        text-align: center;
        margin-bottom: 30px; }
    .news-content {
      margin-right: 10px; }
      .news-content:last-child {
        margin-right: 0; }
    .news-data {
      padding-left: 13px; }
      .news-data h2 {
        font-size: 15px; }
      .news-data em {
        display: none; }
    .news-details ul {
      width: 62px; }
    .news-data {
      width: calc(100% - 62px); }
    .find-us .container {
      display: flex; }
      .find-us .column:first-child {
        padding: 20px;
        margin-right: 5px;
        margin-bottom: 0;
        width: 50%; }
      .find-us .column:last-child {
        padding: 20px;
        margin-left: 5px;
        width: 50%; }
      .find-us form input[type] {
        width: 155px;
        height: 40px; }
        .find-us form input[type]:nth-child(odd) {
          margin-right: 5px; }
        .find-us form input[type]:nth-child(even) {
          margin-left: 5px; }
      .find-us form textarea {
        height: 100px;
        padding: 13px 10px; }
      .find-us .checkmark {
        top: -1px; }
    .map {
      height: 283px; }
    .carousel {
      padding-bottom: 10px;
      position: relative; }
      .carousel .slick-slide img {
        height: auto; }
      .carousel .slider {
        padding-left: 20px;
        padding-right: 20px;
        position: static; }
      .carousel .slick-prev {
        -webkit-transform: translate(0, -53%);
        -moz-transform: translate(0, -53%);
        -ms-transform: translate(0, -53%);
        -o-transform: translate(0, -53%);
        transform: translate(0, -53%); }
      .carousel .slick-prev:before {
        background-color: #d83b26; }
      .carousel .slick-prev:after {
        border-top: 3px solid #d83b26;
        border-right: 3px solid #d83b26; }
      .carousel .slick-next {
        -webkit-transform: translate(0, -53%);
        -moz-transform: translate(0, -53%);
        -ms-transform: translate(0, -53%);
        -o-transform: translate(0, -53%);
        transform: translate(0, -53%); }
      .carousel .slick-next:before {
        background-color: #d83b26; }
      .carousel .slick-next:after {
        border-top: 3px solid #d83b26;
        border-left: 3px solid #d83b26; }
    .footer-primary {
      padding: 33px 0 13px;
      font-size: 12px;
      line-height: 1.5; }
      .footer-primary h6 {
        font-size: 14px;
        padding-bottom: 10px; }
      .footer-primary h6:after {
        width: 50px; }
      .footer-primary address strong {
        font-size: 12px; }
    .link-column, .social-links, .sevice-links, .nav-links, .impression-links {
      width: 20%; }
    .nav-links {
      display: block; }
    .impression-links {
      display: block;
      order: 5; }
    .social-links {
      order: 4; }
      .social-links h6 {
        display: block; }
    .sevice-links h6 {
      display: block; }
    .secondary-footer {
      padding: 30px 0; }
      .secondary-footer em {
        display: inline;
        font-size: 12px;
        position: relative; }
      .secondary-footer em:last-child {
        padding-left: 7px; }
        .secondary-footer em:last-child:after {
          content: '';
          top: 6px;
          right: auto;
          bottom: auto;
          left: 0;
          position: absolute;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          width: 3px;
          height: 3px;
          background-color: #fff; }
      .secondary-footer:after {
        height: 30px;
        top: -21px; }
    .image-with-text-subsite {
      margin-bottom: -30px; }
    .calculator-sidebar .container {
      display: flex; }
      .calculator-sidebar .calculator-content {
        width: 40%;
        margin-left: 5px; }
      .calculator-sidebar .request-form {
        right: 100%;
        left: auto;
        width: 443px;
        padding: 31px 30px 30px 30px; }
      .calculator-sidebar .request-form input[type] {
        width: 48.2%; }
      .calculator-sidebar .request-form textarea {
        width: 100%; }
    .input {
      width: 49%;
      display: inline-block; }
    .company-relocation {
      width: 60%;
      margin-right: 5px;
      margin-bottom: 0;
      padding: 20px; }
    .company-removal {
      width: 50%;
      margin-bottom: 0;
      max-height: 678px; }
      .company-removal figure {
        height: 100%; }
      .company-removal figure img {
        height: 100%;
        object-fit: cover; }
      .company-removal figure:before {
        left: 47%;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg); }
      .company-removal figure:after {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg);
        left: 45%; }
    .removal-offers {
      width: 50%;
      padding: 20px 10px 10px 10px; }
      .removal-offers p:last-child {
        margin-bottom: 0; }
    .faqs-detail figure {
      float: left;
      width: 300px;
      margin-left: 50px;
      margin-right: 30px; }
      .faqs-detail table {
        float: left; }
    .fleet-content {
      padding: 20px; }
    .two-column-small {
      margin-bottom: 20px; }
      .two-column-small .container {
        display: flex; }
      .two-column-small .column {
        margin-bottom: 0; }
      .two-column-small .column:first-child {
        width: 70%;
        margin-right: 5px;
        padding: 20px; }
      .two-column-small .column:last-child {
        width: 30%;
        margin-left: 5px;
        padding: 20px; }
      .two-column-small .news-content {
        margin-right: 0; }
    .content-inner {
      padding: 20px; }
    .count-wrap {
      margin: 40px 0 40px; }
      .count-wrap .container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end; }
    .counter-content {
      margin-bottom: 0; } }
/*---------------- media for 992px ----------------------*/
@media all and (min-width: 992px) {
  /* Slideshow */
  /* Calculator */
  /* image-with-text */
  /* two-columns-small */
  /* three-columns entertainment */
  /* two-columns us-service*/
  /* News */
  /* find-us */
  /* carousel */
  /* subsite page */
  /* image-with-text */
    .container {
      max-width: 992px; }
    .header-primary {
      padding-top: 10px;
      padding-bottom: 10px; }
    .data {
      float: left;
      padding: 0; }
    .contact {
      float: right;
      margin-right: 100px; }
    .social-bar {
      top: -2px; }
    .search {
      top: -8px; }
      .search input[type] {
        height: 37px;
        border-bottom: none; }
    .navigation {
      margin-right: 20px; }
    .navigation-links li {
      margin-right: 15px; }
    .button-call, .button-hire {
      width: 120px;
      height: 38px;
      padding-top: 7px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      font-size: 13px;
      color: #fff;
      margin-top: 0; }
    .icon-call {
      padding: 10px;
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-position: -58px 4px;
      margin-top: 0;
      margin-right: 5px; }
    .dropdown-list {
      left: -40px;
      width: 234px; }
    .menu {
      padding-top: 0; }
    .slide-data {
      width: 685px; }
    .slick-prev {
      width: 41px;
      height: 39px; }
      .slick-prev:before {
        top: 18px; }
      .slick-prev:after {
        top: 7px;
        width: 25px;
        height: 25px; }
    .slick-next {
      width: 41px;
      height: 39px; }
      .slick-next:before {
        top: 18px; }
      .slick-next:after {
        top: 8px;
        width: 25px;
        height: 25px; }
    .relocate figure:after {
      bottom: -11px;
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      -o-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    .request-form {
      width: 486px; }
      .request-form input[type] {
        width: 214px; }
        .request-form input[type]:nth-child(odd) {
          margin-right: 3px; }
        .request-form input[type]:nth-child(even) {
          margin-left: 2px; }
      .request-form textarea {
        width: 437px; }
    .ui-slider {
      width: 67%;
      position: relative; }
    .ui-slider-handle {
      top: -8px; }
    .cost em {
      font-size: 14px; }
    .image-box figure:after {
      top: -20px;
      right: -6px;
      width: 200px;
      -webkit-transform: rotate(26deg);
      -moz-transform: rotate(26deg);
      -ms-transform: rotate(26deg);
      -o-transform: rotate(26deg);
      transform: rotate(26deg); }
      .image-box figure:before {
        right: 34.5%; }
    .text-box {
      padding: 30px; }
      .text-box p {
        line-height: 1.65; }
    .two-columns-small {
      /* update 05-07-19 start */
      /* update 05-07-19 end */ }
      .two-columns-small .column:first-child {
        width: 60%; }
      .two-columns-small .column:last-child {
        width: 40%; }
      .two-columns-small form input[type] {
        width: 211px; }
      .two-columns-small form .form-row {
        margin-bottom: 10px; }
      .two-columns-small.upper-space .column:last-child .button-request {
        line-height: 2.8;
        width: 196px;
        margin: 32px 0 68px; }
    .videos figure:after {
      bottom: -13px; }
    .two-columns .column:first-child figure:before {
      bottom: -138px; }
      .two-columns .column:first-child figure:after {
        bottom: -131px;
        -webkit-transform: rotate(22.5deg);
        -moz-transform: rotate(22.5deg);
        -ms-transform: rotate(22.5deg);
        -o-transform: rotate(22.5deg);
        transform: rotate(22.5deg); }
      .two-columns .column:last-child figure:before {
        bottom: -138px; }
      .two-columns .column:last-child figure:after {
        bottom: -131px;
        -webkit-transform: rotate(-22.5deg);
        -moz-transform: rotate(-22.5deg);
        -ms-transform: rotate(-22.5deg);
        -o-transform: rotate(-22.5deg);
        transform: rotate(-22.5deg); }
    .news-data em {
      display: inline-block; }
    .find-us form input[type] {
      width: 211px; }
    .carousel .slider {
      padding-left: 30px;
      padding-right: 30px; }
    .carousel-logo {
      padding-left: 40px;
      padding-right: 40px; }
    .calculator-sidebar .request-form {
      width: 578px; }
      .calculator-sidebar .request-form input[type] {
        width: 49.1%; }
    .company-removal {
      width: 40%; }
      .company-removal figure {
        height: auto; }
      .company-removal figure img {
        height: auto; }
      .company-removal figure:before {
        left: 53.5%;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg); }
      .company-removal figure:after {
        left: 52%;
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg); }
    .removal-offers {
      width: 60%;
      padding: 20px; }
      .removal-offers p {
        margin-bottom: 10px; } }
/*---------------- media for 1024px ----------------------*/
@media all and (min-width: 1024px) {
  /* overlay */
  /* header */
  /* banner */
  /* Calculator */
  /* three-columns */
  /* Call Now */
  /* Portfolio */
  /* image-with-text */
  /* two-columns */
  /* two-columns-small */
  /* three-columns entertainment*/
  /* two-columns us-service*/
  /* News */
  /* find-us */
  /* logo-carousel */
  /* search-result page */
  /* subsite page */
  /* image-with-text */
  /* fleet */
  /* news page */
  /* counter */
    .container {
      max-width: 1024px; }
    .overlay figure {
      float: left;
      width: 100px;
      height: 70px; }
      .overlay figure img {
        width: 100%; }
      .overlay em {
        font-size: 25px; }
      .overlay a {
        font-size: 36px; }
    .overlay-content {
      width: 390px;
      top: 4%; }
    .overlay-data {
      float: right; }
    .data li {
      font-size: 12px;
      letter-spacing: 0.5px;
      margin-right: 23px; }
    .logo {
      width: 268px;
      padding: 0;
      margin-top: -17px; }
    .contact {
      margin-right: 100px; }
      .contact li {
        font-size: 14px; }
    .dropdown-list {
      width: 290px;
      padding: 27px 5px 22px 27px;
      left: -60px; }
      .dropdown-list li {
        font-size: 11px;
        margin-bottom: 4px; }
    .slide-data h1, .slide-data h2 {
      font-size: 27px;
      margin-bottom: 13px; }
      .slide-data p {
        line-height: 1.6; }
    .slick-load .slick-active p {
      line-height: 1.6; }
    .calculator-content h5 {
      font-size: 16px;
      margin-bottom: 5px; }
      .calculator-content h2 {
        font-size: 21px;
        margin-bottom: 25px; }
    .meter-value {
      font-size: 17px;
      right: 8px; }
    .range-slider {
      margin-bottom: 40px; }
      .range-slider label {
        margin-bottom: 19px; }
    .living-space {
      font-size: 17px; }
    .range-distance {
      margin-bottom: 27px; }
    .cost em {
      font-size: 14px; }
    .ui-slider-handle {
      width: 40px;
      height: 42px;
      top: -9px; }
      .ui-slider-handle:before {
        top: 0;
        width: 40px;
        height: 42px;
        background-position: -205px -10px;
        background-size: 550px auto; }
    .cost-total {
      font-size: 17px;
      margin: 0; }
      .cost-total small {
        font-size: 11px; }
    .total-value {
      font-size: 25px; }
    .cost {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .request-form {
      width: 502px;
      padding: 30px; }
      .request-form input[type] {
        height: 45px; }
      .request-form textarea {
        height: 149px; }
    .checkmark {
      padding-right: 4px; }
    .button-request {
      width: 260px;
      height: 82px;
      font-size: 20px; }
      .button-request small {
        font-size: 62%; }
    .checkmark {
      font-size: 12px;
      padding-top: 5px; }
    .relocate-details h5 {
      font-size: 16px; }
      .relocate-details h4 {
        font-size: 21px; }
    .service h2 {
      font-size: 22px; }
    .button-private {
      font-size: 13px; }
    .call-detail {
      padding: 0 40px;
      height: 146px; }
      .call-detail em {
        font-size: 36px; }
    .portfolio h4 {
      font-size: 27px; }
      .portfolio .slider {
        display: flex; }
    .portfolio-content:nth-child(odd) {
      padding-right: 0; }
      .portfolio-content:nth-child(even) {
        padding-left: 0; }
    .card {
      margin-right: 7px;
      padding: 0;
      padding-bottom: 10px; }
    .image-box figure:after {
      right: 1px;
      width: 200px; }
    .text-box {
      padding: 30px; }
      .text-box h5 {
        font-size: 18px; }
      .text-box h3 {
        font-size: 24px; }
    .two-columns h5 {
      font-size: 16px;
      margin-bottom: 5px; }
      .two-columns h4 {
        font-size: 21px;
        margin-bottom: 15px; }
    .faqs-list {
      padding: 23px; }
    .two-columns-small {
      padding-top: 35px;
      /* update 05-07-19 start */
      /* update 05-07-19 end */ }
      .two-columns-small .column:first-child h5 {
        font-size: 18px; }
        .two-columns-small .column:first-child h3 {
          font-size: 24px; }
        .two-columns-small .column:first-child p {
          line-height: 1.6; }
      .two-columns-small .column:last-child {
        width: 350px; }
      .two-columns-small form h5 em {
        margin-left: 32px; }
      .two-columns-small form .form-row .upload-btn {
        line-height: 2.8; }
        .two-columns-small form .form-row .rules {
          margin-left: 22px; }
      .two-columns-small form input[type] {
        width: 317px; }
    .videos h3 {
      font-size: 22px; }
    .two-columns .column:first-child figure:before {
      bottom: -136px;
      left: -60px; }
      .two-columns .column:first-child figure:after {
        bottom: -128px; }
      .two-columns .column:last-child h4 {
        margin-bottom: 15px; }
      .two-columns .column:last-child figure:before {
        bottom: -136px;
        right: -63px; }
      .two-columns .column:last-child figure:after {
        bottom: -130px; }
    .news h3 {
      font-size: 27px; }
    .news-data h2 {
      font-size: 16px; }
    .find-us h5 {
      font-size: 16px; }
      .find-us h4 {
        font-size: 21px; }
      .find-us form input[type] {
        width: 219px; }
    .carousel-logo {
      padding-left: 20px;
      padding-right: 20px; }
    .content-inner h5 {
      font-size: 18px; }
      .content-inner h1 {
        font-size: 24px; }
    .calculator-sidebar .request-form {
      width: 597px; }
      .calculator-sidebar .cost {
        display: block;
        margin-bottom: 25px; }
      .calculator-sidebar .calculator-content h5 {
        font-size: 18px; }
    .company-relocation h5 {
      font-size: 18px; }
      .company-relocation h1 {
        font-size: 24px; }
      .company-relocation p {
        line-height: 1.63; }
    .company-removal {
      width: 40%; }
      .company-removal figure img {
        height: auto; }
      .company-removal figure:before {
        left: 53.5%;
        -webkit-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        transform: rotate(17deg); }
      .company-removal figure:after {
        left: 52%;
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg); }
    .removal-offers {
      width: 60%;
      padding: 20px 20px 10px 20px; }
      .removal-offers h5 {
        font-size: 18px; }
      .removal-offers h2 {
        font-size: 24px;
        margin-bottom: 15px; }
      .removal-offers p {
        margin-bottom: 15px;
        line-height: 1.65; }
    .fleet-content h5 {
      font-size: 16px; }
      .fleet-content h4 {
        font-size: 21px; }
      .fleet-content .faqs-list {
        padding: 19px 23px; }
    .faqs-detail figure {
      width: 360px;
      margin-right: 50px; }
      .faqs-detail table {
        line-height: 1.6; }
      .faqs-detail table td:first-child {
        width: 198px; }
    .two-column-small .column h5 {
      font-size: 18px; }
      .two-column-small .column:first-child h1 {
        font-size: 24px;
        margin-bottom: 20px; }
    .counter-content em {
      font-size: 30px; }
      .counter-content em:last-child {
        font-size: 18px; } }
/*---------------- media for 1146px ----------------------*/
@media all and (min-width: 1146px) {
  /* Calculator */
  /* three columns */
  /* Call Now */
  /* portfolio */
  /* image-with-text */
  /* two-columns */
  /* two-columns-small */
  /* three-columns entertainment*/
  /* two-columns us-service*/
  /* News */
  /* find-us */
  /* carousel */
  /* footer */
  /* search-result page */
  /* subsite page */
  /* image-with-text */
  /* company-removal */
  /* portfolio-subsite */
  /* fleet */
  /* news page */
  /* counter */
    .container {
      max-width: 1146px; }
    .overlay-content {
      top: 5%; }
    .header-primary {
      padding-bottom: 7px; }
      .header-primary .contact {
        margin-right: 87px; }
        .header-primary .contact li {
          letter-spacing: 0.4px;
          word-spacing: 2px;
          margin-right: 7px; }
    .social-bar {
      top: 1px;
      right: 9px; }
    .search {
      top: -11px; }
      .search input[type] {
        height: 33px;
        width: 287px; }
    .button-call, .button-hire {
      width: 153px;
      margin-top: 6px;
      margin-right: 6px;
      letter-spacing: 0.7px; }
    .icon-call {
      margin-right: 10px; }
    .navigation-links {
      margin-right: 16px; }
      .navigation-links li {
        padding-top: 19px;
        padding-bottom: 43px;
        margin-right: 19px;
        letter-spacing: 1.05px; }
    .dropdown-list {
      top: 68px; }
    .dropdown-list {
      left: -38px; }
      .dropdown-list li {
        padding: 0; }
    .menu {
      padding-top: 3px; }
    .slide-data {
      width: 730px;
      bottom: 135px; }
    h1 {
      padding: 0;
      letter-spacing: 1px; }
    .slick-dots {
      bottom: 110px; }
    .calculator {
      margin-bottom: 44px; }
    .upper-space {
      margin-top: -93px; }
    .calculator-content {
      width: 48.5%;
      padding: 41px 30px 45px 40px;
      margin-right: 14px; }
    .ui-slider {
      width: 370px; }
    .ui-slider-handle {
      margin-left: -21px; }
    .cost {
      margin-bottom: 16px; }
    .cost-total {
      margin-right: 15px; }
    .request-form {
      width: 580px;
      padding: 44px 43px 43px 63px; }
      .request-form input[type] {
        width: 229px;
        margin-bottom: 7px;
        padding: 0 17px; }
        .request-form input[type]:nth-child(2n+1) {
          margin-right: 1px; }
      .request-form textarea {
        width: 465px;
        padding: 14px 18px;
        height: 212px;
        margin-bottom: 5px; }
    .check {
      display: inline-block;
      margin-left: 10px; }
      .check input[type] {
        width: auto;
        height: auto; }
    .checkbox {
      margin: 0; }
    .custom-checkbox {
      margin-top: 0; }
    .checkmark {
      padding-left: 35px;
      padding-top: 5px;
      left: 1px; }
    .relocate {
      margin-left: 13px; }
    .relocate-details {
      padding: 36px 40px 36px 43px; }
      .relocate-details h4 {
        margin-bottom: 14px; }
      .relocate-details p {
        line-height: 1.65; }
    .three-columns .service-data {
      padding: 28px 20px 14px 40px; }
      .three-columns p {
        line-height: 1.65; }
      .three-columns .service {
        margin-right: 30px; }
    .lower-space {
      margin-bottom: -90px; }
    .call-detail em {
      left: 40px; }
      .call-detail .button-call, .call-detail .button-hire {
        top: 48%;
        width: 153px;
        letter-spacing: 0.7px;
        right: 40px;
        height: 51px;
        width: 194px;
        padding-top: 12px;
        font-size: 16px; }
      .call-detail .icon-call {
        padding: 12px;
        background-position: -68px 5px;
        margin-right: 15px;
        background-size: 650px; }
    .portfolio {
      background-attachment: fixed; }
      .portfolio .container {
        padding-top: 150px; }
      .portfolio .slider {
        padding-bottom: 140px; }
    .sub-title {
      margin-bottom: 50px; }
    .card {
      width: 126px;
      margin-right: 14px; }
    .image-box {
      width: 35%; }
      .image-box figure:after {
        right: -35px;
        width: 200px;
        -webkit-transform: rotate(22deg);
        -moz-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        -o-transform: rotate(22deg);
        transform: rotate(22deg); }
        .image-box figure:before {
          right: 26%;
          -webkit-transform: rotate(21deg);
          -moz-transform: rotate(21deg);
          -ms-transform: rotate(21deg);
          -o-transform: rotate(21deg);
          transform: rotate(21deg); }
    .text-box {
      width: 65%;
      padding: 52px 50px 20px 37px; }
      .text-box h5 {
        font-size: 18px; }
      .text-box h3 {
        font-size: 24px;
        margin-bottom: 20px; }
      .text-box p {
        margin-bottom: 30px; }
    .two-columns p {
      line-height: 1.65; }
      .two-columns .column:first-child {
        padding: 40px;
        margin-right: 15px; }
        .two-columns .column:last-child {
          padding: 40px;
          margin-left: 15px; }
    .two-columns-small {
      padding-top: 50px;
      margin-bottom: 51px;
      /* update 05-07-19 start */
      /* update 05-07-19 end */ }
      .two-columns-small .column:first-child {
        width: 735px;
        padding: 40px; }
        .two-columns-small .column:last-child {
          width: 360px;
          padding: 78px 27px 40px 38px; }
      .two-columns-small form input[type] {
        width: 324px;
        height: 45px;
        margin-bottom: 8px; }
        .two-columns-small form input[type]:nth-child(odd) {
          margin-right: 3px; }
        .two-columns-small form input[type]:nth-child(even) {
          margin-left: 3px; }
        .two-columns-small form input[type]:focus {
          border: 1px solid #d83b26; }
      .two-columns-small.upper-space .column h5 {
        font-size: 18px; }
        .two-columns-small.upper-space .column:first-child {
          padding: 38px;
          margin-right: 15px;
          width: 734px; }
        .two-columns-small.upper-space .column:last-child {
          padding: 38px 39px;
          margin-left: 15px;
          width: 351px; }
          .two-columns-small.upper-space .column:last-child h5 {
            margin-bottom: 34px;
            display: block; }
          .two-columns-small.upper-space .column:last-child li {
            margin-bottom: 6px; }
    .wordcloud li {
      margin-right: 9px;
      margin-bottom: 9px; }
    .entertainment {
      margin-bottom: 52px; }
    .videos {
      margin-right: 15px;
      margin-left: 15px; }
      .videos:last-child {
        margin-right: 0; }
      .videos:first-child {
        margin-left: 0; }
      .videos h3 {
        font-size: 22px;
        margin-bottom: 13px; }
      .videos .video-detail {
        padding: 34px 20px 41px 40px; }
    .two-columns .column figure {
      margin: -40px -40px 28px -40px; }
      .two-columns .column:first-child figure:before {
        bottom: -126px;
        left: -71px; }
        .two-columns .column:first-child figure:after {
          bottom: -119px;
          left: -71px; }
      .two-columns .column:last-child h4 {
        margin-bottom: 15px; }
      .two-columns .column:last-child figure:before {
        bottom: -126px;
        right: -71px; }
        .two-columns .column:last-child figure:after {
          bottom: -119px;
          right: -71px; }
    .news .container {
      padding-top: 160px;
      padding-bottom: 146px; }
    .news-content {
      margin-right: 31px; }
    .news-details {
      padding-top: 22px; }
    .news-data {
      padding-left: 21px; }
      .news-data h2 {
        margin-bottom: 4px; }
      .news-data p {
        line-height: 1.65; }
    .find-us h4 {
      margin-bottom: 47px; }
      .find-us .column:first-child {
        padding: 30px 36px 30px 39px;
        margin-right: 15px; }
      .find-us .column:last-child {
        padding: 30px 37px 39px 39px;
        margin-left: 15px; }
      .find-us form input[type] {
        width: 229px;
        height: 45px;
        margin-bottom: 8px; }
      .find-us form input[type]:nth-child(odd) {
        margin-right: 3px; }
      .find-us form input[type]:nth-child(even) {
        margin-left: 3px; }
      .find-us form input[type]:focus {
        border: 1px solid #d83b26; }
      .find-us form textarea {
        height: 128px;
        margin-bottom: 5px; }
      .find-us form textarea:focus {
        border: 1px solid #d83b26; }
      .find-us .custom-checkbox {
        margin-top: 10px; }
      .find-us .checkmark {
        padding-top: 6px; }
    .check {
      margin-top: 0; }
    .map {
      height: 282px; }
    .carousel {
      margin-top: 70px;
      padding-top: 40px;
      padding-bottom: 40px; }
    .footer-primary {
      padding: 50px 0 65px; }
    .impression-links {
      width: 17.7%; }
    .contact-links {
      padding-top: 22px; }
    .link-column li, .social-links li, .sevice-links li, .nav-links li, .impression-links li {
      margin-bottom: 1px; }
    .secondary-footer {
      padding: 26px 0; }
      .secondary-footer:after {
        height: 55px;
        top: -41px; }
    .content-inner {
      padding: 39px 40px 38px 40px;
      margin-bottom: 64px; }
      .content-inner em {
        margin-bottom: 26px; }
      .content-inner h3 {
        line-height: 1.65; }
      .content-inner p {
        margin-bottom: 23px;
        line-height: 1.65; }
      .content-inner h1 {
        margin-bottom: 38px; }
      .content-inner h5 {
        margin-bottom: 5px; }
    .mb-bottom {
      margin-bottom: 64px; }
    .calculator-sidebar {
      margin-bottom: 44px; }
      .calculator-sidebar .calculator-content {
        width: 351px;
        margin-left: 13px;
        margin-right: 0; }
      .calculator-sidebar .calculator-content h5 {
        margin-bottom: 32px; }
      .calculator-sidebar .ui-slider {
        width: 62%; }
      .calculator-sidebar .cost {
        padding-top: 15px;
        margin-bottom: 23px; }
      .calculator-sidebar .cost-total {
        margin-top: 12px; }
      .calculator-sidebar .request-form {
        width: 761px;
        padding: 44px 45px 43px 44px; }
      .calculator-sidebar .request-form input[type] {
        width: 49.5%; }
      .calculator-sidebar .request-form .check input[type] {
        width: auto; }
    .company-relocation {
      padding: 40px 50px 45px 40px;
      width: 735px;
      margin-right: 13px; }
      .company-relocation h1 {
        margin-bottom: 15px; }
      .company-relocation p {
        margin-bottom: 24px; }
      .company-relocation ul {
        margin-bottom: 25px; }
      .company-relocation ul li {
        margin-bottom: 0;
        line-height: 1.6;
        padding-left: 8px; }
      .company-relocation ul li:before {
        top: 9px; }
    .image-with-text-subsite {
      margin-bottom: -100px; }
    .company-removal {
      width: 413px; }
      .company-removal figure img {
        height: auto; }
      .company-removal figure:before {
        left: 46%;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg); }
      .company-removal figure:after {
        left: 44%;
        -webkit-transform: rotate(21deg);
        -moz-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
        -o-transform: rotate(21deg);
        transform: rotate(21deg); }
    .removal-offers {
      width: 701px;
      padding: 50px 42px 20px 12px; }
      .removal-offers h5 {
        margin-bottom: 6px; }
      .removal-offers h2 {
        margin-bottom: 12px; }
      .removal-offers p {
        margin-bottom: 23px; }
    .portfolio-subsite .container {
      padding-top: 160px; }
    .fleet-content {
      padding: 45px 40px;
      margin-bottom: 65px; }
      .fleet-content h4 {
        margin-bottom: 28px; }
    .faqs-detail {
      margin-top: 0;
      padding: 5px 10px 20px 23px; }
      .faqs-detail figure {
        width: 372px;
        margin-right: 90px;
        margin-left: 65px; }
    .two-column-small {
      margin-bottom: 61px; }
      .two-column-small .column h5 {
        font-size: 18px; }
      .two-column-small .column:first-child {
        padding: 38px;
        margin-right: 15px;
        width: 734px; }
      .two-column-small .column:first-child h1 {
        margin-bottom: 40px; }
      .two-column-small .column:last-child {
        padding: 38px 39px;
        margin-left: 15px;
        width: 351px; }
      .two-column-small .column:last-child h5 {
        margin-bottom: 34px; }
      .two-column-small .column:last-child li {
        margin-bottom: 6px; }
      .two-column-small .news-content {
        margin-bottom: 40px; }
    .news-list {
      margin-bottom: 52px; }
    .count-wrap {
      margin: 80px 0 80px;
      padding: 70px 0; }
    .counter-content em {
      font-size: 42px; }
      .counter-content em:last-child {
        font-size: 22px; } }
/*---------------- media for 1650px ----------------------*/
@media all and (min-width: 1650px) {
  /* carousel */
    .slide-data {
      bottom: 137px; }
    .slick-prev {
      left: 28px;
      top: 49%; }
    .slick-next {
      right: 28px;
      top: 49%; }
    .carousel .slider {
      padding: 0;
      margin-left: -20px;
      margin-right: -20px; } }

@media all and (width: 768px) {
  /* subsite page */
    .company-removal {
      height: 678px; } }

@media all and (max-width: 767px) {
  .two-columns-small {
    margin-bottom: 20px; }

  .two-columns.upper-space {
    margin-top: 30px; }
    .two-columns .lower-space {
      margin-bottom: 0; }
    .two-columns p {
      margin-bottom: 15px; }
    .two-columns figure {
      margin-bottom: 15px; }
    .two-columns.lower-space {
      margin-bottom: 0; }
    .two-columns .column {
      padding: 30px 25px 30px 25px; }

  .video-detail {
    padding: 30px 25px 30px 25px;
    background-color: #fff;
    margin-bottom: 15px; }

  .two-columns-small .column {
    padding: 30px 25px 30px 25px; }

  .text-box {
    padding: 30px 25px 30px 25px;
    background-color: #fff; }
    .text-box p {
      margin-bottom: 15px; }

  h5 {
    font-size: 13px; }

  h3 {
    font-size: 17px;
    margin-bottom: 10px; }

  .three-columns .slider {
    background-color: #fff; }

  .image-with-text.lower-space {
    margin-bottom: 0; } }

.animatedParent {
  overflow: hidden; }
/*animations*/
/******************
 * Bounce in right *
 *******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }
/***********
 * bounceIn *
 ************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
/****************
 * bounceInRight *
 ****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }

  60% {
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }

  60% {
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }
/******************
 * Bounce in left *
 *******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }

  60% {
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }

  60% {
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }
/******************
 * Bounce in up *
 *******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }

  60% {
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }

  60% {
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }
/******************
 * Bounce in down *
 *******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }

  60% {
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }

  60% {
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
/**********
 * Fade In *
 **********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1;
    display: block; } }

.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
/**********
 * Grow in *
 ***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }

  50% {
    transform: scale(1.2); }

  100% {
    transform: scale(1);
    opacity: 1; } }

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }
/********
 * Shake *
 ********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }
/********
 * ShakeUp *
 ********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }

  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }
/*************
 * FadeInLeft *
 *************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
/*************
 * FadeInRight *
 *************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
/*************
 * FadeInUp *
 *************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
/*************
 * FadeInDown *
 *************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
/*****************
 * rotateIn *
 *****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }
/*****************
 * rotateInUpLeft *
 *****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }
/*******************
 * rotateInDownLeft *
 *******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }
/******************
 * rotateInUpRight *
 *******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }
/********************
 * rotateInDownRight *
 ********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }
/*********
 * rollIn *
 **********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }
/*********
 * wiggle *
 **********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }

  10% {
    -webkit-transform: skewX(-8deg); }

  20% {
    -webkit-transform: skewX(7deg); }

  30% {
    -webkit-transform: skewX(-6deg); }

  40% {
    -webkit-transform: skewX(5deg); }

  50% {
    -webkit-transform: skewX(-4deg); }

  60% {
    -webkit-transform: skewX(3deg); }

  70% {
    -webkit-transform: skewX(-2deg); }

  80% {
    -webkit-transform: skewX(1deg); }

  90% {
    -webkit-transform: skewX(0deg); }

  100% {
    -webkit-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }

  10% {
    transform: skewX(-8deg); }

  20% {
    transform: skewX(7deg); }

  30% {
    transform: skewX(-6deg); }

  40% {
    transform: skewX(5deg); }

  50% {
    transform: skewX(-4deg); }

  60% {
    transform: skewX(3deg); }

  70% {
    transform: skewX(-2deg); }

  80% {
    transform: skewX(1deg); }

  90% {
    transform: skewX(0deg); }

  100% {
    transform: skewX(0deg); } }

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
/********
 * swing *
 *********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }

  20% {
    -webkit-transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  100% {
    transform: rotate(0deg); } }

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
/*******
 * tada *
 ********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }

  100% {
    transform: scale(1) rotate(0); } }

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }
/*********
 * wobble *
 **********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }

  15% {
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    transform: translateX(20%) rotate(3deg); }

  45% {
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    transform: translateX(10%) rotate(2deg); }

  75% {
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    transform: translateX(0%); } }

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }
/********
 * pulse *
 *********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }
/***************
 * lightSpeedInRight *
 ****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
/***************
 * lightSpeedInLeft *
 ****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }

  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
/*******
 * Flip *
 *******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }
/**********
 * flipInX *
 **********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }
/**********
 * flipInY *
 **********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }
/*****************
 * Out animations *
 *****************/
/************
 * bounceOut *
 *************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }
/************
 * bounceOutUp *
 *************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
/************
 * bounceOutDown *
 *************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }
/************
 * bounceOutLeft *
 *************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }
/************
 * bounceOutRight *
 *************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }
/************
 * fadeOut *
 *************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
/************
 * fadeOutUp *
 *************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
/************
 * fadeOutDown *
 *************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
/************
 * fadeOutLeft *
 *************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
/************
 * fadeOutRight *
 *************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
/************
 * flipOutX *
 *************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }
/************
 * flipOutY *
 *************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }
/************
 * lightSpeedOutRight *
 *************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
/************
 * lightSpeedOutLeft *
 *************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
/************
 * rotateOut *
 *************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }
/************
 * rotateOutUpLeft *
 *************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }
/************
 * rotateOutDownLeft *
 *************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }
/************
 * rotateOutUpRight *
 *************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }
/************
 * rollOut *
 *************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }
/*****************
 * Short Animations
 *******************/
/*********************
 * fadeInUpShort
 *********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }
/*********************
 * fadeInDownShort
 *********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }
/*********************
 * fadeInRightShort 
 *********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }
/*********************
 * fadeInLeftShort 
 *********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }
/* first block unterhalb des menus, ausser banner bloecke */
.block-first {
  padding-top: 150px; }
  .block-first.block-bannerslider, .block-first.block-bannerimage {
    padding-top: 0px; }
/* bloecke ineinander schieben */
.after-bannerslider, .after-bannerimage, .upper-space, .block-gcb_portfolio, .after-gcb_portfolio, .block-gcb_news, .after-gcb_news {
  margin-top: -34px;
  position: relative; }

.lower-space {
  margin-bottom: -35px; }

.before-gcb_portfolio, .before-gcb_news {
  z-index: 1;
  position: relative; }
  .before-gcb_portfolio .image-with-text, .before-gcb_news .image-with-text, .before-gcb_portfolio .two-columns-small, .before-gcb_news .two-columns-small {
    margin-bottom: 0px; }

.after-gcb_portfolio .two-columns-small {
  padding-top: 0px;
  margin-top: 0px; }

@media all and (min-width: 1146px) {
  .after-bannerslider, .after-bannerimage, .upper-space, .block-gcb_portfolio, .after-gcb_portfolio, .block-gcb_news, .after-gcb_news {
    margin-top: -93px; }

  .lower-space {
    margin-bottom: -90px; } }

@media all and (max-width: 767px) {
  /*
   .upper-space{
   margin-top: -93px;
   }
   .lower-space {
   margin-bottom: -90px;
   }
   */ }
/* ken-burns */
.slick-active.slide-zoom img {
  transform: scale(1.25) translateX(-30px);
  animation: mymove 40s infinite; }

@keyframes mymove {
  0% {
    transform: scale(1.25) translateX(-30px); }

  50% {
    transform: scale(1) translateX(0); }

  100% {
    transform: scale(1.25) translateX(-30px); } }

@keyframes mymove2 {
  0% {
    transform: scale(1.32) translate(0, 30px); }

  50% {
    transform: scale(1.37) translate(20px, 0); }

  100% {
    transform: scale(1.32) translate(0, 30px); } }

.slick-active.slide-left img {
  transform: scale(1.3) translate(0, 30px);
  animation: mymove2 40s infinite; }

@keyframes mymove3 {
  0% {
    transform: scale(1.4) translate(0, -30px); }

  50% {
    transform: scale(1.45) translate(-20px, 0); }

  100% {
    transform: scale(1.4) translate(0, -30px); } }

.slick-active.slide-right img {
  transform: scale(1.4) translate(0, -30px);
  animation: mymove3 40s infinite; }

@keyframes mymove4 {
  0% {
    transform: scale(1.4) translate(45px, 0); }

  50% {
    transform: scale(1.45) translate(0, -25px); }

  100% {
    transform: scale(1.4) translate(-45px, 0); } }

.slick-active.slide-top img {
  transform: scale(1.4) translate(45px, 0);
  animation: mymove4 40s infinite; }

@keyframes mymove5 {
  0% {
    transform: scale(1.3) translate(0, 0); }

  50% {
    transform: scale(1.4) translate(0, 45px); }

  100% {
    transform: scale(1.3) translate(0, 0); } }

.slick-active.slide-bottom img {
  transform: scale(1.3) translate(0, 0);
  animation: mymove5 40s infinite; }
