/*End Generated Styles*//* Import Playfair Display Font */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900');

/*********************************
*
*     Structure Adjustments 
*
*********************************/
body {
  background: #fff;
  color: #242424;
  line-height: 1.87;
  font-family: 'museo sans', sans-serif!important;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.disableLink > a {
  pointer-events: none;
  cursor: pointer;
}

:root .disableLink > a {
  pointer-events: none\0;
  cursor: pointer\0;
}

h3 { line-height: normal; }

.social-media { display: none; }

p { font-size: 16px; }

input:focus,
textarea:focus {
  outline: none!important;
  border: 1px solid #3d92cc;
  box-shadow: 0 0 5px #3d92cc;
}

.light-gray-text { color: #7a7a7a!important; }


/*********************************
*
*     Home
*
*********************************/
.slideHome .announcements-title,
.slideHome .products-title,
.section-titles {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #e26e26!important;
  border-top: 1px solid #e26e26;
  border-bottom: 1px solid #e26e26;
  line-height: normal;
  padding-bottom: 3px;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
}

.slideHome .announcements-title {
  margin-bottom: 0;
  text-decoration: none;
}

.slideHome .products-title {
  text-decoration: none;
}

.overview-page .section-titles,
.full-hd-page .section-titles {
  text-decoration: none;
}

#mainbody #content.whatsnew_present { max-width: 100%; }

#mainbody #whatsnew {
  max-width: 100%;
  padding: 0;
}

#header {
  min-height: auto;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  margin-bottom: -10px;
}

#navigation ul.nav li ul {
  width: 20em;
  line-height: normal;
}

#navigation ul.nav li:hover > ul { left: 12px; }

#navigation ul.nav li ul li a {
  background: #0b5699;
  font-size: 21px;
  padding: 10px 20px;
}

#navigation ul.nav li ul li a:hover {
  background: #1279d4;
  color: #fff;
}

#navigation {
  background: #fff;
  padding: 0 0 28px;
  clear: right;
  border-bottom: 1px solid #D3D3D3;
}

#navigation ul.nav li a {
  background: #fff;
  color: #3d92cc;
  font-size: 1.3125rem;
  font-weight: 300;
  padding: 0 10px;
}

#navigation ul.nav li a:hover { color: #3d92cc; }

#navigation ul.nav li.active>a {
  color: #3d92cc;
  font-weight: 700;
}

#navigation ul.nav li ul li.active>a,
#navigation ul.nav li ul li a:active {
  background: #1279d4;
}

.header-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  float: left;
  padding: 20px;
  position: relative;
  z-index: 5;
}

#sub-title {
  color: #e26e26;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  padding-top: 20px;
  padding-right: 10px;
  font-family: 'museo-sans', sans-serif;
}

#mainbody_container {
  max-width: 1200px;
  margin-top: 40px;
  font-family: 'museo-sans', sans-serif;
}

.certifications-page #mainbody_container {
  min-height: calc(100vh - 120px);
}

.slideHome #mainbody_container {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 0;
  font-family: 'museo-sans', sans-serif;
}

.slideHome #mainbody_container,
.overview-page #mainbody_container,
.installations-page #mainbody_container {
  background: url('/uploads/2017/10/02/half-opacity-sky.webp'), url('/uploads/2017/10/02/half-opacity-sky.jpg') no-repeat center center / cover;
}

.overview-page #mainbody_container,
.installations-page #mainbody_container {
  max-width: 100%;
  margin-top: 0;
  padding: 20px;
}

.overview-page #mainbody,
.installations-page #mainbody {
  max-width: 1200px;
  margin: 0 auto;
}

.overview-page #footer,
.installations-page #footer {
  margin-top: 0;
}

.products-page #mainbody_container,
.installations-page #mainbody_container {
  margin-top: 0;
  padding: 20px;
}

.slideHome #mainbody {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

#mainbody_container a {
  color: #242424;
  font-weight: normal;
}

