/************************************************/
/* Fonts */
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotothin.woff2') format('woff2'), url('../fonts/Robotothin.woff') format('woff'), url('../fonts/Robotothin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotothinitalic.woff2') format('woff2'), url('../fonts/Robotothinitalic.woff') format('woff'), url('../fonts/Robotothinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotolight.woff2') format('woff2'), url('../fonts/Robotolight.woff') format('woff'), url('../fonts/Robotolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotolightitalic.woff2') format('woff2'), url('../fonts/Robotolightitalic.woff') format('woff'), url('../fonts/Robotolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto.woff2') format('woff2'), url('../fonts/Roboto.woff') format('woff'), url('../fonts/Roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotoitalic.woff2') format('woff2'), url('../fonts/Robotoitalic.woff') format('woff'), url('../fonts/Robotoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotomediumitalic.woff2') format('woff2'), url('../fonts/Robotomediumitalic.woff') format('woff'), url('../fonts/Robotomediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotobolditalic.woff2') format('woff2'), url('../fonts/Robotobolditalic.woff') format('woff'), url('../fonts/Robotobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Robotoblackitalic.woff2') format('woff2'), url('../fonts/Robotoblackitalic.woff') format('woff'), url('../fonts/Robotoblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondensedlight.woff2') format('woff2'), url('../fonts/Robotocondensedlight.woff') format('woff'), url('../fonts/Robotocondensedlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondensedlightitalic.woff2') format('woff2'), url('../fonts/Robotocondensedlightitalic.woff') format('woff'), url('../fonts/Robotocondensedlightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondensed.woff2') format('woff2'), url('../fonts/Robotocondensed.woff') format('woff'), url('../fonts/Robotocondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondenseditalic.woff2') format('woff2'), url('../fonts/Robotocondenseditalic.woff') format('woff'), url('../fonts/Robotocondenseditalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondensedbold.woff2') format('woff2'), url('../fonts/Robotocondensedbold.woff') format('woff'), url('../fonts/Robotocondensedbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Robotocondensedbolditalic.woff2') format('woff2'), url('../fonts/Robotocondensedbolditalic.woff') format('woff'), url('../fonts/Robotocondensedbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
/************************************************/
:root {
  --bs-body-font-family: Roboto, Helvetica, Arial, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.42857143;
  --bs-body-color: #333;
  --bs-body-bg: #fff;
  --bs-link-color: #479392;
  --bs-link-hover-color: #2e5f5f;
  --bs-link-decoration: underline;
  --bs-link-hover-decoration: underline;
  --bs-border-color: #969696;
  --bs-border-radius: 3px;
  --bs-gutter-x: 15px;
}
/* Container */
html,
body {
  width: 100%;
}
@media (max-width: 575px) {
  html,
  body {
    min-width: 480px;
  }
}
body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0 auto;
  padding: 0;
  position: relative;
}
body.user-logged-in {
  padding-top: 0 !important;
}
.container {
  max-width: unset;
}
@media (max-width: 739px) {
  .container {
    padding: 30px 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 740px) {
  .container {
    max-width: 1280px;
    padding: 40px;
    width: 100%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
/************************************************/
/* Common styles */
.no-border {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
}
.no-shadow {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.block-in-center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.zero-scope {
  margin: 0;
  padding: 0;
}
.clear-after {
  clear: left;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.like-h1 {
  color: #479392;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 739px) {
  .like-h1 {
    font-size: 30px;
  }
}
.like-h2,
.like-h3 {
  color: #479392;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 739px) {
  .like-h2,
  .like-h3 {
    font-size: 26px;
  }
}
.like-h2 a,
.like-h3 a {
  color: #479392;
}
.like-h3 {
  font-size: 24px;
}
@media (max-width: 739px) {
  .like-h3 {
    font-size: 20px;
  }
}
.underline {
  color: #479392;
  text-decoration: underline;
}
.underline:hover {
  color: #2e5f5f;
}
/************************************************/
/* Common */
a {
  color: #479392;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #2e5f5f;
  text-decoration: underline;
}
.contextual-links a,
.nav-tabs a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #479392;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 30px;
}
h2.block-title {
  color: #479392;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 739px) {
  h2.block-title {
    font-size: 30px;
  }
}
@media (max-width: 739px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
h3 > a,
.h3 > a {
  font-weight: 700;
}
h3 .tag,
.h3 .tag {
  color: #723b6b;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  position: relative;
  text-transform: uppercase;
  top: -10px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
.views-field-body ul li,
.block-block ul li,
.field-name-body ul li {
  list-style-type: none;
  position: relative;
}
.views-field-body ul li:before,
.block-block ul li:before,
.field-name-body ul li:before {
  content: "•";
  display: block;
  left: -15px;
  position: absolute;
  top: 1px;
}
.navbar-toggle {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  margin: 0;
  padding: 0;
  background-color: #479392;
  float: none;
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 94px;
}
.navbar-toggle .icon-bar {
  background-color: #fff !important;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media (min-width: 740px) and (max-width: 1019px) {
  .navbar-toggle {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 1019px) {
  .navbar-toggle.addition-toggle {
    display: none;
  }
}
@media (min-width: 1020px) {
  .navbar-toggle.addition-toggle {
    display: block;
  }
}
.navbar-toggle.toggle-close {
  background: #479392 url('../images/menu-close.svg') no-repeat scroll 50% 50% / 32px auto;
}
.navbar-toggle.toggle-close .icon-bar {
  display: none;
}
#admin-menu-search .control-label {
  display: none;
}
.page_title,
.title-attributes,
.node-readmore,
.feed-icon {
  display: none !important;
  visibility: hidden !important;
}
#main-content {
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
#main-content .main-container {
  padding-top: 60px;
  position: relative;
}
#main-content .main-container > .row {
  margin-left: -20px;
  margin-right: -20px;
}
/************************************************/
/* Special */
.line-through {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.sup {
  vertical-align: super;
  font-size: smaller;
}
.sub {
  vertical-align: sub;
  font-size: smaller;
}
.justify {
  text-align: justify;
}
.right {
  text-align: right;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.center .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.center small {
  display: block;
  margin-bottom: 20px;
}
.nobul li {
  list-style-image: none;
  list-style-type: none;
}
.nobul li:before {
  display: none !important;
}
tbody {
  border-top: 0px solid #ccc;
}
.floatright {
  float: right;
  margin: 5px 0 5px 20px;
}
.floatleft {
  float: left;
  margin: 5px 20px 5px 0px;
}
table td {
  vertical-align: top;
  padding: 0 10px 5px 0;
}
table th {
  background-color: #ccc;
  color: #FFFFFF;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom: 0px solid #fff;
  padding-left: 1em;
  padding-right: 1em;
}
tr.even,
tr.odd {
  border-bottom: 0px solid #ccc;
}
.cleaner {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.services td {
  padding-bottom: 20px;
  vertical-align: middle;
}
.services td:first-child {
  padding-right: 20px;
}
.table-wrapper {
  display: block;
  font-family: PT Sans Narrow, Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
.table-wrapper table {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 739px) {
  .table-wrapper {
    margin-bottom: -30px;
  }
  .table-wrapper table {
    margin-bottom: 30px;
  }
  .table-wrapper table,
  .table-wrapper thead,
  .table-wrapper tbody,
  .table-wrapper th,
  .table-wrapper td,
  .table-wrapper tr {
    display: block;
    width: 100% !important;
  }
  .table-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrapper td:before {
    content: attr(data-title) ":";
    font-weight: 700;
    padding-right: 10px;
    text-align: left;
  }
  .table-wrapper td.center {
    text-align: left;
  }
}
/************************************************/
/* addition */
#addition {
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 100px;
  text-transform: uppercase;
}
#addition .addition-close {
  background: #479392 url('../images/menu-close.svg') no-repeat scroll 50% 50% / 32px auto;
  display: block !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
}
#addition .region-addition {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#addition h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: #479392;
  margin-top: 25px;
}
@media (max-width: 739px) {
  #addition h2 {
    font-size: 30px;
  }
}
#addition .navbar-nav li {
  color: #333;
  display: inline-block;
}
#addition .navbar-nav li:before {
  content: "•";
  display: block;
  float: left;
  height: 100%;
  padding-top: 8px;
}
#addition .navbar-nav li a {
  color: #333;
  display: block;
  font-weight: 400;
  padding: 6px 15px 6px 20px;
  text-decoration: none;
  white-space: normal;
}
#addition .navbar-nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#addition .navbar-nav li a.dropdown-toggle:after {
  display: none;
}
#addition.show {
  display: block;
  opacity: 1;
}
/************************************************/
/* Video */
#page-header {
  clear: both;
  margin-top: 100px;
}
#page-header .header-container {
  height: 285px;
  margin-top: -285px;
  position: relative;
}
.path-frontpage #page-header .header-container {
  display: none;
}
#header_video,
#header_video_front {
  color: #fff;
  height: 820px;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1019px) {
  #header_video,
  #header_video_front {
    height: 500px;
  }
}
@media (max-width: 739px) {
  #header_video,
  #header_video_front {
    font-size: 30px;
  }
}
#header_video a,
#header_video_front a {
  color: #fff;
}
#header_video span,
#header_video_front span {
  display: block;
  max-width: 520px;
  padding-top: 100px;
}
#header_video .videoBG_wrapper,
#header_video_front .videoBG_wrapper {
  max-width: 100%;
}
#header_video .videoBG,
#header_video_front .videoBG {
  max-width: 100%;
  top: 100px;
}
#header_video .videoBG video,
#header_video_front .videoBG video {
  left: auto !important;
  right: 0 !important;
}
#header_video {
  height: 285px;
}
.device-android #header_video,
.device-android #header_video_front {
  background: transparent url('../video/header_video.jpg') no-repeat scroll 50% 50%;
}
.device-android #header_video.products,
.device-android #header_video_front.products {
  background: transparent url('../video/header_purple.jpg') no-repeat scroll 50% 50%;
}
/************************************************/
/* navbar */
#navbar {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 2px solid #479392;
  box-sizing: content-box;
  height: 100px;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
#navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
#navbar .site-logo {
  margin: 0;
  padding: 0;
  position: relative;
  top: 15px;
  z-index: 100;
}
#navbar .site-logo img {
  height: 99px;
  width: 245px;
}
#navbar > .container-fluid {
  flex-direction: row;
  flex-wrap: nowrap;
}
#navbar .navbar-nav {
  flex-direction: row;
  float: none;
}
#navbar #navbar-collapse {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  background-color: rgba(255, 255, 255, 0.95);
  margin-right: 104px;
  padding: 0 15px;
}
@media (min-width: 1020px) {
  #navbar #navbar-collapse {
    display: block;
  }
}
@media (max-width: 1019px) {
  #navbar #navbar-collapse {
    border-top: 2px solid #479392;
    display: none !important;
    margin-right: 0;
    margin-top: 100px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    width: 100%;
  }
  #navbar #navbar-collapse.in {
    display: block !important;
  }
}
@media (max-width: 1019px) {
  #navbar #navbar-collapse .navbar-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ececec;
    -moz-column-rule: 1px solid #ececec;
    column-rule: 1px solid #ececec;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #navbar #navbar-collapse .navbar-nav > li {
    float: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #navbar #navbar-collapse .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #navbar #navbar-collapse .navbar-nav > li ul li.last {
    margin-bottom: 10px;
  }
}
@media (max-width: 1019px) and (max-width: 739px) {
  #navbar #navbar-collapse .navbar-nav > li ul {
    padding-left: 15px;
  }
}
@media (min-width: 740px) and (max-width: 1019px) {
  #navbar #navbar-collapse .navbar-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
#navbar #navbar-collapse .navbar-nav > li > a {
  color: #333;
  display: block;
  font-family: 'Roboto Condensed', Roboto;
  font-size: 24px;
  font-weight: 400;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#navbar #navbar-collapse .navbar-nav > li > a.dropdown-toggle:after {
  display: none;
}
@media (min-width: 1020px) and (max-width: 1100px) {
  #navbar #navbar-collapse .navbar-nav > li > a {
    font-size: 20px;
  }
}
#navbar #navbar-collapse .navbar-nav > li > a:hover {
  background-color: #479392;
  color: #fff;
}
#navbar #navbar-collapse .navbar-nav > li > a.is-active {
  border-bottom: 6px solid #479392;
  box-sizing: border-box;
  color: #479392;
}
#navbar #navbar-collapse .navbar-nav > li > a.is-active:hover {
  color: #fff;
}
@media (min-width: 1020px) {
  #navbar #navbar-collapse .navbar-nav > li > .dropdown-menu {
    display: none;
  }
}
@media (min-width: 1020px) and (max-width: 1279px) {
  #navbar #navbar-collapse .navbar-nav li.last {
    display: none;
  }
}
/************************************************/
/* Footer */
#footer {
  background: #007878 url('../images/footer_bg.png') no-repeat scroll 100% 100%;
  background-size: auto 100%;
  color: #fff;
  min-height: 400px;
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
#footer .footer-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
#footer .region-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  width: calc(100% + 30px);
}
#footer .region-footer > * {
  padding-left: 15px;
  padding-right: 15px;
}
#footer .footer-logo {
  background: transparent url('../images/footer_logo.png') no-repeat scroll 0 0;
  height: 76px;
  margin-bottom: 20px;
  overflow: hidden;
  text-indent: -9999px;
  width: 188px;
}
#footer .footer-phone,
#footer .footer-address {
  font-size: 20px;
  margin-left: 15px;
}
#footer .footer-address a {
  color: #fff;
  text-decoration: none;
}
#footer .footer-address a:hover {
  text-decoration: underline;
}
#footer .footer-phone {
  font-size: 24px;
  margin-bottom: 20px;
}
#footer .footer-copyright {
  font-size: 16px;
  margin-left: 15px;
  margin-top: 25px;
}
#footer .footer-copyright p {
  margin-bottom: 0;
}
#footer .navbar-nav > li > a {
  color: #479392;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  padding: 8px 0;
  text-decoration: none;
  white-space: normal;
}
@media (max-width: 739px) {
  #footer .navbar-nav > li > a {
    font-size: 26px;
  }
}
#footer .navbar-nav > li > a a {
  color: #479392;
}
#footer .navbar-nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#footer .navbar-nav > li > a.dropdown-toggle:after {
  display: none;
}
#footer .navbar-nav > li > a .ext {
  display: none;
}
/************************************************/
/* Front */
.front-circle a {
  padding-top: 260px;
}
.front-circle a:before {
  background: url('../images/icon1.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
  border-radius: 120px;
  content: "";
  display: block;
  height: 240px;
  left: calc(50% - 110px);
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 20;
}
.front-circle a:hover:before {
  background: url('../images/icon1-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
}
.front-circle.java a:before {
  background: url('../images/icon4.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
}
.front-circle.java a:hover:before {
  background: url('../images/icon4-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
}
.front-circle.product a:before {
  background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
}
.front-circle.product a:hover:before {
  background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
}
.about-main {
  clear: both;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (min-width: 1020px) {
  .about-main {
    margin-top: -30px;
  }
}
.about-main > div {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  text-align: center;
  z-index: 40;
}
@media (min-width: 740px) and (max-width: 1019px) {
  .about-main > div:nth-child(3) {
    margin-top: 50px;
  }
}
@media (max-width: 739px) {
  .about-main > div {
    margin-bottom: 50px;
  }
  .about-main > div:nth-child(3) {
    margin-bottom: 0;
  }
}
.about-main > div a {
  color: #333;
  display: block;
  text-decoration: none;
}
@media (max-width: 1019px) {
  .about-main > div a {
    padding-top: 260px;
  }
  .about-main > div a:before {
    background: url('../images/icon1.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
    border-radius: 120px;
    content: "";
    display: block;
    height: 240px;
    left: calc(50% - 110px);
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 20;
  }
  .about-main > div a:hover:before {
    background: url('../images/icon1-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main > div.java a:before {
    background: url('../images/icon4.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main > div.java a:hover:before {
    background: url('../images/icon4-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main > div.product a:before {
    background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main > div.product a:hover:before {
    background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
}
.about-main-pictures,
.about-main-pictures-text {
  overflow: hidden;
  position: absolute;
  top: 500px;
  width: 100%;
}
.about-main-pictures:before,
.about-main-pictures-text:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 80px;
  width: 100%;
}
.about-main-pictures > div,
.about-main-pictures-text > div {
  height: 240px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.about-main-pictures > div:before,
.about-main-pictures-text > div:before,
.about-main-pictures > div:after,
.about-main-pictures-text > div:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 240px;
  width: calc(50vw - 620px);
  position: absolute;
  left: calc(-50vw + 635px);
  top: 0;
}
.about-main-pictures > div:after,
.about-main-pictures-text > div:after {
  left: auto;
  right: calc(-50vw + 635px);
}
@media (max-width: 1019px) {
  .about-main-pictures,
  .about-main-pictures-text {
    display: none;
  }
}
@media (min-width: 1020px) {
  .about-main-pictures a {
    padding-top: 260px;
  }
  .about-main-pictures a:before {
    background: url('../images/icon1.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
    border-radius: 120px;
    content: "";
    display: block;
    height: 240px;
    left: calc(50% - 110px);
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 20;
  }
  .about-main-pictures a:hover:before {
    background: url('../images/icon1-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures.java a:before {
    background: url('../images/icon4.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures.java a:hover:before {
    background: url('../images/icon4-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures.product a:before {
    background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures.product a:hover:before {
    background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures > div > div {
    background: transparent url('../images/icon_bg.svg') no-repeat scroll 50% 50% / 800px auto;
    position: relative;
  }
  .about-main-pictures a {
    padding-top: 260px;
  }
  .about-main-pictures a:before {
    background: url('../images/icon1.svg') no-repeat 50% 50% / 140px auto;
    left: calc(50% - 120px);
  }
  .about-main-pictures a:hover:before {
    background: url('../images/icon1-hover.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures .java a:before {
    background: url('../images/icon4.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures .java a:hover:before {
    background: url('../images/icon4-hover.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures .product a:before {
    background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures .product a:hover:before {
    background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures span {
    display: block;
    content: '';
    height: 240px;
    min-width: 240px;
  }
  .about-main-pictures .text a {
    color: #333;
    display: block;
    font-size: 24px;
    text-decoration: none;
  }
}
@media (min-width: 1020px) {
  .about-main-pictures-text a {
    padding-top: 260px;
  }
  .about-main-pictures-text a:before {
    background: url('../images/icon1.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
    border-radius: 120px;
    content: "";
    display: block;
    height: 240px;
    left: calc(50% - 110px);
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 20;
  }
  .about-main-pictures-text a:hover:before {
    background: url('../images/icon1-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg1.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures-text.java a:before {
    background: url('../images/icon4.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures-text.java a:hover:before {
    background: url('../images/icon4-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg3.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures-text.product a:before {
    background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures-text.product a:hover:before {
    background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto, url('../images/icon_bg2.jpg') no-repeat 50% 50% / auto auto;
  }
  .about-main-pictures-text > div > div.product {
    background: transparent url('../images/icon_bg.svg') no-repeat scroll 50% 50% / 800px auto;
    height: 240px;
    position: relative;
  }
  .about-main-pictures-text a {
    padding-top: 260px;
  }
  .about-main-pictures-text a:before {
    background: url('../images/icon2.svg') no-repeat 50% 50% / 140px auto;
    left: calc(50% - 120px);
  }
  .about-main-pictures-text a:hover:before {
    background: url('../images/icon2-hover.svg') no-repeat 50% 50% / 140px auto;
  }
  .about-main-pictures-text span {
    display: block;
    content: '';
    height: 240px;
    min-width: 240px;
  }
  .about-main-pictures-text > div > div.text {
    background: #fff none;
    color: #333;
    display: block;
    font-size: 24px;
    text-decoration: none;
    text-transform: none;
  }
  .about-main-pictures-text > div > div.text:after {
    right: calc(-50vw + 635px);
  }
}
@media (min-width: 1020px) and (min-width: 1280px) and (max-width: 1399px) {
  .about-main-pictures-text > div > div.text {
    font-size: 22px;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) and (max-width: 1279px) {
  .about-main-pictures-text > div > div.text {
    font-size: 20px;
  }
}
.services-products-main {
  margin-bottom: 50px;
}
.services-products-main .services-products-main-title {
  color: #479392;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 739px) {
  .services-products-main .services-products-main-title {
    font-size: 30px;
  }
}
@media (max-width: 739px) {
  .services-products-main .services-products-main-title {
    text-align: center;
  }
}
.services-products-main .services-main .services-title,
.services-products-main .products-main .services-title,
.services-products-main .services-main .products-title,
.services-products-main .products-main .products-title {
  color: #479392;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 739px) {
  .services-products-main .services-main .services-title,
  .services-products-main .products-main .services-title,
  .services-products-main .services-main .products-title,
  .services-products-main .products-main .products-title {
    font-size: 30px;
  }
}
@media (max-width: 739px) {
  .services-products-main .services-main .services-title,
  .services-products-main .products-main .services-title,
  .services-products-main .services-main .products-title,
  .services-products-main .products-main .products-title {
    text-align: center;
  }
}
.services-products-main .services-main .service-main,
.services-products-main .products-main .service-main,
.services-products-main .services-main .product-main,
.services-products-main .products-main .product-main {
  height: 380px;
  margin-bottom: 30px;
}
.services-products-main .services-main .service-main a,
.services-products-main .products-main .service-main a,
.services-products-main .services-main .product-main a,
.services-products-main .products-main .product-main a {
  background: transparent url('../images/green_bg_1.png') no-repeat scroll 50% 0;
  color: #fff;
  display: block;
  height: 100%;
  opacity: 0.8;
  padding: 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.services-products-main .services-main .service-main a:hover,
.services-products-main .products-main .service-main a:hover,
.services-products-main .services-main .product-main a:hover,
.services-products-main .products-main .product-main a:hover {
  opacity: 1;
}
.services-products-main .services-main .service-main:nth-of-type(2) a,
.services-products-main .products-main .service-main:nth-of-type(2) a,
.services-products-main .services-main .product-main:nth-of-type(2) a,
.services-products-main .products-main .product-main:nth-of-type(2) a {
  background-image: url('../images/green_bg_3.png');
}
.services-products-main .services-main .service-main:nth-of-type(3) a,
.services-products-main .products-main .service-main:nth-of-type(3) a,
.services-products-main .services-main .product-main:nth-of-type(3) a,
.services-products-main .products-main .product-main:nth-of-type(3) a {
  background-image: url('../images/green_bg_2.png');
}
.services-products-main .services-main .service-main:nth-of-type(4) a,
.services-products-main .products-main .service-main:nth-of-type(4) a,
.services-products-main .services-main .product-main:nth-of-type(4) a,
.services-products-main .products-main .product-main:nth-of-type(4) a {
  background-image: url('../images/green_bg_4.png');
}
.services-products-main .services-main .service-main .title,
.services-products-main .products-main .service-main .title,
.services-products-main .services-main .product-main .title,
.services-products-main .products-main .product-main .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.services-products-main .services-main .service-main .text,
.services-products-main .products-main .service-main .text,
.services-products-main .services-main .product-main .text,
.services-products-main .products-main .product-main .text {
  font-size: 24px;
  line-height: 1;
}
.services-products-main .services-main .service-main .link,
.services-products-main .products-main .service-main .link,
.services-products-main .services-main .product-main .link,
.services-products-main .products-main .product-main .link {
  background: #479392 url('../images/more.svg') no-repeat scroll calc(100% - 20px) 50% / 13px auto;
  bottom: 0;
  font-size: 24px;
  height: 70px;
  left: 0;
  line-height: 70px;
  max-height: 0;
  padding-right: 43px;
  position: absolute;
  text-align: right;
  transition: max-height 0.4s linear;
  width: 100%;
}
.services-products-main .services-main .service-main a:hover .link,
.services-products-main .products-main .service-main a:hover .link,
.services-products-main .services-main .product-main a:hover .link,
.services-products-main .products-main .product-main a:hover .link {
  max-height: 70px;
}
.services-products-main .products-main .products-title {
  color: #723b6b;
}
.services-products-main .products-main .product-main:nth-of-type(2) a {
  background-image: url('../images/purple_bg_1.png');
}
.services-products-main .products-main .product-main:nth-of-type(1) a,
.services-products-main .products-main .product-main:nth-of-type(3) a {
  background-image: url('../images/purple_bg_2.png');
}
.services-products-main .products-main .product-main .link {
  background-color: #723b6b;
}
/************************************************/
/* Views */
/** Blog **/
.right-corner-footer {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 739px) {
  .right-corner-footer {
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .right-corner-footer .other_news {
    text-align: center;
  }
}
.view-blog {
  position: relative;
}
.view-blog.view-display-id-page {
  margin-bottom: -40px;
}
.view-blog.view-display-id-page .views-row {
  margin-bottom: 40px;
}
.view-blog.view-display-id-page .views-field-body {
  margin-bottom: 20px;
}
.view-blog h1 {
  color: #479392;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 739px) {
  .view-blog h1 {
    font-size: 30px;
  }
}
@media (max-width: 739px) {
  .view-blog h1 {
    text-align: center;
  }
}
.view-blog .views-field-nothing h1 {
  margin-top: 0;
}
.view-blog .views-field-field-blog-date {
  color: #969696;
  font-size: 16px;
  font-weight: 500;
}
.view-blog .views-field-field-blog-date .author:not(:empty) {
  float: left;
  margin-right: 20px;
}
.view-blog .views-field-field-blog-image {
  float: left;
  margin-bottom: 30px;
  margin-left: 0 !important;
  margin-right: 30px;
  max-width: 50%;
}
@media (max-width: 739px) {
  .view-blog .views-field-field-blog-image {
    float: none;
    margin-right: 0;
    max-width: none;
  }
  .view-blog .views-field-field-blog-image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.view-blog .views-field-title {
  color: #479392;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  font-size: 24px;
}
@media (max-width: 739px) {
  .view-blog .views-field-title {
    font-size: 26px;
  }
}
.view-blog .views-field-title a {
  color: #479392;
}
@media (max-width: 739px) {
  .view-blog .views-field-title {
    font-size: 20px;
  }
}
.view-blog .views-field-body {
  margin-bottom: 40px;
}
.view-blog .view-footer {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 739px) {
  .view-blog .view-footer {
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .view-blog .view-footer .other_news {
    text-align: center;
  }
}
@media (min-width: 740px) {
  .view-blog .blog-big .views-field {
    margin-left: 410px;
  }
}
.view-blog .blog-big .views-field-title {
  color: #479392;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 739px) {
  .view-blog .blog-big .views-field-title {
    font-size: 26px;
  }
}
.view-blog .blog-big .views-field-title a {
  color: #479392;
}
.view-blog .blog-big .views-field-body {
  font-size: 20px;
}
.view-blog .blog-small.first.last {
  width: 100%;
}
/** News **/
#block-views-news-block {
  clear: both;
  margin-top: 40px;
}
.view-news {
  position: relative;
}
.view-news h1 {
  margin-top: 0;
}
.view-news.view-display-id-block_1 .view-content {
  overflow: hidden;
}
@media (max-width: 739px) {
  .view-news .views-field-field-illustrations img {
    margin-left: auto;
    margin-right: auto;
  }
}
.view-news .views-field-field-date {
  color: #969696;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}
.view-news .view-footer {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding-right: 15px;
}
@media (max-width: 739px) {
  .view-news .view-footer {
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .view-news .view-footer .other_news {
    text-align: center;
  }
}
@media (max-width: 739px) {
  .view-news .view-footer {
    margin-bottom: 60px;
  }
}
@media (min-width: 740px) {
  .view-news .item-news:nth-child(3n+1) {
    clear: both;
  }
}
#node-45 + .text-center,
#node-101 + .text-center {
  display: none;
}
/** Vacancy **/
.view-vacancy.view-display-id-block_2 {
  position: relative;
}
@media (max-width: 739px) {
  .view-vacancy.view-display-id-block_2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.view-vacancy.view-display-id-block_2 .view-header {
  background-color: #479392;
}
.view-vacancy.view-display-id-block_2 .view-header h1 {
  color: #fff;
  margin: 0;
  padding: 25px 20px;
}
@media (max-width: 739px) {
  .view-vacancy.view-display-id-block_2 .view-header h1 {
    text-align: center;
  }
}
.view-vacancy.view-display-id-block_2 .view-content {
  background-color: #ececec;
  padding: 25px 20px 20px;
}
.view-vacancy.view-display-id-block_2 .view-footer {
  font-size: 24px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  right: 20px;
  top: 25px;
}
@media (max-width: 739px) {
  .view-vacancy.view-display-id-block_2 .view-footer {
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .view-vacancy.view-display-id-block_2 .view-footer .other_news {
    text-align: center;
  }
}
.view-vacancy.view-display-id-block_2 .view-footer a {
  color: #fff;
}
@media (max-width: 739px) {
  .view-vacancy.view-display-id-block_2 .view-footer {
    background-color: #969696;
    padding: 10px 20px;
    right: 0;
    top: 0;
  }
}
.view-vacancy.view-display-id-block_2 .views-field-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1019px) {
  .view-vacancy.view-display-id-block_2 .views-field-body {
    margin-bottom: 30px;
  }
}
.view-vacancy.view-display-id-block_2 .views-field-field-vacancy-requirements h4:first-of-type,
.view-vacancy.view-display-id-block_2 .views-field-nothing h4:first-of-type {
  margin-top: 0;
}
/************************************************/
/************************************************/
/* Page */
.block-system-breadcrumb-block {
  top: -18px;
  font-size: 16px;
  left: 0;
  position: absolute;
}
.block-system-breadcrumb-block .breadcrumb {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  background-color: #fff;
  color: #777;
  margin: 0;
  padding: 5px 20px;
}
.block-system-breadcrumb-block .breadcrumb > li + li::before {
  color: #333;
  content: "› ";
  padding: 0 5px;
}
.block-page-title-block h1 {
  border: 0 none;
  border-radius: 0;
  outline: 0 none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  padding-right: 40px;
  position: absolute;
  top: 70px;
}
@media (max-width: 739px) {
  .block-page-title-block h1 {
    font-size: 40px;
    padding-right: 20px;
  }
}
.node-page > header h2 {
  display: none;
}
/************************************************/
/* region-sidebar-second */
@media (max-width: 739px) {
  .region-sidebar-second {
    margin-top: 50px;
  }
}
.region-sidebar-second .block-menu {
  margin-bottom: 40px;
}
.region-sidebar-second .block-menu:not(.feedback) {
  background-color: #ececec;
  padding: 20px;
}
.region-sidebar-second .block-menu h2 {
  background-color: #479392;
  color: #fff;
  font-size: 24px;
  margin: -20px -20px 15px !important;
  padding: 10px 20px;
}
.region-sidebar-second .block-menu .navbar-nav li a {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  padding: 7px 0;
  text-decoration: none;
  white-space: normal;
}
.region-sidebar-second .block-menu .navbar-nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.region-sidebar-second .block-menu .navbar-nav li a.dropdown-toggle:after {
  display: none;
}
.region-sidebar-second .block-menu.feedback {
  position: relative;
}
.region-sidebar-second .block-menu.feedback div,
.region-sidebar-second .block-menu.feedback a,
.region-sidebar-second .block-menu.feedback a:hover {
  text-decoration: none;
}
.region-sidebar-second .block-menu.feedback div .quote,
.region-sidebar-second .block-menu.feedback a .quote,
.region-sidebar-second .block-menu.feedback a:hover .quote {
  background: #479392 url('../images/feedback_corner.png') no-repeat scroll right top;
  color: #fff;
  font-size: 16px;
  padding: 20px 20px 40px;
}
.region-sidebar-second .block-menu.feedback div .client,
.region-sidebar-second .block-menu.feedback a .client,
.region-sidebar-second .block-menu.feedback a:hover .client {
  position: relative;
  top: -20px;
  z-index: 5;
}
.region-sidebar-second .block-menu.feedback div .client .photo,
.region-sidebar-second .block-menu.feedback a .client .photo,
.region-sidebar-second .block-menu.feedback a:hover .client .photo {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 2px 2px 0px 0px #c2c2c2;
  -moz-box-shadow: 2px 2px 0px 0px #c2c2c2;
  box-shadow: 2px 2px 0px 0px #c2c2c2;
}
.region-sidebar-second .block-menu.feedback div .client .name,
.region-sidebar-second .block-menu.feedback a .client .name,
.region-sidebar-second .block-menu.feedback a:hover .client .name {
  color: #333;
  font-size: 14px;
  margin-left: 160px;
  padding-top: 30px;
}
.region-sidebar-second .block-menu p:not(:last-of-type) {
  margin-bottom: 20px;
}
.region-sidebar-second .block-menu h4:not(:first-of-type) {
  margin-top: 40px;
}
.region-sidebar-second .block-menu img {
  border: 2px solid #fff;
}
/************************************************/
/* Nodes */
.block-tagadelic-taxonomy {
  border: 1px dotted #333;
  margin-bottom: 60px;
  padding: 10px 20px;
}
.node-blog .views-field-field-blog-date {
  margin-bottom: 20px;
}
.node-blog .field-name-field-blog-tags {
  border: 1px dotted #333;
  margin-bottom: 60px;
  padding: 10px 20px;
  margin: 30px 0 0;
}
.node-blog .field-name-field-blog-tags .field-label {
  color: #969696;
  float: left;
  margin-right: 20px;
}
.node-blog .field-name-field-blog-tags .field-items {
  float: none;
  margin-left: 70px;
}
.node-blog .field-name-field-blog-tags .field-items .field-item {
  float: left;
  margin-right: 10px;
}
.node-news > * {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .node-news > * {
    margin-left: 410px;
  }
}
.node-news .field-name-field-illustrations,
.node-news .view-display-id-entity_view_1 {
  float: left;
  margin-bottom: 30px;
  margin-left: 0 !important;
  margin-right: 30px;
  max-width: 50%;
}
@media (max-width: 739px) {
  .node-news .field-name-field-illustrations,
  .node-news .view-display-id-entity_view_1 {
    float: none;
    margin-right: 0;
    max-width: none;
  }
  .node-news .field-name-field-illustrations img,
  .node-news .view-display-id-entity_view_1 img {
    margin-left: auto;
    margin-right: auto;
  }
}
.node-news .field-name-field-date {
  color: #969696;
  font-size: 16px;
  font-weight: 500;
}
.node-news .field-name-field-illustrations.empty {
  display: none;
}
.node-news .field-name-field-illustrations.empty ~ * {
  margin-left: 0;
}
.railroad {
  margin-bottom: 40px;
  text-align: right;
}
@media (max-width: 739px) {
  .railroad {
    margin-top: 40px;
  }
}
.railroad img {
  display: inline-block;
  height: auto;
  margin-bottom: 20px;
  max-width: 277px;
}
.railroad-gallery img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.railroad-gallery ul {
  margin-bottom: 40px;
}
.railroad-gallery h5 {
  margin-top: -20px;
}
.railroad-gallery .back {
  margin-top: 40px;
}
.about-us {
  padding: 0;
}
.about-us:after {
  clear: left;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.about-us li {
  display: block;
  height: 60px;
  float: left;
  line-height: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.map {
  margin-top: 80px;
}
@media (max-width: 1019px) {
  .map {
    margin-top: 30px;
  }
}
.inline {
  display: inline-block;
}
.responsive-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.responsive-video * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/***********************************/
.in-maintenance .main-container {
  margin-top: 102px;
}
/***********************************/
.navbar-toggle,
.addition-close {
  background-color: #479392;
  border: 0 none;
  border-radius: 0;
  display: none;
  float: none;
  height: 100px;
  margin: 0;
  outline: 0 none;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 94px;
}
.navbar-toggle .sr-only,
.addition-close .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar,
.addition-close .icon-bar {
  background-color: #fff !important;
  display: block;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
}
.navbar-toggle .icon-bar + .icon-bar,
.addition-close .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar-toggle.toggle-close,
.addition-close.toggle-close {
  background: #479392 url('../images/menu-close.svg') no-repeat scroll 50% 50% / 32px auto;
}
.navbar-toggle.toggle-close .icon-bar,
.addition-close.toggle-close .icon-bar {
  display: none;
}
.addition-toggle {
  display: block !important;
}
svg.ext,
svg.mailto {
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  width: 20px;
}
.mention ul {
  padding-left: 20px;
}

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