/****** FILE: themes/hallmark/css/jquery.fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Open Sans",Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite_2.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -48px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -96px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: 300 13px/22px "Open Sans",Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;*/
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x_2.png');
		background-size: 48px 192px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/****** FILE: themes/hallmark/css/app.css *****/
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", Arial, san-serif;
  text-transform: lowercase;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

h1 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  color: #B62530;
}

h2 {
  font-size: 1.25rem;
  color: #B62530;
}

h3 {
  font-size: 1.75rem;
  color: #B62530;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  color: #424449;
}

h5 {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.3125rem;
  color: #424449;
}

p {
  margin-bottom: 1.25rem;
}

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

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

.typography ul {
  margin-bottom: 1.25rem;
}
.typography ul li {
  background: url(../images/bullet.png) no-repeat left 8px;
  padding: 0 0 0.1875rem 1.25rem;
}
.typography ul.downloads li {
  background: none;
  padding: 0 0 0.1875rem 0;
}
.typography ul.downloads li img {
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: -0.125rem;
  opacity: 0.65;
}
.typography ul.downloads li a {
  color: #424449;
}
.typography ul.downloads li a:hover {
  color: #D40B2D;
}

/* Reset
------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", Arial, san-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.65;
  color: #424449;
}

a {
  text-decoration: none;
  color: #D40B2D;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Structure
------------------------------------------------*/
.background {
  overflow: hidden;
}

.row {
  width: 96%;
  max-width: 73.75rem;
  margin: 0 auto;
}
.row.extended {
  max-width: 92.5rem;
}
.row.popup {
  max-width: 56.25rem;
}

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.columns {
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.columns.center {
  float: none;
  margin: 0 auto;
}

.col-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.333%;
}

.col-2-3 {
  width: 66.666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-1-9 {
  width: 11.11%;
}

.content {
  padding: 3.125rem 0;
}
.content.no-padding-bottom {
  padding-bottom: 0;
}

.line {
  background: #D40B2D;
  height: 0.0625rem;
  width: 4.375rem;
  margin: 1.5625rem auto 0 auto;
}

h1 + .line {
  margin-top: 0;
}

.line + p {
  margin-top: 1.875rem;
}

a.block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.btn {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  text-transform: lowercase;
  border: 1px solid #D40B2D;
}
a.btn:hover {
  background: #D40B2D;
  color: #fff;
}
a.btn.dark {
  border-color: #424449;
  color: #424449;
}
a.btn.dark:hover {
  background: #424449;
  color: #fff;
}
a.btn.light {
  background: #FAFAFA;
  border-color: rgba(0, 0, 0, 0.2);
  color: #424449;
}
a.btn.light:hover {
  border-color: #D40B2D;
  color: #D40B2D;
}
a.btn.red {
  color: #FFFFFF;
  background-color: #D40B2D;
}
a.btn.red:hover {
  background-color: transparent;
  color: #D40B2D;
}

a.btn-square {
  display: inline-block;
  position: relative;
  background-color: #D40B2D;
  background-image: url(../images/arrow-white-up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
  width: 3rem;
  height: 3rem;
}
a.btn-square:hover {
  background-color: #919191;
}
a.btn-square:hover span {
  color: #919191;
}
a.btn-square span {
  display: block;
  position: absolute;
  top: 0.75rem;
  width: 9.375rem;
  text-transform: lowercase;
}
a.btn-square.prev {
  background-image: url(../images/arrow-white-prev.png);
}
a.btn-square.prev span {
  text-align: right;
  right: 4rem;
}
a.btn-square.next {
  background-image: url(../images/arrow-white.png);
}
a.btn-square.next span {
  text-align: left;
  left: 4rem;
}

a.arrow, span.arrow {
  display: inline-block;
  background: url(../images/arrow-white.png) no-repeat center;
  background-size: 0.5625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
a.arrow.reverse, span.arrow.reverse {
  background: url(../images/arrow.png) no-repeat center;
  background-size: 0.5625rem;
  border-color: #424449;
}

img.arrow {
  opacity: 0.65;
  margin: 0 0 1.5625rem 0;
}

.divider {
  background: #424449;
  width: 100%;
  height: 0.0625rem;
}
.divider.margin-bottom {
  margin-bottom: 3.125rem;
}

.breadcrumbs {
  font-size: 0.6875rem;
  margin: 0 0 1.5625rem 0;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.side {
  margin: 0 0 0 1.25rem;
}
.side > li > a {
  padding: 0.4375rem 0;
  border-bottom: 1px solid #eee;
}
.side li {
  text-transform: lowercase;
}
.side li.current > a {
  color: #D40B2D;
}
.side a {
  display: block;
  font-size: 0.8125rem;
  color: #424449;
}
.side a:hover {
  color: #D40B2D;
}
.side li ul {
  margin: 0.1875rem 0 0.1875rem 0.9375rem;
}
.side li ul li {
  list-style: square;
  padding: 0 0 0 0.3125rem;
}
.side li ul li a {
  padding: 0.1875rem 0 0 0;
}

/* Header
------------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header, .HomePage .sticky .header {
  border-bottom: 1px solid #424449;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.HomePage .header {
  border-bottom: 0;
}

.menu-icon, .slideout-menu, .hide-slideout-menu {
  display: none;
}

.logo {
  float: left;
  padding: 1.0625rem 0 0 0;
}

.contact {
  float: right;
  padding: 0.3125rem 1.25rem;
  font-size: 0.6875rem;
  border: 1px solid #eee;
}
.contact .inner {
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0.3125rem 0;
  margin-right: 0.9375rem;
  border-right: 1px solid #eee;
}
.contact span, .contact img {
  margin: 0 0.1875rem;
}
.contact span.highlight {
  color: #D40B2D;
}
.contact a {
  color: #424449;
}
.contact a:hover {
  color: #D40B2D;
}
.contact img {
  opacity: 0.5;
}

.nav {
  float: right;
  padding: 1.875rem 0 0 0;
  clear: right;
}
.nav li {
  position: relative;
  display: inline-block;
  margin-left: 1.25rem;
}
.nav li a {
  display: block;
  text-transform: lowercase;
  padding-bottom: 1.5625rem;
  color: #424449;
}
.nav li ul {
  display: none;
  background: #ddd;
  position: absolute;
  top: auto;
  left: 0;
  width: 18.75rem;
  z-index: 9999;
}
.nav li ul li {
  display: block;
  margin: 0;
}
.nav li ul li a {
  display: block;
  font-weight: 300;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #ccc;
}
.nav li.section a, .nav li.current a {
  color: #D40B2D;
}
.nav li.section a:before, .nav li.current a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  border-top: 1px solid #D40B2D;
}
.nav li:hover > a {
  color: #D40B2D;
}
.nav li:hover ul {
  display: block;
}

/* Search
------------------------------------------------*/
.search-icon img {
  opacity: 0.6;
}

.search {
  display: none;
  background: rgba(0, 0, 0, 0.45);
  padding: 2.5rem 0;
  font-size: 1.125rem;
  text-align: center;
}
.search #SearchForm_SearchForm {
  width: 33.75rem;
  margin: 0 auto;
}
.search #Search {
  float: left;
}
.search #SearchForm_SearchForm_Search {
  width: 30rem;
  text-transform: lowercase;
  border: 0;
}
.search .middleColumn {
  float: none;
  width: 100%;
}
.search input.action {
  background: url(../images/search-white.png) no-repeat center;
  background-size: 2.125rem;
  text-indent: -99999px;
  overflow: hidden;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  margin: 0.125rem 0 0 0;
}
.search input.action:hover {
  background: url(../images/search-white.png) no-repeat center;
  background-size: 2.125rem;
  opacity: 0.5;
}
.search a {
  text-transform: lowercase;
  color: #fff;
}
.search span.arrow {
  margin-left: 0.3125rem;
  vertical-align: -0.3125rem;
}

/* Preloader
------------------------------------------------*/
.preloader {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.preloader img {
  display: block;
  margin: 0 auto 3.125rem auto;
}
.preloader .preloader-inner {
  text-align: center;
}

/* Home Page
------------------------------------------------*/
.top-margin {
  margin-top: 7.375rem !important;
}

.banner {
  position: relative;
  min-height: 35.0625rem;
}
.banner .grid-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/grid-1.png) repeat top center;
}
.banner .slide {
  width: 100%;
  overflow: hidden;
  min-height: 35.0625rem;
}
.banner .inner {
  position: relative;
  background: rgba(214, 23, 4, 0.97);
  padding: 1.5625rem 0.9375rem 0 0.9375rem;
  margin-top: 11.75rem;
  min-height: 11.625rem;
  font-size: 0.75rem;
  color: #fff;
  z-index: 9999;
}
.banner .columns {
  width: 25.8125rem;
}
.banner h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}
.banner p {
  line-height: 1.45;
  margin-bottom: 0.9375rem;
}
.banner .slide-indicator {
  text-align: center;
  margin: 0.2rem 0 0 0;
}
.banner .slide-indicator li {
  display: inline-block;
}
.banner .slide-indicator li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0 0.125rem;
  font-size: 0;
}
.banner .slide-indicator li:hover a, .banner .slide-indicator li.cycle-pager-active a {
  background: #fff;
}
.banner a.slide-prev, .banner a.slide-next, .banner a.slide-down {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: white;
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  margin: 4.6875rem 0 0 0;
  z-index: 9999;
  opacity: 0.95;
}
.banner a.slide-prev:hover, .banner a.slide-next:hover, .banner a.slide-down:hover {
  background-color: white;
  opacity: 0.65;
}
.banner a.slide-prev {
  background-image: url(../images/arrow-reverse.png);
}
.banner a.slide-down {
  background-image: url(../images/arrow-down.png);
}
.banner a.arrow:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.mid-banner {
  background: #D40B2D url(../images/mid-banner.jpg) no-repeat center;
  background-attachment: fixed;
  font-size: 1.0625rem;
  margin-top: 3.125rem;
  color: #fff;
}
.mid-banner .content {
  padding: 6.25rem 0;
}
.mid-banner img {
  margin-bottom: 0.9375rem;
}
.mid-banner .line {
  background: #fff;
}