#mainbody_container a:hover { text-decoration: none; }

.products-quicklinks { margin-bottom: 30px; }

.column {
  width: 24%;
  margin: 0% 6%;
  background-color: #3d92cc;
  box-shadow: 0 0 20px rgba(150, 150, 150, .4);
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
  border-radius: 10px;
  vertical-align: top;
}

.column:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}

.column .item {
  color: #fff!important;
  background: #3d92cc;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 2vh;
  font-family: 'museo-sans', sans-serif;
  font-weight: normal;
  border-radius: 0 0 10px 10px;
  line-height: normal;
}

.column .item img {
  vertical-align: middle;
  float: right;
}

.column .inner-container {
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.column .inner-container img {
  width: 100%;
  display: block;
}

.column:nth-child(1) { margin-left: 0; }

.column:nth-child(3) { margin-right: 0; }


/*********************************
*
*     Slideshow
*
*********************************/
/* Slideshow container */
.custom_slideshow {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  max-height: 640px;
  z-index: 0;
  overflow: hidden;
}

.slide {
    display: none;
}

.slide img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -70px;
  padding: 0;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 10px;
}

/* Position the "next button" to the right */
.next { right: 20px; }

/* Position the "previous button" to the right */
.prev { left: 20px; }

/* Caption text */
.caption {
  width: 100%;
  position: absolute;
  word-break: normal;
  bottom: 20px;
  text-align: left;
  padding: 10px 20px;
  color: #3d92cc;
  font-size: 22px;
  font-weight: normal;
  font-family: 'museo-sans', sans-serif;
  background: rgba(255, 255, 255, .75);
  line-height: normal;
}

.slide2 .caption,
.slide3 .caption {
  background: rgba(61, 146, 204, .70);
  color: #fff;
}

.custom_slideshow .active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
  animation-timing-function: ease;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*********************************
*
*     Certifications Page
*
*********************************/
.certs-column {
  width: 18%;
  display: inline-block;
  margin: 10px;
  padding: 17px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}

.certs-column img {
  margin-top: 10px;
  border: 1px solid lightGray;
}

.certs-column a {
  display: block;
  font-size: 18px;
  color: #e26e26!important;
  padding-bottom: 3px;
  line-height: normal!important;
}


/*********************************
*
*     Announcements Section
*
*********************************/
#Bloguru-default { padding-top: 49px; }

div#Bloguru-default .BloguruGroupRSS { padding: 0; }

.blog-agg { line-height: normal; }

.blog-agg .bullet { display: none; }

.blog-agg div#Bloguru-default .entry1,
.blog-agg div#Bloguru-default .entry2 {
  background: transparent;
  padding: 0;
}

.blog-agg .BloguruGroupRSS,
.blog-agg .entry2 {
  padding: 0;
}

.blog-agg div#Bloguru-default .title a {
  font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  text-align: left;
  color: #242424;
  text-decoration: underline;
}

.blog-agg div#Bloguru-default .title a:hover { text-decoration: none; }

.blog-agg div#Bloguru-default .date {
  display: block;
  float: left;
  margin-top: -47px;
}

.blog-agg div#Bloguru-default .date,
.blog-agg div#Bloguru-default .author {
  color: #242424;
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
}

.blog-agg div#Bloguru-default .author {
  display: block;
  margin-top: 3px;
  margin-bottom: 47px;
}


/*********************************
*
*     Products Page
*
*********************************/
.products-page .text {
  max-width: 800px;
  margin: 0 auto;
}

.video-container {
	width: 320px;
	height: 145px;
	padding-bottom: 0px;
	display: inline-block;
}


/*********************************
*
*     LCD Page
*
*********************************/
.lcd-quickselect {
  display: block;
  width: 100%;
  margin: 0 0 45px;
  text-align: center;
  font-family: 'museo-sans', sans-serif;
}

.lcd-quickselect ul {
  padding: 0!important;
  margin: 0!important;
}

