/* inspired by bootstrap */
/* flex helper */
.fg-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.fg-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.fg-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.fg-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4; }

.fg-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5; }

.fg-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6; }

.fg-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7; }

.fg-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8; }

.fg-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9; }

.fg-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10; }

.fg-20 {
  -webkit-box-flex: 20;
      -ms-flex-positive: 20;
          flex-grow: 20; }

.fg-25 {
  -webkit-box-flex: 25;
      -ms-flex-positive: 25;
          flex-grow: 25; }

.fg-30 {
  -webkit-box-flex: 30;
      -ms-flex-positive: 30;
          flex-grow: 30; }

.fg-40 {
  -webkit-box-flex: 40;
      -ms-flex-positive: 40;
          flex-grow: 40; }

.fg-70 {
  -webkit-box-flex: 70;
      -ms-flex-positive: 70;
          flex-grow: 70; }

.fg-80 {
  -webkit-box-flex: 80;
      -ms-flex-positive: 80;
          flex-grow: 80; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-row {
    margin-left: -15px;
    margin-right: -15px; }
  .flex.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column; }
  .flex.sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.sa {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex.h-cen {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex.end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex.cen {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .flex.v-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex.v-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .flex.wrap-md {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 991px) {
      .flex.wrap-sm {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .flex.wrap-xs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .flex > * {
    max-width: 100%; }

.flex-row {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }

.s-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/* font antialiased */
.aaf {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* image optimize rendering */
.ior {
  image-rendering: -webkit-optimize-contrast; }

/*--------------------------------------------------------------
1.0 Top
--------------------------------------------------------------*/
.site-branding-text {
  display: none !important; }

.custom-logo {
  width: 300px;
  max-width: 100%;
  margin-left: -16px;
  margin-right: 16px; }
  @media (max-width: 1199px) {
    .custom-logo {
      width: 240px; } }
  @media (max-width: 359px) {
    .custom-logo {
      width: 180px; } }

.top-wrapper {
  position: relative; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30; }
  .site-header--no-slider {
    position: relative;
    top: auto;
    left: auto;
    background-color: #3d3d48;
    min-height: 158px; }
    .site-header--no-slider .navigation-top {
      max-width: 100%;
      padding: 34px 0 44px; }
      @media (max-width: 991px) {
        .site-header--no-slider .navigation-top {
          width: auto;
          padding: 5px 0; } }

.second-header-line {
  margin-top: -21px; }

/*--------------------------------------------------------------
2.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Widget area top
--------------------------------------------------------------*/
#widget-area-top {
  padding: 7px 0; }
  #widget-area-top .auth-menu .el-dropdown__content {
    padding: 5px 20px; }
  #widget-area-top .auth-menu .fed_dashboard-wrapper {
    border: 1px solid #f79432;
    padding: 13px 15px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.04em;
    font-family: 'Oswald', sans-serif; }
    #widget-area-top .auth-menu .fed_dashboard-wrapper:hover {
      background: #f79433; }
      #widget-area-top .auth-menu .fed_dashboard-wrapper:hover .fed_dashboard-link {
        color: #fff; }
  #widget-area-top .auth-menu .fed_dashboard-link {
    color: #f79433; }
  #widget-area-top .auth-menu .btn {
    white-space: nowrap;
    display: block;
    text-align: left;
    width: 100%;
    margin: 15px 0;
    padding: 13px 14px 13px 20px;
    letter-spacing: 0.04em;
    text-align: center; }
    #widget-area-top .auth-menu .btn i {
      font-size: 26px;
      margin: -5px 3px -5px -8px;
      vertical-align: -5px;
      display: inline-block; }
    #widget-area-top .auth-menu .btn--partner {
      background: #3d3d48; }
      #widget-area-top .auth-menu .btn--partner:hover {
        background: #f79433; }
    #widget-area-top .auth-menu .btn--employee i {
      font-size: 23px;
      margin: -5px 2px -5px -6px;
      vertical-align: -2px; }

/*--------------------------------------------------------------
2.2 Main menu
--------------------------------------------------------------*/
.navigation-top {
  font-size: 16px;
  font-size: 1rem;
  position: relative; }

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0; }

.navigation-top a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  /* Text style for "CASE STUDI" */
  letter-spacing: 1.08px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 991px) {
    .navigation-top a {
      color: #3d3d48;
      text-align: left; } }
  .navigation-top a:focus {
    outline: none; }

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #f79433; }

.top-carousel-wrapper {
  background-color: rgba(61, 61, 72, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none; }

.main-navigation > div > ul {
  padding: 0.75em 1.695em; }

@media (max-width: 991px) {
  .js .main-navigation.toggled-on {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff; }
    .js .main-navigation.toggled-on .menu-toggle {
      color: #3d3d48;
      padding: 1em 1em 0.2em; } }

.js .main-navigation.toggled-on > div > ul {
  display: block; }

.main-navigation ul ul {
  padding: 0 0 0 1.5em; }

.main-navigation ul ul.toggled-on {
  display: block; }

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  color: #3d3d48;
  position: relative;
  text-transform: none; }
  .main-navigation ul ul a:hover {
    color: #f79433; }

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative; }

.main-navigation li li,
.main-navigation li:last-child {
  border: 0; }

.main-navigation {
  clear: both;
  display: block;
  text-align: right; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left; }

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none; }
  .main-navigation a:hover {
    color: #f79433; }

@media (max-width: 991px) {
  #top-menu {
    max-height: calc(100vh - 73px);
    overflow: auto; } }

#top-menu {
  text-align: right; }
  @media (max-width: 991px) {
    #top-menu {
      text-align: left; } }
  @media (min-width: 992px) {
    #top-menu > li.button-link > a {
      color: #f79433;
      border: 2px solid #f79433;
      font-size: 15px;
      padding: 0.55em 1.7em 0.7em;
      letter-spacing: 0.03em;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #top-menu > li.button-link:hover > a {
      color: #fff;
      border-color: #fff; } }

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 0 1em 0.5em;
  text-shadow: none; }
  @media (max-width: 359px) {
    .menu-toggle {
      padding: 0 0 0.5em; } }

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: inline-block; }

.main-navigation.toggled-on ul.nav-menu {
  display: block; }

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .ico-cross {
  display: none; }

.toggled-on .menu-toggle .ico-cross {
  display: inline-block; }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 24px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0; }
  @media (max-width: 1199px) {
    .dropdown-toggle {
      color: #3d3d48;
      padding: 0 0.5em; } }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent; }

.dropdown-toggle:focus {
  outline: thin dotted; }

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg); }

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none; }

@media screen and (min-width: 992px) {
  .navigation-top {
    max-width: calc(100% - 300px);
    padding-bottom: 7px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .navigation-top {
      max-width: calc(100% - 240px); } }

@media screen and (min-width: 992px) {
  .navigation-top nav {
    margin-left: -1.25em; }
  /* Main Navigation */
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none; }
  .main-navigation {
    width: auto; }
  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block; }
  .main-navigation ul {
    background: transparent;
    padding: 0; }
  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0; }
  .main-navigation li {
    border: 0;
    display: inline-block;
    vertical-align: top; }
  .main-navigation li li {
    display: block; }
  .main-navigation a {
    padding: 0.55em 0.75em 0.65em 1.25em; }
  .main-navigation ul ul {
    background: #fff;
    left: -999em;
    position: absolute;
    top: calc(100% + 2px);
    padding: 14px 0 26px;
    z-index: 99999; }
  .main-navigation ul li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block; }
  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0; }
  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto; }
  .main-navigation ul ul a {
    padding: 0.6em 1.25em;
    min-width: 11.1em;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
  .main-navigation li li a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .main-navigation li li.focus > a,
  .main-navigation li li:focus > a,
  .main-navigation li li:hover > a,
  .main-navigation li li a:hover,
  .main-navigation li li a:focus,
  .main-navigation li li.current_page_item a:hover,
  .main-navigation li li.current-menu-item a:hover,
  .main-navigation li li.current_page_item a:focus,
  .main-navigation li li.current-menu-item a:focus {
    color: #f79433; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
    right: auto; }
  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .main-navigation .menu-item-has-children:hover > a > .icon,
  .main-navigation .page_item_has_children:hover > a > .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg); }
  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0; }
  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none; }
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none; } }

.posts-paginator {
  color: #3d3d48;
  font: 300 12px/18px "Oswald", sans-serif;
  letter-spacing: 0.06em; }
  .posts-paginator > * {
    vertical-align: middle; }
  .f-post--blog + .posts-paginator__wrap {
    margin-top: -30px; }
    @media (max-width: 767px) {
      .f-post--blog + .posts-paginator__wrap {
        margin-top: 0px; } }
    .f-post--blog + .posts-paginator__wrap .posts-paginator {
      margin-right: -3px; }
  .posts-paginator__label {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 5px; }
  .posts-paginator__current {
    display: inline-block;
    margin-left: 4px;
    padding: 5px;
    border: 1px solid #f79433;
    min-width: 30px;
    font-weight: 500;
    text-align: center; }
  .posts-paginator__txt {
    margin: 0 8px 0 10px; }
  .posts-paginator__prev:not(:empty) {
    margin-right: 4px; }
  .posts-paginator a .ico {
    font-size: 10px;
    vertical-align: 1px; }

.abs-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.hidden {
  display: none; }

.container {
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: '';
    display: block;
    width: 100%;
    clear: both; }

a:focus {
  outline: none; }