.home-menu {
  text-align: center;
  text-transform: lowercase;
  font-size: 0.8125rem;
}
.home-menu .columns.border-right {
  min-height: 10.3125rem;
}
.home-menu .content {
  padding-top: 0;
}
.home-menu a:hover {
  color: #424449;
}

#breadcrumbs {
  text-align: center;
  margin-top: 30px;
}
#breadcrumbs a, #breadcrumbs span {
  color: #000000;
  text-transform: lowercase;
  font-size: 0.875rem;
  padding: 4px 6px;
  border: 1px solid #FFFFFF;
  display: inline-block;
}
#breadcrumbs a {
  color: #D40B2D;
}
#breadcrumbs a:hover {
  border: 1px solid #D40B2D;
}

/* Sectors
------------------------------------------------*/
.mid-banner {
  margin-bottom: 45px;
}

.HomePage .mid-banner {
  margin-bottom: 0;
}

.splitContent {
  margin: 48px 0 35px 0;
}
.splitContent.overview {
  margin-top: 20px;
}

.pageBanner {
  height: 18.75rem;
  position: relative;
}
.pageBanner .grid-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.pageBanner .slide {
  width: 100%;
  overflow: hidden;
  min-height: 18.75rem;
  background-position: center;
  background-size: cover;
}
.pageBanner .inner {
  position: relative;
  padding: 0 0.9375rem;
  font-size: 0.75rem;
  color: #fff;
  z-index: 9999;
  display: table-cell;
  vertical-align: middle;
}
.pageBanner .inner span {
  width: 70px;
  height: 3px;
  background: #d61704;
  display: inline-block;
}
.pageBanner .row {
  height: 18.75rem;
}
.pageBanner .row .columns {
  height: 100%;
  display: table;
}
.pageBanner h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  color: #fff;
}
.pageBanner p {
  line-height: 1.45;
  margin-bottom: 0;
}
.pageBanner .slide-indicator {
  text-align: center;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
}
.pageBanner .slide-indicator li {
  display: inline-block;
}
.pageBanner .slide-indicator li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.125rem;
  font-size: 0;
}
.pageBanner .slide-indicator li:hover a, .pageBanner .slide-indicator li.cycle-pager-active a {
  background: #fff;
}

.sectors {
  margin-bottom: 1.25rem;
}