.lcd-quickselect ul li {
  display: inline-block;
  margin: 0 10px;
}

.lcd-quickselect li a,
.detailed-specs,
.back-to-top,
.brochure-btn,
.map-contact-form .generated-form .submit input {
  background: #6d6e71;
  padding: 10px 20px;
  color: #fff!important;
  text-decoration: none;
  border-radius: 10px;
}

.map-contact-form .generated-form .submit input {
  font-size: 18px;
  height: auto;
  padding: 10px 20px 7px;
}

.lcd-quickselect li a:hover,
.detailed-specs:hover,
.brochure-btn:hover,
.back-to-top:hover,
.map-contact-form .generated-form .submit input:hover {
  background: #929497;
}

.map-contact-form .generated-form .submit input:hover {
  font-size: 18px;
  height: auto;
}

.brochure-btn { 
  background: #e26e26;
  text-align: center;
  padding: 10px 15px;
}
.brochure-btn:hover { 
  background: #fb985b;
  text-align: center;
  padding: 10px 15px;
}

.slideHome .brochure-btn { margin-right: 38px; }


/*********************************
*
*     4K UHD Page
*
*********************************/
.lcd-title {
  margin: 20px 20px 10px;
  font-family: 'museo-sans', sans-serif;
}

.product-specs {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}

.product-specs th {
  background: #3d92cc;
  padding: 0;
  color: #fff;
  font-size: 20px;
}

.product-specs tr:hover {
  background: #dbeefd;
  transition: background 0.6s ease;
}

.product-specs tr:nth-child(odd) { background: #ededed; }

.product-specs tr:nth-child(odd):hover {
  background: #dbeefd;
  transition: background 0.6s ease;
}

.product-specs td {
  padding: 10px;
  line-height: normal;
  word-wrap: break-word;
}

.full-hd-page .banner {
  background: #fff url('/uploads/2017/10/04/full-hd-banner-with-text.jpg') no-repeat center center / contain;
}

.uhd-page .banner {
  background: #fff url('/uploads/2018/07/24/uhd-banner-with-text.jpg') no-repeat center center / contain;
}

.retractable-page .banner {
  background: #fff url('/uploads/2017/10/04/retractable-banner-with-text.jpg') no-repeat center center / contain;
}

.banner {
  width: 100%;
  max-width: 100%;
  padding: 175px 20px;
  margin: 10px 0;
  box-sizing: border-box;
}

/* Banner for the individual product pages */
.banner { background: #fff url('/uploads/2017/09/20/airplane.jpg') no-repeat center center / cover; }

/* Banner for the installations page */
.banner.installations { 
  background: darkGray url('/uploads/2017/09/23/small_plane_resized.jpg') no-repeat center center / cover; 
  margin-bottom: 0;
  margin-top: 0;
}

/* Banner for the products page */
.banner.products { display: none; }


/*********************************
*
*     Contact
*
*********************************/
.fab-four {
  width: 100%;
  max-width: 20%;
}


/*********************************
*
*     About ACS
*
*********************************/
.acs-hq-mobile { display: none; }


/*********************************
*
*     Contact
*
*********************************/
.corporate.location.mobile { display: none; }

.office-locations,
.map-contact-form {
  width: 50%;
}

.office-locations {
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.office-locations .icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  border: 0;
}

#mainbody_container .office-locations .contact-link { color: #3d92cc; }

.map-contact-form { float: right; }

.location { margin-top: 40px; }

.location:nth-child(1) { margin-top: 0; }

.office-locations p,
.location p {
  margin-bottom: 10px;
  line-height: 30px;
}

.office-locations h2 {
  font-size: 20px;
  font-family: 'museo-sans', sans-serif;
  font-weight: bold;
  color: #e26e26;
}

.contact-instruct {
  font-size: 18px;
  margin: 15px 0 10px;
  line-height: normal;
}

.contact-name { 
  color: #0b5699;
  font-weight: bold;
}

.map-contact-form .generated-form label {
  font-family: 'museo-sans', sans-serif;
  color: #7a7a7a;
  font-size: 18px;
}

.map-contact-form .generated-form input,
.map-contact-form .generated-form textarea {
  border: 1px solid #d3d3d3;
  padding: 5px;
  border-radius: 5px;
}

.map-contact-form .generated-form div.error-message {
  background-color: transparent;
  font-family: 'museo-sans', sans-serif;
  color: #d60000;
  text-indent: 0;
  margin-top: 5px;
}

.map-contact-form .generated-form .informakers-validationFailed { background-color: #fff; }


/*********************************
*
*     Footer
*
*********************************/
#footer {
  background: #929497;
  color: #fff;
  font-size: 23px;
  padding: 10px 20px;
  margin-top: 40px;
  line-height: normal;
  min-height: 120px;
}

.slideHome #footer,
.products-page #footer {
  margin-top: 0;
}

#footer .nav li { padding: 0; }

#footer a {
  color: #fff;
  font-size: 23px;
  line-height: normal;
  padding: 0 10px;
}

