/* -----------------------------------------
   Home page slider
   ----------------------------------------- */
#home-slider:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 0px 0px 50vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#home-slider:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 50vw 0px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#home-slider .slick-slide {
  position: relative;
  height: 1350px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 310px;
  left: 50%;
  width: 100%;
  max-width: 1070px;
  padding: 5px 10px;
  text-align: center;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-slider .slider-caption h1 {
  font-size: 170px;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  line-height: 108px;
  letter-spacing: -12px;
  margin: 0;
}
#home-slider .slider-caption .title_top, #home-slider .slider-caption .title_bottom {
  font-size: 64px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: -5px;
  line-height: 1;
  text-align: left;
  font-family: "ingra", sans-serif;
  font-weight: 200;
  margin-bottom: 0;
}
#home-slider .slider-caption .title_bottom {
  text-align: right;
  padding-right: 50px;
}
#home-slider .slider-caption .intro_text {
  max-width: 870px;
  margin: 0 auto;
}
#home-slider .slider-caption .intro_text p {
  font-size: 26px;
  color: #FFF;
}
#home-slider .slider-caption .button {
  width: 200px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "soleto", sans-serif;
  margin-top: 30px;
  padding: 15px;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 560px;
    /*define the height of slide*/
  }
  #home-slider .slick-slide .slider-caption {
    top: 175px;
    max-width: 530px;
  }
  #home-slider .slick-slide .slider-caption h1 {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 45px;
  }
  #home-slider .slick-slide .slider-caption .title_top, #home-slider .slick-slide .slider-caption .title_bottom {
    font-size: 35px;
    letter-spacing: 0;
    padding-right: 0;
  }
  #home-slider .slick-slide .slider-caption .intro_text {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 480px;
    /*define the height of slide*/
  }
  #home-slider .slick-slide .slider-caption {
    top: 130px;
    max-width: 355px;
  }
  #home-slider .slick-slide .slider-caption h1 {
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 41px;
  }
  #home-slider .slick-slide .slider-caption .title_top, #home-slider .slick-slide .slider-caption .title_bottom {
    font-size: 25px;
    letter-spacing: 0;
    padding-right: 0;
  }
  #home-slider .slick-slide .slider-caption .title_bottom {
    line-height: 30px;
  }
  #home-slider .slick-slide .slider-caption .intro_text {
    display: none;
  }
  #home-slider .slick-slide .slider-caption .button {
    border-radius: 3px;
    margin-top: 17px;
    width: 140px;
    border: 1px solid #0783BA;
  }

  .prev, .next {
    display: none;
  }

  .read_more_slide {
    display: none;
  }

  .slider .slick-slide {
    padding-bottom: 40px;
  }
  .slider .slick-slide h3 {
    line-height: 38px;
  }
}
/* Foundation tweaks */
.row {
  max-width: 1600px;
}

.row .row {
  margin-left: -10px;
  margin-right: -10px;
}

.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen {
  .column, .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .column, .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .column, .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  padding: 5px;
  color: #990000;
  border: 1px solid #fff;
  max-width: 600px;
  margin: 0 auto 15px;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}
@media screen and (min-width: 1025px) {
  .validation_message {
    position: absolute;
  }
}

img.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #0596d7;
  color: #fff;
  font-family: "effra", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #0473a5;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #333;
  font-family: "effra", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "ingra", sans-serif;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  font-size: 170px;
}

h2 {
  /*basic heading styles*/
  font-size: 150px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  letter-spacing: -12px;
  text-align: center;
  color: #0596d7;
}

h3 {
  /*basic heading styles*/
  font-size: 38px;
}

h4 {
  /*basic heading styles*/
  font-size: 22px;
}

h5 {
  /*basic heading styles*/
  font-size: 16px;
}

h6 {
  /*basic heading styles*/
}

.section_title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  letter-spacing: -12px;
  text-align: center;
  color: #0596d7;
}