.sector {
  margin-bottom: 1.875rem;
}
.sector h4 a {
  color: #424449;
}
.sector h4 a:hover {
  color: #888;
}
.sector h4:after {
  display: inline-block;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  opacity: 0.65;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sector h4:hover:after {
  opacity: 0.35;
}
.sector .image {
  position: relative;
}
.sector .image img {
  display: block;
}
.sector .image .hover {
  opacity: 0;
  background: rgba(214, 23, 4, 0.97);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9375rem;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sector .image a.arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sector .image:hover .hover {
  opacity: 100;
}

/* Technical Page
------------------------------------------------*/
.technical {
  display: table;
  margin-bottom: 3.125rem;
}
.technical .table-row {
  display: table-row;
}
.technical .table-row:last-child .table-column {
  border-bottom: 0px;
}
.technical .table-column {
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  height: 15rem;
  border-right: 1px solid #424449;
  border-bottom: 1px solid #424449;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.technical .table-column:hover {
  background: #F7F8F8;
}
.technical .table-column:nth-child(4n+4) {
  border-right: 0px;
}

/* Doorset Selector Page
------------------------------------------------*/
.selectors .inner {
  overflow: hidden;
  background: #FBFBFB;
  margin: 0 1.25rem 3.125rem 1.25rem;
  padding: 1.875rem 0;
  border: 1px solid #424449;
}
.selectors h2 {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  color: #424449;
}
.selectors li {
  text-transform: lowercase;
  font-size: 0.8125rem;
  color: #555;
}
.selectors li input {
  margin-right: 0.3125rem;
}

#grid {
  padding: 0 0.9375rem;
}
#grid .thumb {
  padding: 0 0.3125rem;
}
#grid .thumb .inner {
  position: relative;
}
#grid .thumb img {
  display: block;
}
#grid .thumb .thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3125rem;
  font-size: 0.5625rem;
  text-transform: lowercase;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
#grid .thumb .thumb-hover {
  opacity: 0;
  background: rgba(214, 23, 4, 0.97) url(../images/logo-icon-white.png) no-repeat center 100px;
  background-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8.75rem;
  font-size: 0.75rem;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#grid .thumb .thumb-hover .line {
  background: #fff;
  width: 30%;
  height: 0.125rem;
  margin: 0.625rem auto 0 auto;
}
#grid .thumb:hover .thumb-hover {
  opacity: 1;
}
#grid.grid-side {
  padding: 0.625rem 0 0 0;
}
#grid.grid-side .col-1-9 {
  width: 17.55%;
}

.ProductPage #grid {
  margin-bottom: 3.125rem;
}

/* Product Page
------------------------------------------------*/
.ProductPage .splitContent .center {
  margin: 35px auto 25px auto;
}

.ProductCategory .sectors {
  margin-top: 45px;
}

