/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus {
  outline: thin dotted; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  vertical-align: middle; }

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

blockquote,
q {
  quotes: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

progress {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * General
 * ----------------------------------------------------------------------------
 */
html {
  font-family: "Arial", sans-serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }

body {
  background: #121212;
  color: #dedede;
  line-height: 1.66667;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  border-bottom: 1px solid currentColor;
  color: #dedede;
  text-decoration: none;
  -webkit-transition: border-color .15s ease-in-out, color .15s ease-in-out;
  transition: border-color .15s ease-in-out, color .15s ease-in-out; }
  a:hover, a:focus {
    border-color: #fff;
    color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cccccc;
  font-weight: normal;
  line-height: 1.2;
  margin: 2.5rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.44444rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.66667rem; }

h4 {
  font-size: 1.33333rem; }

h5 {
  font-size: 1.11111rem; }

h6 {
  font-size: 1rem; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff493;
  color: #dedede;
  padding: 0 3px;
  text-decoration: none; }

pre {
  background: #fff;
  border-radius: 3px;
  font-size: 0.88889rem;
  margin: 0 0 1.66667rem;
  overflow: auto;
  padding: 1.66667rem;
  position: relative;
  white-space: pre; }

blockquote {
  border-left: 3px solid #0072ff;
  color: #cccccc;
  font-size: 1.33333rem;
  line-height: 1.3;
  margin: 0 0 1.66667rem;
  padding-left: 30px; }
  blockquote p {
    margin-bottom: 0.83333rem; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    color: #999999;
    display: block;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.66667;
    margin-top: 0.83333rem; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 1.66667em; }

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

hr {
  background-color: #282828;
  border: 0;
  height: 1px;
  margin: 2.5em 0; }

table {
  line-height: 1.5;
  margin: 0 0 1.66667em;
  text-align: left;
  width: 100%; }

caption {
  color: #999999;
  font-size: 0.88889em;
  font-style: normal;
  margin-bottom: 0.83333rem;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #282828;
  padding: 0.5em 5px; }

th {
  color: #cccccc;
  font-weight: bold; }

/* Form fields */
label {
  color: #cccccc;
  font-weight: bold; }

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 0.25em;
  padding-right: 1em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="number"],
select,
textarea {
  background: #222;
  border: 1px solid #282828;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #dedede;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 15px;
  vertical-align: baseline;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="number"],
select {
  height: 3em; }

textarea {
  padding: 0.75em 15px; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button {
  background: linear-gradient(45deg, #b31217 30%, #62100d 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 2.75em;
  line-height: 1.5;
  padding: 0.5em 30px; }
  button:hover, button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  a.button:hover,
  a.button:focus {
    outline: 0;
    color: #fff;
    box-shadow: none;
    -webkit-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out; }
  button:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  a.button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.button {
  height: auto; }

.button.large {
  height: 3em;
  padding-left: 40px;
  padding-right: 40px; }

a.button.large {
  height: auto;
  padding-bottom: 0.625em;
  padding-top: 0.625em; }

.button.secondary {
  background: transparent;
  color: #0072ff;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: #0072ff;
    color: #fff;
    opacity: 1; }

.button.white {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 20px 30px 0 rgba(222, 222, 222, 0.2);
  color: #dedede;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out; }
  .button.white:hover, .button.white:focus, .button.white:active {
    box-shadow: none;
    opacity: 1; }

#menu-open,
#menu-close {
  background: 0;
  border: 0;
  box-shadow: none;
  color: inherit;
  height: 30px;
  padding: 0;
  position: relative;
  width: 30px; }

/* Contact form */
.contact-form .form-row {
  margin-bottom: 0.83333em; }

.contact-form label {
  display: block;
  padding-bottom: 0.25em; }

.contact-form .form-submit {
  margin-top: 1.66667em; }

/* Subscribe form */
.subscribe-form {
  margin-bottom: 1.66667rem; }
  .subscribe-form .subscribe-email {
    width: 100%; }
  .subscribe-form .button {
    margin: 0.83333rem 0 0; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

/* Images */
img {
  height: auto;
  max-width: 100%; }

.post-thumbnail img,
.post-content img {
  border-radius: 3px; }

/* Heading underline */
.underline {
  position: relative; }
  .underline:after {
    border-left: 68px solid #0072ff;
    display: block;
    content: "";
    height: 2px;
    margin-top: 1rem; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

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

/* Centered Text */
.center {
  text-align: center; }

/* Mobile Fonts Fixup */
@media only screen and (max-width: 741px) {
  h3 {
    font-size: 1.3rem; } }

.cat-crane-status {
  display: inline-block;
  margin-left: -11px;
  padding: 6px 10px 8px;
  padding-left: 10px;
  padding-left: 50px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #2e2e2e 100%); }

.cat-crane-status::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-color: transparent #2e2e2e #2e2e2e transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0; }

/**
 * Custom Icons
 * ----------------------------------------------------------------------------
 */
.icon-menu,
.icon-close {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-arrow-left,
.icon-arrow-right {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 14px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 4px; }

.icon-arrow-left:before {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  left: -1px;
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.icon-arrow-right:before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  right: -1px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.icon-plus {
  border-radius: 50%;
  color: #b31217;
  height: 24px;
  position: relative;
  width: 24px; }
  .icon-plus:before, .icon-plus:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    position: absolute;
    top: 50%;
    width: 16px; }
  .icon-plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/**
 * Structure
 * ----------------------------------------------------------------------------
 */
.outer {
  padding: 4.16667rem 4vw 3.33333rem; }

.outer-alt {
  padding: 0 4vw 0; }

@media only screen and (max-width: 800px) {
  .outer {
    padding: 1.5rem 4vw 3.33333rem; } }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.inner-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 945px; }

.inner-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.inner-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 555px; }

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background: #000;
  color: #cccccc;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.site-header-inside {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.site-branding {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
  .site-branding a {
    border: 0;
    color: inherit; }

.site-title {
  color: #cccccc;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.site-logo {
  margin: 0; }
  .site-logo img {
    max-height: 60px; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown:after {
    content: "\25BE"; }

.dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #222;
  min-width: 200px;
  box-shadow: 0 -2px 10px black;
  padding: 12px;
  margin-left: -12px;
  z-index: 2;
  border-radius: 3px; }
  .dropdown-content li {
    list-style: none; }
  .dropdown-content li:not(:last-child) {
    margin-bottom: 12px; }

.dropdown:hover .dropdown-content {
  display: block !important; }

.site-navigation {
  margin-left: auto; }
  .site-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-navigation .menu-item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 30px; }
    .site-navigation .menu-item.current-menu-item {
      color: #999999; }
  .site-navigation a:not(.button) {
    border: 0;
    display: inline-block;
    text-decoration: none; }
  .site-navigation .button {
    font-size: 16px;
    padding: 0.25em 15px; }
  .site-navigation .menu-button + .menu-button {
    margin-left: 15px; }

.menu-toggle {
  display: none; }

@supports (position: sticky) or (position: -webkit-sticky) {
  @media only screen and (min-width: 960px) {
    .site-header {
      background: #000;
      top: 0;
      z-index: 999; }
    .mobile-button {
      display: none; } } }

@media only screen and (max-width: 960px) {
  .site {
    overflow: hidden;
    position: relative; }
  .site-branding {
    width: 100px; }
  .mobile-button {
    margin-left: 20px;
    list-style: none; }
  .site-header:before {
    background: rgba(18, 18, 18, 0.75);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
    transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }
  #menu-open {
    display: block;
    margin-left: auto; }
  .site-navigation {
    background: #000;
    box-sizing: border-box;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: -360px;
    top: 0;
    -webkit-transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
    transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 999; }
    .site-navigation .menu {
      padding: 4.5rem 4vw 3.33333rem; }
    .site-navigation .menu-item {
      display: block;
      margin: 0; }
      .site-navigation .menu-item:not(.menu-button) {
        border-bottom: 1px solid #282828; }
      .site-navigation .menu-item:not(.menu-button):first-child {
        border-top: 1px solid #282828; }
      .site-navigation .menu-item.menu-button {
        margin-top: 1.66667em; }
      .site-navigation .menu-item.menu-button + .menu-button {
        margin-left: 0; }
    .site-navigation a:not(.button) {
      display: block;
      padding: 0.83333rem 0; }
    .site-navigation .button {
      height: 3em;
      padding: 0.625em 15px;
      text-align: center;
      width: 100%; }
    .site-navigation #menu-close {
      display: block;
      position: absolute;
      right: 4vw;
      top: 1.33333rem; }
  .site-nav-inside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .dropdown {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #282828; }
    .dropdown:after {
      content: ""; }
  .dropdown-content {
    display: inherit !important;
    position: inherit;
    background-color: #000;
    min-width: 200px;
    box-shadow: none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    list-style: none; }
    .dropdown-content li {
      list-style: none;
      border-bottom: 1px solid #282828; }
  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 997; }
  .menu--opened .site-navigation {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    visibility: visible; }
  .menu--opened .site-header:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible; } }

@media only screen and (max-width: 360px) {
  #menu-open {
    display: block;
    margin-left: auto; }
  .site-navigation {
    width: 100%; } }

/**
 * Content
 * ----------------------------------------------------------------------------
 */
.post {
  margin-bottom: 3.33333em; }

.post-header {
  margin-bottom: 2.5rem;
  text-align: center; }
  .post-header .post-title {
    margin: 0 0 1.66667rem; }
    .post-header .post-title a {
      border: 0;
      color: inherit; }
      .post-header .post-title a:hover, .post-header .post-title a:focus {
        color: #dedede; }

.post-subtitle {
  border-bottom: 1px solid #282828;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-bottom: 1.33333rem; }

.post-thumbnail {
  display: block;
  margin-bottom: 1.66667rem; }
  .post-thumbnail img {
    width: 100%; }

.post-meta {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem; }

/* Post feed */
.post-feed {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.83333em 1.66667em; }
  .post-feed .post-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.66667em; }
    @media only screen and (max-width: 900px) {
      .post-feed .post-card {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 600px) {
      .post-feed .post-card {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .post-feed .post-card-inside {
    background: #222;
    border: 1px solid #282828;
    border-radius: 3px;
    box-shadow: 0 -2px 10px black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; }
  .post-feed .post-card-thumbnail {
    border: 0;
    border-radius: 3px 3px 0 0;
    display: block;
    margin: 0;
    position: relative;
    width: 100%; }
    .post-feed .post-card-thumbnail:before {
      content: "";
      display: block;
      padding-top: 66.666%; }
    .post-feed .post-card-thumbnail img {
      border-radius: 3px 3px 0 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .post-feed .post-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.33333rem; }
  .post-feed .post-header {
    margin-bottom: 0.83333rem;
    text-align: left; }
  .post-feed .post-title {
    font-size: 1.33333rem;
    margin: 0; }
  .post-feed .post-excerpt {
    font-size: 16px; }

@media only screen and (max-width: 750px) {
  .post-feed {
    margin-left: -2vw;
    margin-right: -2vw; }
    .post-feed .post-card {
      margin-bottom: 4vw; }
    .post-feed .post-card-inside {
      margin-left: 2vw;
      margin-right: 2vw; } }

/* Post navigation */
.read-next {
  margin-top: 3.33333em; }
  .read-next .read-next-title {
    font-size: 1.66667rem;
    margin: 0 0 1.6667rem;
    text-align: center; }
  @media only screen and (min-width: 601px) {
    .read-next .post-card {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
.gallery {
  border-radius: 3px; }
  .gallery img {
    border-radius: 3px; }

/* Pagination */
.pagination {
  margin: 0 0 1.66667rem; }
  .pagination .nav-links {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .pagination .page-number {
    color: #999999;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.5;
    text-align: center; }
  .pagination .newer-posts,
  .pagination .older-posts {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative; }
  .pagination .older-posts {
    padding-left: 15px;
    padding-right: 40px; }
  .pagination .newer-posts {
    padding-left: 40px;
    padding-right: 15px; }
  .pagination .icon-arrow-left {
    left: 15px;
    margin-left: 0; }
  .pagination .icon-arrow-right {
    left: auto;
    margin-left: 0;
    right: 15px; }
  @media only screen and (max-width: 400px) {
    .pagination .nav-links {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .pagination .newer-posts {
      margin-bottom: 0.83333rem; }
    .pagination .older-posts {
      margin-top: 0.83333rem; } }
/* Cranes and other tech Extensions */
price {
  font-size: 1.2rem; }

.props {
  font-size: 16px; }
  .props p {
    margin: 0 0 5px; }
    .props p i {
      margin-right: 5px; }

.specs {
  background: #222;
  border: 1px solid #282828;
  box-shadow: 0 -2px 10px black;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  padding: 10px; }
  .specs p {
    margin: inherit; }
    .specs p i {
      padding-right: 7px; }

.about-manager {
  padding-bottom: 15px;
  padding-top: 15px; }

.manager {
  margin-bottom: 40px; }
  .manager .contact {
    margin-left: 100px; }
  .manager a {
    border: none; }

.specs-offer {
  background: #222;
  border: 1px solid #282828;
  box-shadow: 0 -2px 10px black;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 3fr 1fr; }
  .specs-offer p {
    margin: inherit; }
    .specs-offer p i {
      padding-right: 7px; }

.crane-status-block {
  background: #222;
  border: 1px solid #282828;
  box-shadow: 0 -2px 10px black;
  border-radius: 3px;
  margin: 10px 0 10px 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr; }
  .crane-status-block p {
    margin: inherit; }
    .crane-status-block p i {
      padding-right: 7px; }

@media only screen and (max-width: 400px) {
  .crane-status-block {
    grid-template-columns: 2fr 2fr;
    grid-gap: 1em; } }

.project {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("/images/project.jpg");
  background-size: cover;
  box-shadow: 0px 0px 40px 8px rgba(255, 0, 0, 0.33);
  border-radius: 3px;
  margin: 10px 0 10px 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .project p {
    margin: inherit;
    text-align: center; }
    .project p i {
      padding-right: 7px; }

@media only screen and (max-width: 800px) {
  .specs-offer {
    grid-template-columns: 1fr; }
  .manager .contact {
    display: grid; }
  .offer-avatar {
    margin-top: 0px !important; }
  .order-now .button {
    width: 100%;
    text-align: center; }
  .docs .button {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    margin-right: 0 !important; } }

.order-now {
  margin: 15px 0 15px 0; }
  .order-now .button {
    margin-right: 10px; }

.docs {
  margin: 25px 0 25px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  .docs .button {
    margin-right: 10px;
    margin-bottom: 10px; }

.post-category {
  display: inline-block;
  margin-left: -11px;
  padding: 6px 10px 8px;
  padding-left: 10px;
  padding-left: 50px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #2e2e2e 100%); }

.post-category::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-color: transparent #2e2e2e #2e2e2e transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0; }

.post-category-alt {
  display: inline-block;
  margin-left: -11px;
  padding: 6px 10px 8px;
  padding-left: 10px;
  padding-left: 50px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #2e2e2e 100%); }

.post-category-alt::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-color: transparent #2e2e2e #2e2e2e transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0; }

/* Cities */
.cities {
  box-shadow: 0 -2px 10px black;
  border-radius: 3px;
  padding: 0px 20px 0px 20px;
  background: url(/images/russia.svg);
  background-size: cover; }
  .cities h3 {
    line-height: 2; }

.cities-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  @media only screen and (max-width: 900px) {
    .cities-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 600px) {
    .cities-container {
      grid-template-columns: repeat(2, 1fr); } }
  .cities-container li {
    display: inline-block;
    vertical-align: top; }

/**
 * Sections
 * ----------------------------------------------------------------------------
 */
.block-title {
  font-size: 2.44444rem;
  margin: 0 0 1.33333rem;
  color: #fff;
  text-shadow: 2px 2px 6px #000; }
  .block-title:last-child {
    margin-bottom: 1.66667rem; }

@media only screen and (max-width: 741px) {
  .block-title {
    font-size: 1.1rem; }
  .block-cards {
    margin-bottom: 0 !important; }
  .block-big-icon i {
    font-size: 125px;
    width: 2em;
    display: inline-block; } }

.block-header {
  margin-bottom: 3rem;
  text-align: center; }
  .block-header .block-title {
    font-size: 1.66667rem; }

.block-preview {
  margin-bottom: 1.66667rem; }

.block-buttons {
  margin-bottom: 0.83333rem; }
  .block-buttons .button {
    margin: 0 7px 0.83333rem; }

.block-item {
  margin-bottom: 1.66667rem; }
  .block-item:last-child {
    margin-bottom: 0; }

.hero-block .cell,
.text-block .cell,
.block-item .cell,
.block-cards .cell {
  text-align: center; }

.hero-block .welcome,
.text-block .welcome,
.block-item .welcome,
.block-cards .welcome {
  text-align: center; }

.hero-block .underline:after,
.text-block .underline:after,
.block-item .underline:after,
.block-cards .underline:after {
  display: none; }

.block-cards {
  margin-bottom: -60px; }
  .block-cards:last-child {
    margin-bottom: 1.66667rem; }

@media only screen and (min-width: 801px) {
  .hero-block .grid,
  .text-block .grid,
  .block-item .grid,
  .block-cards .grid {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.83333rem; }
  .hero-block .cell,
  .text-block .cell,
  .block-item .cell,
  .block-cards .cell {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.83333rem;
    margin-right: 0.83333rem;
    text-align: left; }
    .hero-block .cell:only-child,
    .text-block .cell:only-child,
    .block-item .cell:only-child,
    .block-cards .cell:only-child {
      margin-left: auto;
      margin-right: auto;
      max-width: 555px;
      text-align: center; }
      .hero-block .cell:only-child .underline:after,
      .text-block .cell:only-child .underline:after,
      .block-item .cell:only-child .underline:after,
      .block-cards .cell:only-child .underline:after {
        display: none; }
  .hero-block .block-preview,
  .text-block .block-preview,
  .block-item .block-preview,
  .block-cards .block-preview {
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
    padding-right: 68px; }
  .hero-block .block-content,
  .text-block .block-content,
  .block-item .block-content,
  .block-cards .block-content {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8; }
  .hero-block .block-big-icon,
  .text-block .block-big-icon,
  .block-item .block-big-icon,
  .block-cards .block-big-icon {
    padding-right: 68px; }
    .hero-block .block-big-icon i,
    .text-block .block-big-icon i,
    .block-item .block-big-icon i,
    .block-cards .block-big-icon i {
      font-size: 125px;
      display: block;
      width: 1.7em; }
  .hero-block .block-card,
  .text-block .block-card,
  .block-item .block-card,
  .block-cards .block-card {
    line-height: 1.5;
    min-width: 190px;
    padding: 3px;
    background: #222;
    border: 1px solid #282828;
    border-radius: 3px;
    box-shadow: 0 -2px 10px black;
    -webkit-flex: 12;
    -ms-flex: 12;
    flex: 12;
    height: 85px; }
    .hero-block .block-card h3,
    .text-block .block-card h3,
    .block-item .block-card h3,
    .block-cards .block-card h3 {
      font-size: 2.2em;
      color: #fff;
      top: -30px;
      position: relative;
      text-align: center; }
    .hero-block .block-card h3 > strong,
    .text-block .block-card h3 > strong,
    .block-item .block-card h3 > strong,
    .block-cards .block-card h3 > strong {
      font-size: 2em; }
  .hero-block .underline:after,
  .text-block .underline:after,
  .block-item .underline:after,
  .block-cards .underline:after {
    display: block; }
  .hero-block .button,
  .text-block .button,
  .block-item .button,
  .block-cards .button {
    margin-left: 0;
    margin-right: 15px; }
  .hero-block .grid,
  .text-block .grid,
  .block-cards:nth-child(2n+1) .grid,
  .block-item:nth-child(2n+1) .grid {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .hero-block .block-preview,
  .text-block .block-preview,
  .block-cards:nth-child(2n+1) .block-preview,
  .block-item:nth-child(2n+1) .block-preview {
    padding-left: 68px;
    padding-right: 0; } }

/* Call to Action */
.cta-block .block-title {
  margin: 0 0 1.25rem; }

.cta-block .big-phone {
  text-align: center; }

.cta-block .cell {
  text-align: center; }

@media only screen and (min-width: 741px) {
  .cta-block .grid {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.83333rem; }
  .cta-block .big-phone {
    font-size: 55pt; }
  .cta-block .cell {
    box-sizing: border-box;
    margin-left: 0.83333rem;
    margin-right: 0.83333rem;
    text-align: left; }
  .cta-block .block-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cta-block .block-buttons {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 68px; } }

/* Reviews */
.review {
  border: 0;
  font-size: 0.88889rem;
  line-height: 1.75;
  margin: 0 auto 1.66667rem;
  max-width: 488px;
  padding: 0; }

.review-inside {
  background: #222;
  border: 1px solid #282828;
  border-radius: 3px;
  box-shadow: 0 -2px 10px black;
  padding: 1.11111rem; }

.cred {
  position: absolute;
  top: 45%;
  right: -19px;
  font-size: 68px;
  display: flex; }
  .cred a {
    border: none; }

@media only screen and (max-width: 741px) {
  .cred {
    right: -10px; }
  .qr {
    display: none; } }

@media only screen and (min-width: 741px) {
  .vcard {
    display: none; } }

.review-text {
  margin-bottom: 1.5em;
  padding-top: 2rem;
  position: relative; }
  .review-text:before {
    color: #0072ff;
    content: "\201C";
    display: block;
    font-size: 2.66667rem;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0; }

.review-footer {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .review-footer .review-author {
    color: #cccccc;
    font-size: inherit;
    font-weight: bold;
    margin: 0; }
    .review-footer .review-author a {
      border: none; }
  .review-footer .review-avatar {
    border-radius: 50%;
    height: 60px;
    margin-right: 15px;
    width: 60px; }

.offer-avatar {
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -25px;
  border: 1px solid #282828;
  box-shadow: 0 -2px 10px #000; }

@media only screen and (min-width: 741px) {
  .reviews-block .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333rem;
    justify-content: center; }
  .reviews-block .cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1.66667em; }
    .reviews-block .cell:first-child:nth-last-child(4), .reviews-block .cell:first-child:nth-last-child(4) ~ .cell {
      min-width: 40%; }
    .reviews-block .cell:first-child:nth-last-child(5), .reviews-block .cell:first-child:nth-last-child(5) ~ .cell {
      min-width: 30%; }
  .reviews-block .review-inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; } }

/* Pricing */
.plan {
  font-size: 0.88889rem;
  margin: 0 auto 1.66667rem;
  max-width: 360px;
  text-align: center; }
  .plan.highlight .plan-inside {
    border: 2px solid #0072ff; }
  .plan.highlight .button {
    background: #0072ff;
    color: #fff;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    .plan.highlight .button:hover, .plan.highlight .button:focus, .plan.highlight .button:active {
      opacity: 0.75; }

.plan-inside {
  background: #fff;
  border: 1px solid #282828;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(222, 222, 222, 0.1);
  padding: 1.66667rem 1.66667rem 0.83333rem; }
  .plan-inside .block-buttons {
    margin-top: 1.66667rem; }

.plan-name {
  color: #dedede;
  font-size: 0.88889rem;
  font-weight: bold;
  margin: 0 0 1.66667rem; }

.plan-price {
  color: #cccccc;
  font-size: 2.44444rem;
  font-weight: bold;
  margin-bottom: 1.66667rem; }

.plan-details ul {
  list-style: none;
  padding: 0; }

.plan-details li {
  margin: 0 0 0.75em; }
  .plan-details li:first-child {
    margin-top: 0; }
  .plan-details li:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 940px) {
  .pricing-block .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333rem;
    justify-content: center; }
  .pricing-block .cell {
    -webkit-flex: 1 1 290px;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px;
    margin: 0 0 1.66667em; }
    .pricing-block .cell:first-child:nth-last-child(4), .pricing-block .cell:first-child:nth-last-child(4) ~ .cell {
      min-width: 40%; }
  .pricing-block .plan-inside {
    margin: 0 0.833333em; } }

/* FAQ */
.faq-accordion {
  margin-bottom: 3.33333rem;
  text-align: left; }

.accordion-header {
  background: #222;
  border-radius: 3px;
  box-shadow: 0 -2px 10px black;
  margin-top: 1.25rem; }
  .accordion-header .accordion-trigger {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: 0;
    border: 1px solid #282828;
    border-radius: 0;
    box-shadow: none;
    color: #cccccc;
    font-size: 1rem;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    opacity: 1;
    padding: 1rem 15px;
    text-align: left;
    width: 100%;
    border-radius: 3px; }
  .accordion-header .accordion-icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px; }

.accordion-panel {
  margin: 0;
  max-height: 75vh;
  overflow: hidden; }

.badger-accordion--initialized .accordion-panel {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.accordion-panel.-ba-is-hidden {
  max-height: 0 !important;
  visibility: hidden; }

.accordion-panel.-ba-is-active {
  box-shadow: 0 -2px 10px black;
  margin-top: 0.5rem; }

.accordion-content {
  background: #222;
  border: 1px solid #282828;
  border-radius: 3px;
  color: #dedede;
  font-size: 0.88889rem;
  padding: 1rem 15px; }

.accordion-trigger.-ba-is-active .icon-plus:after {
  display: none; }

/* Latest posts */
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .posts-block .post-card {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .posts-block .post-card-inside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .posts-block .post-card-thumbnail {
    border-radius: 0 3px 3px 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .posts-block .post-card-thumbnail img {
      border-radius: 0 3px 3px 0;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .posts-block .post-card-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

.block-address {
  text-align: left;
  margin-top: 1.66667em; }
  .block-address p {
    margin-top: 5px;
    margin-bottom: 5px; }

/* Contact */
.contact-block .contact-form {
  margin-bottom: 1.66667rem; }

.contact-block:only-child .block-header {
  max-width: 750px; }

.contact-block:only-child .block-title {
  font-size: 2.44444rem;
  margin-bottom: 2.5rem; }

.contact-block:only-child .block-subtitle {
  border-bottom: 1px solid #282828;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-bottom: 1.33333rem;
  text-align: left; }

.block-contacts {
  display: inline-block;
  margin: 0 0 1.33333rem; }
  .block-contacts a {
    border: none; }

.contact-phone {
  font-size: xx-large; }

.block.bg-white {
  background: #fff; }
  .block.bg-white .post-card-inside,
  .block.bg-white .review-inside,
  .block.bg-white .plan-inside {
    box-shadow: 0 3px 10px 0 rgba(222, 222, 222, 0.15); }

.block.bg-alt {
  background: #000000; }

.block.bg-accent {
  background: #0072ff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  color: #fff; }
  .block.bg-accent .block-title {
    color: inherit; }
  .block.bg-accent .underline:after {
    border-color: currentColor; }

.block.bg-white + .block.bg-white, .block.bg-gray + .block.bg-gray {
  padding-top: 0; }

@media only screen and (max-width: 741px) {
  .contact-phone {
    font-size: x-large; } }

/* Profiles */
.profile {
  border: 0;
  font-size: 0.88889rem;
  line-height: 1.75;
  margin: 0 auto 1.66667rem;
  max-width: 488px;
  padding: 0; }

.profile-inside {
  background: #222;
  border: 1px solid #282828;
  border-radius: 3px;
  box-shadow: 0 -2px 10px black;
  padding: 1.11111rem; }

.profile-text {
  padding-top: 1rem;
  position: relative; }
  .profile-text p {
    margin-top: 5px;
    margin-bottom: 5px; }

.profile-header {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .profile-header .profile-author {
    color: #cccccc;
    font-size: inherit;
    font-weight: bold;
    margin: 0; }
  .profile-header .profile-avatar {
    border-radius: 50%;
    height: 60px;
    margin-right: 15px;
    width: 60px; }

@media only screen and (min-width: 741px) {
  .profile-block .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333rem;
    justify-content: center; }
  .profile-block .cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 280px;
    -ms-flex: 1 1 280px;
    flex: 1 1 280px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1.66667em; }
    .profile-block .cell:first-child:nth-last-child(4), .profile-block .cell:first-child:nth-last-child(4) ~ .cell {
      min-width: 40%; }
    .profile-block .cell:first-child:nth-last-child(5), .profile-block .cell:first-child:nth-last-child(5) ~ .cell {
      min-width: 30%; }
  .profile-block .profile-inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; } }

/* Snippets & Advantages */
.snippets {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-rows: 0.2fr;
  grid-gap: 30px; }
  .snippets a {
    border: none; }

.snippet {
  display: flex;
  box-sizing: border-box;
  -webkit-flex: 0 0 16.666%;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  line-height: 1.5;
  align-items: center;
  min-width: 190px;
  padding: 3px;
  margin: 3px;
  background: #222;
  border: 1px solid #282828;
  border-radius: 3px;
  box-shadow: 0 -2px 10px black; }
  .snippet i {
    font-size: 55px;
    padding-right: 20px; }

.beautiful-row {
  background: linear-gradient(90deg, #62100d 0%, #b31217 50%, #62100d 100%);
  box-shadow: 0 -2px 10px black; }

.green-row {
  background: linear-gradient(90deg, #0e5e00 0%, #2fa300 50%, #0e5e00 100%);
  box-shadow: 0 -2px 10px black; }

.reminder-row {
  background: linear-gradient(90deg, #62100d 100%, #62100d 100%, #62100d 100%);
  box-shadow: 0 -2px 10px black; }

.footer-advantages {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
  align-content: center;
  align-items: center;
  justify-content: center; }

.advantage {
  display: flex;
  box-sizing: border-box;
  -webkit-flex: 0 0 16.666%;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  font-size: 0.8rem;
  line-height: 1.5;
  align-items: center;
  min-width: 190px; }

.advantage i {
  font-size: 45px;
  padding-right: 12px; }

@media only screen and (max-width: 741px) {
  .footer-advantages {
    min-width: 340px; }
  .advantage {
    min-width: 170px;
    font-size: 0.6rem; }
    .advantage i {
      font-size: 20px;
      padding-right: 6px; } }

/* Tags aka Tons */
.tons-header {
  padding-bottom: 3rem; }
  .tons-header .tons-container {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    display: -ms-grid;
    grid-gap: 20px; }
  .tons-header .button {
    text-align: center; }

.post-content > .tons-header {
  padding-bottom: 3rem; }
  .post-content > .tons-header .tons-container {
    grid-template-columns: repeat(4, 1fr); }

@media only screen and (max-width: 741px) {
  .tons-header .tons-container {
    grid-template-columns: repeat(3, 1fr); }
  .tons-header .button {
    font-size: 8pt; }
  .tons-header .button i {
    display: none; }
  .post-content > .tons-header .tons-container {
    grid-template-columns: repeat(3, 1fr); } }

.posts h3 a {
  border: none; }

.order {
  text-align: center;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin: -1px;
  font-size: 1.1em !important; }

.tag-anchor {
  padding-top: 4rem;
  margin-top: 0 !important; }

.site-content {
  background: linear-gradient(180deg, black 0%, #121212 10%); }

/* New Banner */
.new-banner {
  box-shadow: 0px 0px 40px 8px rgba(255, 0, 0, 0.33);
  border-radius: 3px;
  border: 1px solid #000000;
  display: grid;
  grid-template-columns: 30% 1fr 20%;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 5rem; }
  .new-banner h3 {
    font-size: 1.6rem; }
  .new-banner p {
    margin: 0; }
  .new-banner img {
    border-radius: 3px 0px 0px 3px;
    object-fit: cover;
    width: 100%;
    max-height: 100%; }
  .new-banner .block-offer {
    margin: 0px 20px 0px 20px; }
  .new-banner .block-buttons {
    margin: 0;
    text-align: center; }

@media only screen and (max-width: 900px) {
  .new-banner {
    grid-template-columns: 1fr;
    font-size: 0.7rem;
    border-radius: 3px 3px 0px 0px; }
  .new-banner h3 {
    font-size: 0.8rem; } }

/* Quick Order form for Cranes, Crawlers, Heavy */
.quickorder {
  margin: 10px 0 10px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 1fr 1fr;
  border-radius: 25px;
  border-style: dashed;
  border-color: gray;
  padding: 1em; }
  .quickorder p {
    margin: 0; }
    .quickorder p i {
      padding-right: 7px; }
  .quickorder .form-label {
    font-weight: normal; }

@media (max-width: 960px) {
  .quickorder {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .quickorder {
    grid-template-columns: 1fr; } }

/* Content Header Snippets */
.block-content-snippets-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 1.66667em 0 1.66667em;
  font-size: 0.8em; }
  .block-content-snippets-container .block-content-snippets-snippet {
    margin: 0;
    border-radius: 20px;
    border-style: dashed;
    border-color: gray;
    padding: 0.65em; }

/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
#colophon {
  background: #000;
  color: #999999; }
  #colophon a {
    color: inherit; }
    #colophon a:hover, #colophon a:focus {
      border-color: currentColor;
      color: #cccccc; }

.footer-top {
  padding-bottom: 2.5rem;
  padding-top: 3.33333rem; }

.footer-widgets,
.footer-nav-inside {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.83333rem;
  margin-right: -0.83333rem; }

.widget {
  box-sizing: border-box;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  font-size: 0.88889rem;
  line-height: 1.5;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }

.widget-title {
  font-size: 1rem;
  margin: 0 0 1.33333rem; }

.footer-branding a {
  border: 0; }

.footer-branding .site-title {
  font-size: 1.33333rem; }
  .footer-branding .site-title:last-child {
    margin-bottom: 2.5rem; }

.footer-branding .site-description {
  margin: 0.5rem 0 2.5rem; }

.footer-props {
  font-size: 1.33333rem; }
  .footer-props p {
    margin-top: 5px;
    margin-bottom: 15px; }
  .footer-props i {
    margin-right: 2px; }

/* Download Offer Button */
.download-offer {
  opacity: 1;
  color: #ffffff; }
  .download-offer a {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
    .download-offer a:hover {
      color: #fff; }
  .download-offer i {
    padding-right: 8px; }

/* Social Block */
.social-nav {
  box-sizing: border-box;
  -webkit-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }
  .social-nav ul {
    list-style: none;
    margin-bottom: 2.5rem;
    padding: 0; }
  .social-nav li {
    margin-right: 10px; }
  .social-nav a {
    border: 0; }

.social-links {
  display: flex;
  font-size: 35px;
  flex-wrap: wrap; }

.secondary-nav {
  box-sizing: border-box;
  -webkit-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }
  .secondary-nav ul {
    list-style: none;
    margin-bottom: 2.5rem;
    padding: 0; }
  .secondary-nav li {
    margin: 0 0 0.75em; }
  .secondary-nav a {
    border: 0; }

.site-info {
  border-top: 1px solid #222;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1.66667rem;
  padding-top: 1.66667rem;
  text-align: center; }

@media only screen and (max-width: 800px) {
  .footer-branding {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .footer-navigation,
  .footer-subscribe {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media only screen and (max-width: 600px) {
  .widget {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

/* Insta Feed */
.insta-feed {
  padding-bottom: 3rem;
  box-shadow: 0 -2px 10px black; }

/**
 * Palettes
 * ----------------------------------------------------------------------------
 */
.palette-purple a:hover, .palette-purple a:focus {
  border-color: #b5267b;
  color: #b5267b; }

.palette-purple blockquote {
  border-color: #b5267b; }

.palette-purple button,
.palette-purple input[type="submit"],
.palette-purple input[type="button"],
.palette-purple input[type="reset"],
.palette-purple a.button {
  background: #b5267b;
  border-color: #b5267b;
  color: #fff; }

.palette-purple .button.secondary {
  background: transparent;
  color: #b5267b; }
  .palette-purple .button.secondary:hover, .palette-purple .button.secondary:focus, .palette-purple .button.secondary:active {
    background: #b5267b;
    color: #fff; }

.palette-purple .button.white {
  background: #fff;
  border-color: transparent;
  color: #dedede; }

.palette-purple .underline:after {
  border-color: #b5267b; }

.palette-purple .review-text:before {
  color: #b5267b; }

.palette-purple .plan.highlight .plan-inside {
  border-color: #b5267b; }

.palette-purple .plan.highlight .button {
  background: #b5267b;
  color: #fff; }

.palette-purple .block.bg-accent {
  background: #b5267b;
  background: -webkit-linear-gradient(left, #b5267b, #632695);
  background: linear-gradient(to right, #b5267b, #632695); }

.palette-green a:hover, .palette-green a:focus {
  border-color: #438945;
  color: #438945; }

.palette-green blockquote {
  border-color: #438945; }

.palette-green button,
.palette-green input[type="submit"],
.palette-green input[type="button"],
.palette-green input[type="reset"],
.palette-green a.button {
  background: #438945;
  border-color: #438945;
  color: #fff; }

.palette-green .button.secondary {
  background: transparent;
  color: #438945; }
  .palette-green .button.secondary:hover, .palette-green .button.secondary:focus, .palette-green .button.secondary:active {
    background: #438945;
    color: #fff; }

.palette-green .button.white {
  background: #fff;
  border-color: transparent;
  color: #dedede; }

.palette-green .underline:after {
  border-color: #438945; }

.palette-green .icon-plus {
  background: #438945; }

.palette-green .review-text:before {
  color: #438945; }

.palette-green .plan.highlight .plan-inside {
  border-color: #438945; }

.palette-green .plan.highlight .button {
  background: #438945;
  color: #fff; }

.palette-green .block.bg-accent {
  background: #438945;
  background: -webkit-linear-gradient(left, #438945, #73bb75);
  background: linear-gradient(to right, #438945, #73bb75); }

.palette-orange a:hover, .palette-orange a:focus {
  border-color: #fe8c00;
  color: #fe8c00; }

.palette-orange blockquote {
  border-color: #fe8c00; }

.palette-orange button,
.palette-orange input[type="submit"],
.palette-orange input[type="button"],
.palette-orange input[type="reset"],
.palette-orange a.button {
  background: #fe8c00;
  border-color: #fe8c00;
  color: #fff; }

.palette-orange .button.secondary {
  background: transparent;
  color: #fe8c00; }
  .palette-orange .button.secondary:hover, .palette-orange .button.secondary:focus, .palette-orange .button.secondary:active {
    background: #fe8c00;
    color: #fff; }

.palette-orange .button.white {
  background: #fff;
  border-color: transparent;
  color: #dedede; }

.palette-orange .underline:after {
  border-color: #fe8c00; }

.palette-orange .icon-plus {
  background: #fe8c00; }

.palette-orange .review-text:before {
  color: #fe8c00; }

.palette-orange .plan.highlight .plan-inside {
  border-color: #fe8c00; }

.palette-orange .plan.highlight .button {
  background: #fe8c00;
  color: #fff; }

.palette-orange .block.bg-accent {
  background: #fe8c00;
  background: -webkit-linear-gradient(left, #fe8c00, #f83600);
  background: linear-gradient(to right, #fe8c00, #f83600); }

.palette-red {
  /* .button.secondary {
    background: transparent;
    color: _palette(accent-red);
    border: _palette(accent-red);

    &:hover,
    &:focus,
    &:active {
      background: _palette(accent-red);
      color: #fff;
    }
  } */ }
  .palette-red blockquote {
    border-color: #b31217; }
  .palette-red .button.secondary {
    position: relative;
    box-sizing: border-box;
    color: #FFF;
    background: #000;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 3px; }
    .palette-red .button.secondary:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -3px;
      border-radius: inherit;
      background: linear-gradient(45deg, #b31217 30%, #62100d 100%); }
    .palette-red .button.secondary:hover, .palette-red .button.secondary:focus, .palette-red .button.secondary:active {
      color: #b31217; }
  .palette-red .button.white {
    background: #fff;
    border-color: transparent;
    color: #dedede; }
  .palette-red .underline:after {
    border-color: #b31217; }
  .palette-red .review-text:before {
    color: #b31217; }
  .palette-red .plan.highlight .plan-inside {
    border-color: #b31217; }
  .palette-red .plan.highlight .button {
    background: #b31217;
    color: #fff; }
  .palette-red .block.bg-accent {
    background: #b31217;
    background: -webkit-linear-gradient(left, #b31217, );
    background: linear-gradient(to right, #b31217, ); }
  .palette-red .glow {
    transition: all 0.2s ease-in-out; }
    .palette-red .glow:hover {
      box-shadow: 0px 0px 40px 8px rgba(255, 0, 0, 0.33); }

body.has-theme-bar #page {
  top: 60px;
  padding-top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #page {
      top: 60px;
      padding-top: 0; } }
  @media only screen and (min-width: 801px) {
    body.has-theme-bar #page .site-header {
      top: 60px; } }
.home-banner {
  overflow-x: hidden;
  min-height: 500px; }

.home-banner > .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 !important;
  max-width: none;
  min-height: 600px; }

.home-banner > .inner > :nth-child(2n-1) {
  padding: 3em;
  width: 100%;
  z-index: 1; }

@media screen and (max-width: 980px) {
  .home-banner > .inner > .split > :first-child:before {
    display: block; } }

@media screen and (max-width: 736px) {
  .home-banner > .inner > :nth-child(2n-1) {
    padding: 3em 0 1em 0; }
  .welcome {
    margin: 0 10px 265px 10px; } }

.welcome {
  z-index: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hero-data {
  z-index: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.city {
  background: url("/images/hero.jpg") bottom center repeat-x; }

.small-banner-top {
  background: url("/images/small-banner-top.jpg") center center/cover no-repeat; }

.small-banner-bottom {
  background: url("/images/small-banner-bottom.jpg") center center/cover no-repeat; }

.banner-title {
  padding: 5px 40px;
  color: #fff;
  font-size: 2.1em;
  text-shadow: 2px 2px 6px #000; }

@media only screen and (max-width: 1600px) {
  .home-banner {
    overflow: hidden;
    position: relative;
    display: none; }
  .site-header {
    padding-bottom: 1.66667em; } }

/* Gradients */
.jshine {
  /* Instagram Style */
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.flare {
  /* Orange */
  color: orange;
  /* Fallback for Legacy Browsers */
  background: linear-gradient(to bottom, #b41e0d, #f58019);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-linear-gradient(#b41e0d, #f58019);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.powerred {
  /* Main Red Accent */
  color: red;
  /* Fallback for Legacy Browsers */
  background: linear-gradient(to bottom, #cf0f15 30%, #62100d 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-linear-gradient(#cf0f15 30%, #62100d 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rea {
  /* Yellow-Green Accent */
  color: #9aff00;
  /* Fallback for Legacy Browsers */
  background: linear-gradient(to right, #799F0C, #FFE000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-linear-gradient(#799F0C, #FFE000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.steel {
  color: #cfcfcf;
  background: linear-gradient(#cfcfcf, #101010);
  background: -webkit-linear-gradient(#cfcfcf, #101010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.bg-black-grey {
  background: linear-gradient(180deg, black 0%, #121212 10%); }

.bg-xmas {
  background: url(/images/xmas/texture.jpg); }

/**
*   VARS
**/
/* IE8 Stuff */
.jslghtbx-ie8.jslghtbx {
  background-image: url("../img/trans-bck.png");
  display: none; }
  .jslghtbx-ie8.jslghtbx.jslghtbx-active {
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Main wrapper */
.jslghtbx {
  font-family: sans-serif;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }
  .jslghtbx.jslghtbx-active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.85); }

/* loading-animation */
.jslghtbx-loading-animation {
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  z-index: -1; }
  .jslghtbx-loading-animation > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
    .jslghtbx-loading-animation > span.jslghtbx-active {
      margin-bottom: 60px; }

.jslghtbx.jslghtbx-loading .jslghtbx-loading-animation {
  display: block; }

.jslghtbx-nooverflow {
  overflow: hidden !important; }

.jslghtbx-contentwrapper {
  margin: auto;
  visibility: hidden; }
  .jslghtbx-contentwrapper > img {
    display: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 0; }

.jslghtbx-contentwrapper.jslghtbx-wrapper-active {
  visibility: visible; }
  .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    display: block;
    opacity: 1; }

/* Caption */
.jslghtbx-caption {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 450px;
  color: #fff;
  text-align: center;
  font-size: .9em; }

.jslghtbx-active .jslghtbx-caption {
  display: block; }

/* Animation Stuff */
.jslghtbx-contentwrapper.jslghtbx-animate > img {
  opacity: 0; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-prev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-init {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  cursor: pointer; }

/* Controls */
.jslghtbx-close {
  position: fixed;
  right: 23px;
  top: 23px;
  margin-top: -4px;
  font-size: 2em;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  .jslghtbx-close:hover {
    text-shadow: 0 0 10px #fff; }
  @media screen and (max-width: 1060px) {
    .jslghtbx-close {
      font-size: 1.5em; } }
.jslghtbx-next,
.jslghtbx-prev {
  display: none;
  position: fixed;
  top: 50%;
  max-width: 6%;
  max-height: 250px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .jslghtbx-next.jslghtbx-active,
  .jslghtbx-prev.jslghtbx-active {
    display: block; }
  .jslghtbx-next > img,
  .jslghtbx-prev > img {
    width: 100%; }

.jslghtbx-next {
  right: .6em; }
  .jslghtbx-next.jslghtbx-no-img:hover {
    border-left-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-next {
      right: .6em; }
      .jslghtbx-next.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-next.jslghtbx-no-img {
      right: 5px;
      padding-left: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-left: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-next {
      right: .2em;
      padding-left: 20px; } }
.jslghtbx-prev {
  left: .6em; }
  .jslghtbx-prev.jslghtbx-no-img:hover {
    border-right-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-prev {
      left: .6em; }
      .jslghtbx-prev.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-right: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-prev.jslghtbx-no-img {
      left: 5px;
      padding-right: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-right: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-prev {
      left: .2em;
      padding-right: 20px; } }
.jslghtbx-thmb {
  padding: 2px;
  max-width: 100%;
  max-height: 140px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 451px) {
    .jslghtbx-thmb {
      margin: 1em; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-thmb {
      margin: 1em 0; } }
  .jslghtbx-thmb:hover {
    box-shadow: 0px 0px 14px 0px #000; }

/**
 * Gallery
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 3.33333em; }

.gallery-subtitle {
  border-bottom: 1px solid #282828;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-bottom: 1.33333rem; }

.gallery-thumbnail {
  display: block;
  margin-bottom: 1.66667rem; }
  .gallery-thumbnail img {
    width: 100%; }

.gallery-meta {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem; }

/* gallery feed */
.gallery-feed {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.83333em 1.66667em; }
  .gallery-feed .gallery-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.66667em; }
    @media only screen and (max-width: 900px) {
      .gallery-feed .gallery-card {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 600px) {
      .gallery-feed .gallery-card {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .gallery-feed .grids-5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .gallery-feed .grids-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .gallery-feed .gallery-card-inside {
    background: #222;
    border: 1px solid #282828;
    border-radius: 3px;
    box-shadow: 0 -2px 10px black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; }
  .gallery-feed .gallery-card-thumbnail {
    border: 0;
    border-radius: 3px;
    display: block;
    margin: 0;
    position: relative;
    width: 100%; }
    .gallery-feed .gallery-card-thumbnail:before {
      content: "";
      display: block;
      padding-top: 66.666%; }
    .gallery-feed .gallery-card-thumbnail img {
      border-radius: 3px;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .gallery-feed .gallery-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.33333rem; }
  .gallery-feed .gallery-header {
    margin-bottom: 0.83333rem;
    text-align: left; }
  .gallery-feed .gallery-title {
    font-size: 1.33333rem;
    margin: 0; }
  .gallery-feed .gallery-excerpt {
    font-size: 16px; }

@media only screen and (max-width: 750px) {
  .gallery-feed {
    margin-left: -2vw;
    margin-right: -2vw; }
    .gallery-feed .gallery-card {
      margin-bottom: 4vw; }
    .gallery-feed .gallery-card-inside {
      margin-left: 2vw;
      margin-right: 2vw; } }

/* gallery navigation */
.read-next {
  margin-top: 3.33333em; }
  .read-next .read-next-title {
    font-size: 1.66667rem;
    margin: 0 0 1.6667rem;
    text-align: center; }
  @media only screen and (min-width: 601px) {
    .read-next .gallery-card {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
.gallery {
  border-radius: 3px; }
  .gallery img {
    border-radius: 3px; }

.gallery-category {
  display: inline-block;
  margin-left: -11px;
  padding: 6px 10px 8px;
  padding-left: 10px;
  padding-left: 50px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #2e2e2e 100%); }

.gallery-category::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-color: transparent #2e2e2e #2e2e2e transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot") format("embedded-opentype"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?8779210#fontello') format('svg');
  }
}
*/
[class^="pic-"]:before, [class*=" pic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-grid;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.pic-percent:before {
  content: '\e800'; }

.pic-contract:before {
  content: '\e801'; }

.pic-cog:before {
  content: '\e802'; }

.pic-handshake:before {
  content: '\e803'; }

.pic-card:before {
  content: '\e804'; }

.pic-lenght:before {
  content: '\e805'; }

.pic-cargo:before {
  content: '\e806'; }

.pic-beam:before {
  content: '\e807'; }

.pic-branch:before {
  content: '\e808'; }

.pic-robot:before {
  content: '\e809'; }

.pic-excavator:before {
  content: '\e80a'; }

.pic-shield:before {
  content: '\e80b'; }

.pic-gauge:before {
  content: '\e80c'; }

.pic-road:before {
  content: '\e80d'; }

.pic-truck:before {
  content: '\e80e'; }

.pic-phone:before {
  content: '\e80f'; }

.pic-cogs:before {
  content: '\e810'; }

.pic-contract-1:before {
  content: '\e811'; }

.pic-thumbs-up:before {
  content: '\e812'; }

.pic-mail:before {
  content: '\e813'; }

.pic-picture:before {
  content: '\e814'; }

.pic-lenght-alt:before {
  content: '\e815'; }

.pic-height:before {
  content: '\e816'; }

.pic-balance:before {
  content: '\e817'; }

.pic-weight:before {
  content: '\e818'; }

.pic-tire:before {
  content: '\e819'; }

.pic-max-speed:before {
  content: '\e81a'; }

.pic-load:before {
  content: '\e81b'; }

.pic-top-platform:before {
  content: '\e81c'; }

.pic-container:before {
  content: '\e81d'; }

.pic-vcard:before {
  content: '\e81e'; }

.pic-helicopter-alt:before {
  content: '\e81f'; }

.pic-heliport:before {
  content: '\e820'; }

.pic-farm:before {
  content: '\e821'; }

.pic-jet-plane:before {
  content: '\e822'; }

.pic-tractor:before {
  content: '\e823'; }

.pic-train:before {
  content: '\e824'; }

.pic-trailer:before {
  content: '\e825'; }

.pic-truck-monster:before {
  content: '\e826'; }

.pic-ship:before {
  content: '\e827'; }

.pic-water:before {
  content: '\e828'; }

.pic-turbine:before {
  content: '\e829'; }

.pic-car-garage:before {
  content: '\e82a'; }

.pic-door-open:before {
  content: '\e82b'; }

.pic-load-alt:before {
  content: '\e82c'; }

.pic-bulldozer:before {
  content: '\e82d'; }

.pic-user:before {
  content: '\e82e'; }

.pic-phone-1:before {
  content: '\e82f'; }

.pic-briefcase:before {
  content: '\e830'; }

.pic-mobile:before {
  content: '\e831'; }

.pic-qr:before {
  content: '\e832'; }

.pic-elephant:before {
  content: '\e833'; }

.pic-bottom-platform:before {
  content: '\e834'; }

.pic-pencil:before {
  content: '\e835'; }

.pic-stopwatch:before {
  content: '\e836'; }

.pic-gem:before {
  content: '\e837'; }

.pic-shipping:before {
  content: '\e838'; }

.pic-hourglass:before {
  content: '\e839'; }

.pic-tasks:before {
  content: '\e83a'; }

.pic-truck-container:before {
  content: '\e83b'; }

.pic-tools:before {
  content: '\e83c'; }

.pic-cubes:before {
  content: '\e83d'; }

.pic-raindrops:before {
  content: '\e83e'; }

.pic-globe:before {
  content: '\e83f'; }

.pic-rocket:before {
  content: '\e840'; }

.pic-warehouse:before {
  content: '\e841'; }

.pic-coins:before {
  content: '\e842'; }

.pic-all-terrains-crane:before {
  content: '\e843'; }

.pic-excavtor-2:before {
  content: '\e844'; }

.pic-map:before {
  content: '\e845'; }

.pic-users:before {
  content: '\e846'; }

.pic-business-time:before {
  content: '\e847'; }

.pic-truck-full:before {
  content: '\e848'; }

.pic-resize-full-alt:before {
  content: '\f0b2'; }

.pic-mail-alt:before {
  content: '\f0e0'; }

.pic-linkedin:before {
  content: '\f0e1'; }

.pic-exchange:before {
  content: '\f0ec'; }

.pic-doc-text:before {
  content: '\f0f6'; }

.pic-direction:before {
  content: '\f124'; }

.pic-youtube-play:before {
  content: '\f16a'; }

.pic-instagram:before {
  content: '\f16d'; }

.pic-down:before {
  content: '\f175'; }

.pic-up:before {
  content: '\f176'; }

.pic-vkontakte:before {
  content: '\f189'; }

.pic-cube:before {
  content: '\f1b2'; }

.pic-file-pdf:before {
  content: '\f1c1'; }

.pic-file-word:before {
  content: '\f1c2'; }

.pic-file-excel:before {
  content: '\f1c3'; }

.pic-file-powerpoint:before {
  content: '\f1c4'; }

.pic-file-archive:before {
  content: '\f1c6'; }

.pic-well:before {
  content: '\f25b'; }

.pic-sale:before {
  content: '\f295'; }

.pic-telegram:before {
  content: '\f2c6'; }

/**
 * Tabs and others
 * ----------------------------------------------------------------------------
 */
.tabbed {
  overflow-x: hidden;
  /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px; }

.tabbed [type="radio"] {
  /* hiding the inputs */
  display: none; }

.tabbed label {
  border: 1px solid #282828;
  border-radius: 3px;
  background: #222;
  padding: 5px;
  cursor: pointer; }

.tab-content {
  display: none;
  color: #777; }

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block; }

/*# sourceMappingURL=main.css.map */