.entry-tag {
  display: inline-block;
  text-align: center;
  padding: 4px 13px;
  border: 1px solid #222;
  min-width: 90px;
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.button.button-decor {
  width: 243px;
  max-width: 100%;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border: 3px solid #C6A279;
  padding: 16px 16px 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-box-shadow: 8px 11px 35px rgba(0, 0, 0, 0.45);
          box-shadow: 8px 11px 35px rgba(0, 0, 0, 0.45); }
  .button.button-decor .ico {
    margin-left: 6px; }
  .button.button-decor:before, .button.button-decor:after {
    content: '';
    display: block;
    width: 70%;
    height: calc(100% + 6px);
    position: absolute;
    pointer-events: none;
    border: solid #fff;
    -webkit-transition: width .2s ease-in-out, height .2s ease-in-out;
    transition: width .2s ease-in-out, height .2s ease-in-out; }
  .button.button-decor:before {
    bottom: -3px;
    left: -3px;
    border-width: 0 0 3px 3px; }
  .button.button-decor:after {
    top: -3px;
    right: -3px;
    border-width: 3px 3px 0 0; }
  .button.button-decor:focus {
    color: #fff;
    background-color: #f79433; }
  .button.button-decor:hover {
    color: #fff;
    background-color: #f79433; }
    .button.button-decor:hover:before, .button.button-decor:hover:after {
      width: calc(100% + 6px); }
  .button.button-decor--slider {
    z-index: 2;
    display: inline-block;
    position: relative;
    margin: -37px -67px -34px 0;
    width: 242px;
    vertical-align: top;
    padding: 31px 16px 30px;
    color: #fff;
    background-color: #f79433;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    border: 3px solid #C6A279 !important; }
    .button.button-decor--slider:before {
      height: calc(100% + 3px);
      width: 30%; }
    .button.button-decor--slider:after {
      height: 60%;
      width: 70%; }
    .button.button-decor--slider:hover:before, .button.button-decor--slider:hover:after {
      height: calc(100% + 3px);
      width: calc(100% + 3px); }
    @media (max-width: 1199px) {
      .button.button-decor--slider {
        margin: -25px -67px -22px 0;
        padding: 18px 16px 17px; } }
    @media (max-width: 767px) {
      .button.button-decor--slider {
        margin: 20px 0 -35px;
        padding: 12px; } }
    @media (max-width: 479px) {
      .button.button-decor--slider {
        width: 160px; } }

.list-more {
  padding: 10px 0;
  text-align: right; }
  @media (max-width: 1229px) {
    .list-more {
      padding: 10px 15px; } }
  .list-more a {
    position: relative;
    color: #3d3d48;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: 0.03733em;
    z-index: 2; }

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

.roboto {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }
  .roboto.std, .roboto.std p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; }
  .roboto.std.l-18, .roboto.std.l-18 p {
    line-height: 18px; }
  .roboto.sub, .roboto.sub p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .roboto.ttu, .roboto.ttu p {
    text-transform: uppercase; }

.oswald {
  font-family: "Oswald", sans-serif; }
  .oswald.std {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.61556em; }
  .oswald.sub, .oswald.sub p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0; }
  .oswald.ttu, .oswald.ttu p {
    text-transform: uppercase; }

.article-content {
  font: 300 16px/1.5 "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }
  .article-content p {
    margin-bottom: 1.5em;
    text-align: justify; }
  .article-content ul, .article-content ol {
    padding-left: 1.5em; }
  .article-content img.alignleft {
    margin-right: 0.8em; }
  .article-content img.alignright {
    margin-left: 0.8em; }
  .article-content strong {
    font: 500 18px/26px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }
  .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    padding: 0;
    margin: 1.25em 0 0.75em;
    text-transform: none;
    color: #3d3d48;
    letter-spacing: 0.04em; }
  .article-content h3 {
    font-size: 32px;
    font-size: 2rem; }
  .article-content h4 {
    font-size: 28px;
    font-size: 1.75rem; }
  .article-content h5 {
    font-size: 24px;
    font-size: 1.5rem; }
  .article-content h6 {
    font-size: 20px;
    font-size: 1.25rem; }

.page-excerpt {
  margin: 60px 0;
  display: block;
  text-align: justify; }

.bottom-nav-line {
  background-color: #fff7f0;
  margin: 70px 0;
  padding: 34px 5px; }
  .bottom-nav-line__button {
    width: 243px;
    max-width: 100%;
    margin: 10px; }

.button--thick {
  text-align: center;
  border: 2px solid #f79433;
  background-color: #f79433;
  color: #fff;
  padding: 19px;
  font: 500 16px/21px "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .button--thick:hover {
    background-color: #fff;
    color: #f79433; }

.button--exc {
  border: 2px solid #3d3d48;
  background-color: #ffffff;
  color: #3d3d48; }
  .button--exc:hover {
    background-color: #3d3d48;
    color: #fff; }

body .swal2-container {
  z-index: 999999; }

.ed-alert {
  padding: 15px;
  background-color: #f79433;
  color: #fff;
  font: 400 15px/22px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }

.ico.ico-caret-down--left:before, .ico.ico-caret-down--right:before, .ico.ico-caret-down--up:before {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.ico.ico-caret-down--left:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.ico.ico-caret-down--right:before {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.ico.ico-caret-down--up:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'MontserratRegular', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  outline: none;
  padding-left: 7px;
  padding-right: 19px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 70px;
  color: #3d3d48; }
  .nice-select.form-control {
    padding: 0 19px 0 7px;
    height: 35px; }
  .nice-select:hover {
    border-color: #d0d0d0; }
  .nice-select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ddd; }
  .nice-select:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e2e2e2;
    color: #ddd;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #333333; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-17.5px);
        -ms-transform: scale(0.75) translateY(-17.5px);
            transform: scale(0.75) translateY(-17.5px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    max-height: 200px;
    max-width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    .nice-select .list:hover .option:not(:hover) {
      color: #3d3d48;
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 33px;
    list-style: none;
    min-height: 33px;
    outline: none;
    padding-left: 7px;
    padding-right: 18px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      color: #f79433; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #ddd;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.sticky-popup__overlay,
.contact-form-wrapper__overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
  pointer-events: none;
  background-color: #3d3d48;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.sticky-popup--is-open .sticky-popup__overlay,
.contact-form-wrapper--is-open .sticky-popup__overlay, .sticky-popup--is-open
.contact-form-wrapper__overlay,
.contact-form-wrapper--is-open
.contact-form-wrapper__overlay {
  opacity: 0.4;
  pointer-events: all; }

.sticky-popup__body,
.contact-form-wrapper__body {
  position: fixed;
  z-index: 100001;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 521px;
  max-width: 100%;
  padding: 45px 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s cubic-bezier(0.27, 0.98, 0.85, 1.01);
  transition: all 0.4s cubic-bezier(0.27, 0.98, 0.85, 1.01);
  max-height: 100%;
  overflow: auto; }

.sticky-popup--is-open .sticky-popup__body,
.contact-form-wrapper--is-open .sticky-popup__body, .sticky-popup--is-open
.contact-form-wrapper__body,
.contact-form-wrapper--is-open
.contact-form-wrapper__body {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  -webkit-box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 13px 15px rgba(0, 0, 0, 0.25); }

.sticky-popup__close,
.contact-form-wrapper__close {
  position: absolute;
  right: 33px;
  top: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #000; }

.sticky-popup__content,
.contact-form-wrapper__content {
  padding: 0 45px; }
  @media (max-width: 399px) {
    .sticky-popup__content,
    .contact-form-wrapper__content {
      padding: 0 15px; } }
  .sticky-popup__content label,
  .contact-form-wrapper__content label {
    display: block;
    position: relative;
    margin: 0; }
  .sticky-popup__content .lab,
  .contact-form-wrapper__content .lab {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.056em;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none; }
  .sticky-popup__content .asterisk,
  .contact-form-wrapper__content .asterisk {
    color: #f79433; }
  .sticky-popup__content input[type="text"],
  .sticky-popup__content input[type="email"],
  .sticky-popup__content input[type="password"],
  .sticky-popup__content input[type="tel"],
  .sticky-popup__content .nice-select,
  .contact-form-wrapper__content input[type="text"],
  .contact-form-wrapper__content input[type="email"],
  .contact-form-wrapper__content input[type="password"],
  .contact-form-wrapper__content input[type="tel"],
  .contact-form-wrapper__content .nice-select {
    border: solid #e2e2e2;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 8px 0 7px;
    font: 400 15px/22px "Oswald", sans-serif;
    text-transform: none;
    color: #222222;
    height: auto; }
  .sticky-popup__content input:-webkit-autofill,
  .sticky-popup__content input:-webkit-autofill:hover,
  .sticky-popup__content input:-webkit-autofill:focus,
  .sticky-popup__content input:-webkit-autofill,
  .contact-form-wrapper__content input:-webkit-autofill,
  .contact-form-wrapper__content input:-webkit-autofill:hover,
  .contact-form-wrapper__content input:-webkit-autofill:focus,
  .contact-form-wrapper__content input:-webkit-autofill {
    -webkit-text-fill-color: #3d3d48;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
  .sticky-popup__content button[type="submit"],
  .sticky-popup__content input[type="submit"],
  .contact-form-wrapper__content button[type="submit"],
  .contact-form-wrapper__content input[type="submit"] {
    width: 200px;
    max-width: 100%;
    font: 500 16px/25px "Oswald", sans-serif;
    padding: 15px 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .sticky-popup__content .nice-select,
  .contact-form-wrapper__content .nice-select {
    min-height: 38px; }
    .sticky-popup__content .nice-select .current,
    .contact-form-wrapper__content .nice-select .current {
      display: none; }
  .sticky-popup__content form p,
  .contact-form-wrapper__content form p {
    margin: 47px 0; }
  .sticky-popup__content .not-empty + .lab,
  .contact-form-wrapper__content .not-empty + .lab {
    -webkit-transform: translateY(-22px) translateX(-10%) scale(0.8);
        -ms-transform: translateY(-22px) translateX(-10%) scale(0.8);
            transform: translateY(-22px) translateX(-10%) scale(0.8); }
  .sticky-popup__content .not-empty .nice-select .current,
  .contact-form-wrapper__content .not-empty .nice-select .current {
    display: inline; }
  .sticky-popup__content div.wpcf7 .ajax-loader,
  .contact-form-wrapper__content div.wpcf7 .ajax-loader {
    width: 26px;
    height: 26px;
    background: no-repeat url("../images/loader-dots.svg") center center/contain; }
  .sticky-popup__content .wpcf7-form-control-wrap,
  .contact-form-wrapper__content .wpcf7-form-control-wrap {
    display: block; }
  .sticky-popup__content .form-group,
  .contact-form-wrapper__content .form-group {
    position: relative;
    padding: 0;
    margin: 47px 0; }
  .sticky-popup__content span.wpcf7-not-valid-tip,
  .contact-form-wrapper__content span.wpcf7-not-valid-tip {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f79433;
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    max-width: 100%; }
  .sticky-popup__content div.wpcf7-response-output,
  .contact-form-wrapper__content div.wpcf7-response-output {
    margin: 0;
    padding: 1em 0 0;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase; }
  .sticky-popup__content div.wpcf7-validation-errors,
  .sticky-popup__content div.wpcf7-acceptance-missing,
  .contact-form-wrapper__content div.wpcf7-validation-errors,
  .contact-form-wrapper__content div.wpcf7-acceptance-missing {
    border: none;
    color: #f79433; }
  .sticky-popup__content div.wpcf7-mail-sent-ok,
  .contact-form-wrapper__content div.wpcf7-mail-sent-ok {
    border: none;
    color: #3d3d48; }
  .sticky-popup__content .forget-password,
  .contact-form-wrapper__content .forget-password {
    display: inline-block;
    cursor: pointer;
    padding: 5px 0 0;
    color: #3d3d48;
    font: 400 15px/22px "Oswald", sans-serif;
    text-decoration: underline;
    letter-spacing: 0.056em; }

.sticky-popup .header-home-composed,
.contact-form-wrapper .header-home-composed {
  margin-top: 30px; }

.sticky-popup--orange .sticky-popup__body, .sticky-popup--dark .sticky-popup__body,
.contact-form-wrapper--orange .sticky-popup__body,
.contact-form-wrapper--dark .sticky-popup__body {
  background-color: #3d3d48;
  color: #fff; }

.sticky-popup--orange .sticky-popup__close, .sticky-popup--dark .sticky-popup__close,
.contact-form-wrapper--orange .sticky-popup__close,
.contact-form-wrapper--dark .sticky-popup__close {
  color: #fff; }

.sticky-popup--orange .sticky-popup__content input[type="text"],
.sticky-popup--orange .sticky-popup__content input[type="email"],
.sticky-popup--orange .sticky-popup__content input[type="password"],
.sticky-popup--orange .sticky-popup__content input[type="tel"],
.sticky-popup--orange .sticky-popup__content .nice-select, .sticky-popup--dark .sticky-popup__content input[type="text"],
.sticky-popup--dark .sticky-popup__content input[type="email"],
.sticky-popup--dark .sticky-popup__content input[type="password"],
.sticky-popup--dark .sticky-popup__content input[type="tel"],
.sticky-popup--dark .sticky-popup__content .nice-select,
.contact-form-wrapper--orange .sticky-popup__content input[type="text"],
.contact-form-wrapper--orange .sticky-popup__content input[type="email"],
.contact-form-wrapper--orange .sticky-popup__content input[type="password"],
.contact-form-wrapper--orange .sticky-popup__content input[type="tel"],
.contact-form-wrapper--orange .sticky-popup__content .nice-select,
.contact-form-wrapper--dark .sticky-popup__content input[type="text"],
.contact-form-wrapper--dark .sticky-popup__content input[type="email"],
.contact-form-wrapper--dark .sticky-popup__content input[type="password"],
.contact-form-wrapper--dark .sticky-popup__content input[type="tel"],
.contact-form-wrapper--dark .sticky-popup__content .nice-select {
  border: solid #f79433;
  background-color: transparent;
  color: #fff;
  border-width: 0 0 1px 0; }
  .sticky-popup--orange .sticky-popup__content input[type="text"]:focus,
  .sticky-popup--orange .sticky-popup__content input[type="email"]:focus,
  .sticky-popup--orange .sticky-popup__content input[type="password"]:focus,
  .sticky-popup--orange .sticky-popup__content input[type="tel"]:focus,
  .sticky-popup--orange .sticky-popup__content .nice-select:focus, .sticky-popup--dark .sticky-popup__content input[type="text"]:focus,
  .sticky-popup--dark .sticky-popup__content input[type="email"]:focus,
  .sticky-popup--dark .sticky-popup__content input[type="password"]:focus,
  .sticky-popup--dark .sticky-popup__content input[type="tel"]:focus,
  .sticky-popup--dark .sticky-popup__content .nice-select:focus,
  .contact-form-wrapper--orange .sticky-popup__content input[type="text"]:focus,
  .contact-form-wrapper--orange .sticky-popup__content input[type="email"]:focus,
  .contact-form-wrapper--orange .sticky-popup__content input[type="password"]:focus,
  .contact-form-wrapper--orange .sticky-popup__content input[type="tel"]:focus,
  .contact-form-wrapper--orange .sticky-popup__content .nice-select:focus,
  .contact-form-wrapper--dark .sticky-popup__content input[type="text"]:focus,
  .contact-form-wrapper--dark .sticky-popup__content input[type="email"]:focus,
  .contact-form-wrapper--dark .sticky-popup__content input[type="password"]:focus,
  .contact-form-wrapper--dark .sticky-popup__content input[type="tel"]:focus,
  .contact-form-wrapper--dark .sticky-popup__content .nice-select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.sticky-popup--orange .sticky-popup__content input:-webkit-autofill,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill:hover,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill:focus,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill, .sticky-popup--dark .sticky-popup__content input:-webkit-autofill,
.sticky-popup--dark .sticky-popup__content input:-webkit-autofill:hover,
.sticky-popup--dark .sticky-popup__content input:-webkit-autofill:focus,
.sticky-popup--dark .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill:hover,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill:focus,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--dark .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--dark .sticky-popup__content input:-webkit-autofill:hover,
.contact-form-wrapper--dark .sticky-popup__content input:-webkit-autofill:focus,
.contact-form-wrapper--dark .sticky-popup__content input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #3d3d48 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.sticky-popup--orange .sticky-popup__content button[type="submit"],
.sticky-popup--orange .sticky-popup__content input[type="submit"], .sticky-popup--dark .sticky-popup__content button[type="submit"],
.sticky-popup--dark .sticky-popup__content input[type="submit"],
.contact-form-wrapper--orange .sticky-popup__content button[type="submit"],
.contact-form-wrapper--orange .sticky-popup__content input[type="submit"],
.contact-form-wrapper--dark .sticky-popup__content button[type="submit"],
.contact-form-wrapper--dark .sticky-popup__content input[type="submit"] {
  background-color: #fff;
  color: #f79433; }
  .sticky-popup--orange .sticky-popup__content button[type="submit"]:hover,
  .sticky-popup--orange .sticky-popup__content input[type="submit"]:hover, .sticky-popup--dark .sticky-popup__content button[type="submit"]:hover,
  .sticky-popup--dark .sticky-popup__content input[type="submit"]:hover,
  .contact-form-wrapper--orange .sticky-popup__content button[type="submit"]:hover,
  .contact-form-wrapper--orange .sticky-popup__content input[type="submit"]:hover,
  .contact-form-wrapper--dark .sticky-popup__content button[type="submit"]:hover,
  .contact-form-wrapper--dark .sticky-popup__content input[type="submit"]:hover {
    color: #fff;
    background-color: #f79433; }

.sticky-popup--orange .sticky-popup__content .lab, .sticky-popup--dark .sticky-popup__content .lab,
.contact-form-wrapper--orange .sticky-popup__content .lab,
.contact-form-wrapper--dark .sticky-popup__content .lab {
  color: #fff; }
  .sticky-popup--orange .sticky-popup__content .lab sup, .sticky-popup--dark .sticky-popup__content .lab sup,
  .contact-form-wrapper--orange .sticky-popup__content .lab sup,
  .contact-form-wrapper--dark .sticky-popup__content .lab sup {
    font-size: 100%;
    top: 0; }

.sticky-popup--orange .sticky-popup__content .forget-password, .sticky-popup--dark .sticky-popup__content .forget-password,
.contact-form-wrapper--orange .sticky-popup__content .forget-password,
.contact-form-wrapper--dark .sticky-popup__content .forget-password {
  color: #fff; }

.sticky-popup--orange .header-home-composed .title, .sticky-popup--dark .header-home-composed .title,
.contact-form-wrapper--orange .header-home-composed .title,
.contact-form-wrapper--dark .header-home-composed .title {
  color: #fff; }

.sticky-popup--orange .sticky-popup__body,
.contact-form-wrapper--orange .sticky-popup__body {
  background-color: #f79433; }

.sticky-popup--orange .sticky-popup__content input[type="text"],
.sticky-popup--orange .sticky-popup__content input[type="email"],
.sticky-popup--orange .sticky-popup__content input[type="password"],
.sticky-popup--orange .sticky-popup__content input[type="tel"],
.sticky-popup--orange .sticky-popup__content .nice-select,
.contact-form-wrapper--orange .sticky-popup__content input[type="text"],
.contact-form-wrapper--orange .sticky-popup__content input[type="email"],
.contact-form-wrapper--orange .sticky-popup__content input[type="password"],
.contact-form-wrapper--orange .sticky-popup__content input[type="tel"],
.contact-form-wrapper--orange .sticky-popup__content .nice-select {
  border: solid #3d3d48;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.sticky-popup--orange .sticky-popup__content input:-webkit-autofill,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill:hover,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill:focus,
.sticky-popup--orange .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill:hover,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill:focus,
.contact-form-wrapper--orange .sticky-popup__content input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #f79433 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.sticky-popup--orange .sticky-popup__content button[type="submit"],
.sticky-popup--orange .sticky-popup__content input[type="submit"],
.contact-form-wrapper--orange .sticky-popup__content button[type="submit"],
.contact-form-wrapper--orange .sticky-popup__content input[type="submit"] {
  color: #3d3d48; }
  .sticky-popup--orange .sticky-popup__content button[type="submit"]:hover,
  .sticky-popup--orange .sticky-popup__content input[type="submit"]:hover,
  .contact-form-wrapper--orange .sticky-popup__content button[type="submit"]:hover,
  .contact-form-wrapper--orange .sticky-popup__content input[type="submit"]:hover {
    background-color: #3d3d48; }

.sticky-popup--orange .header-home-composed:after,
.contact-form-wrapper--orange .header-home-composed:after {
  background-color: #3d3d48; }

.sticky-popup .bc_fed.container:before, .sticky-popup .bc_fed.container:after,
.contact-form-wrapper .bc_fed.container:before,
.contact-form-wrapper .bc_fed.container:after {
  display: none !important;
  content: unset !important; }

@media (max-width: 399px) {
  .sticky-popup .bc_fed.container,
  .contact-form-wrapper .bc_fed.container {
    padding: 0; } }

h2.widget-title {
  color: #3d3d48;
  font: 500 22px/30px "Oswald", sans-serif;
  font-size: 1.375rem;
  line-height: 22px / 30px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 40px 0;
  position: relative; }
  h2.widget-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 55px;
    height: 5px;
    background-color: #f79433;
    bottom: -8px;
    left: 50%;
    margin-left: -27.5px; }

.widget-title a {
  color: inherit; }

.search-form {
  position: relative;
  /* Search */ }
  .search-form .search-field {
    border: solid #e2e2e2;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 8px 0 7px;
    font: 400 15px/22px "Oswald", sans-serif;
    text-transform: none;
    color: #222222;
    height: auto; }
    .search-form .search-field input:-webkit-autofill,
    .search-form .search-field input:-webkit-autofill:hover,
    .search-form .search-field input:-webkit-autofill:focus,
    .search-form .search-field input:-webkit-autofill {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0 1000px #3d3d48 inset;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s; }
    .search-form .search-field:focus {
      border: solid #e2e2e2;
      border-width: 0 0 1px 0;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .search-form .search-field:-ms-input-placeholder {
      font: 400 15px/22px "Oswald", sans-serif;
      color: #222222;
      text-transform: uppercase; }
    .search-form .search-field:-moz-placeholder {
      font: 400 15px/22px "Oswald", sans-serif;
      color: #222222;
      text-transform: uppercase; }
    .search-form .search-field::-moz-placeholder {
      font: 400 15px/22px "Oswald", sans-serif;
      color: #222222;
      text-transform: uppercase; }
    .search-form .search-field::-webkit-input-placeholder {
      font: 400 15px/22px "Oswald", sans-serif;
      color: #222222;
      text-transform: uppercase; }
  .search-form .lab {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    color: #222222;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none; }
  .search-form .search-field.not-empty + .lab {
    -webkit-transform: translateY(-22px) translateX(-10%) scale(0.8);
        -ms-transform: translateY(-22px) translateX(-10%) scale(0.8);
            transform: translateY(-22px) translateX(-10%) scale(0.8); }
  .search-form .search-submit {
    padding: 0;
    position: absolute;
    background-color: transparent;
    color: #f79433;
    font-size: 15px;
    line-height: 38px;
    right: 0;
    width: 30px;
    top: 0;
    text-align: center; }
    .search-form .search-submit:hover {
      background-color: transparent;
      color: #3d3d48; }

.widget-area--blog .menu-social-links-menu-container > ul li {
  border: none; }

.widget-area--blog .menu-social-links-menu-container > ul a {
  border: 2px solid #3d3d48;
  color: #3d3d48; }

.widget-area--blog .widget-elmodis-social-menu ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.widget-area--blog .widget-elmodis-social-menu li {
  display: block;
  padding: 0 10px 4px;
  border: none; }

.widget-area--blog .widget-elmodis-social-menu a {
  display: inline-block;
  border: 2px solid #3d3d48;
  line-height: 31px;
  font-size: 21px;
  border-radius: 17.5px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #3d3d48;
  -webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, border-color .15s ease-in-out; }
  .widget-area--blog .widget-elmodis-social-menu a:hover {
    border-color: #f79433;
    color: #f79433; }
  .widget-area--blog .widget-elmodis-social-menu a[href*="youtube.com"] {
    border-radius: 0;
    border: none;
    line-height: 35px;
    font-size: 35px; }

.widget-area--blog ul.wp-tag-cloud {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget-area--blog ul.wp-tag-cloud li {
    margin: 10px 14px 11px; }
  .widget-area--blog ul.wp-tag-cloud a {
    display: inline-block;
    text-align: center;
    padding: 4px 13px;
    border: 1px solid #222;
    min-width: 90px;
    max-width: 100%;
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .widget-area--blog ul.wp-tag-cloud a:hover, .widget-area--blog ul.wp-tag-cloud a:focus {
      color: #222;
      border: 1px solid #222; }

.widget_a2a_share_save_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 19px 0px -13px; }
  .widget_a2a_share_save_widget .widget-title {
    color: #3d3d48;
    font: 400 14px/24px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-right: 24px;
    letter-spacing: 0.004em; }
  .widget_a2a_share_save_widget .addtoany_list.a2a_kit_size_32 a > span {
    height: unset;
    line-height: unset;
    width: unset;
    display: block; }
  .widget_a2a_share_save_widget a[class^="a2a_button"] {
    border: 2px solid #3d3d48;
    width: 35px;
    height: 35px;
    border-radius: 19px;
    overflow: hidden;
    text-align: center;
    padding: 2px 0;
    margin: 7px 10px 13px; }
    .widget_a2a_share_save_widget a[class^="a2a_button"],
    .widget_a2a_share_save_widget a[class^="a2a_button"] span,
    .widget_a2a_share_save_widget a[class^="a2a_button"] svg path {
      -webkit-transition: fill .15s ease-in-out, border-color .15s ease-in-out;
      transition: fill .15s ease-in-out, border-color .15s ease-in-out; }
    .widget_a2a_share_save_widget a[class^="a2a_button"]:hover {
      opacity: 1;
      border: 2px solid #f79433; }
      .widget_a2a_share_save_widget a[class^="a2a_button"]:hover span,
      .widget_a2a_share_save_widget a[class^="a2a_button"]:hover svg path {
        opacity: 1;
        fill: #f79433 !important; }
    .widget_a2a_share_save_widget a[class^="a2a_button"] svg {
      display: block;
      width: 26px;
      margin: 0 auto; }

.widget-blog--related {
  margin-top: 70px;
  margin-bottom: 70px; }

/*
Home page optional top banner (EU note)
*/
.top-banner-image {
  max-width: 100%;
  height: auto; }
  .top-banner-image__wrapper {
    text-align: center;
    padding: 19px 10px 11px; }

.top-slider-wrapper div.n2-ss-slider .nextend-bullet-bar > div.n2-active {
  position: relative; }
  .top-slider-wrapper div.n2-ss-slider .nextend-bullet-bar > div.n2-active:after {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: transparent; }

.top-slider-wrapper .sentence-img {
  position: relative;
  z-index: 1; }

.breadcrumbs {
  padding: 25px 0 55px; }
  .breadcrumbs span[property="itemListElement"] {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .breadcrumbs span[property="itemListElement"] > span[property="name"] {
      font-weight: 500;
      color: #f79433; }
  .breadcrumbs__separator {
    margin: 0 6px; }

.top-carousel-container {
  padding-left: 300px;
  padding-right: 115px;
  position: relative; }
  @media (max-width: 991px) {
    .top-carousel-container {
      padding-left: 135px;
      padding-right: 45px; } }
  .top-carousel-container .sa_hover_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px; }
    .top-carousel-container .sa_hover_container p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 80px;
      line-height: 40px;
      height: 80px; }
      .top-carousel-container .sa_hover_container p::after {
        content: "";
        min-height: inherit;
        font-size: 0; }
    .top-carousel-container .sa_hover_container img {
      max-width: 157px !important; }

.top-carousel-label {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  width: 285px; }
  @media (max-width: 991px) {
    .top-carousel-label {
      width: 120px; } }

/*
Home page squares with usages and branches
div.el-home-squares>div.el-square__item>article.el-square__aspect>div.el-square__content>h4.el-square__head+p
*/
.el-home-squares {
  width: calc(50% - 30px);
  padding: 7.5px;
  position: relative;
  margin-top: 0; }
  @media (max-width: 991px) {
    .el-home-squares {
      width: 555px;
      max-width: 100%;
      margin-top: 80px; }
      .el-home-squares__container.sb {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 479px) {
    .el-home-squares {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .el-home-squares:hover .el-square__item:nth-of-type(1),
  .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(1) {
    -webkit-transform: translate(-7.5px, -7.5px);
        -ms-transform: translate(-7.5px, -7.5px);
            transform: translate(-7.5px, -7.5px); }
  .el-home-squares:hover .el-square__item:nth-of-type(2),
  .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(2) {
    -webkit-transform: translate(7.5px, -7.5px);
        -ms-transform: translate(7.5px, -7.5px);
            transform: translate(7.5px, -7.5px); }
  .el-home-squares:hover .el-square__item:nth-of-type(3),
  .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(3) {
    -webkit-transform: translate(-7.5px, 7.5px);
        -ms-transform: translate(-7.5px, 7.5px);
            transform: translate(-7.5px, 7.5px); }
  .el-home-squares:hover .el-square__item:nth-of-type(4),
  .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(4) {
    -webkit-transform: translate(7.5px, 7.5px);
        -ms-transform: translate(7.5px, 7.5px);
            transform: translate(7.5px, 7.5px); }
  @media (max-width: 991px) {
    .el-home-squares .el-square__item:nth-of-type(1) {
      -webkit-transform: translate(-7.5px, -7.5px);
          -ms-transform: translate(-7.5px, -7.5px);
              transform: translate(-7.5px, -7.5px); }
    .el-home-squares .el-square__item:nth-of-type(2) {
      -webkit-transform: translate(7.5px, -7.5px);
          -ms-transform: translate(7.5px, -7.5px);
              transform: translate(7.5px, -7.5px); }
    .el-home-squares .el-square__item:nth-of-type(3) {
      -webkit-transform: translate(-7.5px, 7.5px);
          -ms-transform: translate(-7.5px, 7.5px);
              transform: translate(-7.5px, 7.5px); }
    .el-home-squares .el-square__item:nth-of-type(4) {
      -webkit-transform: translate(7.5px, 7.5px);
          -ms-transform: translate(7.5px, 7.5px);
              transform: translate(7.5px, 7.5px); } }
  @media (max-width: 479px) {
    .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(1), .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(2), .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(3), .el-home-squares__container.no-hover .el-home-squares .el-square__item:nth-of-type(4),
    .el-home-squares:hover .el-square__item:nth-of-type(1),
    .el-home-squares:hover .el-square__item:nth-of-type(2),
    .el-home-squares:hover .el-square__item:nth-of-type(3),
    .el-home-squares:hover .el-square__item:nth-of-type(4),
    .el-home-squares .el-square__item:nth-of-type(1),
    .el-home-squares .el-square__item:nth-of-type(2),
    .el-home-squares .el-square__item:nth-of-type(3),
    .el-home-squares .el-square__item:nth-of-type(4) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .el-home-squares .el-square__item {
    width: 50%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 479px) {
      .el-home-squares .el-square__item {
        width: 270px;
        max-width: 100%;
        margin-bottom: 15px; } }
  .el-home-squares .el-square__aspect {
    padding: 0 0 100%;
    position: relative; }
  .el-home-squares .el-square__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 12px 11px;
    z-index: 2; }
  .el-home-squares .el-square__mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: no-repeat url("../images/gradient-overlay.png") center bottom/contain;
    z-index: 1; }
  .el-home-squares .el-square__head {
    color: #f79433;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    text-align: center; }
  .el-home-squares .el-square p {
    text-align: right; }
  .el-home-squares .el-square__overlay {
    background-color: rgba(61, 61, 72, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 991px) {
      .el-home-squares .el-square__overlay {
        pointer-events: none;
        background-color: rgba(61, 61, 72, 0); } }
  .el-home-squares__container.no-hover .el-home-squares .el-square__overlay, .el-home-squares:hover .el-square__overlay {
    pointer-events: none;
    background-color: rgba(61, 61, 72, 0); }
  .el-home-squares .el-square__overlay-head {
    pointer-events: none;
    color: #f79433;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding: 26px 0;
    margin: 0;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 991px) {
      .el-home-squares .el-square__overlay-head {
        bottom: 100%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    @media (max-width: 767px) {
      .el-home-squares .el-square__overlay-head {
        font-size: 24px;
        line-height: 30px; } }
  .el-home-squares__container.no-hover .el-home-squares .el-square__overlay-head, .el-home-squares:hover .el-square__overlay-head {
    bottom: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .el-home-squares p {
    text-align: right;
    padding: 0;
    margin: 0; }
  .el-home-squares .el-readmore {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    opacity: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .el-home-squares .el-readmore i {
      font-size: 16px;
      margin: -2px 0px -2px -1px;
      vertical-align: -4px; }
    .el-home-squares .el-readmore:focus, .el-home-squares .el-readmore:hover {
      text-decoration: none; }
    .el-home-squares .el-readmore:hover {
      color: #f79433; }
  .el-home-squares .el-square__item:hover .el-readmore {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .el-home-squares__container.no-front-page .el-square__overlay-head {
    font-size: 22px;
    line-height: 30px; }

/*
Strategy section
*/
.strategy__wrapper {
  margin: 70px 0;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.strategy__overlay {
  background: no-repeat url("../images/strategy-bg.png") center center/cover;
  z-index: 2; }

.strategy__left, .strategy__right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }

.strategy__left {
  left: 0;
  right: 50%;
  background-color: #fff; }
  @media (max-width: 1279px) {
    .strategy__left {
      left: 0;
      right: 0;
      top: 0;
      bottom: 50%; } }

.strategy__right {
  right: 0;
  left: 50%;
  background-color: #3d3d48; }
  @media (max-width: 1279px) {
    .strategy__right {
      left: 0;
      right: 0;
      top: 50%;
      bottom: 0; } }

.strategy__content {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  z-index: 3;
  min-height: 650px; }
  @media (max-width: 1696px) {
    .strategy__content {
      max-width: 900px; } }
  @media (max-width: 1279px) {
    .strategy__content {
      padding: 1px 15px;
      max-width: 760px; } }

.strategy .strategy-text-container {
  max-width: 100%; }
  .strategy .strategy-text-container .ico {
    font-size: 25px;
    color: #000; }
  .strategy .strategy-text-container p {
    max-width: 100%;
    text-align: justify; }

.strategy .strategy-title {
  color: #f79433;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.0675em; }
  @media (max-width: 767px) {
    .strategy .strategy-title {
      line-height: 24px; } }

.strategy .strategy-text-container.on-dark .ico {
  color: #fff; }

.strategy .strategy-text-container.on-dark p {
  color: #fff; }

.strategy__top-label {
  width: 260px;
  max-width: 100%;
  max-height: 100%;
  color: #fff;
  font-family: "Oswald", sans-serif;
  background-color: #f79433;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 9.5px 15px;
  text-align: center;
  position: absolute;
  top: 0; }
  .strategy__top-label.lab-1 {
    right: 57.2%; }
  .strategy__top-label.lab-2 {
    left: 57.2%; }
  @media (max-width: 1279px) {
    .strategy__top-label {
      position: relative;
      margin: 0 auto 15px; }
      .strategy__top-label.lab-1, .strategy__top-label.lab-2 {
        left: auto;
        right: auto; } }

.strategy .strategy-text-container,
.strategy .str-device,
.strategy .str-device-screen,
.strategy .str-line {
  position: absolute; }

.strategy .str-banner-middle {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-47.6%);
      -ms-transform: translateX(-47.6%);
          transform: translateX(-47.6%);
  width: 58.83333%;
  padding-bottom: 38.08333%;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/all-hardware.png") center center/contain no-repeat; }
  @media (max-width: 1696px) {
    .strategy .str-banner-middle {
      top: 110px;
      left: 53%; } }
  @media (max-width: 1279px) {
    .strategy .str-banner-middle {
      top: auto;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: relative;
      margin: 10px auto;
      width: 76.55556%;
      padding-bottom: 49%; } }

@media (max-width: 1696px) {
  .strategy .str-line {
    display: none; } }

@media (max-width: 1279px) {
  .strategy #str-txt-1, .strategy #str-txt-2, .strategy #str-txt-3, .strategy #str-txt-4, .strategy #str-txt-5, .strategy #str-txt-6 {
    left: auto;
    right: auto;
    top: auto;
    position: relative; }
    .strategy #str-txt-1 p, .strategy #str-txt-2 p, .strategy #str-txt-3 p, .strategy #str-txt-4 p, .strategy #str-txt-5 p, .strategy #str-txt-6 p {
      width: auto; }
  .strategy .strategy-text-container {
    padding-bottom: 20px; } }

#str-txt-1 {
  left: -8.9%;
  top: 87px; }
  #str-txt-1 p {
    width: 285px; }

#str-txt-2 {
  left: -13.3%;
  top: 264px; }
  #str-txt-2 p {
    width: 323px; }

#str-txt-3 {
  left: -10.6%;
  top: 451px; }
  #str-txt-3 p {
    width: 319px; }

#str-txt-4 {
  right: -17.4%;
  top: 87px; }
  #str-txt-4 p {
    width: 356px; }

#str-txt-5 {
  right: -19.2%;
  top: 269px; }
  #str-txt-5 p {
    width: 315px; }

#str-txt-6 {
  right: -17.5%;
  top: 445px; }
  #str-txt-6 p {
    width: 381px; }

#line-1.str-line {
  width: 147px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-1.png") center center/contain no-repeat;
  left: 16.6%;
  top: 100px;
  height: 58px; }

#line-2.str-line {
  width: 72px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-2.png") center center/contain no-repeat;
  left: 16.6%;
  top: 277px;
  height: 19px; }

#line-3.str-line {
  width: 76px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-3.png") center center/contain no-repeat;
  left: 16.7%;
  top: 462px;
  height: 34px; }

#line-4.str-line {
  width: 147px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-4.png") center center/contain no-repeat;
  right: 17.2%;
  top: 101px;
  height: 58px; }

#line-5.str-line {
  width: 175px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-5.png") center center/contain no-repeat;
  right: 9.5%;
  top: 281px;
  height: 30px; }

#line-6.str-line {
  width: 58px;
  background: url("/wp-content/themes/elmodis/assets/images/strategy/line-6.png") center center/contain no-repeat;
  right: 16.3%;
  top: 456px;
  height: 11px; }

.how-it-works__wrapper {
  margin-top: 119px;
  margin-bottom: 350px;
  position: relative;
  background: no-repeat url("/wp-content/themes/elmodis/assets/images/howitworks/discover-our-system-bg.png") center center/cover; }
  @media (max-width: 991px) {
    .how-it-works__wrapper {
      margin-top: 70px;
      margin-bottom: 50%; } }

.how-it-works__container {
  position: relative;
  min-height: 370px; }

.how-it-works__head {
  color: #f79433;
  width: 475px;
  max-width: 100%; }
  @media (max-width: 700px) {
    .how-it-works__head {
      width: 100%;
      text-align: center; } }
  .how-it-works__head__top {
    padding-top: 92px;
    display: block;
    font: 300 24px/30px "Oswald", sans-serif;
    letter-spacing: 0.06em; }
    @media (max-width: 700px) {
      .how-it-works__head__top {
        padding-top: 40px; } }
  .how-it-works__head__middle {
    display: block;
    font: 500 60px/64px "Oswald", sans-serif;
    letter-spacing: 0.06em;
    width: 480px;
    max-width: 100%;
    margin-top: 2px; }
    @media (max-width: 700px) {
      .how-it-works__head__middle {
        width: 100%; } }
    @media (max-width: 479px) {
      .how-it-works__head__middle {
        font: 500 36px/46px "Oswald", sans-serif; } }
  .how-it-works__head__bottom {
    display: block;
    color: #fff;
    font: 300 15px/20px "Oswald", sans-serif;
    letter-spacing: 0.03143em;
    text-transform: uppercase;
    margin-top: 6px; }

.how-it-works__button {
  position: absolute;
  right: 27.2%;
  top: 155px; }
  @media (max-width: 991px) {
    .how-it-works__button {
      right: 40px; } }
  @media (max-width: 700px) {
    .how-it-works__button {
      position: relative;
      right: auto;
      top: auto;
      display: block;
      margin: 0 auto 15px; } }
  .how-it-works__button .ico {
    margin-left: 6px; }

.how-it-works__safari {
  position: absolute;
  width: 1045px;
  height: 750px;
  left: 70.8%;
  top: -13px;
  background: no-repeat url("/wp-content/themes/elmodis/assets/images/howitworks/safari-browser-2.png") center center/contain; }
  @media (max-width: 991px) {
    .how-it-works__safari {
      position: absolute;
      left: 6.5%;
      top: auto;
      bottom: 0;
      -webkit-transform: translateY(80%);
          -ms-transform: translateY(80%);
              transform: translateY(80%);
      height: auto;
      width: 87.08333%;
      padding-bottom: 62.5%; } }

#content #position-hero img {
  max-height: 400px;
  min-height: 400px; }

#content #position-hero #entry-title {
  top: 45% !important; }

.entry-content-row,
.title-row {
  text-align: justify;
  padding-left: 70px; }
  @media screen and (max-width: 480px) {
    .entry-content-row,
    .title-row {
      padding-left: 30px; } }
  .entry-content-row .so-panel,
  .title-row .so-panel {
    margin-bottom: 0 !important; }
  .entry-content-row .panel-grid-cell,
  .title-row .panel-grid-cell {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .entry-content-row .panel-grid-cell h3,
    .title-row .panel-grid-cell h3 {
      color: #3d3d48;
      font-family: Oswald;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      text-transform: uppercase;
      letter-spacing: 0.72px;
      position: relative; }
      .entry-content-row .panel-grid-cell h3::before,
      .title-row .panel-grid-cell h3::before {
        font-family: elmodis !important;
        content: "\e91d";
        position: absolute;
        left: -70px;
        top: 0;
        font-size: 35px;
        color: #f79433; }
        @media screen and (max-width: 480px) {
          .entry-content-row .panel-grid-cell h3::before,
          .title-row .panel-grid-cell h3::before {
            left: -40px;
            font-size: 30px; } }
    .entry-content-row .panel-grid-cell, .entry-content-row .panel-grid-cell p,
    .title-row .panel-grid-cell,
    .title-row .panel-grid-cell p {
      color: #3d3d48;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      margin-bottom: 30px; }
    .entry-content-row .panel-grid-cell p,
    .title-row .panel-grid-cell p {
      font-family: Roboto;
      text-align: justify; }

.title-row h3 {
  margin-bottom: 10px; }

.title-row p {
  margin-bottom: 0 !important; }

.panel-grid-cell, .panel-grid-cell p, .panel-grid-cell li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3d3d48;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto";
  font-weight: 300; }

.panel-grid-cell ul {
  list-style: none; }

.panel-grid-cell li {
  display: block;
  padding-left: 11px; }
  .panel-grid-cell li:before {
    content: '-';
    display: block;
    float: left;
    margin-left: -11px;
    width: 11px; }

.list-item {
  margin-left: 70px; }
  @media screen and (max-width: 480px) {
    .list-item {
      margin-left: 30px; } }
  .list-item .panel-grid-cell {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .list-item .panel-grid-cell h3 {
      color: #3d3d48;
      font-family: Roboto;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 30px; }
    .list-item .panel-grid-cell, .list-item .panel-grid-cell p {
      color: #3d3d48;
      font-size: 16px;
      line-height: 26px;
      font-family: "Roboto";
      font-weight: 300; }

.position-outer-wrapper {
  background-color: #fff7f0;
  padding: 60px 0;
  text-align: center;
  margin: 70px 0; }
  .position-outer-wrapper a {
    color: #ffffff;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    background-color: #f79433;
    padding: 18px 92px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #f79433; }
    .position-outer-wrapper a:hover {
      background-color: #fff;
      color: #f79433;
      border: 2px solid #f79433; }

.carrier-extend .carrier-about {
  display: none; }

.carrier-extend .job-outer-wrapper {
  background-image: none;
  background-color: #fff;
  margin-bottom: 160px;
  padding: 0; }
  .carrier-extend .job-outer-wrapper h3 {
    color: #3d3d48; }

.page-template-position .panel-grid-cell {
  display: block; }

#pl-3710 > div {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 480px) {
    #pl-3710 > div {
      margin-bottom: 0 !important; } }

#carrier-hero #jumbotron {
  margin-bottom: 60px !important; }

.carrier-about .so-panel {
  margin: 0;
  padding: 0;
  width: 100%; }

.carrier-about p {
  color: #3d3d48;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.72px; }

.carrier-list-wrapper .panel-grid-cell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block; }
  @media screen and (max-width: 767px) {
    .carrier-list-wrapper .panel-grid-cell .widget-sm-title {
      margin-top: 0; } }
  .carrier-list-wrapper .panel-grid-cell h3 {
    text-align: center;
    color: #3d3d48;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .carrier-list-wrapper .panel-grid-cell h3 {
        font-size: 24px;
        letter-spacing: 1.5px;
        margin-bottom: 40px; } }
    .carrier-list-wrapper .panel-grid-cell h3::after {
      position: absolute;
      left: 50%;
      bottom: -14px;
      content: "";
      width: 69px;
      border: 3px solid #f79433;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .carrier-list-wrapper .panel-grid-cell .so-panel {
    margin: 0 !important;
    padding: 0;
    line-height: 23px; }
    .carrier-list-wrapper .panel-grid-cell .so-panel p {
      margin-left: 35%;
      color: #3d3d48;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.72px;
      position: relative;
      margin-bottom: 1em; }
      @media screen and (max-width: 480px) {
        .carrier-list-wrapper .panel-grid-cell .so-panel p {
          margin-bottom: 20px;
          margin-left: 25%; } }
      @media (min-width: 481px) and (max-width: 900px) {
        .carrier-list-wrapper .panel-grid-cell .so-panel p {
          margin-left: 20%;
          margin-bottom: 20px; } }
      .carrier-list-wrapper .panel-grid-cell .so-panel p::after {
        font-family: elmodis !important;
        position: absolute;
        content: "\e901";
        color: #f79433;
        font-size: 30px;
        left: -48px;
        width: 30px;
        top: 0; }

.benefits-title {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .benefits-title {
      margin-top: 40px; } }
  .benefits-title .so-panel {
    padding-bottom: 30px; }
  .benefits-title h3 {
    text-align: center;
    color: #3d3d48;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .benefits-title h3 {
        font-size: 24px;
        letter-spacing: 1.5px;
        margin-bottom: 0; } }
    .benefits-title h3::after {
      position: absolute;
      left: 50%;
      bottom: -14px;
      content: "";
      width: 69px;
      border: 3px solid #f79433;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.benefits-wrapper .so-panel {
  padding: 0; }

@media screen and (max-width: 480px) {
  .benefits-wrapper #pgc-3710-5-0,
  .benefits-wrapper #pgc-3710-6-0 {
    margin-top: 30px; } }

.benefits-wrapper .panel-grid-cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #f79433;
  min-height: 173px; }
  @media screen and (max-width: 780px) {
    .benefits-wrapper .panel-grid-cell {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .benefits-wrapper .panel-grid-cell h3 {
    height: 36px;
    color: #3d3d48;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.64px;
    padding: 63px 10px 0 15px;
    margin: 0;
    position: relative; }
    .benefits-wrapper .panel-grid-cell h3::before {
      font-family: elmodis !important;
      position: absolute;
      top: 20px;
      left: 15px;
      color: #f79433;
      font-size: 35px;
      line-height: 35px;
      display: block; }
      @media screen and (max-width: 780px) {
        .benefits-wrapper .panel-grid-cell h3::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .benefits-wrapper .panel-grid-cell h3:after {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 35px;
      top: 20px;
      left: 15px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(89%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.66)));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 89%, rgba(255, 255, 255, 0.66)); }
      @media screen and (max-width: 780px) {
        .benefits-wrapper .panel-grid-cell h3:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .benefits-wrapper .panel-grid-cell .heart-icon h3::before {
    content: "\e918"; }
  @media (min-width: 718px) and (max-width: 856px) {
    .benefits-wrapper .panel-grid-cell .heart-icon p {
      padding-top: 70px; } }
  .benefits-wrapper .panel-grid-cell .gym-icon h3::before {
    content: "\e917"; }
  @media (min-width: 718px) and (max-width: 856px) {
    .benefits-wrapper .panel-grid-cell .gym-icon p {
      padding-top: 70px; } }
  .benefits-wrapper .panel-grid-cell .people-icon h3::before {
    content: "\e916"; }
  .benefits-wrapper .panel-grid-cell .fridge-icon h3::before {
    content: "\e915"; }
  .benefits-wrapper .panel-grid-cell .apple-icon h3::before {
    content: "\e914"; }
  .benefits-wrapper .panel-grid-cell .relax-icon h3::before {
    content: "\e913"; }
  .benefits-wrapper .panel-grid-cell .drink-icon h3::before {
    content: "\e912"; }
  .benefits-wrapper .panel-grid-cell .parking-icon h3::before {
    content: "\e911"; }
  .benefits-wrapper .panel-grid-cell .book-icon h3::before {
    content: "\e910"; }
  .benefits-wrapper .panel-grid-cell .case-icon h3::before {
    content: "\e90f"; }
  .benefits-wrapper .panel-grid-cell p {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    padding: 50px 10px 10px 15px; }

.benefits-wrapper .panel-grid-cell-empty {
  border: none; }

.benefits-wrapper .middle-row-cell p {
  padding: 30px 10px 10px 15px; }
  @media (max-width: 767px) {
    .benefits-wrapper .middle-row-cell p {
      padding: 50px 10px 10px 15px; } }

.eng_text {
  margin-top: 60px; }
  .eng_text p {
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-align: center;
    color: #3d3d48;
    letter-spacing: 0.72px;
    font-family: "Oswald"; }
    .eng_text p span {
      color: #f79433; }
    @media screen and (max-width: 767px) {
      .eng_text p {
        text-align: justify; } }

.job-outer-wrapper {
  background-image: url("../images/career.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0 140px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 580px) {
    .job-outer-wrapper {
      padding: 50px 0 50px;
      margin-top: 40px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .job-outer-wrapper {
      padding: 80px 0;
      margin-top: 50px; } }
  .job-outer-wrapper h3 {
    text-align: center;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.76px;
    position: relative;
    margin-bottom: 82px; }
    @media screen and (max-width: 767px) {
      .job-outer-wrapper h3 {
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 1.5px; } }
    .job-outer-wrapper h3::after {
      position: absolute;
      left: 50%;
      bottom: -20px;
      content: "";
      width: 69px;
      border: 3px solid #f79433;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .job-outer-wrapper .buttons-wrapper {
    text-align: center;
    margin-top: 51px; }
    @media screen and (max-width: 660px) {
      .job-outer-wrapper .buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 40px; } }
    .job-outer-wrapper .buttons-wrapper a {
      margin: 0 15px 20px;
      display: block; }
    .job-outer-wrapper .buttons-wrapper .position {
      color: #3d3d48;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 46px;
      letter-spacing: 0.64px;
      padding: 26px 34px;
      background-color: #fff;
      border: 2px solid #f79433;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .job-outer-wrapper .buttons-wrapper .position:hover {
        background-color: #f79433;
        color: #fff; }
      @media screen and (max-width: 660px) {
        .job-outer-wrapper .buttons-wrapper .position {
          width: 80%;
          margin: 0 auto 20px;
          line-height: 20px; } }
    .job-outer-wrapper .buttons-wrapper .offer {
      color: #fff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 46px;
      letter-spacing: 0.64px;
      padding: 26px 98px 26px 69px;
      border: 2px solid #f79433;
      background-color: #f79433;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .job-outer-wrapper .buttons-wrapper .offer:hover {
        background-color: #fff;
        color: #f79433;
        border: 2px solid #f79433; }
      @media screen and (max-width: 660px) {
        .job-outer-wrapper .buttons-wrapper .offer {
          width: 80%;
          line-height: 20px;
          margin: 0 auto; } }
      .job-outer-wrapper .buttons-wrapper .offer::after {
        font-family: elmodis !important;
        color: #fff;
        font-size: 20px;
        margin-left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "\e927";
        position: absolute;
        right: 68px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .job-outer-wrapper .buttons-wrapper .offer:hover:after {
        color: #f79433; }

.bottom-buttons-wrapper {
  margin: 70px 0 60px;
  padding: 44px 0;
  background-color: #fff7f0; }
  .bottom-buttons-wrapper .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 580px) {
      .bottom-buttons-wrapper .inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    .bottom-buttons-wrapper .inner-wrapper .firm {
      color: #ffffff;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.64px;
      background-color: #f79433;
      padding: 21px 91px;
      border: 2px solid #f79433; }
      .bottom-buttons-wrapper .inner-wrapper .firm:hover {
        background-color: #fff;
        color: #f79433;
        border: 2px solid #f79433;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      @media screen and (max-width: 580px) {
        .bottom-buttons-wrapper .inner-wrapper .firm {
          width: 80%;
          margin: 0 auto;
          margin-bottom: 20px; } }
    .bottom-buttons-wrapper .inner-wrapper .technology {
      color: #3d3d48;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.64px;
      background-color: #fff;
      border: 2px solid #3d3d48;
      padding: 23px 48px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .bottom-buttons-wrapper .inner-wrapper .technology:hover {
        background-color: #000;
        color: #fff; }
      @media screen and (max-width: 580px) {
        .bottom-buttons-wrapper .inner-wrapper .technology {
          width: 80%;
          margin: 0 auto; } }

#panel-4128-0-0-0 {
  display: none; }

div#pgc-4128-0-0 p:nth-last-child(2) {
  margin: 0; }

.header-contact {
  margin: 0 0 70px !important; }
  .header-contact span {
    font-size: 46px !important; }
  @media screen and (max-width: 480px) {
    .header-contact {
      margin: 0 0 30px !important; } }

.contact__container .contact-form-wrapper form p {
  margin: 30px 0 !important; }
  .contact__container .contact-form-wrapper form p .your-message {
    padding-top: 30px; }

.contact__container .left-block {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.contact__container .right-block {
  padding: 0; }

.contact__container .contact__container--form form p:nth-of-type(5) {
  text-align: center; }

.contact__container .contact__container--form input[type="submit"] {
  border-radius: 0;
  background: #f79433;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 21px 68px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: Oswald;
  margin-top: 30px; }

.contact__container .contact__container--form textarea {
  border-color: #e2e2e2;
  resize: none; }

.contact__container .left-block {
  text-align: center; }
  .contact__container .left-block .sales-block {
    background-color: #fff7f0;
    padding: 45px 0; }
    .contact__container .left-block .sales-block p {
      margin-bottom: 0 !important;
      margin-left: 40%;
      text-align: left; }
      .contact__container .left-block .sales-block p::before {
        font-family: 'elmodis' !important;
        position: absolute;
        left: -80px;
        bottom: 0;
        font-size: 33px;
        color: #f79433; }
      .contact__container .left-block .sales-block p:nth-of-type(1)::before {
        content: "\e90e"; }
      .contact__container .left-block .sales-block p:nth-of-type(2)::before {
        content: "\e90d"; }
  .contact__container .left-block .office-block {
    margin-top: 100px; }
    @media screen and (max-width: 480px) {
      .contact__container .left-block .office-block {
        padding-bottom: 80px;
        margin-top: 60px; } }
    .contact__container .left-block .office-block p {
      margin-left: 40%;
      text-align: left; }
      .contact__container .left-block .office-block p::before {
        font-family: 'elmodis' !important;
        position: absolute;
        left: -80px;
        bottom: 0;
        font-size: 33px;
        color: #f79433; }
      .contact__container .left-block .office-block p:nth-of-type(1)::before {
        content: "\e90e"; }
      .contact__container .left-block .office-block p:nth-of-type(2)::before {
        content: "\e90d"; }
  .contact__container .left-block h2 {
    color: #3d3d48;
    font-family: Oswald;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.88px;
    position: relative; }
    .contact__container .left-block h2::after {
      content: "";
      border: 3px solid #f79433;
      width: 55px;
      position: absolute;
      left: 50%;
      bottom: -20px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .contact__container .left-block p {
    color: #3d3d48;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.72px;
    padding-top: 50px;
    margin-top: 20px;
    position: relative; }

.contact-adress {
  padding: 40px 0;
  color: #3d3d48;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.64px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .contact-adress {
      margin-top: 0; } }
  @media (min-width: 481px) and (max-width: 991px) {
    .contact-adress {
      margin-top: 50px; } }
  .contact-adress p {
    position: relative; }
    .contact-adress p::before {
      font-family: 'elmodis' !important;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -40px;
      content: "\e906";
      color: #f79433;
      font-size: 35px; }
      @media screen and (max-width: 480px) {
        .contact-adress p::before {
          bottom: 0; } }

.contact__container--maps {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .contact__container--maps {
      margin-bottom: 60px; } }
  .contact__container--maps iframe {
    width: 100%;
    display: block; }

.wpcf7-form .terms_accept {
  position: relative;
  display: block; }
  .wpcf7-form .terms_accept .wpcf7-list-item-label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    z-index: 1; }
  .wpcf7-form .terms_accept span.wpcf7-list-item {
    margin: 0; }
  .wpcf7-form .terms_accept label {
    padding-left: 30px;
    text-align: left;
    font: 300 14px/20px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }
  .wpcf7-form .terms_accept input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }
    .wpcf7-form .terms_accept input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
      position: absolute;
      left: 4px;
      top: 0;
      width: 20px;
      height: 20px;
      content: '';
      display: block;
      pointer-events: none;
      background: url("../images/check.svg") no-repeat center center/cover;
      z-index: 2; }

.contact__container .wpcf7-form .wpcf7-validation-errors {
  display: none !important; }

.newsletter-footer .wpcf7-form .terms_accept {
  margin: 10px 0 0;
  display: block; }
  .newsletter-footer .wpcf7-form .terms_accept label {
    padding-left: 43px;
    color: #fff;
    font: 300 10px/14px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif; }
    .newsletter-footer .wpcf7-form .terms_accept label a {
      color: #fff; }
  .newsletter-footer .wpcf7-form .terms_accept .wpcf7-form-control {
    padding: 0; }

.partners-container_item-img img {
  width: 186px;
  height: auto; }

@media (max-width: 900px) {
  .partners-container_item-img img {
    margin-top: 30px; } }

@media (max-width: 991px) {
  .partners-container_item-img {
    text-align: center; } }

.partners-container_item-text {
  margin-top: 15px; }

.partners-container_item-text .newsletter-footer {
  display: none; }

.partners-container_item {
  margin-bottom: 10px;
  display: inline-block; }

.partners-container_item-text #content .partners-container .artners-container--item p {
  width: 100%; }

.partners__container .clearfix {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px; }

.container_news .home-news__actions button {
  margin-top: 40px; }

.container_news .home-news__content p {
  max-height: 80px;
  overflow: hidden; }

.container_news .home-news__item .home-news__tags-line {
  margin-top: 40px; }

.container_news .home-news__item {
  max-width: 270px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #eee; }

.container_news .home-news__container .home-news__item {
  padding-left: 0;
  padding-right: 0; }

.container_news .home-news__container .home-news__item:last-of-type {
  border-right: 1px solid #eee; }

.container_news .home-news__container .grid-layout-container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%; }

.container_news .home-news__container .grid:after {
  content: '';
  display: block;
  clear: both; }

.container_news .grid-sizer {
  width: 270px; }

.container_news .home-news__container .grid-item {
  width: 270px;
  display: block;
  float: left;
  height: auto;
  margin: 0 0 30px; }

.container_news--foter {
  text-align: center;
  background-color: #FFF6EF;
  display: block;
  height: 265px;
  margin-top: 100px; }
  .container_news--foter div {
    font-weight: 400;
    font-size: 28px;
    color: #000; }

.container_news-mail {
  color: #f79433;
  font-weight: 400;
  font-size: 24px; }

.container_news--foter .container_news-title {
  padding-top: 60px; }

p {
  margin: 0; }

#content {
  padding: 0; }
  #content #jumbotron {
    position: relative;
    margin-bottom: 120px; }
    @media screen and (max-width: 480px) {
      #content #jumbotron {
        margin-bottom: 40px; } }
    @media (min-width: 481px) and (max-width: 781px) {
      #content #jumbotron {
        margin-bottom: 50px; } }
    #content #jumbotron img {
      border-top: 1px solid #eee;
      min-height: 500px; }
      @media screen and (max-width: 480px) {
        #content #jumbotron img {
          min-height: 300px; } }
      @media (min-width: 481px) and (max-width: 781px) {
        #content #jumbotron img {
          min-height: 400px; } }
      @media (min-width: 782px) and (max-width: 1050px) {
        #content #jumbotron img {
          min-height: 450px; } }
  #content #entry-title {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    @media screen and (max-width: 480px) {
      #content #entry-title {
        width: 100%;
        top: 50%;
        padding: 0 10px; } }
    @media (min-width: 481px) and (max-width: 781px) {
      #content #entry-title {
        width: 100%;
        top: 50%; } }
    @media (min-width: 782px) and (max-width: 1050px) {
      #content #entry-title {
        width: 75%;
        top: 40%; } }
    #content #entry-title h3 {
      height: 18px;
      color: #3d3d48;
      font-size: 22px;
      font-weight: 500;
      line-height: 18px;
      text-transform: uppercase;
      letter-spacing: 1.32px;
      margin: 0;
      padding: 0 0 55px;
      position: relative; }
      #content #entry-title h3::after {
        position: absolute;
        content: "";
        width: 58px;
        height: 5px;
        border: 3px solid #f79433;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    #content #entry-title h1 {
      color: #3d3d48;
      font-size: 56px;
      font-weight: 700;
      line-height: 58px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0;
      padding: 20px 0 15px; }
      @media screen and (max-width: 480px) {
        #content #entry-title h1 {
          font-size: 26px;
          line-height: 26px;
          padding: 0;
          margin-bottom: 10px; } }
      @media (min-width: 481px) and (max-width: 781px) {
        #content #entry-title h1 {
          font-size: 38px; } }
      @media (min-width: 782px) and (max-width: 1050px) {
        #content #entry-title h1 {
          font-size: 48px; } }
    #content #entry-title h2 {
      color: #3d3d48;
      font-size: 30px;
      font-weight: 500;
      line-height: 42px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      padding: 0;
      margin: 0 auto;
      width: 75%; }
      @media screen and (max-width: 480px) {
        #content #entry-title h2 {
          width: 100%;
          font-size: 18px;
          line-height: 18px; } }
      @media (min-width: 481px) and (max-width: 781px) {
        #content #entry-title h2 {
          font-size: 26px; } }
      @media (min-width: 782px) and (max-width: 1050px) {
        #content #entry-title h2 {
          font-size: 32px; } }

.technology-counter {
  text-align: center; }
  @media (min-width: 481px) and (max-width: 781px) {
    .technology-counter {
      padding-bottom: 50px; } }
  @media screen and (max-width: 781px) {
    .technology-counter .so-panel {
      padding: 0; } }
  .technology-counter h3 {
    color: #f79433;
    font-size: 56px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2.24px; }
    @media screen and (max-width: 480px) {
      .technology-counter h3 {
        font-size: 30px; } }
    @media (min-width: 481px) and (max-width: 865px) {
      .technology-counter h3 {
        font-size: 38px; } }
  .technology-counter p {
    color: #3d3d48;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.12px; }
    @media screen and (max-width: 480px) {
      .technology-counter p {
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 781px) {
      .technology-counter p {
        font-size: 22px; } }
  .technology-counter .title-after h3 {
    position: relative; }
    .technology-counter .title-after h3::after {
      position: absolute;
      content: '2';
      top: -100%;
      right: -10px;
      font-size: 30px; }
      @media screen and (max-width: 480px) {
        .technology-counter .title-after h3::after {
          font-size: 20px;
          top: -50%; } }
      @media (min-width: 481px) and (max-width: 866px) {
        .technology-counter .title-after h3::after {
          font-size: 25px;
          top: -75%; } }

.technology-features {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: justify; }
  .technology-features p {
    color: #3d3d48;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }
    @media screen and (max-width: 480px) {
      .technology-features p {
        font-size: 12px;
        text-align: center; } }
    @media (min-width: 481px) and (max-width: 781px) {
      .technology-features p {
        font-size: 14px;
        text-align: center; } }
  .technology-features .so-panel {
    margin-bottom: 0 !important; }
  .technology-features .widget {
    padding-bottom: 0 !important; }
  .technology-features .feat-bold {
    font-weight: 700;
    margin-top: 50px; }
  .technology-features img {
    margin: 0 auto; }

.firm-wrapper .container .panel-layout .panel-grid {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 781px) {
    .firm-wrapper .container .panel-layout .panel-grid {
      margin-bottom: 30px !important; } }

.technology-timeline {
  text-align: justify; }
  @media (min-width: 481px) and (max-width: 781px) {
    .technology-timeline .so-panel {
      padding: 0; } }
  .technology-timeline .cd-timeline-block {
    position: relative;
    pointer-events: none; }
    @media screen and (max-width: 822px) {
      .technology-timeline .cd-timeline-block {
        margin: 25px 0; } }
    .technology-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
      margin-right: 8%; }
      @media screen and (max-width: 781px) {
        .technology-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
          margin-right: 0;
          margin-left: 40px; } }
      @media (min-width: 782px) and (max-width: 821px) {
        .technology-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
          margin-right: 0;
          margin-left: 8%; } }
      @media (min-width: 822px) and (max-width: 1050px) {
        .technology-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
          margin: 0; } }
    .technology-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content {
      margin-left: 8%; }
      @media screen and (max-width: 781px) {
        .technology-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content {
          margin-right: 0;
          margin-left: 40px; } }
      @media (min-width: 782px) and (max-width: 821px) {
        .technology-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content {
          margin-left: 8%; } }
      @media (min-width: 822px) and (max-width: 1050px) {
        .technology-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content {
          margin: 0; } }
  .technology-timeline h3 {
    color: #3d3d48;
    font-family: Oswald;
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.76px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .technology-timeline h3 {
        font-size: 28px; } }
    @media (min-width: 481px) and (max-width: 781px) {
      .technology-timeline h3 {
        font-size: 34px; } }
    .technology-timeline h3::after {
      position: absolute;
      content: "";
      width: 80px;
      height: 5px;
      border: 3px solid #f79433;
      bottom: -16px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .technology-timeline #cd-timeline {
    padding: 6em 0; }
    .technology-timeline #cd-timeline::before {
      width: 2px;
      margin-left: -1px;
      background: #000; }
    .technology-timeline #cd-timeline .no-icon .cd-timeline-img {
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 34px;
      height: 34px;
      margin-left: -17px;
      position: absolute;
      top: 50%;
      background-color: #fff !important;
      border: 1px solid #f0ad4e !important;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0; }
      @media screen and (max-width: 821px) {
        .technology-timeline #cd-timeline .no-icon .cd-timeline-img {
          margin-left: -2px; } }
    .technology-timeline #cd-timeline .active .cd-timeline-img {
      background-color: #f79433 !important;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .technology-timeline #cd-timeline .cd-timeline-content {
      background-color: #fff;
      border: 2px solid #3d3d48;
      -webkit-box-shadow: none;
              box-shadow: none;
      max-width: 403px;
      position: relative;
      padding: 0; }
      .technology-timeline #cd-timeline .cd-timeline-content::before {
        display: none; }
      .technology-timeline #cd-timeline .cd-timeline-content h2 {
        position: absolute;
        top: -5px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 25px;
        background: #fff;
        color: #3d3d48;
        font-size: 36px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1.44px;
        padding: 0 5px; }
        @media screen and (max-width: 480px) {
          .technology-timeline #cd-timeline .cd-timeline-content h2 {
            font-size: 22px; } }
      .technology-timeline #cd-timeline .cd-timeline-content .timeline-date {
        display: none; }
      .technology-timeline #cd-timeline .cd-timeline-content .the-excerpt {
        margin: 0; }
        .technology-timeline #cd-timeline .cd-timeline-content .the-excerpt p {
          color: #3d3d48;
          font-family: Roboto;
          font-size: 14px;
          font-weight: 300;
          line-height: 22px;
          padding: 34px 30px; }
        .technology-timeline #cd-timeline .cd-timeline-content .the-excerpt a {
          display: none; }
  .technology-timeline .active .cd-timeline-content {
    border: 2px solid #f79433 !important;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .technology-timeline .active .cd-timeline-content h2 {
      color: #f79433 !important;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }

.technology-vision {
  text-align: center; }
  .technology-vision .so-panel {
    margin-bottom: 0 !important; }
    @media screen and (max-width: 781px) {
      .technology-vision .so-panel {
        padding-bottom: 20px !important; } }
  .technology-vision .sow-image-container img {
    margin: 0 auto;
    margin-bottom: 20px; }
  .technology-vision h3 {
    color: #3d3d48;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.72px; }
    @media screen and (max-width: 480px) {
      .technology-vision h3 {
        font-size: 16px; } }
  .technology-vision p {
    color: #3d3d48;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
    @media screen and (max-width: 480px) {
      .technology-vision p {
        font-size: 12px; } }

.vision-title .so-panel {
  padding: 0; }

.vision-title h3 {
  color: #3d3d48;
  font-family: Oswald;
  font-size: 46px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.76px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 480px) {
    .vision-title h3 {
      font-size: 28px; } }
  @media (min-width: 481px) and (max-width: 781px) {
    .vision-title h3 {
      font-size: 34px; } }
  .vision-title h3::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    border: 3px solid #f79433;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.technology-buttons {
  padding-top: 60px; }
  @media screen and (max-width: 480px) {
    .technology-buttons {
      padding-top: 20px; } }
  @media (min-width: 481px) and (max-width: 781px) {
    .technology-buttons {
      padding-top: 30px; } }
  .technology-buttons .panel-grid-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 781px) {
      .technology-buttons .panel-grid-cell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 781px) {
      .technology-buttons .panel-grid-cell .so-panel {
        padding: 0 !important; } }
    .technology-buttons .panel-grid-cell .so-panel .so-widget-sow-button .ow-button-base .ow-icon-placement-left {
      border: 2px solid #3d3d48;
      border-radius: 0;
      background: #fff !important;
      color: #3d3d48 !important;
      font-size: 16px;
      text-transform: uppercase;
      padding: 21px 68px;
      font-weight: 500;
      letter-spacing: 0.6px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      font-family: Oswald; }
      .technology-buttons .panel-grid-cell .so-panel .so-widget-sow-button .ow-button-base .ow-icon-placement-left:hover {
        color: #fff !important;
        background-color: #000 !important; }
    .technology-buttons .panel-grid-cell .panel-first-child .so-widget-sow-button .ow-button-base .ow-icon-placement-left {
      background: #f79433 !important;
      color: #fff !important;
      border-color: #f79433 !important; }
      .technology-buttons .panel-grid-cell .panel-first-child .so-widget-sow-button .ow-button-base .ow-icon-placement-left:hover {
        color: #f79433 !important;
        background: #fff !important; }

.firm-wrapper .bottom-buttons-wrapper .inner-wrapper .firm {
  padding: 21px 68px; }

.firm-wrapper .bottom-buttons-wrapper .inner-wrapper .technology {
  padding: 21px 68px; }

.cssanimations .cd-timeline-content.is-hidden {
  visibility: visible !important; }

.cssanimations .cd-timeline-img.is-hidden {
  visibility: visible !important; }

.panel-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .panel-grid-cell .single-title-wrapper {
    margin-left: 15px; }

.firm-wrapper .panel-layout div:nth-of-type(1) .panel-last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.firm-wrapper .panel-layout div h3 {
  margin: 0 !important; }

.navbar-technology-holder {
  min-height: 95px;
  position: relative; }
  @media (max-width: 767px) {
    .navbar-technology-holder {
      min-height: 1px; } }
  .navbar-technology-holder .navbar-header {
    display: none; }
  .navbar-technology-holder .navbar-nav {
    list-style: none;
    margin: 0; }
    .navbar-technology-holder .navbar-nav li {
      position: relative;
      display: block;
      padding: 18px;
      margin-bottom: -3px;
      text-align: center; }
      .navbar-technology-holder .navbar-nav li .top, .navbar-technology-holder .navbar-nav li .bottom {
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.06em; }
      .navbar-technology-holder .navbar-nav li .top {
        color: #f79433;
        font: 500 22px/30px "Oswald", sans-serif;
        padding-bottom: 8px; }
      .navbar-technology-holder .navbar-nav li .bottom {
        color: #3d3d48;
        font: 300 16px/22px "Oswald", sans-serif;
        padding-bottom: 3px; }
      @media (max-width: 991px) {
        .navbar-technology-holder .navbar-nav li .top {
          font: 500 18px/24px "Oswald", sans-serif;
          padding-bottom: 4px; }
        .navbar-technology-holder .navbar-nav li .bottom {
          font: 300 14px/20px "Oswald", sans-serif;
          padding-bottom: 2px; } }
      .navbar-technology-holder .navbar-nav li.active:before, .navbar-technology-holder .navbar-nav li.active:after, .navbar-technology-holder .navbar-nav li:hover:before, .navbar-technology-holder .navbar-nav li:hover:after {
        content: '';
        display: block;
        position: absolute; }
      .navbar-technology-holder .navbar-nav li.active:before, .navbar-technology-holder .navbar-nav li:hover:before {
        left: -48px;
        right: -48px;
        bottom: 0;
        border-bottom: 3px solid #3d3d48; }
      .navbar-technology-holder .navbar-nav li.active:after, .navbar-technology-holder .navbar-nav li:hover:after {
        content: '';
        display: inline-block;
        vertical-align: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #3d3d48 transparent transparent;
        bottom: -10px;
        left: 50%;
        margin-left: -10px; }
  .navbar-technology-holder .navbar {
    max-width: 100%; }
    .navbar-technology-holder .navbar.affix {
      z-index: 1000;
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      background-color: #fff;
      -webkit-box-shadow: 0 0 13px 14px #fff;
              box-shadow: 0 0 13px 14px #fff; }
  @media (max-width: 767px) {
    .navbar-technology-holder .navbar {
      position: absolute;
      pointer-events: none;
      opacity: 0; }
    .navbar-technology-holder .navbar.affix {
      position: fixed; } }

.tech-component {
  padding: 70px 0 0; }
  .tech-component:nth-of-type(2n+1) .tech-component__image-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .tech-component:nth-of-type(2n+1) .tech-component__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .tech-component:nth-of-type(2n) .tech-component__image-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .tech-component:nth-of-type(2n) .tech-component__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  @media (max-width: 767px) {
    .tech-component {
      padding: 30px 0 0; }
      .tech-component:nth-of-type(2n) .tech-component__image-wrap, .tech-component:nth-of-type(2n+1) .tech-component__image-wrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .tech-component:nth-of-type(2n) .tech-component__desc, .tech-component:nth-of-type(2n+1) .tech-component__desc {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .tech-component__image-wrap, .tech-component__desc {
        width: 100%; } }
  .tech-component__image-wrap {
    text-align: center; }
    @media (max-width: 767px) {
      .tech-component__image-wrap {
        padding: 25px 0 0; } }
  .tech-component__img {
    max-width: 100%;
    height: auto; }
  .tech-component__description, .tech-component__description p {
    font: 300 16px/22px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: justify; }
  .tech-component__title.header-home-composed {
    margin: 0 0 60px; }
    @media (max-width: 991px) {
      .tech-component__title.header-home-composed {
        margin: 0 0 40px; } }
  .tech-component__feature {
    max-width: 30%;
    text-align: center;
    padding: 22px 4px 0; }
    .tech-component__feature__img-wrap {
      min-height: 80px; }

body.blog .breadcrumbs,
body.archive.tag .breadcrumbs,
body.archive.category .breadcrumbs,
body.page-template-blog-page .breadcrumbs,
body.page-template-technology .breadcrumbs {
  padding: 16px 0 30px; }

body.blog .page-header .header-home-composed,
body.archive.tag .page-header .header-home-composed,
body.archive.category .page-header .header-home-composed,
body.page-template-blog-page .page-header .header-home-composed,
body.page-template-technology .page-header .header-home-composed {
  margin: 0 0 70px; }

body.single-post .breadcrumbs {
  padding: 16px 0 64px; }

body.page-template-blog-page .blog-page #primary {
  padding-top: 10px; }

.blog-page #primary {
  padding: 16px 0 15px; }

.blog-page #secondary {
  padding: 2px 0 15px; }

.blog-page--single .bottom-nav-line + .post-navigation__wrap {
  margin-top: -14px; }

.blog-page--single .post-navigation .nav-previous,
.blog-page--single .post-navigation .nav-next {
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  padding: 4px 12px 12px;
  border-right: 1px solid #EEEEEE; }
  .blog-page--single .post-navigation .nav-previous:last-of-type,
  .blog-page--single .post-navigation .nav-next:last-of-type {
    border-right: none; }

.blog-page--single .post-navigation a {
  color: #3d3d48;
  font: 500 15px/22px "Oswald", sans-serif;
  letter-spacing: 0.056em; }
  .blog-page--single .post-navigation a .lab {
    vertical-align: middle;
    text-decoration: underline; }
  .blog-page--single .post-navigation a .ico {
    font-size: 11px;
    vertical-align: -3px; }

.blog-page--single .post-navigation .nav-next a .ico {
  vertical-align: -2px; }

#content .case-studies #jumbotron {
  margin-bottom: 60px; }
  #content .case-studies #jumbotron h1 {
    font-size: 46px;
    padding-bottom: 0; }
  #content .case-studies #jumbotron h2 {
    width: 338px;
    font-size: 36px; }
    @media screen and (max-width: 480px) {
      #content .case-studies #jumbotron h2 {
        width: 280px;
        line-height: 30px;
        font-size: 24px; } }

.case-study-row {
  margin-bottom: 80px; }
  .case-study-row .so-panel {
    width: 100%; }
    .case-study-row .so-panel img {
      width: 100%; }
  .case-study-row .panel-grid-cell {
    min-height: 562px;
    border: 1px solid #eeeeee;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: justify; }
    .case-study-row .panel-grid-cell div:nth-of-type(2) {
      width: 30%;
      margin-top: 20px;
      margin-left: 10px; }
      @media screen and (max-width: 480px) {
        .case-study-row .panel-grid-cell div:nth-of-type(2) {
          width: 100%; }
          .case-study-row .panel-grid-cell div:nth-of-type(2) img {
            margin: 0 auto; } }
    .case-study-row .panel-grid-cell div:nth-of-type(3) {
      width: calc(70% - 10px); }
      @media screen and (max-width: 480px) {
        .case-study-row .panel-grid-cell div:nth-of-type(3) {
          width: 100%; } }
    .case-study-row .panel-grid-cell .widget {
      margin-bottom: 0 !important; }
    .case-study-row .panel-grid-cell .case-study-title {
      color: #3d3d48;
      font-family: Roboto;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      padding: 20px 20px 0 20px; }
      @media screen and (max-width: 480px) {
        .case-study-row .panel-grid-cell .case-study-title {
          width: 100%; } }
    .case-study-row .panel-grid-cell .case-study-subtitle {
      color: #3d3d48;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      padding: 10px 20px 0; }
    .case-study-row .panel-grid-cell .widget_sow-button {
      width: 100%; }
      .case-study-row .panel-grid-cell .widget_sow-button .ow-button-base.ow-button-align-center {
        text-align: right; }
        .case-study-row .panel-grid-cell .widget_sow-button .ow-button-base.ow-button-align-center a {
          color: #3d3d48 !important;
          background: transparent !important;
          padding: 0 20px 5px;
          margin-bottom: 35px;
          border: none;
          font-family: Oswald;
          font-size: 14px;
          font-weight: 500;
          line-height: 16px;
          text-decoration: underline;
          letter-spacing: 0.56px;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          text-shadow: none !important; }

#content .single-case-study #jumbotron {
  margin-bottom: 50px; }
  #content .single-case-study #jumbotron h1 {
    font-size: 46px;
    padding-bottom: 0;
    color: #fff;
    line-height: 38px; }
    @media screen and (max-width: 480px) {
      #content .single-case-study #jumbotron h1 {
        font-size: 38px; } }
  #content .single-case-study #jumbotron h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      #content .single-case-study #jumbotron h2 {
        width: 280px;
        line-height: 30px;
        font-size: 24px; } }
    @media (min-width: 481px) and (max-width: 767px) {
      #content .single-case-study #jumbotron h2 {
        font-size: 38px; } }
  #content .single-case-study #jumbotron h3 {
    color: #fff; }

#content .single-case-study .bottom-buttons-wrapper {
  margin: 40px 0; }
  #content .single-case-study .bottom-buttons-wrapper .firm {
    padding: 21px; }

.single-study-entry .widget_sow-image {
  width: 15%; }
  @media screen and (max-width: 480px) {
    .single-study-entry .widget_sow-image {
      width: 100%; }
      .single-study-entry .widget_sow-image img {
        margin: 0 auto; } }

.single-study-entry .widget_sow-editor {
  text-align: justify;
  width: 85%;
  color: #3d3d48;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 0 0 10px; }
  @media screen and (max-width: 480px) {
    .single-study-entry .widget_sow-editor {
      width: 100%;
      padding: 0; } }

.study-main-text {
  text-align: justify;
  color: #3d3d48;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.study-img-section,
.study-sub {
  text-align: justify;
  color: #3d3d48;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.social-row .panel-grid-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .social-row .panel-grid-cell .panel-last-child {
    margin-bottom: 30px !important; }
  .social-row .panel-grid-cell span {
    color: #3d3d48;
    font-size: 23px;
    width: 25px;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .social-row .panel-grid-cell a {
    background: transparent !important;
    border: none;
    font-size: 25px;
    margin: 0 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    text-align: center;
    border: 1px solid #3d3d48;
    border-radius: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .social-row .panel-grid-cell a:hover {
      border: 1px solid #f79433 !important; }
      .social-row .panel-grid-cell a:hover span {
        color: #f79433 !important; }

#trade .header-home-composed {
  margin-top: 0; }
  #trade .header-home-composed::after {
    bottom: -37px;
    width: 80px; }
    @media screen and (max-width: 480px) {
      #trade .header-home-composed::after {
        margin-left: -40px; } }
    @media (min-width: 481px) and (max-width: 767px) {
      #trade .header-home-composed::after {
        margin-left: -40px; } }
  #trade .header-home-composed .title {
    color: #3d3d48;
    font-family: Oswald;
    font-size: 46px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.76px; }
    @media screen and (max-width: 480px) {
      #trade .header-home-composed .title {
        font-size: 28px; } }
    @media (min-width: 481px) and (max-width: 781px) {
      #trade .header-home-composed .title {
        font-size: 32px; } }

#trade .el-square__item {
  position: relative; }
  #trade .el-square__item:nth-of-type(1) {
    -webkit-transform: translate(-20px, -20px);
        -ms-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px); }
    @media screen and (max-width: 480px) {
      #trade .el-square__item:nth-of-type(1) {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }
  #trade .el-square__item:nth-of-type(2) {
    -webkit-transform: translate(20px, -20px);
        -ms-transform: translate(20px, -20px);
            transform: translate(20px, -20px); }
    @media screen and (max-width: 480px) {
      #trade .el-square__item:nth-of-type(2) {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }
  #trade .el-square__item:nth-of-type(3) {
    -webkit-transform: translate(-20px, 20px);
        -ms-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px); }
    @media screen and (max-width: 480px) {
      #trade .el-square__item:nth-of-type(3) {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }
  #trade .el-square__item:nth-of-type(4) {
    -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
            transform: translate(20px, 20px); }
    @media screen and (max-width: 480px) {
      #trade .el-square__item:nth-of-type(4) {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; } }

#trade .el-square__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0.65+92 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(49%, transparent), color-stop(92%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.65) 92%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

#trade .trade-wrapper {
  padding-top: 30px;
  width: 85%; }
  #trade .trade-wrapper .el-home-squares {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      #trade .trade-wrapper .el-home-squares {
        margin-top: 0; } }
    #trade .trade-wrapper .el-home-squares .el-square__aspect {
      height: 543px; }
      @media screen and (max-width: 480px) {
        #trade .trade-wrapper .el-home-squares .el-square__aspect {
          height: auto; } }
      @media (min-width: 481px) and (max-width: 767px) {
        #trade .trade-wrapper .el-home-squares .el-square__aspect {
          height: auto; } }
    #trade .trade-wrapper .el-home-squares .el-square__content {
      z-index: 99999; }
    #trade .trade-wrapper .el-home-squares .el-square__head {
      font-size: 26px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.56px;
      position: relative;
      z-index: 99998; }
      @media screen and (max-width: 480px) {
        #trade .trade-wrapper .el-home-squares .el-square__head {
          font-size: 18px; } }
      @media (min-width: 481px) and (max-width: 767px) {
        #trade .trade-wrapper .el-home-squares .el-square__head {
          font-size: 20px; } }
    #trade .trade-wrapper .el-home-squares .el-readmore {
      margin: 0 50px 15px 0;
      pointer-events: all; }
      @media screen and (max-width: 480px) {
        #trade .trade-wrapper .el-home-squares .el-readmore {
          margin: 0;
          opacity: 1; } }
      @media (min-width: 481px) and (max-width: 767px) {
        #trade .trade-wrapper .el-home-squares .el-readmore {
          margin: 0;
          opacity: 1; } }
    #trade .trade-wrapper .el-home-squares .opacity-trade {
      opacity: 1; }