.anchorWrap .bannerAnchors {
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anchorWrap .bannerAnchors.top-margin {
  margin-top: 10rem !important;
}
.anchorWrap .bannerAnchors.fixed {
  width: 100%;
  position: fixed !important;
  top: 78px;
  left: 0;
  z-index: 999;
  margin-top: 0 !important;
}
.anchorWrap .bannerAnchors.fixed ul {
  width: 100%;
}
.anchorWrap .bannerAnchors ul {
  width: 71.25rem;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #d61729;
}
.anchorWrap .bannerAnchors ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.anchorWrap .bannerAnchors ul li a, .anchorWrap .bannerAnchors ul li span {
  color: #fff;
  font-size: 1rem;
  padding: 6px 12px;
  border: 1px solid transparent;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anchorWrap .bannerAnchors ul li a:hover, .anchorWrap .bannerAnchors ul li a.current, .anchorWrap .bannerAnchors ul li span:hover, .anchorWrap .bannerAnchors ul li span.current {
  border: 1px solid #fff;
}

.finishes {
  padding-bottom: 1px;
}
.finishes .content:nth-of-type(1) {
  padding-bottom: 14px;
}
.finishes .content:nth-of-type(1) .icon {
  margin-bottom: 25px;
}
.finishes .bottomButton {
  padding: 0 0 85px 0;
}

.documentation {
  padding-bottom: 3.125rem;
}
.documentation .downloads {
  background: #D40B2D;
  background-size: cover;
  padding: 35px;
}
.documentation .downloads h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 35px 8px 15px 8px;
  margin: 0;
  clear: both;
}
.documentation .downloads a {
  width: 33.33%;
  float: left;
  color: #FFFFFF;
  font-size: 0.8rem;
  display: inline-block;
  padding: 8px;
  margin: 6px 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.documentation .downloads a img {
  width: 20px;
  vertical-align: middle;
}
.documentation .downloads a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.documentation .downloads a span {
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
.documentation .specification {
  background: #FFFFFF;
}
.documentation .specification-tabs .tab.cycle-pager-active {
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.documentation .cycle-slide-active {
  z-index: 999 !important;
}

.product-slides .slide {
  position: relative;
  width: 100%;
}
.product-slides .slide img {
  display: block;
}
.product-slides .slide .slideContent {
  width: 320px;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  background-color: rgba(214, 23, 41, 0.9);
  padding: 50px 30px;
}
.product-slides .slide .slideContent * {
  color: #FFFFFF !important;
}
.product-slides .slide .slideContent h2 {
  font-size: 1.5625rem;
}
.product-slides .slide .slideContent p, .product-slides .slide .slideContent li, .product-slides .slide .slideContent span {
  font-size: 12px;
}

.slide-panel {
  padding: 0 0 0.375rem 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-panel .btn {
  padding: 0.625rem 1.25rem;
  border-color: #fff;
  color: #fff;
  margin-top: 2.5rem;
}
.slide-panel .btn:hover {
  background-color: #fff;
  color: #000;
}
.slide-panel .thumbs .thumb {
  position: relative;
  display: inline-block;
  margin: 0 0.3125rem 0 0;
  border: 2px solid #FFF;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-panel .thumbs .thumb.cycle-pager-active {
  border-color: #D61628;
}
.slide-panel .thumbs .thumb .thumb-title {
  opacity: 0;
  background: #D40B2D;
  position: absolute;
  top: -4.25rem;
  left: -1.75rem;
  width: 6.875rem;
  height: 3.5rem;
  padding: 0.625rem 0.625rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  z-index: 9999;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-panel .thumbs .thumb .thumb-title:after {
  position: absolute;
  bottom: -2.125rem;
  left: 2.25rem;
  content: url(../images/thumb-arrow.png);
  width: 2.375rem;
  height: 2.375rem;
}
.slide-panel .thumbs .thumb:hover {
  border-color: #D61628;
  cursor: pointer;
}
.slide-panel .thumbs .thumb:hover .thumb-title {
  opacity: 1;
}
.slide-panel .text {
  float: right;
  width: 33.33%;
  padding: 1.5625rem 1.875rem 0 1.875rem;
  height: 11.125rem;
  line-height: 1.5;
  text-align: center;
  border-left: 1px solid #fff;
  color: #fff;
}
.slide-panel .text h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.8125rem;
  color: #fff;
}
.slide-panel .text p {
  margin-bottom: 0.8125rem;
}

h2.icon {
  color: #424449;
  margin: 0;
}
h2.icon img {
  vertical-align: -0.3125rem;
  margin-right: 0.625rem;
}

.specifications {
  clear: both;
}

#specifications {
  padding: 3.125rem;
}

.specification-tabs .slide {
  width: 100%;
}
.specification-tabs .slide.print {
  margin-bottom: 1.5625rem;
}
.specification-tabs .utility-buttons {
  position: relative;
}
.specification-tabs .utility-buttons .utility {
  position: absolute;
  top: 0;
  right: 0;
}
.specification-tabs .utility-buttons a.btn {
  padding: 0.25rem 0.6875rem;
  font-size: 0.6875rem;
}
.specification-tabs .utility-buttons img {
  vertical-align: -0.125rem;
  margin-right: 0.1875rem;
  opacity: 0.65;
}
.specification-tabs .slide-indicator {
  text-align: center;
}
.specification-tabs .tab {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.specification-tabs .tab.cycle-pager-active {
  background: #F7F7F8;
  border-color: #424449;
  border-bottom: 1px solid #F7F7F8;
  color: #000;
}
.specification-tabs .tab:hover {
  cursor: pointer;
}

.specification {
  overflow: hidden;
  background: #F7F7F8;
  width: 100%;
  padding: 1.875rem;
  font-size: 0.8125rem;
  border: 1px solid #424449;
  margin-top: -0.0625rem;
  color: #555;
}
.specification p.strong {
  font-size: 0.9375rem;
  color: #000;
}
.specification ul {
  margin: 0;
}
.specification ul li {
  float: left;
  width: 12.5%;
  padding: 0 7px 14px 7px;
  text-align: center;
}
.specification ul li p {
  margin: 0;
}
.specification ul li img {
  border: 1px solid #e2e2e2;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.specification ul li a:hover img {
  opacity: 0.7;
}
.specification .image {
  float: right;
  width: 33.33%;
  max-width: 12.5rem;
  margin: 0 0 1.875rem 1.875rem;
}
.specification .image .inner {
  position: relative;
}
.specification .image .inner img {
  display: block;
}
.specification .image .inner .caption {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3125rem 0.625rem;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
}
.specification table {
  clear: both;
  border-left: 1px solid #8E8C8E;
}
.specification table th {
  background: #77787A;
  padding: 0.3125rem 0;
  font-weight: 300;
  color: #fff;
  border-right: 1px solid #626264;
  border-bottom: 1px solid #626264;
}
.specification table td {
  background: #F3F3F4;
  padding: 0.3125rem 0;
  text-align: center;
  border-right: 1px solid #8E8C8E;
  border-bottom: 1px solid #8E8C8E;
}
.specification table td img {
  opacity: 0.65;
}
.specification table td img:hover {
  opacity: 0.45;
}
.specification table tr:nth-child(odd) td {
  background: #fff;
}
.specification .buttons {
  padding-top: 1.875rem;
  text-align: center;
}
.specification .buttons .btn {
  margin: 0 0.3125rem;
}
.specification .buttons img {
  margin-right: 0.3125rem;
  vertical-align: -0.4375rem;
  opacity: 0.55;
}

.popup {
  padding: 2.8125rem 0 1.875rem 0;
}

/* Download Page
------------------------------------------------*/
#tabs {
  width: 100%;
  margin-bottom: 80px;
  border: none !important;
  border-radius: 0 !important;
}
#tabs .ui-state-hover a, #tabs .ui-state-hover a:hover, #tabs .ui-state-hover a:link {
  color: #FFF;
}
#tabs .ui-widget-header {
  border: none;
}
#tabs .ui-tabs-panel {
  padding: 0;
}
#tabs .ui-tabs-nav {
  color: #FFF;
  font-weight: normal;
  padding: 0;
  border-radius: 0;
  background: none;
}
#tabs .ui-tabs-nav li {
  width: 20%;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 0;
  border: none;
  background: #FFF;
}
#tabs .ui-tabs-nav li:first-of-type a .tabInner {
  margin-left: 0;
}
#tabs .ui-tabs-nav li:last-of-type a .tabInner {
  margin-right: 0;
}
#tabs .ui-tabs-nav li a {
  width: 100%;
  color: #FFF;
  font-family: Arial;
  font-size: 1.375rem;
  text-transform: uppercase;
  display: block;
  outline: none;
  padding: 0;
  cursor: pointer !important;
  padding-bottom: 36px;
}
#tabs .ui-tabs-nav li a .tabInner {
  padding: 30px 10px 40px 10px;
  margin: 0 10px;
  background-color: #9C9D9F;
  background-position: bottom 20px center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#tabs .ui-tabs-nav li:hover a .tabInner {
  background-color: #E04654;
}
#tabs .ui-tabs-nav li.ui-tabs-active:hover {
  opacity: 1;
}
#tabs .ui-tabs-nav li.ui-tabs-active a {
  padding-bottom: 0;
}
#tabs .ui-tabs-nav li.ui-tabs-active a .tabInner {
  padding-bottom: 76px;
  background: #B62530 url("../images/download-arrow.png") bottom 20px center no-repeat;
  background-size: 22px 13px;
}
#tabs .accordion {
  display: none;
}
#tabs .accordion .accordionTitle {
  padding: 30px 25px 32px 25px;
  border-bottom: 1px solid #FFF;
  background-color: #B62530;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#tabs .accordion .accordionTitle:hover, #tabs .accordion .accordionTitle.active {
  background-color: #B41623;
}
#tabs .accordion .accordionTitle:hover .title, #tabs .accordion .accordionTitle.active .title {
  background-color: #B41623;
}
#tabs .accordion .accordionTitle .title {
  padding-left: 80px;
  background: #B62530;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#tabs .accordion .accordionTitle .title h2 {
  color: #FFF;
  font-size: 2rem;
  font-weight: initial;
  text-transform: none;
  line-height: 1;
  margin: 0;
  padding: 5px 0 0 0;
}
#tabs .accordion .accordionContent {
  display: none;
  padding: 30px;
  border-bottom: 1px solid #FFF;
  background: #B62530;
}
#tabs .accordion .accordionContent p {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0;
}
#tabs .accordion .accordionContent a {
  width: 32%;
  float: left;
  color: #FFFFFF;
  line-height: 1;
  display: inline-block;
  margin-top: 15px;
  padding-right: 1.33%;
}
#tabs .accordion .accordionContent a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#tabs .accordion .accordionContent a:hover img {
  opacity: 0.7;
}
#tabs .accordion .accordionContent a span {
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}
#tabs .expand {
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  float: left;
  background: #881E26;
}
#tabs .expand span, #tabs .expand span:before, #tabs .expand span:after {
  height: 6px;
  width: 22px;
  background: #FFF;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -9px;
}
#tabs .expand span {
  margin: 19px -13px;
}
#tabs .expand span:before {
  top: 0;
}
#tabs .expand span:after {
  bottom: 0;
  transition: bottom .2s ease .2s, transform .2s ease;
  -webkit-transition: bottom .2s ease .2s, -webkit-transform .2s ease;
}
#tabs .expand.deactive span {
  background-color: transparent;
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
}
#tabs .expand.deactive span:before {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: top .2s ease .2s, transform .2s ease .2s;
  -webkit-transition: top .2s ease .2s, -webkit-transform .2s ease .2s;
}
#tabs .expand.deactive span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom .2s ease .2s, transform .2s ease .2s;
  -webkit-transition: bottom .2s ease .2s, -webkit-transform .2s ease .2s;
}