.futura_title {
  font-family: "Roboto", sans-serif;
}

p {
  /*basic paragraph styles*/
  font-size: 29px;
  line-height: 37px;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #0596d7;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #035073;
  outline: none;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
  text-align: center;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #0596d7;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
  background-color: transparent;
  font-size: 17px;
  font-family: "effra", sans-serif;
  border: 2px solid #0596d7;
  border-radius: 20px;
  color: #FFF;
  padding: .5rem 20px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .slider .image, .repairs_section, .solutions_section, .recent_news .featured_image, .locations_section .location_display .photo, .footer__top, .banner, .featured_pages, .featured_pages .page_block .preview, .capabilities .list_row .image, .page-template-template-services .second_section, .page-template-template-services .second_section:after, .overview .elements .image, .offer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
.header .form_block {
  text-align: right;
}
.header .form_block form {
  width: 285px;
  display: inline-block;
  vertical-align: middle;
}
.header .form_block .contact_page {
  color: #FFF;
  font-family: "effra", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .form_block .contact_page:hover {
  color: #0596d7;
}
.header .columns {
  position: relative;
}
.header .socials {
  margin: 0;
  font-size: 0;
}
.header .socials li {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 10px;
}
.header .socials li.careers {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 10px;
}
.header .socials li a {
  border: 2px solid #0596d7;
  border-radius: 50%;
  font-size: 21px;
  line-height: 42px;
  color: #fff;
  display: block;
}
.header .socials li.careers a {
  border: none;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  display: block;
}
.header .socials li a:hover {
  border: 2px solid #fff;
  color: #0596d7;
}
.header .socials li.careers a:hover {
  border: none;
  color: #0596d7;
}
.logo {
  padding-top: 20px;
}
.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
  color: #FFF;
  text-shadow: #000 2px 3px 15px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #0596d7;
}
.not-found .label:hover {
  background-color: #047aaf;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
	---------------------------------------*/
.services_section {
  padding: 100px 0;
}

.description {
  text-align: center;
}
.description p {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.short_intro {
  margin-bottom: 90px;
}

.top_triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 15vw 50vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 50vw 15vw 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.bottom_triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 0px 0px 50vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bottom_triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 50vw 0px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slider {
  position: relative;
  text-align: center;
}
.slider .slick-arrow {
  position: absolute;
  top: 10vw;
  cursor: pointer;
}
.slider .slick-arrow.next {
  left: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider .slick-arrow.prev {
  right: 40px;
}
.slider .image {
  padding-bottom: 74%;
}
.slider h3 {
  color: #0596d7;
  margin-top: 20px;
}
.slider h3 a {
  font-size: 38px;
}
.slider__excerpt {
  max-width: 500px;
  margin: 0 auto;
}
.slider__excerpt p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
.slider a {
  font-size: 20px;
  font-family: "effra", sans-serif;
}

.repairs_section {
  padding: 15vw 0;
  position: relative;
  color: #FFF;
}
.repairs_section h1, .repairs_section h2, .repairs_section h3, .repairs_section h4, .repairs_section h5, .repairs_section h6 {
  color: #FFF;
}
.repairs_section h1 a, .repairs_section h2 a, .repairs_section h3 a, .repairs_section h4 a, .repairs_section h5 a, .repairs_section h6 a {
  color: #FFF;
}
.repairs_section h1 a:hover, .repairs_section h2 a:hover, .repairs_section h3 a:hover, .repairs_section h4 a:hover, .repairs_section h5 a:hover, .repairs_section h6 a:hover {
  color: #0596d7;
}

.solutions_section {
  padding: 100px 0;
  position: relative;
}
.solutions_section > .row {
  position: relative;
}
.solutions_section .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 10%);
}

.recent_news {
  padding: 100px 0 75px;
}
.recent_news h3 {
  color: #0596d7;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.recent_news .featured_image {
  padding-bottom: 33%;
  width: 53%;
  float: left;
}
.recent_news .featured_content {
  width: 47%;
  float: left;
  padding-left: 40px;
}
.recent_news .featured_content h4 {
  font-weight: 400;
}
.recent_news .featured_content h4 a {
  color: #737e84;
}
.recent_news .featured_content h4 a:hover {
  color: #0596d7;
}
.recent_news .latest_posts .latest_post {
  border-top: 1px solid #dfe3e6;
  padding-top: 15px;
  margin-bottom: 40px;
}
.recent_news .latest_posts .latest_post h5 {
  font-weight: 400;
}
.recent_news .latest_posts .latest_post h5 a {
  color: #737e84;
}
.recent_news .latest_posts .latest_post h5 a:hover {
  color: #0596d7;
}
.recent_news .latest_posts .all_articles {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -1px;
}
.recent_news .latest_posts .all_articles:after {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

.date {
  font-family: "effra", sans-serif;
  color: #737e84;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.date span {
  padding-left: 20px;
  color: #0596d7;
}

.locations_section h3 {
  color: #0596d7;
  font-size: 37px;
  line-height: 33px;
  margin-bottom: 30px;
}
.locations_section .line {
  border-top: 1px solid #dfe3e6;
  margin-bottom: 60px;
}
.locations_section .type:first-of-type {
  font-size: 0;
}
.locations_section .type:first-of-type .location_slider {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (min-width: 1290px) {
  .locations_section .type:nth-child(2) {
    padding-left: 100px;
  }
}
.locations_section .preview {
  max-width: 610px;
  float: right;
}
.locations_section .location_slider {
  margin: 0;
}
.locations_section .location_slider li {
  list-style: none;
  line-height: 34px;
}
.locations_section .location_slider li a {
  font-size: 24px;
  color: #3A3A3A;
}
.locations_section .location_slider li a:hover {
  color: #0596d7;
}
.locations_section .location_slider li a.active {
  color: #0596d7;
}
.locations_section .location_display {
  display: none;
}
.locations_section .location_display.active {
  display: block;
}
.locations_section .location_display .photo {
  padding-bottom: 59%;
  margin-bottom: 15px;
}
.locations_section .location_display .additional_information p {
  font-size: 21px;
  margin-bottom: 50px;
}

/* ------------------------------------
    Footer Styles
    ------------------------------------- */
.footer__top {
  height: 32vw;
  position: relative;
  background-color: #2C75BF;
  background-position: center bottom;
}
.footer__top .informed_form {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 100%;
  color: #FFF;
}
.footer__top .informed_form .gform_title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 56px;
}
.footer__top .informed_form .gform_description {
  font-size: 30px;
  line-height: 38px;
  display: block;
  max-width: 1000px;
  margin: 0 auto 45px;
}
.footer__top .informed_form .gfield {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__top .informed_form .gfield input {
  background-color: transparent;
  color: #FFF;
  height: 58px;
  border: 1px solid #fff;
  padding-right: 115px;
  padding-left: 20px;
  font-size: 17px;
  font-family: "soleto", sans-serif;
}
.footer__top .informed_form .gform_footer {
  position: absolute;
  bottom: 0;
  right: calc((100% - 595px)/2);
}
.footer__top .informed_form .gform_footer input {
  background-color: transparent;
  color: #FFF;
  height: 58px;
  border-left: 1px solid #fff;
  width: 95px;
  font-size: 18px;
  font-family: "soleto", sans-serif;
}
.footer__bottom {
  padding-top: 70px;
}
.footer__bottom .menu_row {
  max-width: 1510px;
}
.footer__bottom .copyright {
  margin-top: 50px;
  border-top: 1px solid #606060;
  padding: 15px 0 40px;
  text-align: center;
}
.footer__bottom .copyright p {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 16px;
}
.footer__bottom .copyright p a {
  color: #606060;
  text-decoration: none;
}
.footer__bottom .copyright p a:hover {
  color: #0596d7;
}
.footer__bottom .copyright p.by strong a {
  color: #0596d7;
}
.footer_menu_title {
  font-family: "effra", sans-serif;
  font-size: 28px;
  color: #0596d7;
  font-weight: 400;
  margin-bottom: 0;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 50%;
}
.footer-menu li {
  display: block;
}
.footer-menu li a {
  display: block;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  color: #3A3A3A;
}
.footer-menu li a:hover {
  color: #0596d7;
}

/*Page*/
.banner {
  position: relative;
  height: 945px;
}
.banner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 0px 0px 50vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 50vw 0px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner .shadow {
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.31)), color-stop(22%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 0%, rgba(255, 255, 255, 0) 22%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__caption {
  position: absolute;
  top: 53%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .page_title {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -13px;
  line-height: 1;
  max-width: 1400px;
  margin: 0 auto;
}

.anchor {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 43px;
  z-index: 2;
  opacity: 0.5;
}
.anchor:hover {
  opacity: 1;
}

.page_content {
  padding: 100px 0 60px;
}
.page_content p {
  max-width: 1284px;
  margin: 0 auto 25px;
  letter-spacing: -0.5px;
}

.title {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  line-height: 49px;
  color: #0596d7;
  text-align: center;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 70px;
}

.blue_triangle_left {
  position: relative;
}
.blue_triangle_left:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 157.5px 0px 157.5px 160px;
  border-color: transparent transparent transparent #0596d7;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blue_triangle_right {
  position: relative;
}
.blue_triangle_right:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 157.5px 160px 157.5px 0px;
  border-color: transparent #0596d7 transparent transparent;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*TMPL About*/
.about_content {
  padding-bottom: 18vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1100px) {
  .about_content {
    background-size: contain;
  }
}

.featured_pages {
  padding: 100px 0 150px;
  background-color: #EBEBEB;
  background-image: url(../images/shutterstock.png);
  position: relative;
}
.featured_pages .featured_pages_block {
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .featured_pages .featured_pages_block .columns {
    padding: 0 20px;
  }
}
.featured_pages .page_block {
  margin-bottom: 20px;
}
.featured_pages .page_block .preview {
  padding-bottom: 48%;
}
.featured_pages .page_block__info {
  background-color: #FFF;
  padding: 56px 54px;
}
.featured_pages .page_block__info h3 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #0596d7;
}
.featured_pages .page_block__info a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.featured_pages .page_block__info.page_list {
  min-height: 250px;
  background-color: rgba(255, 255, 255, 0.7);
}
.featured_pages .page_block__info.page_list ul {
  margin: 0;
}
.featured_pages .page_block__info.page_list ul li {
  list-style: none;
}
.featured_pages .page_block__info.page_list ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 34px;
  font-weight: 800;
  color: #767676;
}
.featured_pages .page_block__info.page_list ul li a i {
  color: #0596d7;
  padding-left: 10px;
  font-size: 21px;
  position: relative;
  bottom: -1px;
}
.featured_pages .page_block__info.page_list ul li a:hover {
  color: #0596d7;
}

/*TMPL Airframes*/
.page_slider {
  padding-bottom: 130px;
}
.page_slider .page_slider_slide .image {
  padding-bottom: 74%;
}

.page-template-template-avionics .capabilities {
  border-top: 1px solid #f3f3f2;
}

.capabilities {
  padding: 100px 0 0;
  position: relative;
}
.capabilities .title {
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
}
.capabilities .title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.capabilities .list_row {
  position: relative;
  padding: 25px 0 30px;
}
.capabilities .list_row .image {
  position: absolute;
  width: 46%;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 1025px) {
  .capabilities .list_row .list {
    padding-left: 85px;
    width: 54%;
    margin-left: 46%;
  }
}
.capabilities .list_row .list ul {
  margin: 0;
  margin-top: 37px;
}
.capabilities .list_row .list ul li {
  list-style: none;
  font-size: 22px;
  line-height: 37px;
  max-width: 700px;
  padding-left: 50px;
  position: relative;
  margin: 26px 0;
}
.capabilities .list_row .list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/list.png);
}
.capabilities .list_row .list ul.half {
  width: 50%;
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
}
.capabilities .list_row .list ul.half li {
  line-height: 39px;
}

