@font-face {
  font-family: 'Futura Bold';
  src: url('../fonts/FuturaLT-Bold.eot');
  src: local('☺'), url('../fonts/FuturaLT-Bold.woff') format('woff'), url('../fonts/FuturaLT-Bold.ttf') format('truetype'), url('../fonts/FuturaLT-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura LT';
  src: url('../fonts/FuturaLT-Light.eot');
  src: local('☺'), url('../fonts/FuturaLT-Light.woff') format('woff'), url('../fonts/FuturaLT-Light.ttf') format('truetype'), url('../fonts/FuturaLT-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura MD';
  src: url('../fonts/Futura MD BT.eot');
  src: local('☺'), url('../fonts/Futura MD BT.woff') format('woff'), url('../fonts/Futura MD BT.ttf') format('truetype'), url('../fonts/Futura MD BT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Bold Condensed';
  src: url('../fonts/Futura bdcn BT.eot');
  src: local('☺'), url('../fonts/Futura bdcn BT.woff') format('woff'), url('../fonts/Futura bdcn BT.ttf') format('truetype'), url('../fonts/Futura bdcn BT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
  padding: 0 !important;
}
ol > li,
ul > li,
p {
  font-family: 'Futura MD';
  line-height: 22px;
  font-size: 16px;
  margin: 0;
}
ol > li strong,
ul > li strong,
p strong {
  color: #F89727;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-family: 'Futura Bold';
  color: #438ACC;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Futura Bold';
  color: ;
}
a {
  color: #438ACC;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:focus {
  color: #F89727;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
}
.float-nav {
  display: none;
}
.sticky {
  position: fixed !important;
  padding: 20px 0;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.custom-container {
  max-width: 940px;
  margin: auto;
  width: 100%;
}
.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.condensed-font {
  font-family: 'Futura Bold Condensed';
}
.medium-font {
  font-family: 'Futura MD';
}
.bold-font {
  font-family: 'Futura Bold';
}
.gradient-border {
  height: 7px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -2px;
}
.btn {
  border: 0;
  padding: 5px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-custom:hover,
.gform_footer.top_label .gform_button:hover {
    background: #438ACC;
    color: #fff;
}
.btn-custom,
.gform_footer.top_label .gform_button {
    background: #F89727;
    border-radius: 0;
    color: #fff;
    font-family: 'Futura MD';
    border: 0;
    padding: 5px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
header#site-header {
  padding: 20px 0;
}
.top-bar {
  margin-bottom: 20px !important;
}
.top-bar .row > div:last-child {
  text-align: right;
}
.top-bar .row > div:last-child .social-email a {
  text-decoration: underline;
}
.top-bar .row > div .top-text {
  font-size: 22px;
  color: #438ACC;
}
.nav-text li {
  font-size: 14px;
  text-transform: uppercase;
}
.top-menu .nav-text {
  text-align: right;
}
.top-menu .nav-text li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  background: #F89727;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  margin-left: -8px;
  border-left: 1px solid red;
}
.top-menu .nav-text li:first-child {
  border: 0;
}
.top-menu .nav-text li a {
  color: #fff;
}
.top-menu .nav-text li:hover,
.top-menu .nav-text li:focus {
  background: #438ACC;
}
.top-menu .nav-text .active {
  background: #438ACC;
}
.primary.nav-text {
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.primary.nav-text li {
  vertical-align: top;
  position: relative;
}
/*.primary.nav-text li:first-child {
  margin-left: 0;
}
.primary.nav-text li:last-child {
  margin-right: 0;
}*/
.primary.nav-text > li > a {
  font-family: 'Futura MD';
  color: #000;
}
.primary.nav-text li > a:hover,
.primary.nav-text li > a:focus {
  color: #F89727;
}
.primary.nav-text > li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -15px;
  color: #000;
}
.primary.nav-text > li:last-child:after {
  content: "";
}
.primary.nav-text > .active > a {
  color: #F89727;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #F89727;
  color: #fff;
}
.primary.nav-text > li.current_menu_parent > a {
    color: #F89727 !important;
}


#banner .carousel .carousel-inner > .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#banner .carousel .carousel-inner > .item .caption {
  padding-left: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*height: 217px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 575px;
  width: 100%;
  color: #fff;
  background: rgba(248, 151, 39, 0.8);
  padding-top: 20px;
  padding-bottom: 30px;
}
#banner .carousel .carousel-inner > .item .caption h1 {
  margin: 0;
  color: #fff;
  margin-bottom: 15px;
}
#banner .carousel .carousel-inner > .item .caption span p {
  font-size: 32px;
  line-height: 35px;
  font-family: 'Futura LT';
}
#banner .carousel .carousel-inner > .item .caption span p a {
    text-decoration: underline;
    color: #fff;
}
#banner .carousel .carousel-control {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .carousel a.left.carousel-control {
  left: 25px;
}
#banner .carousel a.right.carousel-control {
  right: 25px;
}
.page-banner {
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-banner:before {
  content: "";
  background-color: rgba(255, 165, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-banner h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.paragraph-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 22px;
}
section.section-block {
  padding-bottom: 50px;
}
section.section-block:first-child {
  padding-top: 50px;
}
.layout h1,
.layout h2,
.layout h3,
.layout h4,
.layout h5,
.layout h6 {
  margin: 0;
  margin-bottom: 30px;
}
.layout p {
  text-align: justify;
  margin-bottom: 20px;
}
.layout ul, .layout ol {
    padding-left: 20px;
}
.container.no-padding.layout.layout_services_block {
  max-width: 780px;
}
.services-item {
  text-align: center;
  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;
}
.services-item > div {
  padding: 15px;
  background: #F89727;
  margin: 0 -15px;
  width: 100%;
}
.services-item h3 {
  color: #fff;
  line-height: 18px;
  font-size: 22px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}
.slider h3 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  color: #fff;
}
.slider .item {
  background-color: #438ACC;
  position: relative;
  padding: 20px;
}
.slider .item-wrapper {
  padding: 0 15px;
}
ul.appliance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding-left: 0 !important;
}
ul.appliance-list li {
  height: 70px;
  width: 105px;
  text-align: center;
  background: #438ACC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.layout_appliances_block ul.appliance-list li {
  border: 1px solid #438ACC;
}
ul.appliance-list li > a {
    height: inherit;
    width: 100%;
    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;
}
ul.appliance-list li:hover {
    background: #fff;
}
ul.appliance-list li h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
ul.appliance-list li:hover a h3 {
    color: #438ACC;
}
.row.row-items {
  margin-bottom: 30px;
}
.row.row-items .img-container {
  margin-bottom: 10px;
}
.row.row-items:last-child {
  margin-bottom: 0;
}
.row.row-items h3 {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 10px;
  line-height: 35px;
}
.row.row-items h3 a {
  text-decoration: underline;
}
ul.partners.affiliations {
  text-align: center;
}
ul.partners.affiliations li {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  margin: 0 15px;
  margin-bottom: 15px;
}
.partners {
  margin: 20px 0;
  margin-bottom: 0;
}
.partners li {
  width: 125px;
  background-color: transparent !important;
}
.partners li img {
  margin: auto;
}
footer {
  padding-top: 20px;
}
footer .img-paragraph p {
  font-family: 'Futura MD';
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
footer .img-paragraph img.footer-img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
footer .footer-col * {
  font-size: 12px;
}
footer .footer-col ul {
  list-style: none;
}
footer .footer-col ul li {
  margin-bottom: 10px;
  line-height: 10px;
}
footer .footer-col ul li * {
  font-size: 12px;
  color: #333;
}
footer .footer-col ul li p {
  color: #F89727;
  line-height: 15px;
  margin-bottom: 5px;
}
footer .footer-col ul li a {
  color: #333;
}
footer .footer-col ul li a:hover {
  color: #438ACC;
}
footer .footer-col.site-info {
  padding-left: 55px;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo .logo {
  margin-bottom: 15px;
}
footer .footer-logo p {
  line-height: 15px;
}
footer .footer-logo p a {
  color: #333;
}
footer .footer-logo p a:hover {
  color: #F89727;
}
footer .footer-logo p.bold-font {
  margin-top: 20px;
  font-size: 22px;
  color: #438ACC;
}
footer .footer-logo p.bold-font a {
  line-height: 30px;
  font-size: 22px;
  color: #438ACC;
}
footer .footer-logo p.bold-font a:hover {
  color: #F89727;
}
footer .copyright {
  margin-top: 20px;
  background: #F89727;
}
footer .copyright p {
  font-size: 10px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
}
footer .copyright p a {
  color: #fff;
}
footer .copyright .gradient-border {
  top: -3px;
}
#gform_3 {
    text-align: center;
}