.videoSection {
  padding: 80px 0 55px 0;
  background-color: #F2F4F8;
}
.videoSection .videos {
  padding-top: 25px;
}
.videoSection .videos .video {
  position: relative;
  margin-bottom: 25px;
}
.videoSection .videos .video a {
  width: 100%;
  height: 250px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.videoSection .videos .video a img {
  width: 120px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.videoSection .videos .video .videoTitle {
  width: 100%;
  color: #FFF;
  font-size: 1.375rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  background: rgba(184, 41, 46, 0.7);
}

.linkSection {
  padding: 80px 0;
  border-bottom: 1px solid #000;
}
.linkSection ul {
  width: 70%;
  padding-top: 25px;
  margin: 0 auto;
}
.linkSection ul li {
  width: 33.33%;
  float: left;
  list-style: none;
  margin: 0;
}
.linkSection ul li a {
  font-size: 1.125rem;
}

/* Blog
------------------------------------------------*/
.post-summary {
  padding: 0 0 0.9375rem 0;
  margin: 0 0 1.875rem 0;
  border-bottom: 1px solid #231F20;
}
.post-summary h2 a {
  color: #B62530;
}
.post-summary .blog-post-meta {
  font-size: 0.6875rem;
  color: #aaa;
}
.post-summary .blog-post-meta a {
  color: #aaa;
}
.post-summary .post-image {
  width: 46%;
  margin-left: 1.25rem;
  float: right;
}
.post-summary a.btn {
  padding: 0.6875rem 1.25rem;
}

.blog-side h3 {
  font-size: 1.25rem;
  margin-left: 1.25rem;
}

.post-gallery {
  padding: 0.625rem 0 0 0;
}
.post-gallery a {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
}
.post-gallery a:hover {
  border-color: #D40B2D;
}
.post-gallery a img {
  display: block;
}

/* TeamPage
------------------------------------------------*/
.team .profile {
  position: relative;
}
.team .profile h2 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.3125rem;
  text-transform: none;
}
.team .profile hr {
  border-color: #D40B2D;
  margin-bottom: 15px;
}
.team .profile p {
  font-size: 0.875rem;
}
.team .profile div.txt {
  font-size: 0.875rem;
  min-height: 6rem;
  display: block;
  position: relative;
}
.team .sideContent {
  margin-top: 25px;
}
.team .sideContent.large {
  display: block;
}
.team .sideContent.small {
  display: none;
}
.team .sideContent h1, .team .sideContent h2, .team .sideContent h3, .team .sideContent h4 {
  font-weight: 600;
}
.team .sideContent li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.team .profile-detail {
  padding-bottom: 25px;
}
.team .profile-img {
  display: block;
  margin-bottom: 20px;
}
.team .profile-img .profile-img-inner {
  position: relative;
}
.team .profile-img .profile-img-inner img {
  background: #fff;
  overflow: hidden;
  border: 1px solid #D40B2D;
  display: block;
}
.team .profile-img .profile-img-inner .profileOverlay {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(212, 11, 45, 0.3);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team .profile-img .profile-img-inner .profileOverlay .profileOverlayText {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.team .profile-img .profile-img-inner .profileOverlay .profileOverlayText p {
  color: #FFFFFF;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  padding: 2rem;
}
.team .profile-img .profile-img-inner:hover .profileOverlay {
  opacity: 1;
}
.team .contact-details {
  font-size: 0.8125rem;
  padding-top: 0;
  color: #000000;
}
.team .contact-details i {
  width: 30px;
}
.team .contact-details a {
  display: inline-block;
  color: #000000;
}
.team .contact-details a:hover {
  color: #D40B2D;
}
.team .contact-details strong {
  color: #D40B2D;
}
.team .contact-details .linkedIn {
  margin-top: 15px;
}
.team .contact-details .linkedIn i {
  color: #FFFFFF;
  background-color: #D40B2D;
  padding: 5px 6px;
  border-radius: 50%;
}

/* ProjectPage
------------------------------------------------*/
.ProjectPage .overview.content {
  padding-top: 120px;
}
.ProjectPage .slideImage.active img {
  border: 1px solid #D40B2D;
}

.fullWidth {
  width: 100%;
  max-width: 100%;
}

.intro {
  font-size: 1.125rem;
}

.overview .text-center {
  margin-bottom: 30px;
}

.projectContent {
  margin: 45px 0 85px 0;
}
.projectContent .btn {
  margin-top: 25px;
}

.projectTestimonial {
  margin: 45px auto 85px auto;
}
.projectTestimonial p {
  font-size: 1.125rem;
  color: #B62530;
  font-style: italic;
}
.projectTestimonial span {
  color: #52555A;
  font-size: 1.25rem;
}

#filter {
  padding: 35px 0;
}
#filter #filterOptions {
  display: inline-block;
}
#filter #filterOptions input[type="checkbox"] {
  display: none;
}
#filter #filterOptions input[type="checkbox"] + label {
  margin: 0;
}
#filter #filterOptions input[type="checkbox"] + label span {
  color: #B62530;
  font-size: 1.125rem;
  margin: 10px 0 10px 0;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
}
#filter #filterOptions input[type="checkbox"]:checked + label span {
  border: 1px solid #B62530;
}