#trade .bottom-buttons-wrapper {
  margin-bottom: 140px; }
  #trade .bottom-buttons-wrapper .inner-wrapper .firm {
    padding: 21px 47px; }

#trade .int-wrapper .el-home-squares {
  padding-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    #trade .int-wrapper .el-home-squares {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    #trade .int-wrapper .el-home-squares {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #trade .int-wrapper .el-home-squares .el-readmore {
    pointer-events: all; }
    @media screen and (max-width: 767px) {
      #trade .int-wrapper .el-home-squares .el-readmore {
        opacity: 1; } }
  #trade .int-wrapper .el-home-squares .opacity-trade {
    opacity: 1; }
  #trade .int-wrapper .el-home-squares .el-square__item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 10px; }

#trade .int-wrapper .el-square__overlay-head {
  color: #3d3d48;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.15px; }
  @media screen and (max-width: 767px) {
    #trade .int-wrapper .el-square__overlay-head {
      line-height: 28px;
      font-size: 28px; } }
  #trade .int-wrapper .el-square__overlay-head::after {
    position: absolute;
    content: "";
    border: 3px solid #f79433;
    bottom: 0;
    width: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.section-margin {
  margin: 0 0 140px !important; }
  .section-margin .firm {
    padding: 23px 74px !important; }
  .section-margin .technology {
    padding: 23px 66px !important; }