/*TMPL: Services*/
.page-template-template-services .second_section {
  background-image: url(../images/component.png);
  padding: 270px 0 250px;
  margin-top: 70px;
  position: relative;
}
.page-template-template-services .second_section:after {
  content: '';
  position: absolute;
  height: 37vw;
  width: 25vw;
  left: 0;
  bottom: -165px;
  background-image: url(../images/engine.png);
  z-index: 1;
}
.page-template-template-services .second_section__title {
  max-width: 1000px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
  letter-spacing: -1px;
}
.page-template-template-services .second_section__title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-template-services .second_section .content p {
  font-size: 19px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.page-template-template-services .second_section .button {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border: 1px solid #0783ba;
  border-radius: 3px;
  padding: 23px 50px;
  margin-top: 55px;
}
.page-template-template-services .third_section {
  padding: 185px 0 175px;
  position: relative;
}
.page-template-template-services .third_section__title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.page-template-template-services .third_section__title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-template-services .third_section .content_third {
  max-width: 760px;
  margin: 0 auto;
}
.page-template-template-services .third_section .content_third p {
  font-size: 19px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/*TMPL Engines*/
.overview {
  background-color: #F5F5F5;
  padding: 100px 0 145px;
  position: relative;
}
.overview .title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.overview .title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.overview .elements {
  margin-bottom: 30px;
}
.overview .elements .image {
  width: 44%;
  padding-bottom: 28%;
}
.overview .elements .content {
  background-color: #FFF;
  display: table;
  width: 56%;
  padding: 0 100px;
}
.overview .elements .content_details {
  display: table-cell;
  vertical-align: middle;
}
.overview .elements .content_details h1, .overview .elements .content_details h2, .overview .elements .content_details h3, .overview .elements .content_details h4, .overview .elements .content_details h5, .overview .elements .content_details h6 {
  color: #0596d7;
  font-family: "Roboto", sans-serif;
}
.overview .elements .content_details h3 {
  font-size: 28px;
}
.overview .elements .content_details p {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}

/*TMPL VIP*/
.logos .row {
  font-size: 0;
}
.logos .logo_item {
  display: inline-block;
  vertical-align: middle;
  padding: 45px 60px 30px;
  width: 50%;
  text-align: right;
}
.logos .logo_item:nth-child(2) {
  border-left: 2px solid #eceded;
  text-align: left;
}

.description_text {
  padding: 0px 0 70px;
}
.description_text .plane {
  margin-top: -130px;
  margin-bottom: -170px;
}
@media screen and (min-width: 1025px) {
  .description_text .text {
    margin-left: -25px;
  }
}
.description_text .text p {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.offer {
  padding: 19vw 0 11vw;
  position: relative;
}
.offer .section_title {
  color: #FFF;
}
.offer .top_triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 15vw 50vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.offer .top_triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 50vw 15vw 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.offer .bottom_triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 0px 0px 50vw;
  border-color: transparent transparent transparent #2C75BF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.offer .bottom_triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 50vw 0px 0px;
  border-color: transparent #2C75BF transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.offer .offers {
  padding-top: 140px;
  padding-bottom: 170px;
}
.offer .offers .columns {
  padding: 0 30px;
}
.offer .offers > .row {
  max-width: 1520px;
}
.offer .offers_block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 60px 30px;
  text-align: center;
}
.offer .offers_block .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.offer .offers_block .title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #DADBDB;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.offer .offers_block p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
}

.main-content {
  padding: 100px 0;
}
.main-content article {
  margin-bottom: 20px;
}

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