.projectSection .projectBlocks {
  position: relative;
}
.projectSection .projectBlocks .projects {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
.projectSection .projectBlocks .projects .project {
  height: 320px;
  list-style: none;
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.projectSection .projectBlocks .projects .project.oneByOne {
  width: 20%;
}
.projectSection .projectBlocks .projects .project.twoByOne {
  width: 40%;
}
.projectSection .projectBlocks .projects .project.oneByTwo {
  width: 20%;
  height: 640px;
}
.projectSection .projectBlocks .projects .project .projectInner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.projectSection .projectBlocks .projects .project .projectInner:hover {
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -o-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.projectSection .projectBlocks .projects .project span {
  width: 100%;
  color: #FFF;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(184, 41, 46, 0.9);
}
.projectSection .projectBlocks .projects .project:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
}

.productGallery {
  padding: 0 0 15px 0;
  position: relative;
}
.productGallery .imageWrapper {
  display: block;
  overflow: hidden;
}
.productGallery .slideImageMainWrapper {
  position: relative;
  overflow: hidden;
}
.productGallery .slideImageMainWrapper .slideImageMain {
  width: 100%;
}
.productGallery .slideImageMainWrapper .slideImageTitle {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  padding: 8px;
  background-color: rgba(184, 41, 46, 0.9);
}
.productGallery .cycle-slideshow {
  height: 100% !important;
}
.productGallery .mainImage, .productGallery .notMainImage {
  width: 100%;
}
.productGallery .slideImage {
  width: auto;
  height: auto;
  margin: 15px 0 20px 0;
  padding: 0 5px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative !important;
}
.productGallery .slideImage i {
  color: #FFFFFF;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.4rem;
  margin-left: -1rem;
}
.productGallery .slideImage:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.productGallery .prevSlides, .productGallery .nextSlides {
  position: absolute;
  bottom: 0;
}
.productGallery .prevSlides {
  left: 14px;
}
.productGallery .nextSlides {
  right: 14px;
}

/* Finish Page
------------------------------------------------*/
.finishGallerySection .finishTitles {
  text-align: center;
  margin-bottom: 40px;
}
.finishGallerySection .finishTitles span {
  font-size: 1.125rem;
  padding: 10px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.finishGallerySection .finishTitles span.active, .finishGallerySection .finishTitles span:hover {
  color: #FFFFFF;
  background-color: #D40B2D;
}
.finishGallerySection .finishGallery {
  display: none;
}
.finishGallerySection .finishGallery .cycle-slideshow, .finishGallerySection .finishGallery .cycleWrapper {
  width: 50%;
  float: left;
  flex: 1;
}
.finishGallerySection .finishGallery .cycle-slideshow .finishImage .mainImage {
  display: block;
}
.finishGallerySection .finishGallery .cycleWrapper {
  padding-top: 20px;
  background: #343233;
}
.finishGallerySection .finishGallery .cycleWrapper h2 {
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}
.finishGallerySection .finishGallery .cycleWrapper .cycle-pager {
  padding: 0 20px 20px 20px;
}
.finishGallerySection .finishGallery .cycleWrapper .cycle-pager div {
  width: 23%;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.finishGallerySection .finishGallery .cycleWrapper .cycle-pager div.cycle-pager-active img, .finishGallerySection .finishGallery .cycleWrapper .cycle-pager div:hover img {
  border-color: #D40B2D;
}
.finishGallerySection .finishGallery .cycleWrapper .cycle-pager div img {
  width: 100%;
  display: block;
  border: 2px solid #FFFFFF;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.finishGallerySection .finishGallery .cycleWrapper .cycle-pager div span {
  color: #FFFFFF;
  text-align: center;
  display: block;
}
.finishGallerySection .finishGallery.show {
  display: flex;
}

/* Contact Map
------------------------------------------------*/
.contact-location {
  padding-bottom: 3.75rem;
}

.location-info h3 {
  font-size: 1.25rem;
}
.location-info ul {
  float: left;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.location-info ul li {
  margin-bottom: 0.3125rem;
}
.location-info ul.first {
  padding-right: 1.25rem;
}

.contact-form h2 {
  font-size: 1.625rem;
}

.map {
  background: #eee;
  width: 100%;
  height: 18.75rem;
  margin-bottom: 1.875rem;
}

/* Site Map
------------------------------------------------*/
.sitemap ul {
  margin-left: 1.875rem;
}
.sitemap li {
  list-style: square;
  padding-left: 0.4375rem;
}
.sitemap li a {
  margin-bottom: 0.0625rem;
}
.sitemap li a:hover {
  color: #424449;
}

#SearchResults a:hover {
  color: #424449;
}

/* Footer
------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.SectorPage footer, .SectorHolder footer, .ProductHolder footer {
  margin-top: 25px;
}

.footer-menu {
  position: relative;
  padding: 3.75rem 0;
  font-size: 0.8125rem;
  border-bottom: 1px solid #424449;
}
.footer-menu .location {
  margin-bottom: 1.5625rem;
}
.footer-menu .location.first {
  margin-top: 1.9375rem;
}
.footer-menu .blog {
  position: relative;
  padding: 0.9375rem 1.25rem;
  margin-left: -1.25rem;
  border: 1px solid #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-menu .blog:hover {
  background: #FCFCFC;
  border-color: #DCDBDB;
}
.footer-menu .blog h5 {
  color: #D40B2D;
}
.footer-menu .blog p {
  margin: 0;
}
.footer-menu .products h4 {
  margin-bottom: 1.875rem;
}
.footer-menu .products ul ul {
  margin: 0 0 1.875rem 1.25rem;
}
.footer-menu .products li {
  font-size: 1rem;
  line-height: 1;
  text-transform: lowercase;
}
.footer-menu .products li a {
  display: inline-block;
  color: #424449;
  padding: 0 0 0.9375rem 0;
}
.footer-menu .products li li {
  list-style-position: inside;
  list-style: square;
  font-size: 0.8125rem;
  line-height: 1.65;
  padding: 0 0 0 0.3125rem;
}
.footer-menu .products li li a {
  padding: 0;
  color: #D40B2D;
}
.footer-menu .products li li a:hover {
  color: #424449;
}
.footer-menu .products .border-right {
  min-height: 23.875rem;
}
.footer-menu h4 {
  margin-bottom: 0.9375rem;
}
.footer-menu h4 a {
  color: #424449;
}
.footer-menu h4 a:hover {
  color: #D40B2D;
}
.footer-menu h4 img {
  opacity: 0.65;
  margin-left: 0.4375rem;
  vertical-align: -0.125rem;
}
.footer-menu a.btn {
  padding: 0.4375rem 1.0625rem;
  margin-top: 0.625rem;
}
.footer-menu a.btn:hover {
  color: #fff;
}
.footer-menu a.back-top {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
}
.footer-menu a:hover {
  color: #424449;
}

footer {
  background: #F6F6F7;
  margin-top: 30px;
}
footer .logo {
  padding: 0.75rem 0 0.9375rem 0;
}
footer .links-background {
  background: #F6F6F7;
}
footer .links {
  padding: 1.25rem 0;
}
footer .full-line {
  background: #D40B2D;
  width: 100%;
  height: 0.3125rem;
}
footer .social {
  display: inline-block;
  margin: 2.1875rem 0.1875rem 0 0.1875rem;
  opacity: 0.65;
}
footer .social:hover {
  opacity: 0.45;
}
footer .lock a {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 0.75rem;
  color: #424449;
}
footer .lock a:hover {
  color: #D40B2D;
}
footer .lock a img {
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: -0.1875rem;
  opacity: 0.65;
}
footer .lock .scroll img {
  opacity: 1;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
footer .credits {
  padding: 1.25rem 0;
  font-size: 0.6875rem;
}
footer .credits a {
  color: #424449;
}
footer .credits a:hover {
  color: #D40B2D;
}

.border-right {
  border-right: 1px solid #424449;
}

.trustedBy {
  margin: 70px 0;
}
.trustedBy .trustedIcons {
  text-align: center;
}
.trustedBy .trustedIcons h2 {
  font-size: 1.625rem;
  margin-bottom: 20px;
}
.trustedBy .trustedIcons span {
  display: inline-block;
  padding: 25px 20px 0 20px;
}
.trustedBy .trustedIcons hr {
  display: none;
}
.trustedBy .trustedIcons img {
  opacity: 0.5;
}

/* Tablet Styles - 800
------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .anchorWrap .bannerAnchors ul {
    width: 100%;
  }
}
/* Small Desktop Styles - 1030
------------------------------------------------*/
@media screen and (max-width: 1030px) {
  header {
    position: relative;
  }

  .header .logo {
    margin-right: 0.9375rem;
  }

  .nav li {
    margin: 0 0.9375rem 0 0;
  }

  .ProductPage .cycle-carousel-wrap {
    width: 100% !important;
  }

  .anchorWrap .bannerAnchors.fixed {
    position: absolute !important;
    top: 175px !important;
  }

  a.btn {
    padding: 0.6875rem 1.25rem;
  }

  .top-margin {
    margin-top: 0 !important;
  }

  .anchorWrap .bannerAnchors {
    top: 135px !important;
  }

  #grid .col-1-9 {
    width: 16.66%;
  }
  #grid .thumb .thumb-hover {
    background-position: center 3.4375rem;
    padding-top: 6.25rem;
  }

  .product-slides .slide .slide-panel .thumbs {
    padding: 1.5625rem 1.25rem;
  }
  .product-slides .slide .slide-panel .text {
    padding: 1.5625rem 1.25rem 0 1.25rem;
  }
  .product-slides .slide .slide-panel .text p {
    font-size: 0.75rem;
  }
  .product-slides .slide .slide-panel .btn {
    padding: 0.4375rem 0.9375rem;
    font-size: 0.75rem;
  }

  .specification-tabs .slide-indicator {
    text-align: left;
  }
}
/* Tablet Styles - 800
------------------------------------------------*/
@media screen and (max-width: 800px) {
  .nav {
    padding-top: 1.5625rem;
  }

  .anchorWrap .bannerAnchors {
    top: 85px;
  }

  .specification-tabs .tab {
    border: 1px solid #000000 !important;
    padding: 0.2rem 0.4rem;
    margin: 0 0 5px 0;
  }

  .latest-projects {
    display: none;
  }

  .map {
    height: 13.75rem;
  }

  .anchorWrap .bannerAnchors ul {
    padding: 0;
  }

  #specifications {
    padding: 2rem 0;
  }

  #grid.grid-side .col-1-9 {
    width: 25%;
  }

  .documentation .downloads {
    padding: 14px;
  }
  .documentation .downloads a {
    width: 50%;
    font-size: 1rem;
  }

  .specification ul li {
    width: 33.33%;
  }

  .contact-form .col-1-2 {
    width: 75%;
  }

  .team .sideContent {
    margin-bottom: 20px;
  }
  .team .sideContent.small {
    display: block;
  }
  .team .sideContent.large {
    display: none;
  }

  .footer-menu .col-1-4 {
    width: 33.33%;
  }
  .footer-menu .products.col-1-2 {
    width: 66.33%;
  }
  .footer-menu .products.col-1-2 .border-right {
    border-left: 1px solid #424449;
  }
}
/* Large Mobile Styles - 600
------------------------------------------------*/
@media screen and (max-width: 600px) {
  #filter #filterOptions input[type="checkbox"] + label span {
    padding: 4px 8px;
    margin: 5px 0;
  }

  .anchorWrap .bannerAnchors, .anchorWrap .bannerAnchors.fixed {
    top: 109px !important;
  }

  .projectSection .projectBlocks .projects .project {
    width: 100% !important;
  }

  .hide-for-mobile, ul.nav, .grid-overlay, .lock.col-1-3, .utility, .slide-panel {
    display: none !important;
  }

  .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-1-5 {
    width: 100% !important;
  }

  body {
    background: #414449;
  }

  h3 {
    font-size: 1.375rem;
  }

  a.btn-square span {
    display: none;
  }

  .background {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .slideout-menu {
    background: #414449;
    display: block;
    padding: 0.9375rem 0 0 25%;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
  }
  .slideout-menu #SearchForm_SearchForm fieldset {
    width: 92%;
    margin: 0 auto 0.9375rem auto;
  }
  .slideout-menu #SearchForm_SearchForm #Search {
    float: left;
    width: 80%;
  }
  .slideout-menu #SearchForm_SearchForm #SearchForm_SearchForm_Search {
    text-transform: lowercase;
  }
  .slideout-menu #SearchForm_SearchForm .field {
    padding: 0;
  }
  .slideout-menu #SearchForm_SearchForm .middleColumn {
    float: none;
    width: 100%;
  }
  .slideout-menu #SearchForm_SearchForm input.action {
    overflow: hidden;
    background: url(../images/search-white.png) no-repeat center;
    background-size: 1.5rem;
    height: 2.25rem;
    margin: 0;
    padding: 0;
    width: 20%;
    text-indent: -99999px;
  }
  .slideout-menu #SearchForm_SearchForm input.action:hover {
    opacity: 0.5;
  }
  .slideout-menu .title {
    font-size: 1.25rem;
  }
  .slideout-menu .line {
    height: 0.1875rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .slideout-menu ul {
    margin-bottom: 1.5625rem;
  }
  .slideout-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .slideout-menu ul li a {
    display: block;
    padding: 0.75rem 0;
  }
  .slideout-menu p {
    margin-top: 1.5625rem;
    font-size: 0.75rem;
  }
  .slideout-menu a {
    color: #fff;
  }

  .hide-slideout-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
  }

  header .logo {
    width: 9.375rem;
    padding: 1.25rem 0;
  }

  .contact {
    padding: 0.3125rem 0 0 0;
    border: 0;
  }

  .menu-icon {
    display: block;
    float: right;
    clear: right;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0.9375rem;
  }

  .banner {
    min-height: 18.75rem;
  }
  .banner.row.extended {
    width: 100%;
    max-width: 100%;
  }
  .banner .slide {
    min-height: 18.75rem;
  }
  .banner .columns {
    width: 92%;
  }
  .banner .inner {
    min-height: 0;
    padding: 1.5625rem 0.9375rem;
    margin: 3.125rem 0;
  }
  .banner a.slide-prev, .banner a.slide-next {
    display: none;
  }

  .mid-banner {
    background-attachment: scroll;
    font-size: 0.875rem;
  }
  .mid-banner .content {
    padding: 1.875rem 0 2.1875rem 0;
  }

  .home-menu, .credits, .credits .text-right {
    text-align: center;
  }

  .technical .table-row:last-child .table-column {
    border-bottom: 1px solid #424449;
  }
  .technical .table-column {
    display: block;
    width: 100%;
    height: auto;
    border-right: 0;
  }

  .selectors .col-1-4 {
    margin-bottom: 1.875rem;
  }
  .selectors .col-1-4:last-child {
    margin-bottom: 0;
  }

  #grid .col-1-9 {
    width: 33.33%;
  }

  .side {
    margin: 1.875rem 0 0 0;
  }

  .blog-side h3 {
    font-size: 1rem;
    margin: 0;
  }

  .specification {
    padding: 0.9375rem;
  }
  .specification .image {
    width: 100%;
    margin: 0 0 0.9375rem 0.9375rem;
  }
  .specification .buttons {
    padding: 0;
  }
  .specification .buttons .btn {
    width: 100%;
    margin: 0 0 0.3125rem 0;
  }
  .specification table td {
    width: 100%;
    display: block;
  }
  .specification ul li {
    width: 50%;
  }

  .home-menu .columns.border-right {
    min-height: 0;
    border-right: 0;
    margin-bottom: 1.875rem;
  }

  footer .links-background {
    background: #fff;
  }
  footer .logo {
    display: block;
    float: none;
    margin: 0 auto;
  }
  footer .social {
    margin-top: 1.25rem;
  }
}
/* Small Mobile Styles - 380
------------------------------------------------*/
@media screen and (max-width: 380px) {
  header .logo {
    width: 8.125rem;
  }

  .contact {
    float: none;
    position: absolute;
    right: 1.25rem;
    top: 0;
  }

  .menu-icon {
    float: none;
    position: absolute;
    right: 1.25rem;
    top: 1.875rem;
  }

  .banner {
    min-height: 22.8125rem;
  }
  .banner .slide {
    min-height: 22.8125rem;
  }

  .specification .image {
    float: none;
    margin: 0 auto 0.9375rem auto;
  }

  .post-summary .post-image {
    width: 100%;
  }
}
input.text, input.textarea, input.action {
  -webkit-appearance: none;
  border-radius: 0;
}

