/*
  CISA variables & mixins
*/
/*
  scaffolding
*/
/*
  colors
*/
.col-xs-1of7,
.col-xs-1of8 {
  float: left;
}
.col-xs-1of7 {
  width: 14.28%;
}
.col-xs-1of8 {
  width: 12.5%;
}
.nm {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.grey-landing {
  background-color: #d8d8d9;
}
.grey-content {
  background-color: #e6e6e7;
}
.grey-light {
  background: #9d9ea0;
}
.transparent-grey {
  background-color: rgba(157, 158, 160, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d9d9ea0, endColorstr=#4d9d9ea0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d9d9ea0, endColorstr=#4d9d9ea0);
}
.dark-blue {
  background: #e62b1c;
}
.blue {
  background-color: #f08178;
}
.blue-light {
  background-color: #cedfef;
}
.heading-blue {
  background-color: #000000;
}
.transparent-blue {
  background-color: rgba(240, 129, 120, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df08178, endColorstr=#4df08178);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df08178, endColorstr=#4df08178);
}
.blue-archive {
  background-color: #e9eef7;
}
/*
  overwrite bootstrap's grid padding & margin
  added white bar on the right side of the page
*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 830px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 830px) and (max-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.radio-group {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group label.active:before {
  background: url(img/sprite.png) no-repeat 0 50%;
  content: " ";
  width: 21px;
  height: 21px;
}
.radio-group label:before {
  background: url(img/sprite.png) no-repeat -25px 50%;
  content: " ";
  display: inline-block;
  margin-right: 8px;
  width: 21px;
  height: 21px;
  vertical-align: sub;
}
.radio-group label {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  max-width: none;
}
.navbar-form {
  margin-top: 30px;
}
.buttons {
  margin-top: 16px;
}
.content-container {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1200px;
  overflow: hidden;
}
.content-container.no-margin {
  margin-bottom: 0;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
}
.caret {
  transition: transform 0.4s linear;
}
.caret.open {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.media:first-child {
  margin-top: 50px;
}
.media .media-left {
  padding-right: 50px;
}
.media h4 {
  color: #e62b1c;
}
.media .media-body {
  vertical-align: bottom;
}
.media .media-body p:last-child {
  margin-bottom: 0;
}
.csscheckbox {
  display: inline-block;
  *display: inline;
  /* inline-block ie7 fix */
  *zoom: 1;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.csscheckbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.csscheckbox input:checked + label:before {
  background-position: 0 -20px;
}
.csscheckbox label {
  font-size: 14px;
  display: block;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  line-height: 13px;
  padding-top: 5px;
}
.csscheckbox label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0) url(img/csscheckbox.png) no-repeat;
  z-index: 5;
  content: '';
}
.ie8 .csscheckbox input {
  position: static;
  margin: 0;
  padding: 0;
  height: 15px;
}
.ie8 .csscheckbox label {
  position: static;
  margin: 0;
  padding: 0;
  display: inline;
  margin-top: -5px;
}
.checkbox + .checkbox {
  margin-top: 0px;
}
/*
  components
*/
.headerWrapper {
  background: #ffffff;
}
.headerWrapper {
  background: url(img/hdr-bg.png) repeat-x bottom;
  padding-bottom: 10px;
}
.utility-header {
  background: url(img/util-hdr-bg.png) repeat-x bottom;
}
.header-navigation {
  border-style: none;
  height: 43px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 5px 0;
}
.navigation-list {
  float: right;
  margin: 0;
  padding: 0;
}
.navigation-list .navigation-item {
  display: table-cell;
  list-style: none;
  padding: 0 5px;
}
.navigation-list .navigation-item.has-dropdown {
  position: relative;
}
.navigation-list .navigation-item img {
  margin-bottom: 7px;
}
.navigation-list .navigation-item a {
  display: block;
  letter-spacing: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.navigation-list .navigation-item a:hover {
  text-decoration: none;
}
.navigation-sublist {
  background-color: #ffffff;
  margin: 5px -15px;
  padding: 10px 18px;
  position: absolute;
  text-align: right;
  transition: height 1s ease-out 0.5s;
  width: 100%;
  z-index: 11;
}
.navigation-sublist li {
  list-style: none;
  padding: 5px 0;
}
.navigation-sublist a:hover {
  color: #c5c5c6;
}
/* Header navigation appears at the bottom on small screen */
.header-bottom {
  display: none;
}
.breadcrumb-core a {
  color: #e31818;
}
/* Make download color red for Cisa */
.downloadred {
  color: #e31718;
}
form#_content_cisa_it_area-installatori-cisa_trova-rivenditore-distributore_iscrizione-business-directory_jcr_content_content_formcolumn_formParsys_formStart input[type=text] {
  display: block;
  width: 40%;
}
form#_content_cisa_it_area-installatori-cisa_trova-rivenditore-distributore_iscrizione-business-directory_jcr_content_content_formcolumn_formParsys_formStart select {
  width: 10%;
}
form#_content_cisa_it_area-installatori-cisa_trova-rivenditore-distributore_iscrizione-business-directory_jcr_content_content_formcolumn_formParsys_formStart textarea {
  display: block;
  width: 75%;
}
form#_content_cisa_it_area-installatori-cisa_trova-rivenditore-distributore_iscrizione-business-directory_jcr_content_content_formcolumn_formParsys_formStart select[name=provincia] {
  width: 25%!important;
}
.btn-primary {
  color: #3a3737;
  background-color: #cfd1d2a3;
  border-color: #c5c8ca2e;
}
.btn-primary:hover {
  color: #3a3737;
  background-color: #cfd1d2a3;
  border-color: #c5c8ca2e;
}
.footer {
  height: inherit;
  padding: 15px;
}
.footer .footer-wrapper {
  box-sizing: content-box;
  height: 70px;
  margin: 0 auto;
  max-width: 1030px;
  padding: 1%;
}
.footer-navigation {
  padding: 0;
  margin-left: 0;
  margin-top: 2.1%;
}
.footer-navigation .navigation {
  padding-left: 10px;
}
.footer-navigation .navigation .navigation-item {
  border-left: 1px solid #666666;
}
.footer-navigation .navigation .navigation-item:first-child {
  border-left: none;
}
.footer-logo {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 1.7%;
}
.social-links {
  margin-top: 1.7%;
  padding: 0;
  width: 25%;
}
.social-links .navigation-item {
  border-left: none;
  padding: 0 4px;
}
.navigation-item {
  display: inline-block;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.navigation-item a {
  letter-spacing: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.navigation-item a:hover {
  text-decoration: none;
}
.copyright {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  padding-top: 7px;
  margin-left: 3px;
}
.footer .col-md-5.connectText {
  right: 30%;
  width: 100%;
}
.footer .connectText p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
}
@media (max-width: 800px) and (min-width: 680px) {
  .footer .col-md-5.connectText {
    bottom: 0px;
    /*left: 18px;*/
  }
}
@media (max-width: 679px) and (min-width: 475px) {
  .footer .social-links {
    width: 100%;
  }
  .footer .col-md-5.connectText {
    width: 100%;
    right: 0!important;
  }
  .text-center {
    text-align: inherit;
  }
}
@media (max-width: 474px) and (min-width: 300px) {
  .footer .col-md-5.connectText {
    bottom: 0px;
    right: 0px;
    width: 102%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  /*.footer .col-md-5.connectText {
            right: 165px;
     }*/
  .footer .col-md-5.connectText {
    top: 30px;
  }
}
@media (min-width: 475px) and (max-width: 768px) {
  .footer .col-md-5.connectText {
    right: 0px!important;
  }
}
.footer .footer-wrapper {
  max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer-wrapper .col-sm-6 {
    width: 60.3333%;
  }
  .footer-wrapper .col-sm-3 {
    width: 14.6666%;
  }
}
@media (min-width: 1200px) {
  .footer-wrapper .col-sm-6 {
    width: 60.3333%;
  }
  .footer-wrapper .col-sm-3 {
    width: 14.6666%;
  }
}
@media (max-width: 768px) {
  .footer .row-fluid.navigation p.copyright {
    width: 65%;
  }
}
.cisa-header {
  margin-bottom: 0;
}
.cisa-header .row {
  margin: 0;
}
.logo {
  background-color: transparent;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
  margin-left: 0;
}
/*
  Main Navigation for Desktop
*/
.fixed-area.affix,
.fixed-area.affix-bottom {
  background: #ffffff;
  z-index: 17;
}
.fixed-area.affix-bottom {
  position: relative;
}
.fixed-area.affix-top {
  position: relative;
  z-index: 100;
}
.fixed-area.affix {
  top: 0;
  position: fixed !important;
  width: 100%;
}
.fixed-area.affix > .row {
  background: #ffffff;
}
.fixed-area.affix > .row {
  background: #ffffff;
}
.fixed-area.affix .main-navigation {
  background: #ffffff;
}
.fixed-area.affix + #homepage-carousel,
.fixed-area.affix + .teaserCarousel {
  margin-top: 0;
  padding-top: 124px;
}
.fixed-area.affix + .teaserCarousel #homepage-carousel {
  margin-top: 0;
}
.nav-container {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.nav-container.container {
  /* width: 100%; */
  margin-left: 240px;
  width: auto;
}
.main-navigation {
  margin-top: 10px;
}
.main-navigation,
.child-nav {
  width: 100%;
}
.main-navigation ul,
.child-nav ul {
  /*  margin: 0 auto;
    max-width: @screen-lg; */
  width: auto;
  padding: 0;
}
.main-navigation ul li,
.child-nav ul li {
  /*background-color: @white;*/
  width: auto;
  float: left;
  display: block;
  margin-right: 40px;
}
.main-navigation ul li a,
.child-nav ul li a {
  letter-spacing: 1px;
  padding: 13px 0;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}
.main-navigation ul li.active,
.child-nav ul li.active {
  background-color: unset;
}
.main-navigation ul li.active a,
.child-nav ul li.active a {
  color: #e62b1c;
  background: none;
}
.nav li a:hover,
.nav li a:focus {
  background-color: #ffffff;
}
.dropdown-menu {
  min-width: 100%;
}
.nav-container.affix {
  position: fixed;
  top: 0;
  z-index: 100;
}
/*
   Child Navigation for Desktop
*/
.child-nav .child {
  border-top: solid 2px #e7edf6;
  display: none;
}
.child-nav ul {
  display: none;
  background: none;
  padding-left: 20px;
  margin-top: 10px;
}
.child-nav ul li {
  /*.transparent-background (@white, 1);*/
  background: none;
  float: left;
  display: inline;
  width: auto;
  margin-right: 40px;
}
.child-nav ul li:hover {
  background-color: none;
}
.child-nav ul li:hover a {
  color: #e62b1c;
  background: none;
}
.child-nav ul li a {
  color: #000000;
}
.navbar-default .caret {
  display: none;
}
.navbar-default .navbar-toggle {
  margin-right: 30px;
  border-radius: 0;
  color: black;
}
.navbar-nav {
  margin-top: 20px;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #f08178;
  color: #f2f2f2;
  text-transform: uppercase;
}
.navbar-nav .header-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 9999;
}
.navbar-nav .header-container .dropdown-menu {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  display: none;
  background: none;
  border: none;
  box-shadow: none;
}
.navbar-nav .header-container .dropdown-menu li {
  float: left;
  background-color: white;
}
.multiple-column-box {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.multiple-column-box h1 {
  margin-bottom: 60px;
  margin-top: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.multiple-column-box .column {
  float: left;
  margin: 15px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 46.5%;
}
.multiple-column-box .column:last-child {
  float: right;
}
.multiple-column-box .column.transparent-grey {
  background-color: rgba(157, 158, 160, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d9d9ea0, endColorstr=#4d9d9ea0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d9d9ea0, endColorstr=#4d9d9ea0);
}
.multiple-column-box .column.transparent-grey,
.multiple-column-box .column.transparent-blue {
  height: 485px;
}
.multiple-column-box .column .content-links {
  display: table;
  margin: 0;
  width: 100%;
}
.multiple-column-box .column .content-links .wrapper {
  line-height: 2.5em;
  padding-left: 85px;
  padding-top: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.multiple-column-box .column .content-links .wrapper a {
  margin-bottom: 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.multiple-column-box .column.blue {
  position: relative;
  background-color: rgba(240, 129, 120, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df08178, endColorstr=#4df08178);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4df08178, endColorstr=#4df08178);
}
.multiple-column-box .column-content.grey,
.multiple-column-box .column-button.grey {
  background: #9d9ea0;
}
.multiple-column-box .column-content.blue,
.multiple-column-box .column-button.blue {
  background: #e62b1c;
}
.multiple-column-box .column-content {
  border-bottom: 2px solid #e62b1c;
  height: 16%;
  margin-bottom: 2px;
  padding: 17px;
}
.multiple-column-box .column-content.grey-light,
.multiple-column-box .column-content.dark-blue {
  border-bottom: none;
}
.multiple-column-box .column-content.grey-light h2,
.multiple-column-box .column-content.dark-blue h2 {
  color: #f2f2f2;
}
.multiple-column-box .column-content h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 37px;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  text-align: center;
}
.multiple-column-box .column-button {
  border-radius: 0;
  display: block;
  height: auto;
  padding: 5px 0;
  white-space: normal;
  width: 100%;
}
.multiple-column-box .column-button.grey-light,
.multiple-column-box .column-button.dark-blue {
  padding: 27px 0;
}
.multiple-column-box .column-button.grey-light .title,
.multiple-column-box .column-button.dark-blue .title {
  color: #f2f2f2;
}
.multiple-column-box .column-button.grey-light .title::before,
.multiple-column-box .column-button.dark-blue .title::before {
  content: initial;
}
.multiple-column-box .column-button .wrapper {
  margin: 0 auto;
  margin-top: 22px;
  text-align: center;
}
.multiple-column-box .column-button .wrapper .icon {
  bottom: 5px;
  padding-right: 5px;
  text-align: right;
}
.multiple-column-box .column-button .wrapper .text {
  padding-left: 5px;
  vertical-align: middle;
  width: 60%;
}
.multiple-column-box .column-button .title {
  background: url(img/arrow-right-large.png) no-repeat left center;
  display: inline-block;
  height: 27px;
  letter-spacing: 2px;
  line-height: 27px;
  margin: 0;
  padding-left: 25px;
  position: relative;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.multiple-column-box .column-button .title::before {
  border: 2px solid #e62b1c;
  border-left: none;
  border-top: none;
  content: "";
  display: inline-block;
  left: -10px;
  position: absolute;
  top: 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px;
  height: 18px;
}
.service-container {
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.service-container .multiple-column-box-heading {
  margin-top: 24px;
}
.service-container .column-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.service-container .image-media {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 5px;
}
.service-container .image-media img {
  width: 100%;
}
.service-container ul {
  display: table;
  margin: 0 auto;
  padding-left: 20px;
}
.service-container .if-button {
  margin-top: 10px;
  min-width: 163px;
}
.service-column {
  color: #f2f2f2;
  padding: 30px, 30px, 12px, 30px;
  text-align: center;
}
.service-column.text-left {
  text-align: left!important;
}
.service-column.text-right {
  text-align: right!important;
}
.service-column.text-center {
  text-align: center!important;
}
.service-column h1 {
  margin: 20px 0 20px 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: inherit;
  font-size: 24px;
  font-weight: normal;
  font-style: none;
}
.service-column p {
  margin-bottom: 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: inherit;
  font-size: 14px;
  font-weight: 350;
  font-style: normal;
}
.grey-landing .service-column,
.color-regular_grey .service-column {
  color: #000000;
}
.service-column .newsItem:last-of-type {
  margin-bottom: 10px;
}
.service-column .newsItem .newsDate {
  color: black;
  font-style: italic;
  font-size: 11px;
  margin-top: 5px;
}
.serviceColumn {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #f2f2f2;
}
@media (min-width: 992px) {
  .serviceColumn {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .serviceColumn {
    float: left;
    width: 33.33333333%;
  }
}
.serviceColumn:first-child {
  border-left: none;
}
.serviceColumnTag {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #f2f2f2;
  padding: 50px;
}
@media (min-width: 830px) {
  .serviceColumnTag {
    float: left;
    width: 33.33333333%;
  }
}
.serviceColumnTag:first-child {
  border-left: none;
}
.serviceColumnTag .service-column h2 {
  min-height: 66px;
}
.grey-landing .serviceColumn,
.color-regular_grey .serviceColumn,
.grey-content .serviceColumn {
  border-color: #9d9ea0;
}
.grey-landing .if-button,
.color-regular_grey .if-button,
.grey-content .if-button {
  border-color: #9d9ea0;
  color: #000000;
}
.grey-landing .if-button:hover,
.color-regular_grey .if-button:hover,
.grey-content .if-button:hover {
  color: #b6b7b9;
}
.grey-landing .service-column h1,
.color-regular_grey .service-column h1,
.grey-content .service-column h1,
.grey-landing .service-column p,
.color-regular_grey .service-column p,
.grey-content .service-column p {
  color: #000000;
}
.grey-landing .serviceColumn,
.color-regular_grey .serviceColumn,
.grey-content .serviceColumn,
.grey-landing .serviceColumnTag,
.color-regular_grey .serviceColumnTag,
.grey-content .serviceColumnTag {
  border-color: #6e6e6e;
}
.grey-landing .if-button,
.color-regular_grey .if-button,
.grey-content .if-button {
  border-color: #6e6e6e;
  color: #1d252d;
}
.grey-landing .if-button:hover,
.color-regular_grey .if-button:hover,
.grey-content .if-button:hover {
  color: #939393;
}
.grey-landing .service-column h1,
.color-regular_grey .service-column h1,
.grey-content .service-column h1,
.grey-landing .service-column p,
.color-regular_grey .service-column p,
.grey-content .service-column p {
  color: #1d252d;
}
.landing-page .serviceColumnTag .service-column p {
  color: black;
}
.landing-page .service-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.promo-page .service-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.carousel img {
  margin: 0 auto;
}
.carousel .controls {
  display: block;
  width: 100%
      height: 60px;
  text-align: right;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}
.carousel .controls .controls-wrap {
  text-align: right;
  float: right;
  display: block;
  width: auto;
  position: relative;
}
.carousel .controls .controls-wrap .carousel-control {
  bottom: 0;
  top: auto;
  float: right;
  right: 0;
  left: auto;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #424241;
  margin-left: 5px;
  text-indent: -9999px;
}
.carousel .controls .controls-wrap .carousel-control.left {
  background: #000000 url(img/arrow-left.png) no-repeat center center;
}
.carousel .controls .controls-wrap .carousel-control.right {
  background: #000000 url(img/arrow-right.png) no-repeat center center;
}
.carousel-indicators {
  bottom: 0;
  left: auto;
  margin-bottom: 0;
  right: 0;
  width: auto;
}
.carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  border: none;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-indent: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
  height: 40px;
  width: 40px;
}
.carousel-indicators li.active {
  background-color: #f08178;
  color: #ffffff;
}
.carousel-indicators .left,
.carousel-indicators .right {
  background: #666666 no-repeat center center;
  bottom: 0;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
  text-indent: 0;
  vertical-align: bottom;
  width: 40px;
}
.carousel-indicators .left:hover,
.carousel-indicators .right:hover {
  background-color: #f08178;
  text-decoration: none;
}
.carousel-indicators .left {
  background-image: url(img/arrow-left.png);
}
.carousel-indicators .right {
  background-image: url(img/arrow-right.png);
}
.carousel-caption {
  bottom: 15px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
  right: auto;
  text-align: left;
  text-shadow: none;
  top: 3%;
  z-index: 1;
  background: url(img/caption-text-bg.png) repeat;
}
.carousel-caption > *,
.carousel-caption a,
.carousel-caption h2 {
  color: white;
}
.carousel-caption h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  font-style: none;
  margin-top: 0;
}
.carousel-caption h1,
.carousel-caption h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 36px;
  font-weight: normal;
  font-style: none;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.carousel-caption .morelink,
.carousel-caption .morelink:visited {
  color: #9d9ea0;
  text-decoration: none;
}
.carousel-caption .morelink .glyphicon,
.carousel-caption .morelink:visited .glyphicon {
  font-size: 16px;
  top: 3px;
}
.carousel-caption .caption-text {
  height: auto;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.block.carousel-container {
  padding: 0 3.45%;
}
.if-carousel {
  position: relative;
}
.if-carousel .frame {
  overflow: hidden;
  position: relative;
}
.if-carousel ul {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 5000%;
}
.if-carousel li {
  float: left;
  list-style: none;
  padding: 0 0.124%;
  width: 1%;
}
.if-carousel li.even {
  margin-right: 0;
}
.if-carousel li img {
  width: 100%;
}
.if-carousel li .bottom-text h4 {
  margin-bottom: 0;
  margin-top: 35px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  font-style: none;
  text-transform: uppercase;
  color: #e62b1c;
}
.if-carousel .carousel-control {
  position: static;
}
.if-carousel .carousel-control > div {
  cursor: pointer;
  font-size: 4.4em;
  margin-top: -44px;
  top: 50%;
}
.if-carousel .carousel-control .fa-angle-left {
  left: -25px;
}
.if-carousel .carousel-control .fa-angle-right {
  right: -25px;
}
@media (max-width: 600px) {
  .carousel-indicators li {
    display: none;
  }
}
/*allegion core component styles */
/*allegion-core carousel styles starts */
.carousel-indicators .leftandright:hover {
  background-color: #f08178!important;
  text-decoration: none;
}
.carousel-indicators .rightcorner:hover {
  background-color: #f08178!important;
  text-decoration: none;
}
.carousel-indicators .leftandright {
  background: #666666 no-repeat center center !important;
}
.carousel-indicators .rightcorner {
  background: #666666 no-repeat center center !important;
}
.alle-core-crsl-indicator a:hover {
  color: unset!important;
}
/*allegion-core carousel styles ends */
.remaining-content span {
  display: none;
}
.more-button {
  align-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  bottom: 0;
  letter-spacing: 2px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.more-button:focus {
  outline: none;
}
.news {
  background: no-repeat center top;
  background-size: cover;
  background-color: rgba(182, 205, 227, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db6cde3, endColorstr=#4db6cde3);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db6cde3, endColorstr=#4db6cde3);
}
.news .column-wrapper {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
  left: 20px;
  padding-left: 16px;
  padding-right: 16px;
  right: auto;
  text-align: left;
  text-shadow: none;
  top: 15%;
}
.news .column-wrapper h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 36px;
  font-weight: normal;
  font-style: none;
}
.news .column-wrapper h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 24px;
  font-weight: normal;
  font-style: none;
  overflow: hidden;
  height: 80px;
}
.news .column-wrapper a,
.news .column-wrapper .small-text {
  font-size: 10px;
}
.news .column-wrapper a {
  text-decoration: underline;
}
.news .column-wrapper .image {
  background: no-repeat left top;
  margin-top: 25px;
  padding: 5px;
}
.news .column-wrapper .image img {
  width: 100%;
}
.news .service-container .column-wrapper {
  border: none;
  padding-left: 16px;
  padding-right: 16px;
}
.billboard {
  position: relative;
}
.parbase .billboard {
  padding: 0 30px;
}
.billboard .container {
  background: no-repeat right top;
  max-width: 1200px;
  min-height: 525px;
  padding: 0;
}
.billboard .caption {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 15px;
  background: url(img/caption-text-bg.png) repeat;
}
.billboard h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  margin-top: 8px;
  text-align: left;
}
.billboard .description {
  margin-top: 20px;
  text-align: left;
}
.billboard .carousel-caption-wrap {
  display: table-cell;
  vertical-align: bottom;
}
.billboard .carousel-caption {
  display: table;
}
.billboard .carousel-caption p {
  margin-bottom: 0;
}
.billboard .picture {
  display: none;
}
.billboard img {
  display: none;
}
.billboard.no-text .container {
  min-height: initial;
}
.billboard.no-text img {
  display: block;
  float: right;
  max-width: 1200px;
  width: 100%;
}
.billboard.blue-light h2 {
  color: #e62b1c;
}
.six-cell-component {
  background: none;
}
.six-cell-component .hover-text {
  display: none;
  padding: 0;
}
.six-cell-component .cell-button {
  border: solid 2px white;
  height: 275px;
}
.six-cell-component .cell-button a.div-link {
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10;
}
.six-cell-component .cell-button .button-row {
  height: 100%;
}
.six-cell-component .cell-button .button-icon {
  height: 65px;
  margin-top: 20px;
}
.six-cell-component .cell-button:hover .button-icon,
.six-cell-component .cell-button:hover .button-link {
  display: none;
}
.six-cell-component .cell-button:hover .hover-text {
  display: table;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.six-cell-component .cell-button:hover .hover-text p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.six-cell-component .cell-button.heading-blue {
  background: #000000;
}
.six-cell-component .cell-button.heading-blue:hover {
  background-color: #f08178;
}
.six-cell-component .cell-button.heading-blue .link-title {
  color: #337ab7;
}
.six-cell-component .cell-button.grey-light {
  background: #9d9ea0;
}
.six-cell-component .cell-button.grey-light:hover {
  background-color: #d8d8d9;
}
.six-cell-component .cell-button.grey-light .link-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}
.six-cell-component .cell-button.blue:hover {
  background-color: #e62b1c;
}
.six-cell-component .cell-button.blue .link-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
}
.six-cell-component .cell-button.low {
  height: 90px;
}
.six-cell-component .cell-button.low .button-link {
  background-position: 20px 53%;
  text-align: left;
}
.six-cell-component .cell-button.low .link-title {
  padding-left: 80px;
  padding-top: 0;
  vertical-align: middle;
}
.six-cell-component .button-link {
  background: no-repeat center 65%;
  display: table;
  height: 100%;
  padding: 0;
  text-align: center;
}
.six-cell-component .button-link .link-title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  display: table-cell;
  letter-spacing: 2px;
  padding-top: 30px;
  text-transform: uppercase;
}
.service-slot {
  background: no-repeat left center;
  display: block;
  height: 68px;
  padding-left: 78px;
}
.service-slot.vertical {
  background-position: center top;
  height: auto;
  padding-left: 0;
  padding-top: 80px;
  text-align: center;
}
.service-slot.vertical .service-title {
  line-height: normal;
}
.service-slot.small {
  background-position-x: left;
  height: 32px;
  padding-left: 38px;
}
.service-slot.small .service-title {
  color: #333333;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 32px;
}
.service-slot .service-title {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 68px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.service-slot.square {
  background-position: center 30%;
  height: 190px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5%;
  position: relative;
  text-align: center;
}
.service-slot.square .service-title {
  bottom: 20%;
  color: #222222;
  font-size: 13px;
  left: 0;
  letter-spacing: 1px;
  line-height: inherit;
  position: absolute;
}
.service-slot.square.grey {
  background-color: #f2f2f2;
}
.service-icons {
  clear: both;
  padding: 15px;
}
.service-icons .service-icons-wrapper {
  max-width: 730px;
  margin: 0 auto;
}
.service-icons .service-icons-wrapper.centered {
  width: 50%;
}
.wide.service-icons .service-icons-wrapper {
  max-width: 1200px;
}
.service-icons .service-icons-wrapper.offset {
  max-width: 1200px;
}
.service-icons .service {
  height: 100%;
}
.service-icons .share-service-icon {
  cursor: pointer;
  position: relative;
  z-index: 16;
}
.service-icons .share-service-icon.with-label ul {
  left: 0;
  margin-left: -68px;
}
.service-icons .share-service-icon ul {
  left: 24%;
  list-style: none;
  margin: 0;
  margin-left: -100px;
  padding: 0;
  position: absolute;
  top: -70px;
  z-index: 10000;
  transition: transform 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  width: 200px;
  height: 200px;
}
.service-icons .share-service-icon li {
  width: 54px;
  height: 54px;
  background: no-repeat center center;
  cursor: pointer;
  left: 72px;
  overflow: hidden;
  position: absolute;
  top: 72px;
  transition: top 0.3s ease-in, left 0.3s ease-in, transform 0.2s ease-in;
  -webkit-transition: top 0.3s ease-in, left 0.3s ease-in, -webkit-transform 0.2s ease-in;
}
.service-icons .share-service-icon li a {
  display: block;
  width: 54px;
  height: 54px;
}
.service-icons .share-service-icon .facebook {
  background-image: url(img/social/facebook.png);
}
.service-icons .share-service-icon .twitter {
  background-image: url(img/social/twitter.png);
}
.service-icons .share-service-icon .linkedin {
  background-image: url(img/social/linkedin.png);
}
.service-icons .share-service-icon .xing {
  background-image: url(img/social/xing.png);
}
.service-icons .share-service-icon .active {
  transform: rotate(-27deg);
  -webkit-transform: rotate(-27deg);
}
.service-icons .share-service-icon .active li:hover {
  transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
}
.service-icons .share-service-icon .active li.facebook {
  top: 67px;
  left: 32px;
}
.service-icons .share-service-icon .active li.twitter {
  left: 35px;
  top: 25px;
}
.service-icons .share-service-icon .active li.linkedin {
  left: 76px;
  top: 17px;
}
.service-icons .share-service-icon .active li.xing {
  left: 112px;
  top: 47px;
}
.product-description {
  /*.service-icons */
}
.product-description .service-icons {
  margin-top: 40px;
  overflow-x: hidden;
  /* a */
}
.product-description .service-icons li {
  list-style: none;
  float: left;
  margin-left: 20px;
  display: table;
  padding-bottom: 10px;
}
.product-description .service-icons a {
  color: #e62b1c;
  text-transform: uppercase;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  /*icon */
  /*icon */
  /*icon */
  /*icon */
}
.product-description .service-icons a#icon-feachures i {
  background-position: 0 0;
}
.product-description .service-icons a#icon-feachures:hover i {
  background-position: 0 -26px;
}
.product-description .service-icons a#icon-overview i {
  background-position: -26px 0;
}
.product-description .service-icons a#icon-overview:hover i {
  background-position: -26px -26px;
}
.product-description .service-icons a#icon-certificates i {
  background-position: -52px 0;
}
.product-description .service-icons a#icon-certificates:hover i {
  background-position: -52px -26px;
}
.product-description .service-icons a#icon-downloads i {
  background-position: -78px 0;
}
.product-description .service-icons a#icon-downloads:hover i {
  background-position: -78px -26px;
}
.product-description .service-icons a i {
  margin-right: 5px;
  display: inline-block;
  height: 26px;
  width: 26px;
  background: url(img/product-icons.png) no-repeat;
  float: left;
}
.product-description .service-icons a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
  float: left;
}
.product-description .service-icons a span:hover {
  color: #aaaaaa;
}
.if-button {
  border: 1px solid #c2d7ea;
  border-radius: 0;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.if-button:focus {
  outline: none;
}
.if-button:hover {
  color: #f2f2f2;
}
.if-button.white-blue {
  background-color: #ffffff;
  border-color: #e62b1c;
  color: #e62b1c;
  padding: 8px 9px;
}
.if-button.history-button {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 14px;
}
.if-button.history-button.borderless {
  border: none;
}
.if-button.history-button.borderless:hover {
  color: black;
  background: none;
}
.if-button.history-button:hover {
  background: #e62b1c;
  color: #ffffff;
}
.service-icons .if-button.history-button {
  margin: 0 0 0 15px;
}
.carousel-column-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.carousel-column-wrapper .content {
  margin-bottom: 50px;
  padding-top: 40px;
}
.carousel-column-wrapper .content.text h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  padding-left: 30px;
}
.column-slide-wrapper {
  border: solid 2px #d8d8d9;
}
h1.no-top-margin {
  margin-bottom: 65px;
  margin-top: 0;
}
.bottom-text {
  padding: 25px 20px 15px;
}
.bottom-text h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 24px;
  font-weight: normal;
  font-style: none;
}
.bottom-text .caption-text .short,
.bottom-text .caption-text .long {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 11px;
  font-weight: 350;
  font-style: normal;
  line-height: 1.5em;
}
.bottom-text .morelink,
.bottom-text .morelink:visited {
  color: #9d9ea0;
  text-decoration: none;
}
.bottom-text .morelink .glyphicon,
.bottom-text .morelink:visited .glyphicon {
  font-size: 16px;
  top: 3px;
}
.if-carousel h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  margin-left: 15px;
}
.if-carousel .bottom-link {
  color: #e62b1c;
}
.if-carousel .bottom-link:hover {
  color: #8d190f;
}
.if-carousel a .caption-text p {
  color: black;
}
.if-carousel h3,
.if-carousel h4 {
  color: #e62b1c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.if-carousel .if-button {
  border-color: #9d9ea0;
  color: #000000;
  float: right;
}
.if-carousel .if-button:hover {
  color: #b6b7b9;
}
#recommendations-carousel {
  min-height: 365px;
}
#recommendations-carousel .carousel-control > div {
  top: 25%;
}
#recommendations-carousel .frame {
  min-height: 345px;
  max-width: 800px;
}
#recommendations-carousel.carousel-3 .frame {
  /*max-width: 760px;*/
  margin: 0 0 0 auto;
}
#recommendations-carousel.carousel-3 li {
  padding: 0 10px;
  width: auto;
  min-height: 250px;
  width: 250px;
}
#recommendations-carousel.carousel-3 .carousel-control {
  /*max-width: 780px;*/
  right: 0;
  left: auto;
  position: absolute;
  width: 100%;
}
#recommendations-carousel li {
  min-height: 345px;
}
#recommendations-carousel .bottom-text {
  padding: 0;
}
#products-carousel .frame {
  min-height: 455px;
}
#products-carousel li {
  min-height: 455px;
  padding: 0 0.046%;
  width: 0.6666%;
}
#products-carousel .carousel-control .fa-angle-left {
  left: -65px;
}
#products-carousel .carousel-control .fa-angle-right {
  right: -65px;
}
#products-carousel .product-image {
  position: relative;
}
#products-carousel .label-icon {
  bottom: 5px;
  color: #f08178;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: auto;
}
.text-image,
.text-gallery {
  margin-top: 24px;
}
.text-image > div,
.text-gallery > div {
  margin-bottom: 12px;
  overflow: hidden;
}
.text-image .content.video,
.text-gallery .content.video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.text-image.image-left .text p,
.text-gallery.image-left .text p {
  padding-left: 0;
  padding-right: 30px;
}
.text-image.bordered,
.text-gallery.bordered {
  border-bottom: 2px solid #e62b1c;
}
.text-image.news-list h2,
.text-gallery.news-list h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
}
.text-image.news-list h2 a,
.text-gallery.news-list h2 a {
  color: #e62b1c;
}
.text-image.news-list h2 a:hover,
.text-gallery.news-list h2 a:hover {
  color: #8d190f;
}
.text-image.news-list h2 + div,
.text-gallery.news-list h2 + div {
  margin-left: 0;
  padding-left: 0;
}
.text-image.news-list .press-wrapper p,
.text-gallery.news-list .press-wrapper p {
  margin-top: 0;
  padding-right: 0;
}
.text-image.news-list .press-wrapper .text,
.text-gallery.news-list .press-wrapper .text {
  padding-left: 0;
}
.text-image .press-wrapper,
.text-gallery .press-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.text-image .press-wrapper h2,
.text-gallery .press-wrapper h2 {
  margin-left: 0;
}
.text-image .press-wrapper h2 + div,
.text-gallery .press-wrapper h2 + div {
  padding-left: 0;
}
.text-image h2,
.text-gallery h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  margin-left: 15px;
  margin-top: 0;
}
.text-image .text p,
.text-gallery .text p {
  line-height: 1.3em;
  padding-right: 30px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
}
.text-image .text.press-text,
.text-gallery .text.press-text {
  padding-left: 0;
}
.text-image .text.press-text h2,
.text-gallery .text.press-text h2 {
  margin-bottom: 40px;
  margin-top: 0;
  margin-left: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
}
.text-image .text.press-text p,
.text-gallery .text.press-text p {
  margin-top: 0;
}
.text-image .text.press-text p.news-date,
.text-gallery .text.press-text p.news-date {
  margin-bottom: 0;
}
.text-image .col-md-3,
.text-gallery .col-md-3 {
  padding: 0;
}
.text-image .image,
.text-gallery .image {
  background: no-repeat center center;
  background-size: contain;
}
.text-image .image a,
.text-gallery .image a {
  display: block;
  height: 100%;
  width: 100%;
}
.text-image .image.press-image,
.text-gallery .image.press-image {
  margin: 0 auto 50px;
  width: 100%;
}
.text-image .image.press-image img,
.text-gallery .image.press-image img {
  display: block;
  max-width: 100%;
}
.text-image .image.press-image .video-thumbs,
.text-gallery .image.press-image .video-thumbs {
  background-size: contain;
  left: 57px;
  margin: 0 auto;
  min-width: 100%;
  padding-top: 0;
  top: 236px;
}
.text-image .image.press-image .video-thumbs .thumb,
.text-gallery .image.press-image .video-thumbs .thumb {
  margin-left: 0;
  margin-right: 0;
  opacity: 0.35;
  padding-left: 0;
  width: 25%;
}
.text-image .image.press-image .video-thumbs .thumb img,
.text-gallery .image.press-image .video-thumbs .thumb img {
  margin: 0 auto;
  max-width: 100%;
}
.text-image.html-one-col iframe,
.text-gallery.html-one-col iframe {
  max-width: 100%;
}
.text-image .video,
.text-gallery .video {
  margin-bottom: 12px;
}
.text-image .video iframe,
.text-gallery .video iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.text-image .image-only,
.text-gallery .image-only {
  padding-left: 15px;
  padding-right: 15px;
}
.text-image .video-only,
.text-gallery .video-only {
  padding-left: 15px;
  padding-right: 15px;
}
.text-gallery {
  padding: 0;
}
/*Allegion-core component styles */
/*text with image component styles */
.textWithIcon h2 {
  color: #9d9ea0!important;
  font-size: 30px!important;
  font-weight: normal;
  text-align: left!important;
  margin-left: -10px;
  margin-bottom: 25px;
}
.textWithIcon .text {
  padding-left: 35px!important;
  padding-right: 35px!important;
  bottom: 10px;
}
/*text with image component styles ends*/
.body-container {
  height: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.content-menu {
  border: 1px solid #e62b1c;
  margin-left: 60px;
  overflow: hidden;
  position: relative;
  top: 17px;
  width: 175px;
  z-index: 1;
}
.content-menu.all-blue {
  border: none;
}
.content-menu.all-blue h3 {
  background-color: #e62b1c;
  border-bottom: 1px solid white;
  color: #ffffff;
}
.content-menu.all-blue .panel-title {
  text-transform: uppercase;
}
.content-menu.all-blue .panel-title,
.content-menu.all-blue .panel-title:hover {
  background-color: #f08178;
}
.content-menu.all-blue .panel-body {
  background-color: #b1cbe4;
  color: black;
  padding: 0;
}
.content-menu.all-blue .panel-body a {
  color: black;
  display: block;
  padding: 10px 15px;
}
.content-menu.all-blue .list-group-item {
  border-top: 1px solid white;
  padding: 0;
}
.content-menu.all-blue .list-group-item:first-child {
  border-top: none;
}
.content-menu.all-blue .list-group-item.active {
  border-bottom: 1px solid white;
}
.content-menu.all-blue .list-group-item.active,
.content-menu.all-blue .list-group-item:hover {
  background-color: #e62b1c;
}
.content-menu.all-blue .list-group-item.active a,
.content-menu.all-blue .list-group-item:hover a {
  color: #ffffff;
}
.content-menu.affix {
  position: fixed;
  top: 187px;
}
.content-menu.affix-bottom {
  position: relative;
}
.content-menu a:hover,
.content-menu a:focus {
  text-decoration: none;
}
.content-menu h3 {
  background-color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 9px 32px 9px 15px;
  text-transform: uppercase;
}
.collapse.content-menu h3 {
  background-image: url(img/sprite.png);
  background-position: -85px 50%;
  background-repeat: no-repeat;
  color: #e31718;
}
.content-menu.closed .panel {
  display: none;
}
.content-menu.closed h3 {
  background-position: -285px 50%;
}
.content-menu .panel-heading {
  border-radius: 0;
  border: none;
  padding: 0;
}
.content-menu .panel-heading a,
.content-menu .panel-heading span {
  display: block;
  padding: 10px 15px;
}
.content-menu .panel {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.content-menu .panel:last-child {
  border-bottom: none;
}
.content-menu .panel-title {
  background: #e62b1c;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
}
.content-menu .panel-title.active {
  background-color: #f08178;
}
.content-menu .panel-title:hover {
  background-color: #f08178;
}
.content-menu .active .panel-title {
  background-color: #005ea8;
}
.content-menu .highlight .panel-title {
  background-color: #f08178;
  color: #ffffff;
  text-transform: uppercase;
}
.content-menu .list-group {
  margin-bottom: 0;
}
.content-menu .list-group-item {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0 0 5px 0;
}
.content-menu .panel-body {
  background-color: inherit;
  font-size: 12px;
  padding: 5px 15px;
}
.content-menu .panel-body a {
  color: black;
}
.content-menu .panel-body a:hover {
  font-weight: bold;
}
.downloads {
  padding-top: 10px;
}
.downloads .img-thumbnail {
  width: 68px;
  background-color: transparent;
  border: 0;
}
.download-icon {
  background: url(img/download-icon-allegionUK.png) no-repeat center center;
  background-size: contain;
  height: 60px;
  margin-top: 8px;
}
.download-icon a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.pdf {
  background: url(img/pdf-download.png) no-repeat center;
  height: 60px;
  margin-top: 8px;
}
.avi {
  background: url(img/avi-download.png) no-repeat center;
  height: 60px;
  margin-top: 8px;
}
.downloader {
  border-bottom: 1px solid #b6b7b9;
  display: table;
  height: 100%;
  width: 100%;
}
.download-info {
  display: table-cell;
  height: 100%;
  padding-bottom: 10px;
  vertical-align: middle;
}
.download-info h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 0;
}
.download-info span {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
.scrollable-content {
  border: solid 1px #666666;
  height: 318px;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.scrollable-content .images {
  display: block;
  margin: 0 auto 25px;
}
.download-block {
  padding-bottom: 50px;
}
.download-block.grey-content .download-icon a {
  color: #1D252D;
}
.article {
  margin-bottom: 50px;
  margin-top: 30px;
}
.article h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article p {
  margin-bottom: 23px;
}
.article p:last-child {
  margin-bottom: 0;
}
.article .image-caption {
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.article .image {
  margin-bottom: 45px;
}
.article .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.article .contact {
  border-top: 1px solid black;
  margin-top: 78px;
}
.article .contact p {
  margin: 0;
}
.article.one-column .images {
  float: right;
}
.article.one-column .simple-downloads {
  margin-bottom: 30px;
}
.article.one-column .contact {
  margin-top: 0;
}
.article-preview {
  border-bottom: 1px solid black;
  margin-bottom: 60px;
  padding-bottom: 35px;
}
.article-preview h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 23px;
  margin-top: 3px;
}
.article-preview h2 + .text {
  padding-left: 0;
}
.article-preview p {
  margin-bottom: 23px;
}
.article-preview .image-caption {
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.article-preview .image {
  margin-bottom: 30px;
}
.article-preview .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.archive-list {
  clear: both;
  padding: 20px 15px 15px;
  margin-bottom: 50px;
}
.archive-list h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
}
.archive-list ul {
  background-color: #ffffff;
  font-size: 12px;
  list-style: none;
  max-height: 200px;
  overflow: auto;
  padding: 12px;
}
.archive-list li {
  margin-bottom: 20px;
}
.archive-list .more {
  font-size: 10px;
}
.archive-thread .archive-heading {
  margin-bottom: 38px;
}
.archive-thread .archive-heading h2 {
  color: #e62b1c;
  margin-left: 0;
}
.archive-thread .archive-heading p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
}
.archive-thread .archive a {
  font-style: italic;
}
.archive-thread .archive-article {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
}
.archive-thread .archive-article .article-title {
  color: #e62b1c;
  font-weight: bold;
  text-transform: uppercase;
}
.archive-thread .content.archive {
  margin-bottom: 0;
  padding-top: 0;
}
.archive-thread .archive-icons {
  margin-top: 10px;
}
.archive-thread .icon {
  background-image: url(img/news-archive/archive-news-icons.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.archive-thread .icon.sharing-icon {
  background-position-x: -88px;
}
.archive-thread .icon.doc-icon {
  background-position-x: -60px;
}
.archive-thread .icon.image-icon {
  background-position-x: -28px;
}
.archive-thread .icon.video-icon {
  background-position-x: 5px;
}
.archive-thread img {
  display: block;
  max-width: 100%;
}
.share {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
}
.share.large {
  height: 45px;
}
.share.large > div {
  background-position: -465px 50%;
  background-size: 500px;
}
.share.large span {
  font-size: 16px;
  line-height: 45px;
  margin-left: 45px;
  width: 120px;
}
.share.large ul {
  border-width: 0 1px 1px 1px;
  height: 45px;
  padding: 6px 7px;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  width: 100%;
}
.share.large ul.visible {
  left: 0;
  top: 45px;
}
.share.large li {
  background-size: 31px;
  height: 31px;
  width: 31px;
}
.share.large li.facebook {
  background-position: 0 0;
}
.share.large li.twitter {
  background-position: 0 -31px;
}
.share.large li.xing {
  background-position: 0 -62px;
}
.share.large li.linkedin {
  background-position: 0 -93px;
}
.share.large a {
  height: 31px;
  width: 31px;
}
.share > div {
  background: url(img/sprite.png) no-repeat -376px 50% #e62b1c;
  background-size: 400px;
  position: relative;
  z-index: 1;
}
.share span {
  border-left: 1px solid white;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  margin-left: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.share ul {
  border: solid #e62b1c;
  border-width: 1px 1px 1px 0;
  cursor: auto;
  height: 30px;
  left: 0;
  overflow: hidden;
  padding: 4px 7px;
  position: absolute;
  top: 0;
  transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  width: 100%;
  z-index: 0;
}
.share ul.visible {
  left: 100%;
}
.share li {
  background: url(img/social.png) no-repeat;
  background-size: 21px;
  cursor: pointer;
  float: left;
  width: 21px;
  height: 21px;
  list-style: none;
  margin-left: 5px;
}
.share li:first-child {
  margin-left: 0;
}
.share li.facebook {
  background-position: 0 0;
}
.share li.twitter {
  background-position: 0 -21px;
}
.share li.xing {
  background-position: 0 -41px;
}
.share li.linkedin {
  background-position: 0 -63px;
}
.share a {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  white-space: nowrap;
}
.simple-downloads {
  margin-bottom: 115px;
}
.simple-downloads h4,
.simple-downloads ul {
  background-color: #eaf1f9;
}
.simple-downloads h4 {
  border-bottom: 2px solid transparent;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 2px;
  padding: 16px 15px 11px;
}
.simple-downloads a {
  color: black;
}
.simple-downloads ul {
  list-style: none;
  font-size: 12px;
  padding: 18px 35px;
}
.simple-downloads li {
  margin-bottom: 13px;
}
.search-results .results-list {
  list-style: none;
  margin-top: 35px;
  padding-left: 0;
}
.search-results .results-list .description {
  line-height: 22px;
}
.search-results .results-list .contact {
  margin-top: 15px;
}
.search-results .results-list .image {
  margin-top: 10px;
}
.search-results li {
  margin: 0;
  margin-bottom: 20px;
  padding: 25px;
}
.search-results .highlight {
  background-color: #d4deef;
}
.search-results .partner li {
  margin-bottom: 0;
  padding: 0;
}
.partner-data {
  overflow: hidden;
}
.contact {
  padding-top: 10px;
}
.contact .line .glyphicon {
  color: #e62b1c;
  margin-right: 1px;
}
.contact .email,
.contact .www {
  font-style: italic;
}
.partner-select select {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.partner-select .partner-list,
.partner-select .submit {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.partner-select .partner-list {
  border-color: transparent;
  color: #f08178;
}
.partner-select .submit {
  border: 0;
  border-radius: 0;
  background-color: #f08178;
  color: #ffffff;
  min-height: 100%;
}
.find-partner {
  margin: 0 auto;
  max-width: 1030px;
}
#imagelightbox {
  position: fixed;
  z-index: 21;
  -ms-touch-action: none;
  touch-action: none;
}
#lightbox-overlay {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0.8;
  filter: "alpha(opacity=80)";
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.lightbox-loading {
  background: url(img/loader.gif) no-repeat center center;
  height: 128px;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  position: fixed;
  top: 50%;
  width: 128px;
  z-index: 22;
}
.lightbox-close,
.lightbox-arrow {
  color: #9d9ea0;
}
.lightbox-close:hover,
.lightbox-arrow:hover {
  color: #666666;
}
.lightbox-close {
  cursor: pointer;
  height: 30px;
  font-size: 35px;
  position: fixed;
  right: 100px;
  top: 100px;
  width: 30px;
  z-index: 22;
}
.lightbox-arrow {
  cursor: pointer;
  font-size: 6em;
  left: 50px;
  margin-top: -42px;
  position: fixed;
  top: 50%;
  z-index: 22;
}
.lightbox-arrow-right {
  left: auto;
  right: 50px;
}
.formColumn .formParsys .section.hidden {
  display: block !important;
  visibility: visible !important;
  margin-bottom: 0;
}
.formColumn .formParsys .section {
  margin-bottom: 15px;
}
.formColumn .formParsys .form_leftcolmark {
  display: none;
}
.formWithTwoColumns .column {
  padding: 0 !important;
}
.formWithTwoColumns .column-content {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.formWithTwoColumns .column-content > * {
  margin-top: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.formWithTwoColumns .column-content .section > .form_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.formWithTwoColumns .checkbox.section {
  padding-left: 15px;
  padding-right: 15px;
}
.formWithTwoColumns .checkbox.section > .form-group > label {
  font-weight: 700;
}
.formWithTwoColumns .checkbox.section > .form-group > .checkbox-group {
  background-color: white;
  border-radius: 4px;
}
.formWithTwoColumns .dropdown.section {
  padding-left: 15px;
  padding-right: 15px;
}
.formWithTwoColumns .dropdown.section > .form-group > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.formWithTwoColumns span.help-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formWithTwoColumns .form-group .has-error {
  font-weight: 700;
}
.formWithTwoColumns .form > p.form_error {
  text-align: center;
  color: #a94442;
}
/* Tablet styles */
/* Mobile styles */
.formWithTwoColumns .column-content .section.hidden {
  display: block !important;
  visibility: visible !important;
  margin-bottom: 0;
}
.two-column-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 0;
  padding-top: 0;
}
.two-column-container .text-image {
  padding-left: 0;
  padding-right: 0;
}
.two-column-container .text-image-link {
  padding-left: 0;
  padding-right: 0;
}
.two-column-text-image .standard-2-column p {
  word-wrap: break-word;
}
.two-column-text-image .standard-2-column h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  /*margin-left: 15px;*/
  margin-top: 0;
}
.two-column-text-image .content p {
  line-height: 1.5em;
  padding-right: 30px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.two-column-text-image {
  margin: 20px 0;
}
.two-column-text-video .standard-2-column p {
  word-wrap: break-word;
}
.two-column-text-video .standard-2-column h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  /*margin-left: 15px;*/
  margin-top: 0;
}
.two-column-text-video .content-vid p {
  line-height: 1.5em;
  padding-right: 30px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.two-column-text-video {
  margin: 20px 0;
}
.text-image-link {
  margin-top: 24px;
}
.text-image-link > div {
  margin-bottom: 12px;
}
.text-image-link.image-left .text p {
  padding-left: 0;
  padding-right: 30px;
}
.text-image-link .press-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.text-image-link .press-wrapper h2 {
  margin-left: 0;
}
.text-image-link .press-wrapper h2 + div {
  padding-left: 0;
}
.text-image-link h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9d9ea0;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
  margin-left: 15px;
  margin-top: 0;
}
.text-image-link .text p {
  line-height: 1.3em;
  padding-right: 30px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
}
.text-image-link .text.press-text {
  padding-left: 0;
}
.text-image-link .text.press-text h2 {
  margin-bottom: 40px;
  margin-top: 0;
  margin-left: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e62b1c;
  font-size: 30px;
  font-weight: normal;
  font-style: none;
}
.text-image-link .text.press-text p {
  margin-top: 0;
}
.text-image-link .text.press-text p.news-date {
  margin-bottom: 0;
}
.text-image-link .col-md-3 {
  padding: 0;
}
.text-image-link .image {
  background: no-repeat center center;
  background-size: contain;
}
.text-image-link .image a {
  display: block;
  height: 100%;
  width: 100%;
}
.text-image-link .filter-link {
  color: #e62b1c;
}
.text-image-link .filter-link:hover {
  color: #8d190f;
}
.text-image-link .filter-view-btn {
  font-size: 14px;
  min-height: 18px;
  line-height: 18px;
  min-width: 0;
}
.downloadCompactList .list-group-item {
  padding: 5px 5px;
  background-color: inherit;
  border: none;
}
.downloadCompactList .list-group-item h5 {
  margin-bottom: 0;
  margin-top: 0;
  color: #e62b1c;
}
.downloadCompactList .list-group-item h5:hover {
  color: #8d190f;
  text-decoration-color: #8d190f;
  -moz-text-decoration-color: #8d190f;
  /* Code for Firefox */
}
.downloadCompactList .list-group-item a {
  margin-bottom: 0;
  margin-top: 0;
  color: #e62b1c;
}
.downloadCompactList .list-group-item a:hover {
  color: #8d190f;
}
.downloadCompactList li:before {
  display: none;
}
#search_box {
  display: none;
}
.footer-navigation .navigation {
  padding-left: 10px;
}
.search_box_cisa {
  display: block;
  width: 240px;
  z-index: 1;
}
.search_box_cisa .search-cisa-footer {
  background: #e5e5e5;
  width: 250px;
  height: 31px!important;
  line-height: 31px!important;
  color: #959595;
  padding-left: 20px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.search_box_cisa .search_cisa_header {
  width: 150px;
  height: 31px!important;
  line-height: 31px!important;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.search_box_cisa .search_btn_header {
  background: url(img/search-glass.png) no-repeat;
  background-position: 40% 86%;
  width: 31px;
  height: 31px!important;
  margin-left: -5px;
  text-indent: -9999px;
}
.search_box_cisa .search_btn {
  background: url(img/search.png) center center no-repeat #414042;
  width: 31px;
  height: 31px!important;
  margin-left: -5px;
  text-indent: -9999px;
}
.search_box_cisa input {
  border: 0;
}
#searchInput1 {
  display: none;
}
.navigation-list .navigation-item-logo {
  display: table-cell;
  list-style: none;
  padding: 0 10px;
}
.navigation-list .navigation-item-logo img {
  margin-bottom: 7px;
}
.navigation-list .navigation-item-logo a {
  display: block;
  letter-spacing: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.navigation-list .navigation-item-cisa {
  display: table-cell;
  list-style: none;
  padding: 0 5px;
}
.navigation-item-search {
  display: inline-block;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.searchRight {
  border-left: 1px solid #ddd;
  float: right;
  width: 190px;
  padding-left: 20px;
  padding-bottom: 20px;
}
div.searchRight p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.search-results {
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
}
.search-results .highlight {
  background-color: #d4deef;
}
.search-results .partner li {
  margin-bottom: 0;
  padding: 0;
}
.navigation-item-cisa {
  display: inline-block;
  list-style: none outside none;
  padding-left: 5px;
  padding-right: 5px;
}
.search-container .search.section input[type=submit] {
  margin-left: 4px;
}
div.checkbox.section div.form_rightcol {
  margin-left: 30px;
}
.color-wrapper-1 {
  background-color: #000000;
  padding: 0 0 0;
}
.color-wrapper-1.heading-blue {
  background: none;
}
.color-wrapper-2 {
  background: url(img/cisa-producte-background.png) no-repeat left center;
  background-color: #f2f2f2;
  background-size: cover;
}
#homepage-carousel {
  margin: 0 auto;
  width: 100%;
}
.caption-text.short .long,
.caption-text.short .morelink.long,
.caption-text.long .morelink.short {
  display: none;
}
.caption-text div,
.caption-text p {
  display: inline;
}
.hz-scroll-notify {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 10px;
  top: -10px;
  background: url(img/horiz-scroll-icon.png) no-repeat center center;
  display: none;
}
.b-hr {
  border-bottom: #939393 1px solid;
}
.hasHorizScroll .hz-scroll-notify {
  display: block;
}
.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content a {
  color: #e62b1c;
}
.content a:hover {
  color: #8d190f;
}
.content .generic-text,
.content .text {
  padding-left: 15px;
  padding-right: 15px;
}
.textWithFilterLink .text > ul {
  list-style-position: outside!important;
}
#_content_cisa_it_consulenza_jcr_content_content_formwithtwocolumns_formStart .reCaptcha.section {
  float: right;
  padding-right: 14px;
}
.landing {
  position: relative;
  z-index: 17;
}
.color-wrapper-2.no-image {
  background-image: none;
  background-color: #ffffff;
}
.color-wrapper-1.landing {
  min-height: 124px;
}
.content-page .content-menu {
  margin-left: 0;
}
.content-page .billboard .container {
  margin-bottom: 50px;
}
.content-page .article {
  margin-top: 0;
}
.content-page h1.page-title {
  color: #e62b1c;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
}
.block {
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}
.block h1 {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  font-style: none;
}
.block .carousel-control {
  width: 0;
}
.block .angle {
  color: #808080;
  position: absolute;
}
.page-tags {
  padding: 3px 16px;
  margin-bottom: 24px;
}
.page-tags li {
  list-style: none;
  display: inline;
  margin-right: 30px;
}
.page-tags a {
  color: #939393;
  text-decoration: underline;
  font-size: 14px;
}
.product-grid {
  display: none;
}
.product-grid.shown {
  display: block;
}
.product-grid .product-item {
  display: block;
  padding: 5px;
}
.product-grid .product-item .product-item-container {
  padding: 10px;
  background: #ececec;
  overflow: auto;
  height: 100%;
}
.product-grid .product-item .product-item-container a {
  color: black;
}
.product-grid .product-item.list {
  clear: both;
  float: none;
  background: #ececec;
  margin-bottom: 5px;
  overflow: auto;
  width: 100%;
}
.product-grid .product-item.list .product-item-container .product-image,
.product-grid .product-item.list .product-item-container .bottom-text {
  float: left;
  border: none;
}
.product-grid .product-item.list .product-item-container .product-image {
  width: 75px;
}
.product-grid .product-item.list .product-item-container .product-image img {
  border: none;
  width: 75px;
  height: auto;
}
.product-grid .product-item.list .product-item-container .bottom-text {
  padding-top: 0px;
}
.product-grid .product-item .product-image {
  position: relative;
  top: auto;
  max-height: 225px;
  overflow: hidden;
}
.product-grid .product-item .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-bottom: none;
}
.product-grid .product-item .product-image .label-icon {
  bottom: 5px;
  color: #f08178;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: auto;
}
.product-grid .product-item .bottom-text {
  margin-top: 0;
  padding: 10px 0 0 20px;
}
.product-grid .product-item .bottom-text h3 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
  line-height: 24px;
}
.product-grid .product-item .bottom-text p {
  margin-bottom: 0;
}
.itemControls {
  min-height: 65px;
  background: #dadada;
  margin-bottom: 10px;
  overflow: auto;
}
.itemControls .viewsControls {
  text-align: left;
  width: calc(100% - 100px);
  display: table;
}
.itemControls .viewsControls ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.itemControls .viewsControls li {
  list-style: none;
  float: left;
  width: 33.3333%;
  border-left: white 1px solid;
}
.itemControls .viewsControls li.three-items {
  width: 33.3333%;
}
.itemControls .viewsControls li.two-items {
  width: 50%;
}
.itemControls .viewsControls li.one-item {
  width: 100%;
}
.itemControls .viewsControls li .viewLabel {
  margin-top: 15px;
  display: block;
}
.itemControls .viewsControls li a {
  display: block;
  width: 100%;
  color: #e62b1c;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
}
.itemControls .viewsControls li a i {
  line-height: 47px;
  font-style: normal;
}
.itemControls .viewsControls li a span {
  float: left;
  display: block;
  width: 47px;
  height: 47px;
  margin-right: 20px;
  background-image: url(img/filter-icons.png);
  background-repeat: no-repeat;
}
.itemControls .viewsControls li a.viewControlList span {
  background-position: 0 0;
}
.itemControls .viewsControls li a.viewControlGrid span {
  background-position: -47px 0;
}
.itemControls .viewsControls li a.viewControlSpots span {
  background-position: -94px 0;
}
.itemControls .viewsControls li a:hover,
.itemControls .viewsControls li a.active {
  background: #e62b1c;
  color: white;
}
.itemControls .viewsControls li a:hover.viewControlList span,
.itemControls .viewsControls li a.active.viewControlList span {
  background-position: 0 -47px;
}
.itemControls .viewsControls li a:hover.viewControlGrid span,
.itemControls .viewsControls li a.active.viewControlGrid span {
  background-position: -47px -47px;
}
.itemControls .viewsControls li a:hover.viewControlSpots span,
.itemControls .viewsControls li a.active.viewControlSpots span {
  background-position: -94px -47px;
}
.itemControls .resultsControl {
  width: 100px;
  padding: 3px;
  line-height: 47px;
}
.itemControls .sortControl {
  margin-top: 24px;
}
.itemControls .sortControl .btn {
  border-radius: 0;
  border: none;
  background: none;
  color: #939393;
  height: 33px;
}
.itemControls .sortControl .btn span {
  padding: 10px 20px;
  background: #f6f8f5;
}
.itemControls .sortControl .btn .sortCaret {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #a7a7a7;
  background: none;
  margin-top: 3px;
  margin-left: -12px;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
}
.itemControls .sortControl .dropdown-menu {
  min-width: 0;
  left: auto;
  right: 8px;
  border: 0;
  margin-top: 10px;
  background: #f6f8f5;
  color: #939393;
  border-radius: 0;
}
.itemControls .sortControl .dropdown-menu a {
  background: #f6f8f5;
  color: #939393;
  font-weight: normal;
}
.itemControls .sortControl .dropdown-menu a:hover {
  background-color: white;
}
.productFilters .filterBlock {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #e62b1c 1px solid;
}
.productFilters .filterBlock h5 {
  margin-bottom: 0;
}
.productFilters .filterBlock .block {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.productFilters .filterBlock label:hover {
  color: #e62b1c;
}
.productFilters .filtersTreeBlock {
  background: #e62b1c;
  color: white;
  padding: 5px;
  font-weight: 500;
}
.productFilters .filtersTreeBlock h4 {
  padding-left: 15px;
  text-transform: uppercase;
}
.productFilters .filtersTreeBlock a {
  color: white;
  text-decoration: none;
}
.productFilters #filtersTree {
  margin-left: 0;
  padding-left: 0;
}
.productFilters #filtersTree ul {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: white;
  margin: 0;
  padding: 0 5px 0 15px;
}
.productFilters #filtersTree li {
  list-style: none;
}
.productFilters #filtersTree li a {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
  font-style: none;
}
.productFilters #filtersTree li a:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 2px;
  border-left: 4px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.productFilters #filtersTree li a.no-children:before {
  content: none;
}
.productFilters #filtersTree .open > a {
  font-weight: bold;
}
.productFilters #filtersTree .open > a:before {
  content: '';
  position: absolute;
  top: 33%;
  left: 2px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.productFilters #filtersTree .open > a.no-children:before {
  content: none;
}
.productFilters #filtersTree .open > ul {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.productFilters #filtersTree .open > ul li a {
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
  border: none;
}
.productFilters #filtersTree .open > ul li a:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 2px;
  border-left: 4px solid #000000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.productFilters #filtersTree .open > ul li a.no-children:before {
  content: none;
}
.productFilters #filtersTree .open > ul li ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.productFilters #filtersTree .open > ul li ul li a:before {
  display: none;
}
.productFilters #filtersTree .open > ul li.open > a {
  font-weight: bold;
}
.productFilters #filtersTree .open > ul li.open > a:before {
  content: '';
  position: absolute;
  top: 33%;
  left: 2px;
  border-top: 4px solid #000000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.productFilters #filtersTree .open > ul li.open > a.no-children:before {
  content: none;
}
.hide {
  display: none;
}
.gridListView {
  overflow: auto;
}
.doorView {
  display: none;
  margin-bottom: 40px;
}
.doorView.shown {
  display: block;
}
.doorView .popoverContainer {
  display: none;
}
.doorView .popover {
  background: url(img/transparent-white.png) repeat;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.doorView .popover .arrow {
  display: none;
}
.doorView .popover p {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.doorView .popover p.title {
  color: #e62b1c;
  font-weight: bold;
}
.doorView .popover p a {
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.doorView .doorViewDescription,
.doorView .doorViewOuterPadding {
  max-width: 100%;
  background: #ececec;
}
.doorView .doorViewOuterPadding {
  padding: 0px;
}
.doorView .doorViewContainer {
  position: relative;
  max-width: 100%;
}
.doorView .doorViewContainer img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.doorView .doorViewContainer .dot {
  position: absolute;
  width: 55px;
  height: 55px;
  -webkit-animation: slide 1s linear infinite;
  -moz-animation: slide 1s linear infinite;
  -ms-animation: slide 1s linear infinite;
  -o-animation: slide 1s linear infinite;
  animation: slide 1s linear infinite;
  background: url(img/transparent-red.png) repeat;
  behavior: url(PIE.htc);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.doorView .doorViewContainer .dot:hover {
  border: 8px solid #d51800;
}
.doorView .doorViewContainer .dot.pulse {
  -webkit-animation: pulse 1s linear infinite;
  -moz-animation: pulse 1s linear infinite;
  -ms-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.doorView .doorViewDescription {
  padding: 20px 40px;
  margin-bottom: 10px;
}
/*doorView */
.doorViewParsys img {
  max-height: 200px;
}
.ie8 .dot:hover {
  border: none;
}
.filter-view-btn {
  background-color: #e62b1c;
  color: #f2f2f2 !important;
  margin: 5px;
  font-size: 16px;
  min-height: 46px;
  line-height: 46px;
  min-width: 200px;
}
.filter-view-btn:hover {
  background-color: #f08178;
  color: #f2f2f2 !important;
}
.news-detail .share {
  margin-top: 20px;
}
.news-list .billboard {
  margin-bottom: 80px;
}
.news-list .share {
  margin-top: 5px;
}
.partners-page .billboard .container {
  min-height: 425px;
}
.partners-page .billboard .caption {
  margin-left: 35px;
}
.partners-page .content-container {
  margin-bottom: 60px;
  margin-top: 80px;
}
.partners-page .content-menu {
  margin-left: 40px;
  top: 0;
}
.partners-page h2,
.partners-page h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #005ea8;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
}
.partners-page h2 {
  margin-top: 0;
  font-size: 26px;
}
.partners-page h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.partners-page .sidebar {
  width: 31.333333%;
}
.partner-filter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.partner-filter .navbar-center {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
body {
  overflow-x: hidden;
}
.color-allegion-orange {
  background: #e62b1c;
}
.features li,
.testing li,
.finishes li {
  list-style: none;
}
.features li:before,
.testing li:before,
.finishes li:before {
  content: "•";
  padding-right: 10px;
  color: #e62b1c;
  font-weight: bold;
}
.grey-grad-1 {
  background: #eeeeee;
}
.grey-grad-2 {
  background: #e1e1e1;
}
.grey-grad-3 {
  background: #d5d5d5;
}
.caption-text.short .long,
.caption-text.short .morelink.long,
.caption-text.long .morelink.short {
  display: none;
}
.caption-text div,
.caption-text p {
  display: inline;
}
.content-section {
  display: block;
  clear: both;
  float: none;
  min-height: 1px;
}
.content-section.hr {
  border-bottom: #e1e1e1 1px solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.content-section h3 {
  font-size: 18px;
  color: #e62b1c;
  margin-bottom: 24px;
  margin-top: 0;
}
.content-section .col,
.content-section .section-block {
  padding: 24px 16px;
  margin-bottom: 15px;
}
.content-section .section-block p:last-child {
  margin: 0;
}
.content-section .section-block .block-wrap {
  margin-left: 24px;
}
.content-section .section-block .block-wrap h5 {
  margin-top: 30px;
}
.content-section .section-block h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.content-section .section-block h5 {
  color: #e62b1c;
}
.content-section .section-block .small-link {
  font-size: 10px;
  color: #6e6e6e;
}
.content-section .section-block ul {
  padding: 0;
  margin: 0;
}
.content-section .col p:last-child {
  margin: 0;
}
.content-section .col h3 {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.content-section .col ul {
  padding: 0;
  margin: 0;
}
.content-section.features > div > h3 {
  display: none;
}
.content-section.features .col {
  background: #f2f2f2;
}
.content-section.testing .col {
  background: #f2f2f2;
}
.content-section.finishes .col {
  background: #f2f2f2;
}
.content-section.certificates ul {
  padding: 0;
  marging: 0;
}
.content-section.certificates li {
  list-style: none;
  float: left;
  margin-right: 24px;
}
.content-section.overview tr.gray,
.content-section.overview thead.gray {
  background: #e6e6e6;
}
.content-section.downloads ul.orange li:before {
  color: #e62b1c;
}
.content-section.news-services-block {
  margin-top: 25px;
}
.content-section.news-services-block .color-allegion-orange {
  background-color: #f2f2f2;
}
.content-section.news-services-block h1 {
  color: #e62b1c;
}
.content-section.news-services-block a {
  color: #000000;
}
.content-section.news-services-block .if-button {
  color: #e62b1c;
  border-color: #e62b1c;
}
.content-section.news-services-block .if-button:hover {
  background: #e62b1c;
  color: #ffffff;
  border: #e62b1c 1px solid;
}
.product-gallery #panel {
  margin-bottom: 24px;
}
.product-gallery #panel img {
  border: #e1e1e1 2px solid;
}
.product-gallery #panel div {
  display: none;
}
.product-gallery #panel div.show {
  display: block;
}
.product-gallery #thumbs img,
.product-gallery #largeImage {
  cursor: pointer;
}
.product-gallery #thumbs img {
  margin-right: 2px;
}
.product h1.page-title {
  font-size: 32px;
  font-weight: bold;
  color: #e62b1c;
  margin: 0 0 20px 0;
}
.product .breadcrumb {
  background: #f2f2f2;
  margin-bottom: 0px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product .product-icons {
  margin-top: 4px;
}
.product .product-icons img {
  max-height: 48px;
  margin: 4px;
}
.product .product-description h2 {
  display: none;
}
.product .product-description p {
  margin-bottom: 30px;
}
.product .product-description .colored-text {
  color: #e62b1c;
}
.product .product-description .font-size-medium {
  font-size: 120%;
}
.product .product-description .font-size-large {
  font-size: 140%;
}
.product a {
  color: #e62b1c;
}
.product a:hover {
  color: #8d190f;
}
/* .product */
@keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes "pulse" {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.iubenda-banner {
  position: fixed;
  width: 100% !important;
  z-index: 99999998 !important;
  background-color: black;
}
.iubenda-content {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  color: #fff;
}
.iubenda-cs-rationale {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}
.iubenda-cs-close-btn {
  color: #fff !important;
  position: absolute !important;
  right: 0 !important;
  text-decoration: none !important;
  font-size: 16px !important;
}
.iubenda-cs-cookie-policy-lnk {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
/* mobile devices */
/*
======================
     Header section
======================
*/
@media (max-width: 1199px) {
  #homepage-carousel {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .fixed-area.affix + #homepage-carousel {
    padding-top: 104px;
  }
  #homepage-carousel {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .headerWrapper .header-navigation {
    display: none;
  }
  .carousel-caption {
    left: 0px !important;
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
  .hamburger {
    top: 40px !important;
  }
  .header-bottom {
    display: block;
  }
  .header-bottom .logo {
    display: none;
  }
  .header-bottom .navigation-list {
    float: left;
    margin-left: 8px;
  }
  .header-bottom .navigation-list a {
    font-size: 10px;
    letter-spacing: normal;
  }
  .fixed-area.affix + #homepage-carousel {
    padding-top: 72px;
  }
  .footer .footer-logo {
    margin-bottom: 15px;
  }
  .search_box_cisa {
    padding-top: 0px !important;
    width: 180px;
  }
  .header-bottom .navigation-item-cisa {
    display: none;
  }
  #searchClick2 {
    display: none;
  }
  #searchInput1 {
    display: block;
    float: left;
  }
  .utility-header .header-navigation .navigation-list .navigation-item {
    display: none;
    list-style: none;
    padding: 0 5px;
  }
  .navigation-list {
    width: 100%;
    padding: 0 10px;
  }
  .navigation-list .navigation-item-cisa {
    float: left;
  }
  .navigation-list .navigation-item-logo {
    float: right;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    left: 0px !important;
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
  .carousel-caption p {
    display: block !important;
  }
  .navbar {
    position: static;
    margin-bottom: 10px;
  }
  .header-wrapper .logo {
    padding-left: 20px;
  }
  .header-wrapper .hamburger .mobile-toggle {
    display: inline-block;
  }
  .header-wrapper .hamburger #accordion {
    display: block;
    overflow: auto;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .content .generic-text,
  .content .text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-wrapper .logo {
    padding-left: 10px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container.no-margin {
    margin: 0 auto;
  }
  .two-column-container .text-image {
    margin: 0 auto;
  }
  .two-column-container .text-image-link {
    margin: 0 auto;
  }
}
@media (max-width: 479px) and (min-width: 320px) {
  .content .generic-text,
  .content .text {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-wrapper .logo {
    padding-left: 10px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-column-container .text-image-link {
    margin: 0 auto;
  }
}
@media (max-width: 500px) and (min-width: 381px) {
  .header-wrapper .hamburger {
    margin: 0;
    padding-left: 0;
  }
  .header-wrapper .hamburger .mobile-toggle {
    width: 75px;
  }
}
@media (max-width: 380px) {
  .header-wrapper .hamburger .mobile-toggle {
    width: 42px;
  }
}
/*
======================
    Main navigation
======================
*/
@media (min-width: 768px) {
  .nav-container {
    display: block;
  }
}
@media (max-width: 1130px) {
  .main-navigation ul > li > a,
  .child-nav ul > li > a {
    font-size: 10px;
  }
  .fixed-area.affix + #homepage-carousel,
  .fixed-area.affix + .teaserCarousel {
    padding-top: 120px;
  }
}
/*
======================
    Carousel-section
======================
*/
@media (min-width: 767px) and (max-width: 1130px) {
  #homepage-carousel {
    margin-top: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .carousel-indicators {
    right: 30px;
  }
}
@media (min-width: 1131px) {
  #homepage-carousel {
    margin-top: 0px;
  }
  .carousel-caption {
    left: 10px;
    right: auto;
    top: 10%;
    width: 35%;
  }
}
@media (max-width: 1130px) and (min-width: 1056px) {
  .carousel-caption {
    left: 20px;
    right: auto;
    top: 10%;
    width: 35%;
  }
}
@media (min-width: 791px) and (max-width: 1055px) {
  .carousel-caption {
    font-size: 14px;
    left: 30px;
    top: 10%;
    width: 35%;
  }
  .carousel-caption h2 {
    font-size: 30px;
  }
}
@media (min-width: 661px) and (max-width: 790px) {
  .carousel-caption {
    font-size: 11px;
    left: 20px;
    top: 5%;
    width: 35%;
  }
  .carousel-caption h2 {
    font-size: 25px;
  }
}
@media (min-width: 600px) and (max-width: 660px) {
  .carousel-caption {
    left: 10px;
    top: 5%;
    width: 30%;
  }
  .carousel-caption h2 {
    font-size: 25px;
  }
}
@media (max-width: 459px) {
  .carousel-caption {
    /* left: 10px;
    top: 0;
    width: 40%;*/
  }
  .carousel-caption h2 {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .carousel-indicators {
    bottom: 0;
  }
}
@media (min-width: 460px) and (max-width: 599px) {
  .carousel-caption {
    left: 10px;
    min-width: 200px;
    top: 5%;
    width: 25%;
  }
  .carousel-caption h2 {
    font-size: 20px;
  }
}
/*
======================
   Multi-box section
======================
*/
@media (min-width: 830px) and (max-width: 991px) {
  .multiple-column-box {
    max-width: 810px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .multiple-column-box .button {
    padding: 1px;
  }
  .multiple-column-box h1 {
    margin-bottom: 30px;
  }
  .multiple-column-box .column {
    margin: 5px;
  }
  .multiple-column-box .column .content-links .wrapper {
    padding-left: 75px;
  }
  .multiple-column-box .column-content {
    height: 14%;
  }
  .multiple-column-box .column-content h2 {
    font-size: 28px;
  }
  .multiple-column-box .column-button {
    height: 14%;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 18px;
  }
}
@media (min-width: 600px) and (max-width: 829px) {
  .multiple-column-box {
    max-width: 810px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .multiple-column-box .button {
    padding: 1px;
  }
  .multiple-column-box h1 {
    margin-bottom: 30px;
  }
  .multiple-column-box .column {
    margin: 5px;
  }
  .multiple-column-box .column .content-links .wrapper {
    padding-left: 75px;
  }
  .multiple-column-box .column-content {
    height: 14%;
    padding: 20px;
  }
  .multiple-column-box .column-content h2 {
    font-size: 22px;
  }
  .multiple-column-box .column-button {
    height: 14%;
    padding: 18px 0;
  }
  .multiple-column-box .column-button .wrapper .icon img {
    margin-left: 0;
  }
  .multiple-column-box .column-button .text {
    vertical-align: middle;
    width: 60%;
  }
  .multiple-column-box .column-button .text .title {
    letter-spacing: 2px;
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media (max-width: 599px) {
  .multiple-column-box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .multiple-column-box h1 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
  .multiple-column-box .column {
    float: none;
    height: inherit;
    margin: 10px;
    width: inherit;
  }
  .multiple-column-box .column:last-child {
    float: none;
  }
  .multiple-column-box .column .content-links .wrapper {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .multiple-column-box .column .content-links .wrapper a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .multiple-column-box .column .column-content {
    padding: 16px;
    padding-top: 18px;
  }
  .multiple-column-box .column .column-content h2 {
    font-size: 24px;
  }
  .multiple-column-box .column .column-button {
    padding-bottom: 15px;
  }
  .multiple-column-box .column .column-button .wrapper .text {
    width: 69%;
  }
  .lightbox-close {
    top: 25px;
  }
  .lightbox-arrow-left {
    left: 25px;
  }
  .lightbox-close,
  .lightbox-arrow-right {
    right: 25px;
  }
}
/*
========================
     Services section
========================
*/
@media (max-width: 829px) {
  .service-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-container .column-wrapper {
    left: 0;
  }
  .service-container .service-column {
    height: inherit;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .serviceColumn,
  .color-regular_blue .serviceColumn {
    border-top: 1px solid #f2f2f2;
    border-left: none !important;
  }
  .serviceColumn:first-child {
    border-left: none;
    border-top: none;
  }
  .service-container .service-column {
    min-height: initial !important;
  }
  .service-container .image-media img {
    width: auto;
  }
}
@media (max-width: 829px) {
  .serviceColumnTag,
  .color-regular_blue .serviceColumnTag {
    border-top: 1px solid #f2f2f2;
    border-left: none;
  }
  .serviceColumnTag:first-child {
    border-left: none;
    border-top: none;
  }
}
/*
========================
     News section
========================
*/
@media (min-width: 830px) and (max-width: 991px) {
  .news .column-wrapper {
    margin-top: 0;
  }
}
/*
==================
   Footer
==================
*/
@media (max-width: 920px) {
  .footer a {
    font-size: 10px;
    letter-spacing: normal;
  }
}
@media (min-width: 680px) and (max-width: 800px) {
  .footer .footer-navigation {
    width: 50%;
  }
  .footer .social-links {
    width: 24.33333333%;
  }
  .footer .footer-logo {
    width: 16.66666667%;
  }
  .navigation-list .navigation-item a {
    font-size: 11px;
  }
}
@media (max-width: 679px) {
  .footer .social-links {
    margin-left: 10px;
    padding-right: 0;
  }
  .footer .footer-logo {
    float: none;
    margin-top: 30px;
    position: absolute;
    right: 60px;
  }
}
@media (max-width: 420px) {
  .footer .footer-logo {
    margin-bottom: 15px;
    margin-top: 35px;
  }
}
@media (max-width: 679px) and (min-width: 475px) {
  .footer .wrapper {
    padding-left: 20%;
  }
  .footer .social-links {
    margin-left: 0;
    text-align: left;
    width: 52%;
  }
}
@media (max-width: 474px) and (min-width: 350px) {
  .footer .wrapper {
    padding-left: 12%;
  }
  .footer .social-links {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    height: inherit;
    padding: 0;
  }
  .footer .navigation-item {
    line-height: 0.7;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
  }
  .footer .navigation-item a {
    font-size: 10px;
  }
  .footer .wrapper {
    padding-top: 15px;
  }
  .footer .social-links {
    margin-left: 10px;
    padding-right: 0;
    text-align: left;
    width: inherit;
  }
}
/*
========================
 Six cell component
========================
*/
@media (max-width: 800px) {
  .footer-logo .allegion-logo-large {
    margin-left: 0;
  }
}
@media (min-width: 1199px) and (max-width: 1259px) {
  .parbase .billboard {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 829px) {
  .billboard .container {
    background: none !important;
    min-height: initial !important;
  }
  .billboard .picture {
    display: block;
    padding: 0px;
  }
  .billboard .picture img {
    display: block;
  }
  .billboard.no-text .picture {
    display: none;
  }
  .billboard.no-text img {
    display: block;
    width: 100%;
  }
  .six-cell-component .cell-button {
    height: 200px;
  }
  .six-cell-component .cell-button .button-icon {
    margin-top: 17px;
  }
  .service-icons .service-slot {
    background-position: center center;
  }
  .service-icons .service-slot.square {
    height: 100px;
  }
  .service-icons .service-title {
    display: none;
  }
  .grey-landing .column-wrapper > div {
    border-bottom-color: #9d9ea0;
  }
  .if-carousel .carousel-control > div {
    font-size: 3em;
  }
  .if-carousel .carousel-control .fa-angle-left {
    left: -10px;
  }
  .if-carousel .carousel-control .fa-angle-right {
    right: -10px;
  }
  .news-list .billboard .container {
    min-height: initial !important;
  }
}
@media (min-width: 480px) and (max-width: 829px) {
  .six-cell-component .button-row {
    padding-left: 5px;
  }
  .six-cell-component .cell-button {
    float: left;
    width: 50%;
  }
  .six-cell-component .cell-button .button-icon {
    background-position: center center;
  }
  .six-cell-component.heading-blue .link-title,
  .six-cell-component.grey-light .link-title,
  .six-cell-component.blue .link-title {
    font-size: 12px;
    line-height: 12px;
  }
  .downloads {
    padding-top: 0;
  }
  .download-info h4 {
    padding-top: 0;
  }
  .content-page #products-carousel .carousel-control .fa-angle-right {
    right: -15px;
  }
  .content-page #products-carousel .carousel-control .fa-angle-left {
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .service-container .multipleColumnParsys {
    display: table;
  }
  .cq-wcm-edit .service-container .multipleColumnParsys {
    display: block;
  }
  .cq-wcm-edit .service-container .multipleColumnParsys .serviceColumn,
  .cq-wcm-edit .service-container .multipleColumnParsys .serviceColumnTag {
    display: block;
    float: left;
  }
  .cq-wcm-edit .service-container .multipleColumnParsys .new.section {
    clear: both;
  }
  .service-container .multipleColumnParsys .serviceColumn,
  .service-container .multipleColumnParsys .serviceColumnTag {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .article.one-column .images {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .service-icons .service-icons-wrapper.centered {
    width: auto;
  }
}
@media (min-width: 992px) {
  .six-cell-component.blue .link-title,
  .six-cell-component.heading-blue .link-title,
  .six-cell-component.grey-light .link-title {
    font-size: 18px;
    line-height: 18px;
  }
  .block.carousel-container {
    width: 73.5%;
    margin-left: 26.5%;
  }
  .article {
    margin-left: 21%;
  }
  .text-image .content {
    margin-top: 10px;
  }
  .text-image .image {
    margin-top: 10px;
  }
  .text-image-link .content {
    margin-top: 10px;
  }
  .text-image-link .image {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .six-cell-component .cell-button {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .billboard .caption {
    width: 316px;
    height: 316px;
    margin-top: 52px;
    margin-left: 52px;
  }
  .carousel .carousel-caption {
    width: 316px;
    height: 316px;
    left: 52px;
    top: 52px;
  }
  #homepage-carousel {
    max-width: 1200px;
  }
}
/*
========================
 Six cell component
========================
*/
/* 0 - 991px */
@media (max-width: 991px) {
  .six-cell-component .cell-button {
    height: 240px;
  }
  .six-cell-component .cell-button .button-icon {
    margin-top: 25px;
    background-size: contain;
  }
  .six-cell-component .cell-button .link-title {
    font-size: 18px;
    line-height: 18px;
  }
  .six-cell-component .cell-button.low .link-title {
    font-size: 14px;
    line-height: 32px;
    padding-left: 55px;
  }
  .six-cell-component .cell-button.low .button-link {
    background-position-x: 5%;
  }
  .body-container {
    display: none;
  }
  .six-cell-component .blue .link-title,
  .six-cell-component .heading-blue .link-title,
  .six-cell-component .grey-light .link-title {
    font-size: 14px;
  }
  .text-image .text p {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 20px;
    padding-right: 0;
  }
  .text-image .image {
    margin-top: 20px;
  }
  .text-image iframe {
    top: 25px;
    max-width: 100%;
  }
  .text-image-link .text p {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 20px;
    padding-right: 0;
  }
  .text-image-link .image {
    margin-top: 20px;
  }
  .text-image-link iframe {
    top: 25px;
  }
  .service-icons .service-icons-wrapper.offset {
    max-width: 730px;
  }
  .news-list .share {
    display: block;
    width: 130px;
  }
  .partners-page .sidebar {
    width: 31.333333%;
  }
  .partners-page .search-results .description {
    font-size: 12px;
    line-height: 18px;
  }
  .partners-page .search-results .contact {
    font-size: 12px;
  }
  .partners-page .search-results li {
    padding: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1183px) {
  .text-image iframe {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .content-container .html-text .col-xxs-12 {
    width: 100%;
  }
}
/* 0 - 480px */
@media (max-width: 480px) {
  #searchClick2 {
    display: none !important;
  }
  .search_box_cisa {
    padding-top: 0 !important;
  }
  .col-xxs-12,
  .col-xxs-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .twoColumnText .col-xxs-10 {
    width: 83.33333333%;
  }
  .twoColumnText .col-xxs-no-offset {
    margin-left: 0;
  }
  .twoColumnText .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .twoColumnText .content-container .col-xxs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .textWithImage .content-container .col-xxs-offset-1 {
    margin: 0 auto;
  }
  .text-image .text {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .text-image .image {
    margin-top: 20px;
  }
  .text-image.image-left .content {
    margin-bottom: 0;
  }
  .text-image.image-left .text {
    padding-top: 0;
  }
  .text-image-link .text {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .text-image-link .image {
    margin-top: 20px;
  }
  .text-image-link.image-left .content {
    margin-bottom: 0;
  }
  .text-image-link.image-left .text {
    padding-top: 0;
  }
  .content-page #recommendations-carousel li {
    width: 2%;
  }
  .content-page #products-carousel li {
    width: 1%;
  }
  .content-page #products-carousel .carousel-control .fa-angle-left {
    left: -15px;
  }
  .content-page #products-carousel .carousel-control .fa-angle-right {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .product-description {
    margin-top: 10px;
  }
  .col-xxs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    display: table;
    width: calc(100% - 224px);
  }
  .navbar-nav li {
    display: table-cell;
    float: none;
  }
  .navbar-nav li a {
    text-align: center;
  }
  .navbar-nav li:hover .header-container,
  .navbar-nav li.hover .header-container {
    width: 100%;
  }
  .navbar-nav li:hover .header-container .dropdown-menu,
  .navbar-nav li.hover .header-container .dropdown-menu {
    display: table;
    padding-top: 26px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-nav li:hover .header-container .dropdown-menu li,
  .navbar-nav li.hover .header-container .dropdown-menu li {
    float: none;
  }
  .navbar-nav li:hover .header-container .dropdown-menu li a,
  .navbar-nav li.hover .header-container .dropdown-menu li a {
    padding: 12px 20px;
  }
  .navbar-nav li:hover .header-container .dropdown-menu li a:hover,
  .navbar-nav li.hover .header-container .dropdown-menu li a:hover {
    background-color: #f08178;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu {
    display: table;
    padding-top: 26px;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu li {
    display: table-cell;
    float: none;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu li a {
    background-color: white;
  }
  .navbar-default .navbar-nav > li > a,
  .dropdown-menu > li > a {
    /*background-color: white;*/
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .mainNav .navbar-collapse li > a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li.active > a,
  .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #f08178;
    color: white;
    font-weight: 300;
    text-shadow: none;
  }
  .mainNav .navbar-collapse {
    z-index: 1001;
    background: #e62b1c;
    border-radius: none;
    border: none;
    font-weight: 300 !important;
    text-shadow: none;
  }
  .navbar-collapse {
    position: absolute;
    background: #fff;
    padding: 20px;
    right: 45px;
  }
  .navbar-nav {
    text-align: right;
  }
  .navbar-nav .header-container {
    position: static;
    right: 0;
    height: auto;
    text-align: center;
    width: auto;
    min-width: 260px;
    display: table;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }
  .navbar-nav .header-container .dropdown-menu {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    right: 0;
    float: right;
    position: static;
    background: #e62b1c;
  }
  .navbar-nav .header-container .dropdown-menu li {
    float: none;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu {
    display: block;
    background: white;
    border-radius: 0;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu li a {
    padding-right: 40px;
  }
  .navbar-nav .dropdown.open .header-container .dropdown-menu li a:hover {
    background: #f08178;
    color: white;
  }
}
/*  CLEAR UP responsive grid */
@media (max-width: 767px) {
  .media img {
    max-width: 100%;
    height: auto;
  }
  .media .media-left {
    padding-right: 0;
  }
  .media .media-left,
  .media .media-right,
  .media .media-body {
    display: block;
    margin-bottom: 20px;
  }
  .product-grid .product-item.list .product-image {
    width: 33%;
  }
  .product-grid .product-item.list .bottom-text {
    width: 66%;
  }
  .itemControls .sortControl {
    width: 50%;
  }
  .itemControls .viewsControls {
    float: left !important;
    padding: 0;
  }
  .itemControls .viewsControls ul {
    padding: 0;
  }
  .itemControls .viewsControls ul li {
    margin-left: 0;
  }
  .itemControls .viewsControls ul li .viewLabel {
    margin-right: 8px;
  }
  .itemControls .viewsControls ul li a span {
    float: none;
  }
  .itemControls .viewsControls ul li a i {
    display: none;
  }
}
@media (max-width: 516px) {
  .itemControls .sortControl {
    width: 100%;
  }
  .itemControls .viewsControls {
    padding: 0;
    width: 100%;
  }
  .itemControls .viewsControls ul {
    padding: 0;
  }
}
@media (min-width: 768px) {
  /*    .product-item:nth-child(2n+1) {clear:both;}*/
  .product-grid .product-item:nth-child(2n+1) {
    clear: both;
  }
  .product-grid .product-item.list .product-image {
    width: 33%;
  }
  .product-grid .product-item.list .bottom-text {
    width: 66%;
  }
  .itemControls .viewsControls {
    padding: 0;
  }
  .itemControls .viewsControls ul {
    padding: 0;
  }
}
/* IPAD PORTRAIT */
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  /*    .product-item:nth-child(2n+1) {clear:none;}
    .product-item:nth-child(3n+1) {clear:both;}*/
}
@media (min-width: 992px) {
  /*    .product-item:nth-child(2n+1) {clear:none;}
    .product-item:nth-child(3n+1) {clear:both;}*/
  .product-grid .product-item:nth-child(2n+1) {
    clear: none;
  }
  .product-grid .product-item:nth-child(3n+1) {
    clear: both;
  }
  .product-grid .product-item.list .product-image {
    width: 25%;
  }
  .product-grid .product-item.list .bottom-text {
    width: 75%;
  }
}
@media (min-width: 1650px) {
  .navbar > .container-fluid .navbar-brand {
    margin-left: -224px;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav li:hover .header-container .dropdown-menu,
  .navbar-nav li.hover .header-container .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .text-image > div,
  .text-image-link > div {
    margin-bottom: 12px;
  }
  .text-image > h2,
  .text-image-link > h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div#video {
    width: 350px !important;
    height: 290px !important;
  }
  div#contactus {
    width: 350px !important;
    height: 290px !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  div#video {
    width: 270px !important;
    height: 300px !important;
  }
  div#contactus {
    width: 270px !important;
    height: 300px !important;
  }
  .search .searchField {
    width: 100%;
    padding-left: 7px;
  }
  .search form {
    margin-top: 1em;
  }
  .search form input {
    width: 96%;
    float: left;
  }
  .search input[type=submit] {
    display: none;
  }
  .searchRight {
    display: none;
  }
  .search_box_cisa {
    display: block;
    width: 176px;
  }
}
@media (min-width: 380px) and (max-width: 395px) {
  .header-wrapper .hamburger {
    height: 40px;
  }
}
@media (min-width: 480px) and (max-width: 480px) {
  .search_box_cisa form {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .row.header-wrapper .col-xs-3 {
    margin-top: 40px !important;
  }
  .search .searchField {
    padding-left: 15px;
  }
  .search .searchField form {
    margin-top: 4em;
  }
  #header form {
    margin-left: 20%;
  }
  .search_box_cisa {
    top: -103px;
    margin-left: 2em;
  }
  .search_box_cisa form {
    float: right;
  }
  .search_box_cisa .search_btn {
    display: none;
  }
  #searchInput1 {
    display: block;
    float: left;
  }
}
@media (min-width: 820px) and (max-width: 829px) {
  .search_box_cisa {
    top: 3em;
    left: 5em;
    width: 230px;
  }
  .search_box_cisa form {
    float: right;
  }
}
@media (max-width: 829px) {
  .row.header-wrapper .col-xs-3 {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 679px) {
  .navigation-list .navigation-item a {
    letter-spacing: 0px;
    font-size: 10px;
  }
  #searchInput1 {
    display: block;
    float: left;
  }
  /*.footer {
	.footer-logo{
		margin-top:60px
	}
}*/
  #footer form {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .search_box_cisa {
    top: -72px;
    margin-left: 15em;
  }
  .search_box_cisa form {
    float: right;
  }
  #footer {
    margin-left: 0 !important;
  }
}
@media (min-width: 830px) {
  .search_box_cisa {
    padding-top: 0px;
  }
  .search_box_cisa form {
    float: right;
  }
  .footer-logo .allegion-logo-large {
    margin-left: 0px !important;
  }
  .footer-navigation .navigation {
    padding-left: 8px;
  }
}
@media (max-width: 380px) {
  .footer .footer-logo {
    right: 50px !important;
  }
}
@media (min-width: 920px) {
  .navigation-item a {
    letter-spacing: 0px;
  }
}
@media (max-width: 948px) {
  .navbar-collapse.collapse {
    display: none!important;
  }
  .header-wrapper .hamburger .mobile-toggle {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .hamburger {
    top: 20px !important;
  }
  .billboard .col-sm-5 {
    width: 100%;
  }
}
@media (min-width: 830px) {
  .hamburger {
    top: 35px !important;
  }
}
@media (max-width: 480px) {
  .carousel-indicators {
    /* display:none;*/
  }
  .block .carousel-inner .slide {
    height: 160px;
  }
  .article .text {
    margin-bottom: 80px;
  }
  .article-preview .text + div {
    margin-top: 30px;
  }
  .text-image {
    padding: 0;
  }
  .text-image.image-left .content.video {
    margin-top: 20px;
  }
  .text-image iframe {
    top: 0;
  }
  .text-image .press-wrapper > div {
    padding-left: 0;
    margin-left: 0;
  }
  .text-image .press-wrapper h2,
  .text-image .press-wrapper .press-text h2 {
    font-size: 24px;
  }
  .text-gallery {
    padding: 0;
  }
  .lightbox-close {
    top: 10px;
  }
  .lightbox-arrow-left {
    left: 10px;
  }
  .lightbox-close,
  .lightbox-arrow-right {
    right: 10px;
  }
}
@media (max-width: 829px) {
  .carousel-caption {
    font-size: 14px;
    left: 10px;
    width: 50%;
    /* p {
      display: none;
    }*/
  }
  .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel-caption .morelink {
    display: none;
  }
  .billboard .caption {
    margin: 0;
  }
  .news .column-wrapper h1 {
    height: auto;
  }
  .service-icons .service-icons-wrapper.centered {
    width: auto;
  }
}
/* 768px - 820px (burger dissapears) */
@media (min-width: 830px) and (max-width: 767px) {
  .billboard.no-text .container {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .carousel-caption {
    font-size: 14px;
    left: 10px;
  }
  .carousel-caption h2 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .billboard .caption {
    font-size: 12px;
  }
  .billboard h2 {
    font-size: 22px;
  }
  .billboard .description {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .parbase .billboard {
    padding: 0;
  }
}
/*
  Main navigation for mobile
*/
.hamburger {
  position: absolute;
  right: 10px;
  text-align: right;
  top: 50px;
}
.hamburger .panel-direct-link {
  float: right;
}
.hamburger .panel-direct-link a {
  padding: 10px;
  color: #f2f2f2;
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 5px;
}
.hamburger .mobile-toggle {
  display: none;
}
.hamburger .mobile-toggle {
  background-color: #ffffff;
  background-size: 41px;
  border: 1px solid #c5c5c6;
  color: #000000;
  cursor: pointer;
  height: 41px;
  padding: 1px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  width: 91px;
}
.hamburger #accordion {
  background-color: #e62b1c;
  border: 0;
  border-bottom: 5px solid #e62b1c;
  /* display: none;*/
  left: auto;
  margin-right: 16px;
  min-width: 210px;
  right: 0;
  padding: 5px 5px 0 5px;
  position: absolute;
  top: 45px;
  z-index: 100;
}
.hamburger #accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.hamburger #accordion .panel a {
  display: block;
}
.hamburger #accordion .panel a:hover,
.hamburger #accordion .panel a:focus {
  text-decoration: none;
}
.hamburger #accordion .panel .menu-item {
  background-color: #dcdcdc;
  border-bottom: solid 2px #808080;
}
.hamburger #accordion .panel .panel-heading {
  background-color: #e62b1c;
  border: none;
  border-radius: 0;
  padding: 0;
}
.hamburger #accordion .panel .panel-heading:hover {
  background-color: #f08178;
}
.hamburger #accordion .panel .panel-heading .panel-title {
  letter-spacing: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.hamburger #accordion .panel .panel-heading .panel-title a {
  padding: 10px 15px;
}
.hamburger #accordion .panel .panel-heading .panel-title a:before {
  color: #f2f2f2;
  content: '\25B8';
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  transform: rotate(90deg);
  transition: all .2s;
  -webkit-transition: all .2s;
  -webkit-transform: rotate(90deg);
}
.hamburger #accordion .panel .panel-heading .panel-title a.collapsed:before {
  content: " ";
}
.hamburger #accordion .panel .panel-body {
  padding: 0;
}
.hamburger #accordion .panel .panel-body .list-group {
  margin-bottom: 0;
}
.hamburger #accordion .panel .panel-body .list-group-item {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 0 30px 0 0;
}
.hamburger #accordion .panel .panel-body .list-group-item:hover {
  background-color: #b6cde3;
}
.hamburger #accordion .panel .panel-body .list-group-item a {
  letter-spacing: 1px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}
/* Hi-Res */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .radio-group label:before,
  .radio-group label.active:before {
    background-image: url(img/sprite@2x.png);
    background-size: 500px;
  }
  #content-menu h3 {
    background-image: url(img/sprite@2x.png);
    background-size: 500px;
  }
  .share > div {
    background-image: url(img/sprite@2x.png);
  }
  .share li {
    background-image: url(img/social@2x.png);
  }
  .download-icon {
    background-image: url(img/download-icon-cisa.png);
  }
}