.sub-trade-page-wrapper #jumbotron p {
  margin-top: 50px; }
  .sub-trade-page-wrapper #jumbotron p .hero_button {
    color: #ffffff;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    padding: 17px 45px;
    background-color: #f79433;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #f79433; }
    .sub-trade-page-wrapper #jumbotron p .hero_button:hover {
      background-color: #fff;
      color: #f79433;
      border: 2px solid #f79433; }

.single-trade {
  list-style-type: circle !important; }
  .single-trade ul, .single-trade ol {
    list-style-type: circle !important;
    padding-left: 18px; }
  .single-trade .title-row,
  .single-trade .bottom-row {
    padding: 0; }
    .single-trade .title-row p,
    .single-trade .bottom-row p {
      color: #3d3d48;
      font-family: Roboto;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
      text-align: justify; }
  .single-trade .image-row {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    color: #3d3d48;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify; }
  .single-trade .main-content {
    color: #3d3d48;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify; }
  .single-trade .icons-wrapper {
    margin-top: 70px;
    background-color: #3d3d48;
    text-align: center;
    padding: 140px 0 0; }
    @media screen and (max-width: 991px) {
      .single-trade .icons-wrapper {
        padding-top: 30px; } }
    @media screen and (max-width: 991px) {
      .single-trade .icons-wrapper .item-wrap {
        margin-top: 80px; } }
    .single-trade .icons-wrapper h3 {
      padding-top: 20px;
      color: #ffffff;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.72px;
      position: relative;
      font-weight: 700; }
      @media screen and (max-width: 480px) {
        .single-trade .icons-wrapper h3 {
          padding: 0; } }
      .single-trade .icons-wrapper h3::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 80px;
        height: 60px;
        display: block; }
    .single-trade .icons-wrapper .item-wrap:nth-of-type(1) h3:before {
      background: no-repeat url(../images/subtrade/notepad.png) center center; }
    .single-trade .icons-wrapper .item-wrap:nth-of-type(2) h3:before {
      background: no-repeat url(../images/subtrade/dollars.png) center center; }
    .single-trade .icons-wrapper .item-wrap:nth-of-type(3) h3:before {
      background: no-repeat url(../images/subtrade/chart.png) center center; }
    .single-trade .icons-wrapper p {
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      font-family: Oswald;
      font-weight: 400;
      letter-spacing: 0.56px; }
  .single-trade .button-wrapper {
    padding: 74px 0;
    background-color: #fff7f0;
    position: relative;
    bottom: -80px; }
    .single-trade .button-wrapper a {
      color: #ffffff;
      font-family: Oswald;
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.64px;
      border: 2px solid #f79433;
      padding: 21px 28px;
      background-color: #f79433;
      color: #fff;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 480px) {
        .single-trade .button-wrapper a {
          padding: 21px 5px; } }
      .single-trade .button-wrapper a:hover {
        background-color: #fff;
        color: #f79433; }

.single-trade .sub-trade-wrapper {
  padding: 0; }
  .single-trade .sub-trade-wrapper .el-home-squares {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .single-trade .sub-trade-wrapper .el-home-squares {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 1100px) {
      .single-trade .sub-trade-wrapper .el-home-squares {
        margin-top: 0; } }
    .single-trade .sub-trade-wrapper .el-home-squares .el-readmore {
      cursor: pointer;
      pointer-events: auto !important; }
    .single-trade .sub-trade-wrapper .el-home-squares .opacity-trade {
      opacity: 1 !important; }
    .single-trade .sub-trade-wrapper .el-home-squares .el-square__item {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      max-width: 270px;
      max-height: 270px; }
      .single-trade .sub-trade-wrapper .el-home-squares .el-square__item .el-square__content {
        z-index: 999; }
      .single-trade .sub-trade-wrapper .el-home-squares .el-square__item .el-square__overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+25,0+25,0+28,0+28,0.75+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(191, 191, 191, 0)), color-stop(28%, rgba(183, 183, 183, 0)), to(rgba(0, 0, 0, 0.75)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0) 25%, rgba(183, 183, 183, 0) 28%, rgba(0, 0, 0, 0.75) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
        /* IE6-9 */ }
      @media screen and (max-width: 767px) {
        .single-trade .sub-trade-wrapper .el-home-squares .el-square__item {
          margin: 5px auto; } }

.single-trade .section-wrapper {
  margin-top: 150px; }

.single-trade .sub-int-wrapper {
  margin-top: 100px;
  padding: 0; }
  .single-trade .sub-int-wrapper .section-wrapper {
    padding-top: 50px; }
  .single-trade .sub-int-wrapper .el-home-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .single-trade .sub-int-wrapper .el-home-squares {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .single-trade .sub-int-wrapper .el-home-squares .el-readmore {
      cursor: pointer;
      pointer-events: auto !important; }
    .single-trade .sub-int-wrapper .el-home-squares .opacity-trade {
      opacity: 1 !important; }
    .single-trade .sub-int-wrapper .el-home-squares .el-square__item {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      max-width: 270px;
      max-height: 270px; }
      @media screen and (max-width: 767px) {
        .single-trade .sub-int-wrapper .el-home-squares .el-square__item {
          margin: 5px auto; } }
    .single-trade .sub-int-wrapper .el-home-squares .el-square__overlay-head {
      color: #3d3d48;
      font-family: Oswald;
      font-size: 36px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2.16px; }
      @media screen and (max-width: 991px) {
        .single-trade .sub-int-wrapper .el-home-squares .el-square__overlay-head {
          font-size: 24px; } }
      .single-trade .sub-int-wrapper .el-home-squares .el-square__overlay-head::after {
        content: "";
        border: 3px solid #f79433;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        width: 69px; }

.single-trade .bottom-buttons-wrapper {
  margin: 70px 0 110px !important; }
  @media screen and (max-width: 480px) {
    .single-trade .bottom-buttons-wrapper {
      margin: 70px 0 !important; } }

.projects-ue-wrapper .header-home-composed {
  margin-top: 0;
  margin-bottom: 50px; }

.projects-ue-wrapper .entry-content-row {
  padding: 0;
  text-align: justify;
  color: #3d3d48;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; }
  @media screen and (max-width: 480px) {
    .projects-ue-wrapper .entry-content-row {
      font-size: 12px; } }

.projects-ue-wrapper .main-content-wrapper {
  margin-top: 40px; }
  .projects-ue-wrapper .main-content-wrapper h3 {
    text-align: center;
    color: #3d3d48;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    position: relative; }
    .projects-ue-wrapper .main-content-wrapper h3::after {
      position: absolute;
      content: "";
      border: 3px solid #f79433;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -20px;
      width: 58px; }
  .projects-ue-wrapper .main-content-wrapper p {
    color: #3d3d48;
    font-family: Roboto;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 50px; }
    @media screen and (max-width: 480px) {
      .projects-ue-wrapper .main-content-wrapper p {
        font-size: 12px; } }

.projects-ue-wrapper .projects-detailed-wrapper {
  margin: 70px 0; }
  .projects-ue-wrapper .projects-detailed-wrapper .so-panel {
    margin: 0 !important; }
  .projects-ue-wrapper .projects-detailed-wrapper .panel-grid-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .projects-ue-wrapper .projects-detailed-wrapper .panel-grid-cell p {
      color: #3d3d48;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 300;
      line-height: 26px; }
      @media screen and (max-width: 480px) {
        .projects-ue-wrapper .projects-detailed-wrapper .panel-grid-cell p {
          font-size: 12px; } }
      .projects-ue-wrapper .projects-detailed-wrapper .panel-grid-cell p span {
        font-weight: 500; }

.projects-ue-wrapper .auction-wrapper {
  background-color: #fff7f0;
  padding: 40px 0;
  margin-bottom: 40px; }
  .projects-ue-wrapper .auction-wrapper h3 {
    text-align: center;
    color: #3d3d48;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.33px;
    position: relative; }
    .projects-ue-wrapper .auction-wrapper h3::after {
      position: absolute;
      content: "";
      border: 3px solid #f79433;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -20px;
      width: 58px; }
  .projects-ue-wrapper .auction-wrapper p {
    color: #3d3d48;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 50px;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      .projects-ue-wrapper .auction-wrapper p {
        font-size: 12px; } }

.references-wrapper .panel-grid {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px; }

.references-wrapper h3 {
  color: #222222;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  border: 1px solid #000;
  display: inline-block;
  padding: 4px 10px; }

.references-wrapper p {
  color: #3d3d48;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: justify; }
  @media screen and (max-width: 480px) {
    .references-wrapper p {
      font-size: 12px; } }

.references-wrapper .widget_sow-button {
  display: block;
  width: 100%; }

.references-wrapper .widget .so-widget-sow-button .ow-button-base {
  text-align: right; }
  .references-wrapper .widget .so-widget-sow-button .ow-button-base a {
    background: transparent !important;
    color: #000 !important;
    border: none;
    border-bottom: 1px solid #3d3d48;
    padding: 2px 0;
    font-family: Oswald;
    font-weight: 500;
    letter-spacing: 0.56px;
    font-size: 14px; }

.demo-content {
  background-color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .demo-content .bc_fed .nav-tabs > li.active > a, .demo-content .nav-tabs > li.active > a:focus, .demo-content .nav-tabs > li.active > a:hover, .demo-content .bc_fed .btn-primary, .demo-content .bc_fed .bg-primary, .demo-content .bc_fed .nav-pills > li.active > a, .demo-content .bc_fed .nav-pills > li.active > a:focus, .demo-content .bc_fed .nav-pills > li.active > a:hover, .demo-content .bc_fed .list-group-item.active, .demo-content .bc_fed .list-group-item.active:focus, .demo-content .bc_fed .list-group-item.active:hover, .demo-content .bc_fed .panel-primary > .panel-heading, .demo-content .bc_fed .btn-primary.focus, .demo-content .btn-primary:focus, .demo-content .bc_fed .btn-primary:hover, .demo-content .bc_fed .btn.active, .demo-content .btn:active, .demo-content .btn.nice-select.open, .demo-content .bc_fed input[type="button"]:hover, .demo-content .bc_fed input[type="button"]:focus, .demo-content .bc_fed input[type="submit"]:hover, .demo-content .bc_fed input[type="submit"]:focus, .demo-content .bc_fed .popover-title {
    background: inherit !important;
    border: inherit !important; }
  .demo-content .nav > li > a:focus, .demo-content .nav > li > a:hover {
    background: inherit !important;
    border-color: inherit !important; }
  .demo-content .nav-tabs > li.active > a, .demo-content .nav-tabs > li.active > a:focus, .demo-content .nav-tabs > li.active > a:hover {
    background: inherit !important;
    color: #fff !important;
    border: none !important; }
  .demo-content .left-menu {
    height: 100vh;
    background-color: #3f3f3f; }
  .demo-content .brand {
    background-color: #3a3532;
    padding: 30px; }
    .demo-content .brand .custom-logo {
      max-width: 200px; }
  .demo-content .nav.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .demo-content .tab-content .tab-pane {
    position: relative; }
  .demo-content .demo-menu {
    color: #fff; }
    .demo-content .demo-menu li {
      padding: 5px 0 5px 40px;
      line-height: 30px;
      border-left: 3px solid #3f3f3f;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      position: relative;
      color: #A5B1C1; }
      .demo-content .demo-menu li p {
        position: absolute;
        left: 100%;
        top: 0;
        width: 250px;
        line-height: 1.4;
        visibility: hidden;
        padding: 15px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 10; }
      .demo-content .demo-menu li:hover {
        border-color: #faab36; }
        .demo-content .demo-menu li:hover p {
          visibility: visible;
          opacity: 1;
          background: #332D2B !important; }
          .demo-content .demo-menu li:hover p::before {
            position: absolute;
            content: "";
            left: -10px;
            top: 0;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #332D2B; }
      .demo-content .demo-menu li::before {
        font-family: FontAwesome !important;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-rendering: auto; }
      .demo-content .demo-menu li:nth-of-type(1)::before {
        content: "\f0a2"; }
      .demo-content .demo-menu li:nth-of-type(2)::before {
        content: "\f0e4"; }
      .demo-content .demo-menu li:nth-of-type(3)::before {
        content: "\f0e2"; }
      .demo-content .demo-menu li:nth-of-type(3):after {
        content: '';
        display: block;
        position: absolute;
        left: 24px;
        top: 47%;
        width: 3px;
        height: 3px;
        border: solid currentColor;
        border-width: 0 1px 1px 0; }
      .demo-content .demo-menu li:nth-of-type(4)::before {
        content: "\f0c5"; }
      .demo-content .demo-menu li:nth-of-type(5)::before {
        content: "\f07b"; }
      .demo-content .demo-menu li a {
        font-family: Verdana;
        font-size: 14px;
        color: #A5B1C1;
        font-weight: 500; }
    .demo-content .demo-menu li.active {
      border-left: 3px solid #faab36 !important;
      background: #332D2B;
      color: #fff; }
      .demo-content .demo-menu li.active a {
        color: #fff;
        background: #332D2B !important; }
    .demo-content .demo-menu .nav-tabs {
      border: none; }
      .demo-content .demo-menu .nav-tabs li a {
        border: none !important; }
  .demo-content #menu4 img {
    width: 1700px;
    height: 1000px; }
  .demo-content a.link-download-1 {
    top: 26.6%;
    left: 32.6%;
    position: absolute;
    color: #676A6C; }
  .demo-content a.link-download-2 {
    top: 29.5%;
    left: 31.5%;
    position: absolute;
    color: #676A6C; }

.bc_fed a.button-smaller,
.bc_fed a.button-orange-std,
.ed-styles a.button-smaller,
.ed-styles a.button-orange-std,
.ed-styles button.button-orange-std,
.button-orange-std {
  display: inline-block;
  max-width: 100%;
  min-width: 170px;
  font: 500 15px/21px "Oswald", sans-serif;
  border: 2px solid #f79433;
  color: #fff;
  background-color: #f79433;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.028em;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out; }
  .bc_fed a.button-smaller:hover,
  .bc_fed a.button-orange-std:hover,
  .ed-styles a.button-smaller:hover,
  .ed-styles a.button-orange-std:hover,
  .ed-styles button.button-orange-std:hover,
  .button-orange-std:hover {
    text-decoration: none;
    color: #fff;
    border-color: #3d3d48;
    background-color: #3d3d48; }
  .bc_fed a.button-smaller:focus,
  .bc_fed a.button-orange-std:focus,
  .ed-styles a.button-smaller:focus,
  .ed-styles a.button-orange-std:focus,
  .ed-styles button.button-orange-std:focus,
  .button-orange-std:focus {
    text-decoration: none;
    color: #fff; }

.bc_fed button:focus,
.bc_fed a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important; }

.bc_fed a.button-smaller,
.ed-styles a.button-smaller {
  min-width: 130px;
  font: 500 12px/18px "Oswald", sans-serif;
  border: 1px solid #f79433;
  color: #f79433;
  background-color: transparent;
  padding: 5px 10px; }
  .bc_fed a.button-smaller:focus, .bc_fed a.button-smaller:hover,
  .ed-styles a.button-smaller:focus,
  .ed-styles a.button-smaller:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f79433;
    border: 1px solid #f79433; }
  .bc_fed a.button-smaller:focus,
  .ed-styles a.button-smaller:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.ed-progress__percent {
  font: 400 16px/22px "Oswald", sans-serif; }

.ed-progress__progress {
  display: block;
  width: 202px;
  max-width: 100%;
  height: 10px;
  background-color: #EEE;
  position: relative;
  margin-bottom: 40px; }

.ed-progress__progress-bar {
  left: 0;
  height: 100%;
  top: 0;
  background-color: #f79433;
  position: absolute;
  -webkit-transition: width .15s ease-in-out;
  transition: width .15s ease-in-out; }

.ed-progress--course-list .ed-progress__progress {
  width: 200px;
  margin-bottom: 25px; }

.bc_fed .ed-course,
.ed-course {
  padding: 0 12.5px 49px;
  width: 33.33333%;
  min-width: 240px;
  max-width: 100%; }
  .bc_fed .ed-course__inner,
  .ed-course__inner {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 24px; }
  .bc_fed .ed-course__list,
  .ed-course__list {
    margin: 0 -12.5px; }
    @media (max-width: 520px) {
      .bc_fed .ed-course__list,
      .ed-course__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .bc_fed .ed-course__wrapper,
  .ed-course__wrapper {
    width: 800px;
    max-width: 100%;
    float: right; }
  .bc_fed .ed-course__title,
  .ed-course__title {
    margin: 11px 0 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .bc_fed .ed-course__title a, .bc_fed .ed-course__title strong,
    .ed-course__title a,
    .ed-course__title strong {
      font: 400 17px/26px "Oswald", sans-serif; }
    .bc_fed .ed-course__title strong,
    .ed-course__title strong {
      display: block;
      font-weight: 500 !important; }
    .bc_fed .ed-course__title a,
    .ed-course__title a {
      letter-spacing: -0.025em;
      color: #3d3d48 !important; }
  .bc_fed .ed-course__quiz-result,
  .ed-course__quiz-result {
    font: 400 12px/18px "Oswald", sans-serif;
    color: #3d3d48; }
  .bc_fed .ed-course__result-num,
  .ed-course__result-num {
    font-size: 14px; }
  .bc_fed .ed-course--completed,
  .ed-course--completed {
    opacity: 0.5; }

.bc_fed .pdf-container {
  position: relative;
  border: 1px solid #DCDCDC; }
  .bc_fed .pdf-container:-webkit-full-screen {
    width: 100%;
    height: 100%; }
  .bc_fed .pdf-container__percent {
    font: 400 16px/22px "Oswald", sans-serif; }
  .bc_fed .pdf-container__canvas {
    max-width: 100%; }
  .bc_fed .pdf-container__canvas-aspecter {
    padding-bottom: 42.38014%;
    min-height: 495px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; }
    @media (max-width: 767px) {
      .bc_fed .pdf-container__canvas-aspecter {
        min-height: calc(100vh - 55px); } }
  .bc_fed .pdf-container__canvas-wrapper {
    text-align: center;
    position: relative; }
    .bc_fed .pdf-container__canvas-wrapper button {
      background-color: transparent;
      color: #3d3d48;
      position: absolute;
      top: 50%;
      margin-top: -22.5px !important; }
      .bc_fed .pdf-container__canvas-wrapper button:hover {
        background-color: transparent;
        color: #f79433; }
      .bc_fed .pdf-container__canvas-wrapper button.pdf-container__prev {
        left: 0; }
      .bc_fed .pdf-container__canvas-wrapper button.pdf-container__next {
        right: 0; }
  .bc_fed .pdf-container--full {
    border: none; }
    .bc_fed .pdf-container--full .pdf-container__canvas-wrapper {
      height: calc(100vh - 55px); }
  .bc_fed .pdf-container__navbar__progress, .bc_fed .pdf-container__top-bar__progress {
    width: 202px;
    max-width: 100%;
    height: 10px;
    background-color: #EEE;
    position: relative;
    margin-bottom: 40px; }
  .bc_fed .pdf-container__navbar__progress-bar, .bc_fed .pdf-container__top-bar__progress-bar {
    left: 0;
    height: 100%;
    top: 0;
    background-color: #f79433;
    position: absolute;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out; }
  .bc_fed .pdf-container__navbar {
    background-color: #3d3d48;
    color: #fff;
    padding: 0 60px;
    position: relative;
    text-align: center; }
    .bc_fed .pdf-container__navbar__progress {
      height: 5px;
      width: calc(100% + 120px);
      max-width: unset;
      margin: 0 -60px; }
    @media (max-width: 479px) {
      .bc_fed .pdf-container__navbar {
        padding: 0 40px; }
        .bc_fed .pdf-container__navbar__progress {
          margin: 0 -40px; } }
    .bc_fed .pdf-container__navbar__page {
      font: 400 17px/20px "Oswald", sans-serif;
      display: inline-block;
      padding: 15px 33px;
      letter-spacing: 0.07em; }
      @media (max-width: 767px) {
        .bc_fed .pdf-container__navbar__page {
          padding: 15px; } }
      @media (max-width: 479px) {
        .bc_fed .pdf-container__navbar__page {
          padding: 15px 5px; } }
    .bc_fed .pdf-container__navbar button {
      background-color: #3d3d48;
      color: #fff;
      padding: 15px 20px;
      line-height: 20px; }
      @media (max-width: 479px) {
        .bc_fed .pdf-container__navbar button {
          padding: 15px 10px; } }
      .bc_fed .pdf-container__navbar button:hover {
        background-color: #f79433;
        color: #fff; }
      .bc_fed .pdf-container__navbar button.pdf-container__button--fullscreen {
        padding: 12px;
        font-size: 21px;
        line-height: 26px;
        text-align: center;
        min-width: 70px; }
        @media (max-width: 479px) {
          .bc_fed .pdf-container__navbar button.pdf-container__button--fullscreen {
            min-width: 40px;
            padding: 12px 4px; } }
  .bc_fed .pdf-container__button--fullscreen {
    position: absolute;
    right: 0;
    top: 5px; }
  .bc_fed .pdf-container__top-bar {
    position: relative; }
    .bc_fed .pdf-container__top-bar .info-tooltip {
      position: absolute;
      top: -25px;
      right: -20px;
      display: block; }
      @media (max-width: 1259px) {
        .bc_fed .pdf-container__top-bar .info-tooltip {
          right: 0;
          top: -30px; } }
      .bc_fed .pdf-container__top-bar .info-tooltip__ico {
        border: 1px solid #3d3d48;
        border-radius: 15px;
        width: 20px;
        height: 20px;
        display: block;
        line-height: 18px;
        text-align: center; }
      .bc_fed .pdf-container__top-bar .info-tooltip__text {
        width: 220px;
        max-width: 100vw;
        text-align: center;
        padding: 10px 14px;
        font: 400 9px/14px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
        background-color: #fff;
        border: 1px solid #3d3d48;
        position: absolute;
        right: 25px;
        bottom: calc(100%);
        display: none; }
      .bc_fed .pdf-container__top-bar .info-tooltip:hover .info-tooltip__text {
        display: block; }
    .bc_fed .pdf-container__top-bar .button {
      font: 400 16px/22px "Oswald", sans-serif; }
    @media (max-width: 599px) {
      .bc_fed .pdf-container__top-bar__progress-wrap {
        width: 202px;
        max-width: 100%;
        margin: 0 auto; } }
  .bc_fed .pdf-container__button-wrap {
    margin: 5px 0 -5px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 599px) {
      .bc_fed .pdf-container__button-wrap {
        display: block;
        width: 170px;
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
        margin: 20px auto; } }
  .bc_fed .pdf-container__quiz-info__inner {
    min-height: 495px;
    padding: 15px 30px; }
  .bc_fed .pdf-container__quiz-info__top-line {
    font: 400 16px/22px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 10px 0; }
  .bc_fed .pdf-container__quiz-info__middle {
    font: 400 22px/28px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    margin: 36px 0 52px; }
    .bc_fed .pdf-container__quiz-info__middle .quiz-len {
      font-weight: 500;
      color: #f79433; }
  .bc_fed .pdf-container--full .pdf-container__quiz-info__inner {
    min-height: calc(100vh - 55px); }
  @media (max-width: 767px) {
    .bc_fed .pdf-container .pdf-container__quiz-info__inner {
      min-height: calc(100vh - 55px); } }

.fed_dashboard_wrapper .ed-course-slideshow-wrapper,
.fed_dashboard_wrapper .ed-quiz-wrapper {
  margin-top: -52px;
  margin-left: -15px;
  margin-right: -15px; }

.fed_dashboard_wrapper .ed-course-slideshow-wrapper .header-home-composed .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.fed_dashboard_wrapper .back-link i {
  font-size: 16px; }

.fed_dashboard_wrapper .back-link__text {
  text-decoration: underline;
  font: 400 16px/22px "Oswald", sans-serif;
  vertical-align: 2px;
  letter-spacing: 0.03em; }

.fed_dashboard_wrapper #fca_qc_question {
  text-align: left;
  margin-top: -2px;
  margin-bottom: 54px;
  font: 400 22px/28px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.fed_dashboard_wrapper div.fca_qc_quiz {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .fed_dashboard_wrapper div.fca_qc_quiz div.fca_qc_answer_div {
    position: relative;
    padding: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .fed_dashboard_wrapper div.fca_qc_quiz div.fca_qc_answer_div,
  .fed_dashboard_wrapper div.fca_qc_quiz div.fca_qc_answer_div.fakehover,
  .fed_dashboard_wrapper div.fca_qc_quiz div.fca_qc_answer_div:active,
  .fed_dashboard_wrapper div.fca_qc_quiz div.fca_qc_answer_div.nice-select.open {
    background-color: transparent; }
  .fed_dashboard_wrapper div.fca_qc_quiz span.fca_qc_answer_span {
    font: 400 16px/20px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    text-indent: -42px;
    margin-left: 42px; }

.fed_dashboard_wrapper .fca_qc_rectancle {
  width: 20px;
  height: 20px;
  border: 1px solid #DDD;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px; }

.fed_dashboard_wrapper .fca-qc-flipper div {
  padding: 0; }

.fed_dashboard_wrapper .ed-styles button.fca_qc_answer_div_confirm {
  min-width: 232px;
  max-width: 100%; }

.fed_dashboard_wrapper .fca_qc_answer_div.checked .fca_qc_answer_span:before {
  position: absolute;
  left: 4px;
  top: 0;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  pointer-events: none;
  background: url("../images/check.svg") no-repeat center center/cover; }

.fed_dashboard_wrapper .fca_qc_question_count_wrap {
  margin: 32px 0 10px; }

.fed_dashboard_wrapper .fca_qc_question_count {
  font: 500 17px/22px "Oswald", sans-serif;
  padding: 0 40px;
  letter-spacing: 0.07em; }
  @media (max-width: 479px) {
    .fed_dashboard_wrapper .fca_qc_question_count {
      padding: 0 10px; } }

.fed_dashboard_wrapper .fca_qc_quiz__nav-button {
  display: block;
  padding: 0 10px;
  cursor: pointer; }

.fed_dashboard_wrapper .fca_qc_score_text {
  margin: 103px 0 6px;
  font: 400 23px/32px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: -0.02em; }

.fed_dashboard_wrapper .fca_qc_score_text_numbers {
  font-weight: 500;
  margin-left: 5px;
  color: #f79433; }

.fed_dashboard_wrapper .fca_qc_score_title,
.fed_dashboard_wrapper .fca_qc_your_answer_container {
  display: none !important; }

.bc_fed .ed-files__wrapper {
  width: 800px;
  max-width: 100%;
  float: right; }
  .bc_fed .ed-files__wrapper--no-header {
    margin-top: -54px; }

.bc_fed .ed-files__heading.panel-heading {
  padding: 5px 15px 13px; }
  .bc_fed .ed-files__heading.panel-heading, .bc_fed .ed-files__heading.panel-heading h3 {
    cursor: default; }

.bc_fed .ed-files__partner-folders {
  margin-top: -60px; }
  .bc_fed .ed-files__partner-folders .ed-dir__list {
    margin: 43px -10px 26px; }

.bc_fed .ed-dir {
  padding: 10px; }
  .bc_fed .ed-dir__link {
    width: 116px;
    border: 1px solid #3d3d48;
    padding: 7px 6px;
    text-align: center;
    text-transform: uppercase;
    font: 400 12px/19px "Oswald", sans-serif;
    display: inline-block;
    background-color: transparent;
    color: #3d3d48;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    letter-spacing: 0.04em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .bc_fed .ed-dir--current {
    margin: 48px 0; }
  .bc_fed .ed-dir a.ed-dir__link:focus, .bc_fed .ed-dir a.ed-dir__link:hover {
    color: #fff;
    background-color: #3d3d48;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bc_fed .ed-dir__list {
    margin: 0 -10px 48px; }

.ed__stretch {
  width: 100%; }

.bc_fed .ed-file {
  padding: 0 12.5px 25px;
  width: 33.33333%;
  min-width: 240px;
  max-width: 100%; }
  .bc_fed .ed-file__ico {
    display: block;
    background: url(/wp-content/themes/elmodis/assets/images/pdf.png) no-repeat center center/cover;
    width: 30px;
    height: 32px; }
  .bc_fed .ed-file__list {
    margin: 93px -12.5px 30px; }
    @media (max-width: 520px) {
      .bc_fed .ed-file__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .bc_fed .ed-file__list-partner {
    margin: 52px -12.5px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .bc_fed .ed-file__item {
    width: 100%;
    padding: 25px 25px 17px;
    border: 1px solid #EAEAEA; }
  .bc_fed .ed-file__name {
    margin: 20px 0 22px;
    padding: 0;
    font: 300 15px/20px "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .bc_fed .ed-file__download, .bc_fed .ed-file__open {
    position: relative;
    font: 400 16px/22px "Oswald", sans-serif;
    display: block;
    padding-left: 38px; }
    .bc_fed .ed-file__download .ed-file__link-text, .bc_fed .ed-file__open .ed-file__link-text {
      text-decoration: underline; }
    .bc_fed .ed-file__download:before, .bc_fed .ed-file__open:before {
      content: '';
      display: block;
      position: absolute;
      left: 0; }
  .bc_fed .ed-file__open {
    padding-left: 29px; }
    .bc_fed .ed-file__open:before {
      background: url(/wp-content/themes/elmodis/assets/images/loupe.png) no-repeat center center/cover;
      width: 30px;
      height: 27px;
      top: -3.5px;
      left: -6px; }
  .bc_fed .ed-file__download:before {
    background: url(/wp-content/themes/elmodis/assets/images/download.png) no-repeat center center/cover;
    width: 32px;
    height: 30px;
    top: -5px; }

.ed-panel-main-page .panel-heading {
  cursor: default !important; }
  .ed-panel-main-page .panel-heading .panel-title {
    cursor: default !important;
    margin-top: 50px;
    line-height: 22px; }

.ed-panel-main-page .ed-file__list {
  margin: 0; }

.ed-panel-main-page .ed-course__inner {
  margin-top: 60px; }

.fed_dashboard_wrapper ul {
  list-style-type: none; }

.fed_dashboard_wrapper .bc_fed .bg_secondary {
  display: none; }

.fed_dashboard_wrapper .entry-message-employee,
.fed_dashboard_wrapper .entry-message-partner {
  margin-bottom: 70px;
  background-color: #f79433;
  color: #ffffff;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  padding: 45px 0;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .fed_dashboard_wrapper .entry-message-employee,
    .fed_dashboard_wrapper .entry-message-partner {
      font-size: 24px; } }

.fed_dashboard_wrapper .entry-message-partner {
  background-color: #3d3d48; }

.fed_dashboard_wrapper h3.panel-title {
  position: relative; }
  .fed_dashboard_wrapper h3.panel-title::after {
    position: absolute;
    content: "";
    border: 3px solid #f79433;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
    width: 58px; }

.fed_dashboard_wrapper .fed_menu_title h3 {
  color: #3d3d48;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 60px;
  margin: 0;
  position: relative; }
  .fed_dashboard_wrapper .fed_menu_title h3::before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    content: ""; }

.fed_dashboard_wrapper .active .fed_menu_title h3 {
  color: #f79433; }

.fed_dashboard_wrapper .list-group-item[data-menu="profile"] .fed_menu_title h3::before {
  background-image: url(/wp-content/themes/elmodis/assets/images/inteligentny-obiekt-wektorowy.png);
  width: 30px;
  height: 30px; }

.fed_dashboard_wrapper .list-group-item[data-menu="test"] .fed_menu_title h3::before,
.fed_dashboard_wrapper .list-group-item[data-menu="pliki_do_pobrania"] .fed_menu_title h3::before {
  background-image: url(/wp-content/themes/elmodis/assets/images/pdf.png);
  width: 30px;
  height: 32px;
  left: 8px; }

.fed_dashboard_wrapper .list-group-item[data-menu="twoje_kursy"] .fed_menu_title h3::before,
.fed_dashboard_wrapper .list-group-item[data-menu="kursy"] .fed_menu_title h3::before {
  background-image: url(/wp-content/themes/elmodis/assets/images/agenda.png);
  width: 25px;
  height: 34px;
  left: 12px; }

.fed_dashboard_wrapper .list-group-item[data-menu="elmoteam"] .fed_menu_title h3::before {
  background-image: url(/wp-content/themes/elmodis/assets/images/users.png);
  width: 32px;
  height: 29px; }

.fed_dashboard_wrapper .btn.btn-danger {
  float: right;
  color: #3d3d48;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 500;
  text-underline-position: below;
  letter-spacing: 0.56px;
  text-align: right;
  background: transparent !important;
  padding-right: 10px;
  border: none;
  text-transform: lowercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  position: relative; }
  .fed_dashboard_wrapper .btn.btn-danger a {
    color: #3d3d48;
    text-decoration: none; }
  .fed_dashboard_wrapper .btn.btn-danger::after {
    position: absolute;
    content: "";
    width: 65px;
    border: 1px solid #000;
    left: 12px;
    bottom: 5px; }
  .fed_dashboard_wrapper .btn.btn-danger:hover {
    color: #3d3d48; }

.fed_dashboard_wrapper .bc_fed .panel-primary > .panel-heading {
  background: #fff !important;
  border: none !important;
  cursor: default; }

.fed_dashboard_wrapper .bc_fed.fed_dashboard_container label {
  display: none !important; }

.fed_dashboard_wrapper .list-group li:nth-of-type(1) {
  display: none !important; }

.fed_dashboard_wrapper .fed_dashboard_item .h-cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fed_dashboard_wrapper .bc_fed #message {
  display: none; }

.fed_dashboard_wrapper .bc_fed .custom-collapse .collapse,
.fed_dashboard_wrapper .bc_fed .custom-collapse .collapsing {
  padding: 40px 0 80px;
  -webkit-box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.27);
          box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.27);
  text-align: center;
  max-height: 350px; }
  @media screen and (max-width: 991px) {
    .fed_dashboard_wrapper .bc_fed .custom-collapse .collapse,
    .fed_dashboard_wrapper .bc_fed .custom-collapse .collapsing {
      margin: 20px 0 !important; } }

@media (min-width: 767px) {
  .fed_dashboard_wrapper .bc_fed .collapse {
    display: block !important; } }

.fed_dashboard_wrapper .fa.fa-sign-out {
  display: none; }

.fed_dashboard_wrapper .main_form {
  margin-top: 50px;
  position: relative; }
  .fed_dashboard_wrapper .main_form .save_passwd {
    padding-right: 5px;
    margin: 0; }
  .fed_dashboard_wrapper .main_form .save_passwd .submit_password {
    margin: 0 0 0 27px; }
  .fed_dashboard_wrapper .main_form .submit_password {
    margin-right: 13px; }

.fed_dashboard_wrapper .bc_fed .fed_dashboard_panel_body {
  background-color: #fff; }

.fed_dashboard_wrapper .required_file {
  color: #3d3d48;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-left: 40px; }
  .fed_dashboard_wrapper .required_file span {
    color: #f79433;
    font-size: 16px; }

.partner_outer_wrapper .fed_menu_title h3 {
  font-weight: 300; }

.partner_outer_wrapper .active .fed_menu_title h3 {
  font-weight: 500;
  color: #000; }

.panel-body {
  padding-top: 55px !important; }
  .panel-body .team-item {
    padding-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .panel-body .team-item {
        text-align: center; } }
  .panel-body .team-listing.cherry-team-row {
    pointer-events: none !important; }
  .panel-body .team-listing_name {
    padding: 0 !important; }
  .panel-body .cherry-team-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 992px) {
      .panel-body .cherry-team-filter {
        text-align: center; } }
  @media screen and (max-width: 480px) {
    .panel-body .cherry-team-filter {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .panel-body .cherry-team-filter_item {
      display: block;
      width: 100%; }
      .panel-body .cherry-team-filter_item a {
        width: 100%;
        word-break: break-all; } }
  @media screen and (max-width: 992px) {
    .panel-body .cherry-team-filter_item {
      margin: 5px; } }
  .panel-body .cherry-team-filter_item {
    margin: 0 10px 10px 0; }
  .panel-body .cherry-team-filter_link {
    color: #000 !important;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    text-decoration: none !important;
    letter-spacing: 0.48px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 121px;
    word-wrap: break-word;
    text-align: center; }
  .panel-body .cherry-team-filter_item.active {
    background: #f79433; }
    .panel-body .cherry-team-filter_item.active .cherry-team-filter_link {
      color: #fff !important;
      border: 1px solid #f79433 !important; }
  .panel-body h5 {
    margin: 10px 0 0 0 !important;
    word-wrap: break-word;
    padding: 0 0 0 5px !important; }
    @media screen and (max-width: 767px) {
      .panel-body h5 {
        text-align: center; } }
    .panel-body h5 a {
      color: #000 !important;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 0.96px; }
  .panel-body .team-listing_photo {
    display: inline-block; }
  .panel-body .team-listing_position {
    color: #f79433;
    word-wrap: break-word;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.72px; }
    @media screen and (max-width: 767px) {
      .panel-body .team-listing_position {
        text-align: center;
        display: block; } }
  .panel-body .team-listing_desc {
    padding-top: 10px;
    word-wrap: break-word;
    text-align: justify;
    color: #3d3d48;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px; }
    @media screen and (max-width: 767px) {
      .panel-body .team-listing_desc {
        width: 80%;
        margin: 0 auto; } }
  .panel-body .nav-links a.current {
    border: 1px solid #f79432;
    color: #f79433; }
  .panel-body .nav-links a {
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none !important; }
    .panel-body .nav-links a:hover {
      border: 1px solid #f79433;
      color: #f79433; }
  .panel-body .submit_password,
  .panel-body .login_button {
    background: transparent !important;
    color: #3d3d48 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: Oswald;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-decoration: underline; }
  .panel-body #show_passwd,
  .panel-body #show_email {
    display: block;
    color: #3d3d48;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
    letter-spacing: 0.56px;
    cursor: pointer; }

.login_demo {
  margin-top: 50px; }
  .login_demo .panel-heading {
    background: #f79433 !important;
    color: #fff !important;
    border: none !important; }
  .login_demo .panel-body {
    padding-top: 15px !important; }

body {
  min-width: 320px; }

div#page {
  max-width: 100%;
  overflow: hidden; }

p, h1, h2, h3, h4, h5, h6, .aaf {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

/* Main page */
.bc_fed .header-home-composed,
.header-home-composed {
  position: relative;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 70px 0;
  padding: 0; }
  .bc_fed .header-home-composed .title,
  .header-home-composed .title {
    color: #3d3d48;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 50px;
    line-height: 1.4;
    letter-spacing: 0.06273em;
    margin: 0;
    padding: 0;
    display: block; }
  .bc_fed .header-home-composed .subtitle,
  .header-home-composed .subtitle {
    color: #b4b4b4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 16px;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    margin: -0.1875rem 0 0;
    padding: 0;
    display: block; }
  .bc_fed .header-home-composed:after,
  .header-home-composed:after {
    content: '';
    display: block;
    position: absolute;
    width: 77px;
    height: 5px;
    background-color: #f79433;
    bottom: -16px;
    left: 50%;
    margin-left: -38.5px; }
  @media (max-width: 991px) {
    .bc_fed .header-home-composed,
    .header-home-composed {
      margin: 40px 0; }
      .bc_fed .header-home-composed .title,
      .header-home-composed .title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .bc_fed .header-home-composed--smaller .title,
  .header-home-composed--smaller .title {
    font-size: 36px;
    font-size: 2.25rem; }
  .bc_fed .header-home-composed--smaller:after,
  .header-home-composed--smaller:after {
    width: 66px;
    margin-left: -33px; }
  @media (max-width: 991px) {
    .bc_fed .header-home-composed--smaller,
    .header-home-composed--smaller {
      margin: 40px 0; }
      .bc_fed .header-home-composed--smaller .title,
      .header-home-composed--smaller .title {
        font-size: 24px;
        font-size: 1.5rem; }
      .bc_fed .header-home-composed--smaller .subtitle,
      .header-home-composed--smaller .subtitle {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .bc_fed .header-home-composed--little,
  .header-home-composed--little {
    margin: 60px 0;
    padding: 0; }
    .bc_fed .header-home-composed--little .title,
    .header-home-composed--little .title {
      font-size: 22px;
      font-size: 1.375rem; }
    .bc_fed .header-home-composed--little .subtitle,
    .header-home-composed--little .subtitle {
      font-size: 13px;
      font-size: 0.8125rem; }
    .bc_fed .header-home-composed--little:after,
    .header-home-composed--little:after {
      width: 55px;
      margin-left: -27.5px; }
    @media (max-width: 991px) {
      .bc_fed .header-home-composed--little,
      .header-home-composed--little {
        margin: 30px 0; }
        .bc_fed .header-home-composed--little .title,
        .header-home-composed--little .title {
          font-size: 18px;
          font-size: 1.125rem; }
        .bc_fed .header-home-composed--little .subtitle,
        .header-home-composed--little .subtitle {
          font-size: 12px;
          font-size: 0.75rem; } }
  .bc_fed .header-home-composed--bright,
  .header-home-composed--bright {
    margin: 40px 0; }
    .bc_fed .header-home-composed--bright .title,
    .header-home-composed--bright .title {
      color: #fff; }

.bc_fed .header-home-composed {
  border-bottom: none;
  text-transform: none;
  margin: 16px 0 35px; }

.bc_fed header.page-header {
  padding: 0;
  margin: 0;
  border: none; }

/*
<div class="el-dropdown">
  <a href="#" class="el-dropdown__control js-el-dropdown">toggle</a>
  <div class="el-dropdown__content js-el-dropdown-content">dropdown content</div>
  <div class="el-dropdown__close-overlay js-el-dropdown-close"></div>
</div>
*/
.el-dropdown {
  position: relative; }
  .el-dropdown__control {
    display: block;
    padding: 10px 14px 10px 35px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    background-color: transparent;
    border-radius: 0; }
    .el-dropdown__control:hover {
      color: #f79433;
      background-color: transparent; }
    .el-dropdown__control:after {
      font-family: 'elmodis';
      display: inline-block;
      position: absolute;
      right: 0;
      top: 17px;
      line-height: 14px;
      content: "\e925";
      font-size: 9px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .el-dropdown__control.no-dropdown:after {
      display: none; }
    .el-dropdown__control:focus {
      outline: none; }
    .el-dropdown__control:hover, .el-dropdown__control.active {
      color: #ffffff;
      font-weight: 500; }
  .el-dropdown__content {
    opacity: 0;
    -webkit-transform: translateY(-10%) scaleY(0.8);
        -ms-transform: translateY(-10%) scaleY(0.8);
            transform: translateY(-10%) scaleY(0.8);
    pointer-events: none;
    background-color: #fff;
    padding: 15px;
    top: calc(100% + 6px);
    left: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 16;
    position: absolute; }
    @media (max-width: 1400px) {
      .el-dropdown__content {
        left: auto;
        right: 0; } }
    .el-dropdown__content ul {
      list-style: none;
      display: block;
      margin: -10px 0 4px;
      padding: 0 3px;
      min-width: 50px; }
      .el-dropdown__content ul li {
        display: block; }
      .el-dropdown__content ul a {
        color: #3d3d48;
        font-family: "Oswald", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.84px;
        padding: 10px 0;
        display: block; }
        .el-dropdown__content ul a:hover {
          color: #f79433;
          font-weight: 600; }
  .el-dropdown__control.active:after {
    -webkit-transform: translateY(-2px) rotate(180deg);
        -ms-transform: translateY(-2px) rotate(180deg);
            transform: translateY(-2px) rotate(180deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .el-dropdown__control.active + .el-dropdown__content {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
        -ms-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    pointer-events: all; }
  .el-dropdown__close-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 15; }
  .el-dropdown__control.active ~ .el-dropdown__close-overlay {
    display: block; }

.home-references-slider {
  margin-top: 68px; }
  .home-references-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -35px;
    right: 15px; }
    .home-references-slider.owl-carousel .owl-nav .owl-dots {
      display: none; }
    .home-references-slider.owl-carousel .owl-nav .owl-prev,
    .home-references-slider.owl-carousel .owl-nav .owl-next {
      color: #f79433;
      font-size: 22px;
      font-weight: bold; }
      .home-references-slider.owl-carousel .owl-nav .owl-prev.disabled,
      .home-references-slider.owl-carousel .owl-nav .owl-next.disabled {
        color: #D3D3D3; }
  .home-references-slider.owl-carousel .owl-prev,
  .home-references-slider.owl-carousel .owl-next {
    vertical-align: top; }
    .home-references-slider.owl-carousel .owl-prev span,
    .home-references-slider.owl-carousel .owl-next span {
      display: none; }
    .home-references-slider.owl-carousel .owl-prev:after,
    .home-references-slider.owl-carousel .owl-next:after {
      position: relative;
      display: block;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      font-family: 'elmodis';
      content: "\e927"; }
  .home-references-slider.owl-carousel .owl-prev {
    margin: 5px 10px 0 0; }
    .home-references-slider.owl-carousel .owl-prev:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .home-reference__container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 47px; }
  .home-reference__item {
    padding: 15px; }
  .home-reference__image {
    min-height: 110px; }
    .home-reference__image img {
      max-width: 100%;
      height: auto;
      display: block; }
  .home-reference__branches-line {
    padding: 0 0 15px; }
  .home-reference__sub, .home-reference__head {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .home-reference__sub {
    color: #f79433;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 28px;
    position: relative;
    min-height: 2.53333em; }
    .home-reference__sub:after {
      content: '';
      display: block;
      height: 5px;
      width: 50px;
      background: #f79433;
      position: absolute;
      bottom: -11px; }
  .home-reference__content {
    color: #3d3d48;
    font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    text-align: justify; }
    .home-reference__content strong {
      font-weight: 700; }
    .home-reference__content p {
      margin: 0; }
  .quote-infographic {
    position: relative;
    text-align: right;
    padding: 25px 15px 40px;
    margin-bottom: 47px; }
    .quote-infographic:after {
      content: '';
      pointer-events: none;
      position: absolute;
      right: 15px;
      top: -40px;
      width: 147px;
      height: 126px;
      background: url("../images/two-quotes.png");
      z-index: 1; }
    .quote-infographic a {
      position: relative;
      color: #3d3d48;
      font-family: "Oswald", sans-serif;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      text-decoration: underline;
      letter-spacing: 0.03733em;
      z-index: 2; }
      .quote-infographic a:hover {
        color: #f79433; }

.front-page-blog {
  background-color: #FEF7EF;
  padding: 81px 0 39px;
  margin: 47px 0; }
  .front-page-blog > .container {
    padding-left: 0;
    padding-right: 0; }
  .front-page-blog__sidebar-wrap {
    width: 25%;
    padding: 0 15px 30px; }
    @media (max-width: 991px) {
      .front-page-blog__sidebar-wrap {
        width: 50%; } }
    @media (max-width: 479px) {
      .front-page-blog__sidebar-wrap {
        width: 100%; } }
  .front-page-blog__content-wrap {
    width: 75%; }
  .front-page-blog__sidebar {
    width: 100%;
    background-color: #fff;
    padding: 0 15px 33px; }
    .front-page-blog__sidebar .header-home-composed:after {
      bottom: -20px; }
    .front-page-blog__sidebar ul {
      list-style: none;
      display: block;
      margin: 54px 0 39px; }
      .front-page-blog__sidebar ul li {
        display: block;
        padding: 10px 0 10px 33px;
        border-bottom: 1px solid #eee;
        position: relative; }
        .front-page-blog__sidebar ul li:before {
          content: '';
          position: absolute;
          display: block;
          width: 6px;
          height: 6px;
          left: 7px;
          border-radius: 3px;
          background: #f79433;
          top: 19.5px; }
        .front-page-blog__sidebar ul li, .front-page-blog__sidebar ul li a {
          color: #3d3d48;
          font-family: "Oswald", sans-serif;
          font-size: 16px;
          font-weight: 300;
          line-height: 24px;
          letter-spacing: 0.06em; }
        .front-page-blog__sidebar ul li a:hover, .front-page-blog__sidebar ul li a:focus {
          outline: none; }
        .front-page-blog__sidebar ul li a:hover {
          color: #f79433; }
        .front-page-blog__sidebar ul li:last-of-type {
          border-bottom: none; }
  .front-page-blog__more {
    width: 100%;
    text-align: center;
    padding: 11px 20px 12px;
    font-size: 15px;
    letter-spacing: 0.027em; }

.f-post {
  width: 25%;
  padding: 0 15px 30px;
  color: #3d3d48; }
  @media (max-width: 991px) {
    .f-post {
      width: 50%; } }
  @media (max-width: 479px) {
    .f-post {
      width: 100%; } }
  .f-post__body {
    width: 100%;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 18px 21px;
    background-color: #fff;
    position: relative; }
  .f-post__image {
    margin-left: -19px;
    margin-right: -19px; }
    .f-post__image img {
      width: 100%; }
  .f-post__meta-line {
    padding: 8px 0 0;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .f-post__meta-line, .f-post__meta-line a {
      color: #f79433; }
  .f-post__date {
    margin-left: 8px;
    font-weight: 300;
    color: #3d3d48; }
  .f-post__title {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.06em;
    padding: 0;
    margin: 4px 0 10px; }
  .f-post__excerpt, .f-post__excerpt p {
    text-align: justify;
    color: #3d3d48;
    font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px; }
  .f-post__excerpt p {
    margin: 0 0 0.7em; }
  .f-post__readmore {
    text-align: right; }
    .f-post__readmore-link {
      color: #3d3d48;
      font-family: "Oswald", sans-serif;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      text-decoration: underline;
      letter-spacing: 0.06em; }
      .f-post__readmore-link:focus {
        color: #3d3d48; }
      .f-post__readmore-link:hover {
        color: #f79433; }
  .f-post__decorator {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 4px;
    background-color: #f79433; }
  .f-post--blog {
    width: calc(100% + 30px);
    padding: 0 0 60px; }
    .f-post--blog .f-post__meta-line {
      padding: 0;
      margin-top: -2px; }
    .f-post--blog .f-post__tag-line {
      margin: 0 -7.5px;
      width: calc(100% + 15px); }
      .f-post--blog .f-post__tag-line .entry-tag {
        margin: 7.5px; }
    .f-post--blog .f-post__image {
      margin-left: 0;
      margin-right: 0; }
      .f-post--blog .f-post__image img {
        display: block; }
    @media (max-width: 767px) {
      .f-post--blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 0 30px; }
        .f-post--blog__image-wrap {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%; }
        .f-post--blog__content-wrap {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; }
        .f-post--blog .f-post__meta-line {
          margin-top: 10px; } }
  .f-post--widget .f-post {
    width: 100%; }
    .f-post--widget .f-post__item {
      margin: 0 0 20px; }
    .f-post--widget .f-post__body {
      border-bottom: 1px solid #eeeeee; }
    .f-post--widget .f-post__image img {
      display: block; }
    .f-post--widget .f-post__meta-line {
      padding: 11px 0 0; }
    .f-post--widget .f-post__title {
      margin: 4px 0 3px; }
  @media (max-width: 991px) {
    .f-post--widget .f-post__item {
      margin: 0;
      padding: 0 15px 30px;
      width: 300px;
      max-width: 100%; }
    .f-post__widget-list.f-post--widget {
      margin-left: -15px;
      margin-right: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .f-post__widget-list.f-post--widget {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .f-post--single .f-post {
    width: 100%;
    padding: 0; }
    .f-post--single .f-post__body {
      padding: 0;
      border-left: none;
      border-right: none; }
    .f-post--single .f-post__image {
      margin-left: 0;
      margin-right: 0; }
    .f-post--single .f-post__cat-date {
      min-width: 243px;
      margin-right: 60px; }
    .f-post--single .f-post__tag-line {
      margin: 0 -7.5px;
      max-width: calc(100% + 15px); }
      .f-post--single .f-post__tag-line .entry-tag {
        margin: 7.5px; }
        .f-post--single .f-post__tag-line .entry-tag a {
          color: #3d3d48; }
    .f-post--single .f-post .header-home-composed {
      margin: 51px 0 46px; }

.home-news {
  margin: 83px 0 0; }
  .home-news__item {
    text-align: center;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 42px;
    border-right: 1px solid #eee; }
    @media (max-width: 991px) {
      .home-news__item {
        width: 50%; } }
    @media (max-width: 479px) {
      .home-news__item {
        width: 100%; } }
    .home-news__item:last-of-type {
      border-right: none; }
  .home-news__date {
    color: #f79433;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.03em;
    display: block;
    margin: 1em 0 0.4em; }
  .home-news__head {
    color: #3d3d48;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin: 0.3em 0 0.8em;
    padding: 0;
    min-height: 2.666666em; }
  .home-news__content, .home-news__content p {
    color: #3d3d48;
    font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    padding: 0; }
  .home-news__content {
    min-height: 4.2857143em;
    margin: 0.4em 0 1.5em; }
  .home-news__add-event {
    width: 240px;
    max-width: 100%;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 0.02em; }

.home-partner__image-wrap {
  text-align: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter .15s ease-in-out;
  transition: -webkit-filter .15s ease-in-out;
  transition: filter .15s ease-in-out;
  transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out; }
  .home-partner__image-wrap:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

.home-partner__img {
  max-width: 100%; }

.home-partner__link:focus {
  outline: none; }

.home-partners-slider {
  margin: 76px 0; }

.newsletter-footer {
  background: #3d3d48;
  padding: 24px 0 36px; }
  @media (max-width: 991px) {
    .newsletter-footer > .container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .newsletter-footer__left {
    width: 50%; }
    @media (max-width: 1199px) {
      .newsletter-footer__left {
        width: 60%; } }
    @media (max-width: 991px) {
      .newsletter-footer__left {
        width: 100%; } }
  .newsletter-footer h3, .newsletter-footer h4 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .newsletter-footer h3, .newsletter-footer h4 {
        text-align: center; } }
  .newsletter-footer h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0 0 0.2em; }
    @media (max-width: 767px) {
      .newsletter-footer h3 {
        font-size: 24px;
        line-height: 30px; } }
  .newsletter-footer h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.028em; }
    @media (max-width: 767px) {
      .newsletter-footer h4 {
        font-size: 12px;
        line-height: 18px; } }
  .newsletter-footer__right {
    width: 50%;
    padding: 8px 0 0 30px; }
    @media (max-width: 1199px) {
      .newsletter-footer__right {
        width: 40%; } }
    @media (max-width: 991px) {
      .newsletter-footer__right {
        width: 555px;
        padding: 12px 0 0;
        max-width: 100%; } }
  .newsletter-footer form {
    position: relative; }
    .newsletter-footer form p {
      padding: 0;
      margin: 0; }
    .newsletter-footer form br {
      display: none; }
    .newsletter-footer form .ico.ico-envelope {
      line-height: 38px;
      font-size: 27px;
      color: #f79433;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .newsletter-footer form .ico.ico-long-arrow-right {
      line-height: 38px;
      font-size: 20px;
      color: #f79433;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none;
      z-index: 2; }
    .newsletter-footer form .wpcf7-form-control-wrap.email_address {
      display: block; }
    .newsletter-footer form .wpcf7-form-control.wpcf7-email {
      border-bottom: 1px solid #fff;
      height: 38px; }
    .newsletter-footer form .wpcf7-form-control {
      border: none;
      background: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-weight: 300;
      line-height: 38px;
      letter-spacing: 0.06em;
      padding: 0 85px 0 42px; }
      .newsletter-footer form .wpcf7-form-control:-ms-input-placeholder {
        color: #b4b4b4;
        font-family: "Oswald", sans-serif;
        opacity: 1;
        text-transform: uppercase; }
      .newsletter-footer form .wpcf7-form-control:-moz-placeholder {
        color: #b4b4b4;
        font-family: "Oswald", sans-serif;
        opacity: 1;
        text-transform: uppercase; }
      .newsletter-footer form .wpcf7-form-control::-moz-placeholder {
        color: #b4b4b4;
        font-family: "Oswald", sans-serif;
        opacity: 1;
        text-transform: uppercase; }
      .newsletter-footer form .wpcf7-form-control::-webkit-input-placeholder {
        color: #b4b4b4;
        font-family: "Oswald", sans-serif;
        opacity: 1;
        text-transform: uppercase; }
    .newsletter-footer form .wpcf7-form-control-wrap {
      z-index: 1; }
      .newsletter-footer form .wpcf7-form-control-wrap input:-webkit-autofill,
      .newsletter-footer form .wpcf7-form-control-wrap input:-webkit-autofill:hover,
      .newsletter-footer form .wpcf7-form-control-wrap input:-webkit-autofill:focus,
      .newsletter-footer form .wpcf7-form-control-wrap input:-webkit-autofill {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #3d3d48 inset;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s; }
    .newsletter-footer form .wpcf7-submit {
      content: "\e927";
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 31px 0 10px;
      display: block;
      font-weight: 500;
      z-index: 2; }
    .newsletter-footer form .ajax-loader {
      position: absolute;
      top: 6px;
      right: -36px;
      width: 26px;
      height: 26px;
      background: no-repeat url("../images/loader-dots.svg") center center/contain; }
      @media (max-width: 1199px) {
        .newsletter-footer form .ajax-loader {
          right: 70px;
          pointer-events: none; } }
    .newsletter-footer form span.wpcf7-not-valid-tip {
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      color: #f79433; }
    .newsletter-footer form div.wpcf7-response-output {
      margin: 0;
      padding: 1em 0 0;
      border: none;
      font-family: "Oswald", sans-serif;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase; }
    .newsletter-footer form div.wpcf7-validation-errors,
    .newsletter-footer form div.wpcf7-acceptance-missing {
      border: none;
      color: #f79433; }
    .newsletter-footer form div.wpcf7-mail-sent-ok {
      border: none;
      color: #fff; }

.footer__middle {
  text-align: center;
  position: relative;
  background: #3d3d48;
  -webkit-box-shadow: inset 3px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 3px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 33px 0 26px; }
  .footer__middle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: no-repeat url("../images/footer-middle-bg.png") center center/cover; }
  .footer__middle > .container {
    z-index: 2;
    position: relative; }

.footer__logo {
  width: 426px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.footer__bottom {
  padding: 18px 0 22px;
  background: #f79433;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.028em; }
  .footer__bottom .widget_text {
    padding: 10px 0; }
  .footer__bottom .widget_text {
    min-width: 280px;
    max-width: 100%;
    font-weight: 300; }
    @media (max-width: 767px) {
      .footer__bottom .widget_text {
        min-width: unset; } }
    @media (max-width: 479px) {
      .footer__bottom .widget_text {
        width: 100%;
        text-align: center; } }
    .footer__bottom .widget_text p {
      margin: 0; }
    .footer__bottom .widget_text a {
      color: #fff;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
      .footer__bottom .widget_text a:hover {
        color: #3d3d48; }
    .footer__bottom .widget_text strong {
      font-weight: 500;
      color: #3d3d48; }
    .footer__bottom .widget_text:last-of-type {
      text-align: right; }
      @media (max-width: 991px) {
        .footer__bottom .widget_text:last-of-type {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      @media (max-width: 479px) {
        .footer__bottom .widget_text:last-of-type {
          text-align: center; } }
    @media (max-width: 991px) {
      .footer__bottom .widget_text:first-of-type {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .footer__bottom .widget_nav_menu {
    padding: 0; }
    @media (max-width: 991px) {
      .footer__bottom .widget_nav_menu {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%; } }
    .footer__bottom .widget_nav_menu ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      margin: 0; }
    .footer__bottom .widget_nav_menu li {
      display: block;
      padding: 10px; }
    .footer__bottom .widget_nav_menu a {
      text-transform: uppercase;
      color: #fff;
      -webkit-transition: color .15s ease-in-out;
      transition: color .15s ease-in-out; }
      .footer__bottom .widget_nav_menu a:hover {
        color: #3d3d48; }

.footer__widget--middle .menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer__widget--middle .menu a {
    width: 170px;
    display: inline-block;
    max-width: 100%;
    font: 500 15px/21px "Oswald", sans-serif;
    color: #fff;
    text-align: center;
    border: 2px solid #f79433;
    background-color: #f79433;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 0.028em;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out; }
    .footer__widget--middle .menu a:hover {
      border-color: #fff;
      background-color: transparent; }
  .footer__widget--middle .menu li {
    padding: 4px 15px 26px;
    display: inline-block; }
    .footer__widget--middle .menu li.exclusive a {
      border: 2px solid #fff;
      background-color: transparent; }
      .footer__widget--middle .menu li.exclusive a:hover {
        border-color: #f79433;
        background-color: #f79433; }

.site-footer {
  margin-top: 22px;
  color: #fff; }
  .menu-social-links-menu-container > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-social-links-menu-container > ul li {
      display: block;
      padding: 4px 15px 26px; }
    .menu-social-links-menu-container > ul a {
      display: inline-block;
      border: 2px solid #fff;
      line-height: 31px;
      font-size: 21px;
      border-radius: 17.5px;
      width: 35px;
      height: 35px;
      text-align: center;
      color: #fff;
      -webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out;
      transition: color .15s ease-in-out, border-color .15s ease-in-out; }
      .menu-social-links-menu-container > ul a:hover {
        border-color: #f79433;
        color: #f79433; }
      .menu-social-links-menu-container > ul a[href*="youtube.com"] {
        border-radius: 0;
        border: none;
        line-height: 35px;
        font-size: 35px; }

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