form fieldset {
  width: 100%;
  border: 0;
  color: #424449;
}

.field {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.field label {
  float: left;
  line-height: 2;
}
.field label.left {
  padding-top: 0.375rem;
}

.middleColumn {
  width: 75%;
  float: right;
}

span.required {
  display: block;
  font-weight: 400;
  padding-top: 0.3125rem;
  width: 75%;
  color: #B61017;
}

input, textarea, select {
  font-family: "Open Sans", Arial, san-serif;
  font-size: 1em;
  color: #555;
}

.field .text, .field textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.5rem 1.25rem;
  margin: 0;
  display: block;
}

.field select {
  width: auto;
  border: 1px solid #ddd;
  padding: 3px;
  margin: 2px 10px 0 0 !important;
}

input.action {
  background: #D40B2D;
  padding: 0.8125rem 1.5625rem;
  border: none;
  margin: 0 0 0.9375rem 25%;
  font-size: 0.8125rem;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.field input:focus, .field textarea:focus {
  border: 1px solid #D40B2D;
}

input.action:hover {
  background: #D40B2D;
  cursor: pointer;
}

/*	Admin Login
--------------------------------------------------*/
#Remember, #ForgotPassword {
  margin-left: 25%;
}

#ForgotPassword {
  margin-top: 1.875rem;
}

#ForgotPassword a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid #ddd;
}
#ForgotPassword a:hover {
  border-bottom: none;
}

#Remember input {
  margin: 0.3125rem 0.625rem 0 0;
  float: left;
}

input.checkbox {
  vertical-align: -0.125rem;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}