#footer a:hover { text-decoration: none; }

#footer #wdx_nav .nav li:nth-child(4) > a { pointer-events: all; }

.company-address {
  line-height: normal;
  padding: 10px 0 0;
}

.company-address p {
  font-size: 14px;
  margin-bottom: 0;
}

.copyright {
  line-height: normal;
  color: #dadada;
  font-size: 14px;
}

.copyright a {
  font-size: 14px!important;
  color: #dadada!important;
}

#footer .copyright { margin: 10px 0 0; }

.logo-bit {
  position: absolute;
  right: 10px;
  padding: 0;
  margin-top: -77px;
}

.logo-bit img {
  float: right;
  display: block;
  margin: 0 45px 10px 0;
  width: 50px;
}

.logo-bit p {
  text-align: right;
  clear: both;
  font-size: 13px;
  color: #dadada;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .logo-bit {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 0;
  }
  
  .logo-bit img {
    float: none;
    display: block;
    margin: 10px auto;
  }
  
  .logo-bit p {
    text-align: center;
    clear: both;
    font-size: 13px;
    color: #dadada;
    margin-bottom: 0;
  }
}


/*********************************
*
*     Media Queries
*
*********************************/
@media screen and (max-width:1140px) {
  .certs-column {
     width: 45%;
  }
}


@media screen and (max-width:900px) {
  .certs-column {
    width: 41%;
  }
}


@media screen and (max-width:830px) {
  .column {
    width: 25%;
    margin: 2% 4%;
  }

  .map {
    max-width: 100%;
  }
}


@media screen and (max-width:700px) {
  .slideHome .custom_slideshow .slide .caption {
    padding: 10px;
  }
}


@media screen and (max-width:640px) {
  .custom_slideshow {
    height: 300px!important;
  }

  .custom_slideshow .slide img {
    display: none;
  }

  .custom_slideshow .slide.slide1 {
    background: url('/uploads/2017/09/15/slide1.jpg') no-repeat center center / cover;
    height: 100%;
  }

  .custom_slideshow .slide.slide2 {
    background: url('/uploads/2017/09/21/slide2.jpg') no-repeat center 30% / 156%;
    height: 100%;
  }

  .custom_slideshow .slide.slide3 {
    background: url('/uploads/2017/09/15/slide3.jpg') no-repeat -10px 20% / 120%;
    height: 100%;
  }

  .next, 
  .prev {
    font-size: 40px;
  }

  .custom_slideshow .slide .caption {
    bottom: 0;
  }

  .prev {
    left: 7px;
  }

  .next {
    right: 7px;
  }

  .custom_slideshow .slide .caption {
    font-size: 2.2vh;
  }

  .header-logo {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 10px;
  }

  #sub-title {
    padding: 5px 0;
    text-align: center;
  }

  #navigation {
    display: block;
    background: #0b5699;
    padding: 0;
    border-bottom: 0;
  }

  #navigation ul.nav li ul {
    width: 100%;
  }

  #navigation ul.nav li a,
  #navigation ul.nav li,
  #navigation ul.nav li.active>a {
    background: #0b5699;
    color: #fff;
  }

  #navigation ul.nav li ul li a:hover,
  #navigation ul.nav li a:hover {
    background: #1279d4;
    color: #fff;
  }

  #navigation ul.nav li a {
    padding: 10px;
  }

  #navigation ul.nav li ul li a {
    background: #0f67b4;
  }

  #navigation ul.nav li ul li.active>a,
  #navigation ul.nav li ul li a:active {
    background: #1279d4;
  }

  #navigation ul.nav li ul li.active a:hover,
  #navigation ul.nav li.active a:hover {
    background: #1279d4;
  }

  .lcd-quickselect ul li {
    margin: 5px;
  }

  .office-locations,
  .map-contact-form {
    width: 100%;
    float: none;
  }

  .office-locations {
    padding-right: 0;
  }

  .contact-instruct { margin-top: 40px; }

  .corporate.location.desktop {
    display: none;
  }

  .corporate.location.mobile {
    display: block;
    width: 100%;
    float: none;
  }

  .map-contact-form .generated-form .submit input {
    margin-bottom: 40px;
  }

  .uhd-mobile {
    width: 47%!important;
  }

  .banner { padding: 87px 20px; }
}


@media screen and (max-width:600px) {
  .fab-four {
    max-width: 48%;
  }

  .logo-bit {
    padding: 10px 0 0;
  }

  .logo-bit img {
    float: none;
  }

  .logo-bit p {
    text-align: center;
  }

  .company-address {
    padding: 19px 0 10px;
  }

  .map {
    height: 250px;
  }

  .lcd-quickselect ul li {
    display: block;
  }

  .lcd-quickselect li a {
    display: block;
    margin: 20px 0;
  }

  #footer .copyright {
    margin: 10px 0;
  }

  .products-hd-monitors,
  .products-uhd-monitors,
  .products-retractable-monitors {
    width: 100%!important;
    height: auto;
  }

  #footer .webdexpress_navigation { display: block; }
  #footer a { font-size: 20px; }
}


@media screen and (max-width:550px) {
  .certs-column {
    width: 49%;
    margin: 10px auto;
    min-height: 213px;
  }

  .column {
    width: 100%;
    margin: 15px auto;
  }

  .acs-hq-desktop { display: none!important; }
  .acs-hq-mobile { 
    display: block;
    margin: 0 auto!important;
    float: none!important;
    padding: 0 0 10px!important;
  }

  .fab-four {
    max-width: 100%;
    margin: 5px 0!important;
  }

  .slideHome .brochure-btn { margin-right: 0; }

}


@media screen and (max-width:480px) {
  .products-page .product-titles.hd,
  .products-page .product-titles.uhd,
  .products-page .product-titles.retractable,
  .uhd-page .section-titles,
  .retractable-page .section-titles,
  .section-titles.company,
  .section-titles.process,
  .section-titles.presence,
  .full-hd-page .section-titles,
  .products-page .section-titles.uhd,
  .products-page .section-titles.hd,
  .products-page .section-titles.retractable,
  .products-page .section-titles.custom,
  .section-titles.installations,
  .section-titles.certifications {
    font-size: 6vw;
    line-height: 30px;
  }

  .product-specs th {
    font-size: 16px;
    line-height: normal;
    padding: 5px;
    word-wrap: break-word;
  }

  .product-specs td {
    padding: 5px;
    font-size: 14px;
    word-wrap: break-word;
  }

  .detailed-specs {
    display: block;
    text-align: center;
    margin: 0;
  }

  .brochure-btn { display: block; }

  .map-contact-form .generated-form .submit input {
    width: 100%;
    display: block;
  }

  .uhd-mobile {
    width: 100%!important;
    margin: 5px 0;
  }
}