@import url('reset.css');

/* @import url("nav-style.css"); */

@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700);

@import url('iconic-fill/iconic_fill.css');

@import url('typicons/typicons.css');

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
.ie6 img {
  width: 100%;
}

/* STYLEGUIDE HEX COLOURS ---- 

DARK BLUE
#33335c;

PALE BLUE
#bdbdca;

ORANGE
#e67700;

------- */

strong {
  font-weight: bold;
}

.highlight {
  color: #e67700;
}
.whitelight {
  color: #fff;
  font-weight: bold;
}

em {
  font-style: italic;
}

body {
  /* color: #666; Mike Lawrence wants more contrast in MSIE */
  color: #333;
  padding-bottom: 30px;
  background-color: #22224e;
  font:
    0.9em/170% 'Merriweather Sans',
    sans-serif;
  word-spacing: 0.1em;
}

/*
Global Linking
-------------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: hand;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e67700;
}
a:active {
  color: #e67700;
}

hr {
  border: 1px solid #ccc;
  height: 0;
  margin: 4em 0;
}

h1 {
  font-size: 2em;
  margin: 0 0 1.4em;
  color: #333366;
  line-height: 1.2em;
}
h2 {
  font-size: 1.45em;
  margin: 0 0 1.2em;
  color: #333366;
}
h3 {
  font-size: 1.17em;
  margin: 0 0 0.83em;
  color: #333366;
  line-height: 1.18em;
}
h4 {
  font-size: 1em;
  margin: 0 0 0.83em;
  line-height: 1.2em;
}
h5 {
  font-size: 1.2em;
  margin: 0 0 0.83em;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
p {
  margin: 0 0 1.4em;
  font-weight: 300;
}

p a {
  font-weight: 400;
}
ul {
  font-weight: 300;
}

blockquote {
  margin-bottom: 1.2em;
  color: #666;
}
blockquote:before,
blockquote:after {
  font-size: 1.5em;
}
blockquote:before {
  content: '\201C';
  padding-right: 0.4em;
}
blockquote:after {
  content: '\201D';
  padding-left: 0.3em;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
  line-height: 0;
}
sub {
  vertical-align: sub;
  font-size: 0.75em;
}

article {
  margin-top: 3em;
  margin-bottom: 3em;
}

small {
  font-size: 0.9em;
}
body#contact small {
  margin-top: 20em !important;
}

/* ------- layout divs --------- */

#wrapper {
  background: #fff url(../img/header-bg-133.png) repeat-x;
}

#wrapper2 {
  width: 980px;
  margin: 0 auto 1em auto;
  padding-left: 1%;
}

.clear-both {
  clear: both;
  display: block;
}

body header {
  height: 133px;
  background: url(../img/header-panel.png) no-repeat;
}

/* ------ REMTECH  ----------------------------- */
#logo a {
  width: 251px;
  height: 68px;
  display: block;
  text-indent: -999em;
  /*paranoid tricks for older browsers*/
  text-decoration: none;
  overflow: hidden;
  position: relative;
  float: left;
  top: 34px;
  left: 12px;
  background: url(../img/remtech-logo.png) no-repeat;
}

#flagLinks {
  width: 65px;
  height: 11px;
  display: block;
  position: relative;
  float: right;
  right: 10px;
}
.en a,
.no a {
  float: left;
  width: 33px;
  height: 11px;
  background: url(../img/en-flag.png) no-repeat;
  text-indent: -999em;
  text-decoration: none;
  overflow: hidden;
}
.no a {
  float: right;
  width: 32px;
  background-image: url(../img/no-flag.png);
}

body nav#main {
  width: 100%;
  float: right;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  top: 11px;
  /* margin-bottom: -2em;  /* re-visit... */
}

body#home nav#main {
  /* margin-bottom: -1.5em;  /* re-visit... */
  margin-bottom: 2.2em;
}

body nav#main ul,
body nav#info ul {
  float: right;
}
/* display block - for both ul li & ul li a - to run horizontally */
body nav#main ul li,
body nav#info ul li {
  display: block;
  position: relative;
  float: left;
  /* color: #bdbdca; */
  color: #fff;
  /* spacing between each menu item */
  padding-right: 0;
  padding-left: 11px;
}

body nav#main ul li a,
body nav#info ul li a {
  text-decoration: none;
  /* color: #bdbdca; */
  color: #fff;
  /* spacing between each menu item */
  padding-right: 11px;
  padding-left: 0;
}

body nav#main ul li a:hover,
body nav#info ul li a:hover {
  color: #e67700;
}

.sel a {
  color: #e67700 !important;
}

nav#info {
  position: relative;
  float: right;
  padding-right: 0;
  margin-right: 0;
  width: 75%;
  height: 2em;
  top: 0;
}

/* -------- MOBILE/RESPONSIVE NAVIGATION ----------------------

------------------ */

body nav#mobile {
  display: none;
}

nav#mobile {
  height: 2.5em;
  /* width: 100%; */
  width: 84%;
  background: transparent;
  color: #fff;
  z-index: 100;
  font-size: 1em;
  line-height: 2em;
  float: left;
}

.menu-list {
  float: right;
  margin-top: 27px;
  padding-left: 1.5rem;
}
.menu-list a {
  color: #33335c;
  font-weight: 400;
}

.menu-item {
  display: inline;
  padding: 0 15px 0 15px;
}

.menu-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transition: background-color 100ms;
  -moz-transition: background-color 100ms;
  transition: background-color 100ms;
  text-decoration: none;
}

.menu-link:hover {
  background: #333;
  text-decoration: none;
}

.menu-link.menu-marked {
  background: #444;
}

.menu-link.menu-marked:hover {
  background: #666;
}

.menu-signup {
  background-color: #57c700;
}

/* @responsive Desktop only */
@media (min-width: 976px) {
  /* @group Visibility */

  .visible-phone {
    display: none !important;
  }

  .visible-tablet {
    display: none !important;
  }

  .visible-desktop {
    display: inherit !important;
  }

  .hidden-desktop {
    display: none !important;
  }
}

/* @responsive iPad (landscape) */
@media (max-device-width: 1024px) and (orientation: landscape) {
  nav#mobile {
    position: absolute;
    top: 0;
  }
}

/* @responsive Tablet */
@media (max-width: 968px) {
  /* @group Typography */

  nav#mobile {
    position: absolute;
    top: 0px;
  }

  /* @group Visibility */

  .hidden-tablet {
    display: none !important;
  }

  .visible-phone {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* @responsive Phone */
/* @media (max-width: 740px) */
@media (max-width: 768px) {
  body nav#mobile {
    display: block;
    float: left;
    position: absolute;
    width: 89%;
    margin: 0 !important;
    top: 2em;
  }

  /* @group Menu */

  a.menu-toggle {
    /* border: 1px solid #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; */
    color: #fff;
    height: 30px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 23px;
    width: 30px;
    /* -webkit-font-smoothing: none; */
  }

  a.menu-toggle-active {
    /* border-color: #d10e0d; */
    color: #d10e0d;
  }

  .menu-list {
    background: #fff;
    left: -20px;
    margin-top: 0;
    position: absolute;
    right: -20px;
    top: 120px;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 250ms ease;
    -moz-transition: height 250ms ease;
    transition: height 250ms ease;
  }

  .menu-item {
    display: list-item;
    font-weight: 400;
    border-bottom: 1px solid silver;
    padding: 0.5em 0 0.5em 1.5em;
  }
  .menu-item a {
    color: gray;
    display: block;
  }
  .menu-item a:hover {
    color: #e67700;
    background-color: #e9e9e9;
  }

  .menu-item:last-child {
    margin-bottom: 15px;
  }

  .menu-link {
    display: block;
    padding: 20px 20px;
  }

  /* @group Visibility */

  .hidden-phone {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .visible-tablet {
    display: none !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* @responsive Really narrow phone */
@media (max-width: 460px) {
}

/* @responsive Hi-DPI (Retina) screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 168dpi) {
}

/* ------------------------------------------------ */

.breadcrumb {
  display: none;
}

.no-bullet {
  list-style: none !important;
}

.boxed {
  border: 1px solid #dcc73d;
  position: relative;
  float: left;
  padding: 1rem 1rem 0.2rem;
  margin-bottom: 2rem;
}
.boxed img {
  border: none !important;
}
.boxed h2 {
  color: #82bcac;
  border-bottom: 1px solid #dcc73d;
  padding-bottom: 0.5rem;
}

.box-top {
  position: relative;
  float: left;
  min-width: 400px;
  border: 1px solid #ccc;
}
.box-top img {
  max-height: 120px;
}
.box-mid {
  position: relative;
  float: left;
}
.box-left {
  position: relative;
  float: left;
  width: 60%;
  padding-right: 5%;
}
.box-right {
  position: relative;
  float: right;
  width: 35%;
  padding-bottom: 0.5rem;
}

.center {
  text-align: center;
}

/* -------- SPLASH intro panels ------------------ */

#splash {
  /* width: 100%; */
  width: 980px;
  height: 294px;
  position: relative;
  float: left;
  margin-bottom: 2.5em;
  margin-top: 0; /* re-visit... */
}

.splashText {
  float: left;
  position: relative;
  height: 190px;
  width: 250px;
  margin-top: 100px;
  margin-left: 13px;
  /* color: silver; */
  color: #999;
}

body#security #splash {
  /* background: url(../images/modusec-security-banner.jpg) no-repeat; */
  margin-top: 4em;
  margin-bottom: 3.3em;
}

body#rapid-asssembly #splash {
  background: url(../images/modusec-rapid-assembly-banner.jpg) no-repeat;
  margin-top: 3em;
  margin-bottom: 4.3em;
}
body#rapid-asssembly .splashText {
  float: left;
  position: relative;
  height: 200px;
  width: 210px;
  margin-top: 80px;
  margin-left: 13px;
  /* color: silver; */
  color: #999;
}

body#construction-options #splash,
body#water-protection #splash,
body#energy-efficiency #splash,
body#services #splash,
body#server-safes #splash,
body#moduport #splash,
body#construction-options-floor #splash,
body#blast-protection #splash {
  height: 334px;
  /* margin-top: -3em; /* re-visit... */
}

body#construction-options-floor #splash {
  background: url(../images/construction-options/construction-options-floor.png) no-repeat;
  /* margin-top: -3em; /* re-visit... */
}

body#construction-options-ceilings #splash,
body#panel-strength #splash {
  background: url(../images/construction-options/construction-options-ceilings.png) no-repeat;
  /* margin-top: -3em; /* re-visit... */
}
body#panel-strength #splash {
  margin-top: 2em;
  margin-bottom: 3.4em;
}
body#construction-options-ceilings .splashText,
body#panel-strength .splashText {
  margin-top: 75px;
  width: 270px;
}

body#fire-protection #splash,
body#construction-options-fire #splash,
body#why-use-modusec #splash {
  /* margin-top: -3em; /* re-visit... */
  /* margin-bottom: 2em; */
  height: 334px;
}

#mainContent {
  padding-bottom: 4.5em;
  float: left;
  /* margin-top: 2.0em; */ /* with responsive menu */
  width: 100%;
  padding-top: 2em;
  box-sizing: border-box;
  overflow-x: hidden;
}

body#home #mainContent,
body#gallery #mainContent,
body#galleries #mainContent {
  margin-top: 0;
  padding-top: 0;
}

body#thankyou #mainContent {
  min-height: 400px;
}

body#security #mainContent,
body#rapid-asssembly #mainContent {
  margin-top: 0;
  padding-top: 0;
}

#mainContent p a {
  color: #333366;
  text-decoration: underline;
  font-weight: 400;
}
body#contact #mainContent p a {
  text-decoration: none;
}
#mainContent p a:hover {
  color: #e67700;
}

.telLink {
  color: #333366;
  font-weight: 400;
}
.telLink a:hover {
  color: #e67700;
}
.telLink a {
  color: #333366;
  font-weight: 400;
}
.telLink a:hover {
  color: #e67700;
}

.col-50 {
  float: left;
  width: 55%;
  padding-right: 4.5rem;
}
.col-50:nth-child(3) {
  padding-right: 0;
  width: 35%;
}

#c1,
#c2,
#c3,
#c4 {
  width: 25%;
  float: left;
}
#c1 {
  width: 20%;
  border-top: 1px solid silver;
  padding-top: 2em;
  margin-right: 2em;
  box-sizing: border-box;
}

body#home #c1,
body#home #c2,
body#home #c4 {
  border-top: none;
  padding-top: 0;
}
body#company #c1,
body#company #c2,
body#company #c4,
body#contact #c1,
body#contact #c2,
body#contact #c4,
body#literature #c1,
body#literature #c2,
body#literature #c4,
body#manufacture #c1,
body#manufacture #c2,
body#manufacture #c4,
body#construction-options-fire #c1,
body#construction-options-fire #c2,
body#construction-options-fire #c4,
body#site-map #c1,
body#site-map #c2,
body#site-map #c4,
body#thankyou #c1,
body#thankyou #c2,
body#thankyou #c4,
body#sectors #c1,
body#sectors #c2,
body#sectors #c4 {
  padding-top: 3em;
  border-top: none;
}
body#sectors #c4 {
  padding-top: 4em;
}

#c2 {
  width: 52%;
  padding-right: 1em;
  border-top: 1px solid silver;
  padding-top: 2em;
}
body#site-map #c2 {
  margin-bottom: 2.5em;
}
body#site-map #c2 header {
  margin-bottom: 1.5em;
}
body#site-map #c2 ul {
  margin-bottom: 0em;
  line-height: 2.5em;
}

#c3 {
  background-color: blue;
}

#c4 {
  border-top: 1px solid silver;
  padding-top: 2em;
  width: 20%;
  float: right;
  /* padding-left: 1em; */
  font-size: 0.8em;
  box-sizing: border-box;
}
body#contact #c4 {
  padding-top: 3.8em;
}

#c2 ul,
#c4 ul {
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 2em;
  margin-bottom: 1.8em;
}
body#literature #c2 ul {
  list-style-type: none;
  margin-top: 2.5em;
  margin-bottom: 4em;
  border-bottom: 1px solid silver;
  padding-bottom: 2em;
}
body#literature #c2 ul li,
body#construction-options #c2 ul li {
  margin-bottom: 0.95em;
}
body#literature #c2 ul li a {
  text-decoration: none;
}

#c2 ul a {
  color: #333366;
  text-decoration: underline;
  font-weight: 400;
}
#c2 ul a:hover {
  color: #e67700;
}

#c2 img {
  margin-top: 1em;
  border: 2px solid #999;
}
body#company #c2 img,
body#security #c2 img {
  margin-top: 0;
  border: none;
}

body#fire-protection #c4 ul,
body#panel-strength #c4 ul,
body#security #c4 ul,
body#company #c4 ul,
body#contact #c4 ul,
body#rapid-asssembly #c4 ul,
body#construction-options #c4 ul,
body#construction-options-ceilings #c4 ul,
body#construction-options-fire #c4 ul,
body#manufacture #c4 ul,
body#server-safes #c4 ul {
  padding-left: 0;
  margin-bottom: 1.8em;
  list-style-type: none;
}

body#home #c4 {
  font-size: 1em;
}
#c1 header,
#c2 header,
#c3 header,
#c4 header {
  background-image: none;
  height: 100%;
}
body#gallery #c1 header,
body#galleries #c1 header {
  margin-bottom: 2em;
}
body#galleries #c1 header {
  border-bottom: 1px solid silver;
}
body#gallery #c1 header p,
body#galleries #c1 header p {
  text-align: right;
  margin-right: 1.8em;
}
body#galleries #c1 header a {
  text-decoration: none;
}

#c2 header p {
  font-size: 1.2em;
  color: #333366;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 1.4em;
}

#c4 h2 {
  margin-bottom: 1em;
}
#c4 h3 {
  font-size: 1em;
}

#c4 p a {
  text-decoration: none;
  /* color: #999; */
  color: #666;
}

body#home #c4 p {
  font-size: 0.8em;
  line-height: 1.5em;
}

.splitList {
  float: left;
  position: relative;
  width: 100%;
}

body#company .splitList {
  margin-top: 1em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-size: 0.8em;
}
.splitList ul {
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 1.8em;
  margin: 0 0 1.8em;
}
.splitList h3 {
  margin-bottom: 1.4em;
  font-size: 1.55em;
  border-bottom: 1px solid silver;
  padding-bottom: 1.2em;
}
.sL1,
.sL2 {
  float: left;
  width: 50%;
}
.sL2 {
  float: right;
}

.lpcb-rcs {
  width: 60%;
  background: url(../images/lpcb-rcs-panel.png) no-repeat;
  float: left;
  position: relative;
  padding-left: 190px;
  margin: 0.6em 0 2.8em;
  font-size: 0.9em;
  line-height: 140%;
  padding-top: 0.4em;
  height: auto;

  overflow-x: hidden;
}

.homeSecurityPanel {
  width: 200px;
  height: 90px;
  background: #fff url(../images/security.png) 0 0 no-repeat;
}
.homeSecurityVideoPanel {
  width: 200px;
  height: 70px;
  background: #fff url(../images/home-forced-attack.png) 0 0 no-repeat;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
.homeBlastVideoPanel {
  width: 200px;
  height: 70px;
  background: #fff url(../images/home-blast-test.png) 0 0 no-repeat;
  padding-bottom: 1em;
  /* border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em; */
}
.homeSecurityPanel h4,
.homeSecurityVideoPanel h4,
.FireCaseStudyPanel h4,
.homeBlastVideoPanel h4 {
  line-height: 120%;
  width: 38%;
  font-size: 0.85em;
  padding: 1.5em 0 0 0.7em;
}
.FireCaseStudyPanel h4 {
  line-height: 120%;
  width: 60%;
  height: 136px;
  font-size: 1.1em;
}
.FireCaseStudyPanel span {
  color: #e67700;
}
.homeSecurityVideoPanel h4 {
  width: 45%;
  padding: 0.7em 0 0 0.7em;
}
.homeBlastVideoPanel h4 {
  width: 45%;
  padding: 0.7em 0 0 0.7em;
}
.homeSecurityPanel a,
.homeSecurityVideoPanel a,
.FireCaseStudyPanel a,
.homeBlastVideoPanel a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.homeSecurityPanel a:hover,
.homeSecurityVideoPanel a:hover,
.FireCaseStudyPanel a:hover {
  color: #333366;
  text-decoration: none;
}
.FireCaseStudyPanel a:hover,
.homeBlastVideoPanel a:hover {
  color: #e67700;
}

.FireCaseStudyPanel {
  width: 200px;
  height: 136px;
  background: #fff url(../images/fire-case-study-6.jpg) 0 0 no-repeat;
  margin-bottom: 1.4em;

  border-bottom: 1px solid silver;
  padding-bottom: 2.2em;
}

#lpcb {
  padding-top: 1em;
  padding-bottom: 1.5em;
  /* border-bottom: 1px solid #ccc; */
  /* border-top: 1px solid #ccc; */
  width: 100%;
  margin: 0 0 0.5em;
}
#lpcb ul {
  list-style-type: circle;
  float: right;
  margin-right: 1.6em;
  margin-top: 1.6em;
}
#lpcb img {
  /* margin-left: 1em; */
  margin-left: 0.5em;
  margin-top: 0.6em;
}
.detail {
  font-size: 0.7rem;
  line-height: 1rem;
  margin: 1em 0 0;
  padding: 0 !important;
  position: relative;
  text-align: center;
  width: 100%;
}

.cpni-panel {
  /* border-bottom: 1px solid #ccc; */
  border-top: 1px solid #ccc;
  /* padding-bottom: 2em; */
  padding-top: 2em;
  /* margin: 2em 0; */
  margin: 0.25em 0 1em;
}

body#home .cpni-panel {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}
body#home .cpni-panel h3 {
  font-weight: 600;
  font-size: 1.15rem;
}

body#security .cpni-panel {
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding-bottom: 2em;
  padding-top: 0;
  /* margin: 2em 0; */
  margin: 0.25em 0 1em;
  font-size: 1rem;
}
body#security .cpni-panel p {
  font-size: 0.6rem !important;
}

.cpni-panel-2 {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin: 2em 0;
  text-align: center;
}
.cpni-panel-3 {
  border: none;
  margin: 2em 0;
  text-align: center;
}

.cpni-panel h4 {
  color: #333366;
  font-size: 1em;
  margin-bottom: 1em;
}
body#security .cpni-panel h4 {
  font-size: 1.2em;
}
.cpni-panel img {
  margin-bottom: 0.4em;
}
.cpni-panel p {
  font-size: 0.7em !important;
  margin-bottom: 0;
}
body#security .cpni-panel p {
  font-size: 0.9em;
}

.c4Blue {
  color: #33335c;
  font-weight: 400;
}

body#security aside a {
  color: #33335c;
  text-decoration: underline;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-bottom: 1px solid silver;
}

table caption {
  /* color: #bdbdca; */
  color: #666;
  font-size: 1.1em;
  margin-bottom: 0.6em;
}
table th {
  font-weight: bold;
  color: #33335c;
  border-bottom: 1px solid silver;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.trHighlight {
  color: #e67700;
}

.dataCol {
  text-align: center;
  padding: 0.6em 0.4em;
}

body#security h5 {
  margin-top: 1.2em;
}
body#company h5 {
  font-size: 1em;
  color: #333366;
  line-height: 1.18em;
  margin: 0 0 -1em;
}

.sr1,
.sr2,
.sr3,
.sr4,
.sr5 {
  color: #ff9900;
  border-top: 2px solid #ff9900;
  padding-top: 0.8em;
}
.sr2 {
  color: #0099ff;
  border-color: #0099ff;
}
.sr3 {
  color: #008024;
  border-color: #008024;
}
.sr4 {
  color: #333366;
  border-color: #333366;
}
.sr5 {
  color: #bf0000;
  border-color: #bf0000;
}

.pdf {
  background: url(../img/pdf.png) no-repeat 0 25%;
  padding-left: 2em;
  line-height: 130%;
}

figure {
  margin-bottom: 2em;
}

figcaption {
  color: #999;
  font-size: 0.9em;
}

.subNav,
nav#subNav {
  font-size: 0.9em;
  font-weight: 400;
  /* color: gray; Mike Lawrence wants more contrast in MSIE */
  color: #333;
}
body#company .subNav,
body#company nav#subNav {
  font-size: 0.8em;
}
body#contact .subNav,
body#contact nav#subNav {
  font-size: 0.9em;
}
body#contact .subNav a,
body#contact nav#subNav a {
  color: #33335c;
}
body#contact .subNav a:hover,
body#contact nav#subNav a:hover {
  color: #e67700;
}

.subNav ul,
nav#subNav ul {
  font-weight: 400;
}
body#home .subNav ul li,
nav#subNav ul li {
  margin-left: 1em;
  font-size: 0.9em;
}
.subNav ul li,
nav#subNav ul li {
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
  margin-bottom: 1.5em;
  margin-right: 1em;
  font-size: 1.2em;
  margin-left: 0;
  list-style-position: outside;
}
.subNav ul li a,
nav#subNav ul li a {
  /* color: gray; Mike Lawrence wants more contrast in MSIE */
  color: #333;
  display: block;
}
.subNav ul li a:hover,
nav#subNav ul li a:hover {
  color: #e67700;
}

.subNav h4,
nav#subNav h4 {
  font-size: 1.3em;
  color: #33335c;
  margin-top: 2em;
}

body#sectors #subNav.market-sectors {
  margin-top: 0;
  padding-top: 0;
}
body#sectors #subNav.market-sectors h4 {
  margin-top: 0.1em;
}

nav#subNav ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.t-divider {
  border-top: 1px solid silver;
  padding-top: 0 !important;
}
.t-divider h4 {
  margin-top: 1.35em !important;
}

.logoPanelCPNI,
.logoPanelLPCB,
.logoPanelISO9001 {
  width: 270px;
  height: 82px;
  padding-left: 220px;
  background: url(../images/npsa.svg) no-repeat;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.6em;
  position: relative;
  float: left;
}
.logoPanelCPNI {
  width: 100%;
  padding-left: 0;
  padding-top: 100px;
  height: auto;
  margin-bottom: 10px;
}
.logoPanelLPCB {
  background: url(../images/LPCB-logo.png) no-repeat;
  height: 133px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.logoPanelISO9001 {
  background: url(../images/CQMS-Logo-rgb.jpg) no-repeat;
  height: 120px;
  margin-top: 20px;
}

.logoPanelCPNI h2,
.logoPanelLPCB h2,
.logoPanelISO9001 h2 {
  margin-bottom: 0.25em;
}

/* ----------- GALLERY -----------------------
--------------------------------------------------- */

body#gallery #c1,
body#galleries #c1 {
  width: 100%;
  margin-bottom: 4em;
  border-top: none;
}
body#gallery #c1 header h1,
body#galleries #c1 header h1 {
  margin-left: 0.6em;
  margin-top: 1em;
}

.lPanel1,
.lPanel2 {
  width: 43%;
  float: left;
  position: relative;
  border-top: 1px solid silver;
  padding-top: 1.5em;
  display: block;
  padding-bottom: 0;
  margin: 2em 0 0 1em;
}
.lPanel2 {
  float: right;
  margin-right: 1em;
  margin-left: 0;
}

.lPanel1 a:hover h2,
.lPanel2 a:hover h2 {
  color: #e67700;
}

.lPanel1 a:hover,
.lPanel2 a:hover {
  border-bottom: 6px solid #e67700;
  padding: 0;
}

.catGallery {
  width: 100%;
  clear: both;
  position: relative;
  font-size: 0.8em;
  float: left;
  margin: 1.5em 0 0 2em;
}
.catGallery p {
  margin: 0;
}

.catSummary {
  float: left;
  width: 203px;
  height: 235px;
  position: relative;
  margin: 0 3.5em 1em 0;
  border-bottom: 1px solid silver;
  padding-bottom: 1.2em;
  display: block;
}
.catSummary img {
  margin: 0;
  border-top: 6px solid #fff;
}
.catSummary a {
  display: block;
  color: #fff;
}
.catSummary a:hover,
.catSummary a:hover p {
  color: #e67700;
}

.catInfo {
  position: relative;
  /* bottom: 58px; */
  /*bottom: 74px;
	width: 126px; */
  /* height: 36px; */
  font-size: 1em;
  margin: 0;
  /* background: rgba(0,0,0,0.3);  /* 50% transparent - CSS3 only */
  /* background-color: #666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
  /* background: url(../img/catinfo-bg-72.png) no-repeat; */
  background-color: #bdbdca;
  padding: 0.4em 0.5em 0.4em 0.8em;
}

.catRO {
  /* for an icon overlaid top of the image */
  width: 203px;
  height: 146px;
  background: transparent url(../img/gallery-image-fs.png) no-repeat;
  position: relative;
  z-index: 1;
  bottom: 173px;
}

.catNote {
  color: #666;
  padding-left: 0.8em;
  line-height: 1.5em;
  margin: 0;
}

.catIns {
  position: relative;
  padding-left: 0.8em;
  bottom: 0;
  width: 100%;
}

/* ----------- CONTACT FORM, etc -----------------------
--------------------------------------------------- */

.form-horizontal {
  padding: 30px;
}

body.store .form-horizontal {
  background-color: white;
}

.store_product_form.form-horizontal {
  padding: 0;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-horizontal .control-group {
  margin-bottom: 1.8em;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: '';
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  /* width: 140px; */
  width: 140px;
  padding-top: 5px;
  text-align: right;
  color: #666;
}
/* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
.form-horizontal .controls {
  margin-left: 160px;
}

.store_product_form.form-horizontal .controls {
  margin-top: 4px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px !important;
  font-size: 1.2em !important;
  line-height: 36px;
  color: #33335c;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #666;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: 'Merriweather Sans', sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type='image'],
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}
input[type='image'] {
  border: 0;
}
input[type='file'] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type='button'],
input[type='reset'],
input[type='submit'] {
  width: auto;
  height: auto;
}
select,
input[type='file'] {
  height: 28px;
  line-height: 28px;
}
input[type='file'] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='image'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type='hidden'] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -ms-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -o-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  /* border-color: rgba(86, 147, 123, 0.8); */
  border-color: #e67700;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 147, 123, 0.6); */
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(230, 119, 0, 0.6);
  /* -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 147, 123, 0.6); */
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(230, 119, 0, 0.6);
  /*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 147, 123, 0.6); */
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(230, 119, 0, 0.6);
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 147, 123, 0.6); */
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(230, 119, 0, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*='span'],
select[class*='span'],
textarea[class*='span'],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #e67700;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-top: 1px solid silver;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: '';
}
.form-actions:after {
  clear: both;
}

/* .form-actions{
	margin-top: 1.5em;
	margin-left: 4em;
} */

.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #e67700;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

table.table {
  margin-left: 1em;
  background-color: white;
  padding: 0;
  width: 95%;
}

table.table img {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.table th,
.table td {
  padding: 12px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* .pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
} */

.span2 {
  width: 140px;
  float: right;
  bottom: 20px;
  position: relative;
  margin-right: 80px;
}

/* --- BASKET - PROGRESS BAR ----------------------- */

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #56937b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #56937b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^='icon-'] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^='icon-'] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 1.1em;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  font-family: 'Merriweather Sans', sans-serif;
  background-color: #e67700;
  background-image: -moz-linear-gradient(top, #e67700, #e6a500);
  background-image: -ms-linear-gradient(top, #e67700, #e6a500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e67700), to(#e6a500));
  background-image: -webkit-linear-gradient(top, #e67700, #e6a500);
  background-image: -o-linear-gradient(top, #e67700, #e6a500);
  background-image: linear-gradient(top, #e67700, #e6a500);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67700', endColorstr='#e6a500', GradientType=0);
  border-color: #56937b #56937b #4c7e6a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #e6a500;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #e6a500 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn::-moz-focus-inner,
input[type='submit'].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-group {
  position: relative;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: '';
}
.btn-group:after {
  clear: both;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow:
    inset 0 1px 6px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 6px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 6px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  width: 50%;
  margin-left: 21px;
  margin-top: 18px;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  /* background-color: #f2dede; */
  background-color: #fff;
  /* border-color: #eed3d7; */
  border-color: #ef494e;
  color: #ef494e;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.orderNote {
  font-size: 0.8em;
  padding-left: 28px;
  padding-top: 20px;
  padding-bottom: 15px;
}

/* ---------------------------------------------------------------- */

.row {
  margin-left: 30px;
}

/* --------- TABBED PRODUCT DETAILS AREA -------------------------- */

#productDetails {
  width: 99.6%;
  min-height: 350px;
  border: 1px solid #7a7a7a;
  float: left;
  position: relative;
  /* margin-top: 2.0em; */
  margin-top: 4em;
}

#productDetails nav {
  float: left;
  position: relative;
  /* bottom: 13px; */
  bottom: 16px;
  right: 1px;
}
#productDetails nav li {
  display: block;
  float: left;
  font-size: 0.8em;
}
#productDetails nav ul li a {
  text-decoration: none;
  color: #999;
  background: url(../img/off-tab.png) no-repeat;
  width: 171px;
  height: 27px;
  padding-top: 0.5em;
  display: block;
  margin-right: 1em;
  text-align: center;
}
#productDetails nav a:hover {
  text-decoration: none;
  color: #ef494e !important;
}
.tabSelected a {
  color: #333 !important;
  background: url(../img/on-tab.png) no-repeat !important;
}

.t1,
.t2 {
  width: 47%;
  float: left;
  position: relative;
  /* padding: 10px 15px; */
  padding: 0.4em 1em;
}
.t2 {
  padding-right: 0;
}

table.data {
  font-size: 0.8em;
}

table.data td {
  border-bottom: 1px solid #999;
  /* padding-top: 7px;
	padding-bottom: 7px; */
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.type {
  font-weight: bold;
  /* padding-right: 15px; */
  padding-right: 1em;
  width: 20%;
}

.tabbedProducts {
  float: left;
  position: relative;
  /* padding-left: 15px; */
  padding-left: 1.5625%;
  /* margin-top: 20px; */
  margin-top: 1.3em;
  /* width: 960px; */
  width: 98.461538461538462%;
}
.tabbedProducts h2 {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
}
.tabbedProducts p {
  font-size: 0.75em;
}

/* -------------------------------------------------------- */

.note {
  font-size: 0.7em;
}

#c2 .note {
  font-size: 0.7em;
  color: #999;
  line-height: 1.6em;
}

#footer .note {
  padding-top: 0.8em;
}

#footer {
  width: 980px;
  margin: 0 auto 2em;
  padding: 3em 0 6em 1em;
  color: silver;
  line-height: 1.6em;
  font-size: 0.8em;
  box-sizing: border-box;
  overflow-x: hidden;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #e67700;
}

#footer p {
  margin-bottom: 15px;
}

.footerC1 {
  position: relative;
  float: left;
  font-size: 1.3em;
  line-height: 1.5em;
  max-width: 50%;
  box-sizing: border-box;
}

nav#footerC2 {
  position: relative;
  float: left;
  font-size: 1.6em;
  margin-left: 3.5rem;
  margin-top: 0.5rem;
}
nav#footerC2 ul li {
  display: inline;
  margin-left: 0.3rem;
}

nav#footerC3 {
  position: relative;
  float: right;
  margin-right: 10px;
  font-size: 0.9em;
  max-width: 50%;
  box-sizing: border-box;
}

#footer .telLink {
  color: #fff;
  font-weight: 400;
}
#footer .telLink a:hover {
  color: #e67700;
}
#footer .telLink a {
  color: #fff;
  font-weight: 400;
}

/*-----  MEDIA QUERIES -----------------------------------------------------
----------------------------------------------------------------------*/

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}

/* options...not all applicable for this design! */

/* @media screen and (min-width: 2560px) */
@media screen and (max-width: 160em) {
}
/* @media screen and (min-width: 1920px) */
@media screen and (max-width: 120em) {
}
/* @media screen and (min-width: 1440px)*/
@media screen and (max-width: 90em) {
}
/* @media screen and (min-width: 1280px) */
@media screen and (max-width: 80em) {
}
/* @media screen and (min-width: 640px) */
@media screen and (max-width: 40em) {
}
@media screen and (max-width: 360px) {
}

/* --- iPad / iPhone portrait 768px ---*/
/* @media screen and (max-width: 768px) */
/* @media screen and (max-width: 800px) */
@media screen and (max-width: 50em) {
  #wrapper2 {
    width: 89%;
    margin: 0 0 0 5%;
  }

  #splash {
    display: none;
  }

  #logo a {
    margin-left: 0;
    margin-bottom: 0;
    left: -10px;
  }

  h1 {
    margin: 0 0 0.67em;
  }

  #title h1 {
    left: 1em;
    font-size: 0.9em;
  }

  #flagLinks {
    position: absolute;
    right: 0;
  }

  /* --- to have the 2 tabs pinned to the RH edge --- 
	#flagLinks{
	position: absolute;
	right: 0;
	}
	.en a, .no a{
	float: right;
	width: 13px;
	height: 33px;
	background: url(../img/en-flag-alt.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
	}
	.en a{
	margin-top: 1.5em;
	}
	.no a{
	background-image: url(../img/no-flag-alt.png);
	position: relative;
	top: 70px;
	left: 13px;
	} */

  body header {
    /* height: auto; */
    background-image: none;
    margin-bottom: 0em;
  }

  body#home header {
    margin-bottom: 2em;
  }

  body#company #c1,
  body#company #c2,
  body#company #c4,
  body#contact #c1,
  body#contact #c2,
  body#contact #c4,
  body#literature #c1,
  body#literature #c2,
  body#literature #c4,
  body#manufacture #c1,
  body#manufacture #c2,
  body#manufacture #c4,
  body#construction-options-fire #c1,
  body#construction-options-fire #c2,
  body#construction-options-fire #c4,
  body#site-map #c1,
  body#site-map #c2,
  body#site-map #c4,
  body#thankyou #c1,
  body#thankyou #c2,
  body#thankyou #c4 {
    /* padding-top: 3em; */
    padding-top: 0;
  }

  body#moduport #c1,
  body#blast-protection #c1 {
    margin-top: 3rem;
  }

  /* ---- this for displaying the complete stacked nav (always on home page) ---- */

  body nav#main {
    /* width: 98%; align with logo */
    width: 84%;
    font-size: 1.5em;
    border-bottom: 1px solid red;
    padding-bottom: 1em;
    float: left;
    margin-top: 2em;
    margin-left: 0.5em;
    margin-bottom: 2.5em;

    display: none; /* ---- AS REPLACED BY NEW VERSION ------------------ */

    /* padding-left: 0.25em; align with logo */
    /* padding-left: 0.85em; */
  }

  body nav#main {
    margin-top: 0.8em;
  }

  /* body.home#why-use-modusec nav, body.home#site-map nav{
	display: none;
	} */

  body nav#main ul {
    float: left;
  }

  body nav#main ul li {
    display: block;
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.8em;
    margin-right: 0;

    padding-bottom: 1em;
    /* border-bottom: 1px solid silver; */
  }

  body nav#main ul li a {
    background: none;
    line-height: 0.2em;
    padding-left: 0;
    padding-right: 0;
    color: gray;
  }
  .form-horizontal {
    padding: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 0;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: center;
  }
  .form-horizontal .controls {
    margin-left: 2em;
  }
  .form-horizontal .form-actions {
    padding: 0;
    border: none;
    text-align: center;
  }

  body#gallery #c1 header p,
  body#galleries #c1 header p {
    text-align: left;
    margin-right: 0;
    margin-left: 1.5em;
  }
  .catGallery {
    margin: 0 0 0 2em;
  }
  body#gallery #c1 header {
    margin-bottom: 0em;
  }
  body#galleries #c1 header {
    margin-bottom: 2em;
  }

  table {
    max-width: 90% !important;
    border-bottom: none;
    font-size: 0.7em;
  }
  table th {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }

  .logoPanelCPNI,
  .logoPanelLPCB,
  .logoPanelISO9001 {
    float: right;
  }

  body#security #mainContent,
  body#rapid-asssembly #mainContent {
    padding-top: 2em;
  }

  #c1 {
    border: none;
    width: 100%;
    border: none;
    font-size: 0.9em;
    /* margin-top: 3em !important; */
    padding-top: 0;
    margin-top: 0;
  }
  .col-50 {
    width: 100%;
    padding-right: 0;
  }
  .col-50:nth-child(3) {
    padding-right: 0;
    width: 100%;
  }

  small {
    font-size: 0.7em;
    line-height: 50% !important;
  }

  #c4 {
    float: left;
    width: 92%;
    border: none;
  }

  .lpcb-rcs {
    width: 44%;
  }

  .breadcrumb {
    float: left;
    position: relative;
    display: block;
    background-color: white;
    font-size: 1.4em;
    padding: 0 0 1.4em;
    margin: 1.6em 0 0;
  }
  .mobBc {
    margin-left: 0;
  }
  .breadcrumb a {
    color: #333366;
  }

  #c2 {
    border: none;
    padding-top: 2em;
  }

  body.home #c2 {
    width: 92%;
    border-bottom: 1px solid silver;
    margin-bottom: 2em;
  }

  #c2 ul li {
    margin-bottom: 0;
    line-height: 2em;
    font-size: 1em;
  }

  .splitList {
    font-size: 0.8em;
  }

  .sL1,
  .sL2 {
    width: 46%;
  }

  .sL1 {
    margin-right: 1em;
  }

  /* if displayed
	.return a{
	bottom: 0;
	width: 9%;
	height: 20%;
	margin-right: 0;
	font-size: 1.8em;
	margin-top: -0.2em;
	} */

  .return a {
    display: none;
  }

  nav#info {
    float: left;
    width: auto;
    height: auto;
    top: 2em;

    display: none;
  }

  nav#info ul li {
    width: 260px;
    display: block;
  }

  #footer {
    width: 96%;
    font-size: 0.85em;
    float: left;
    padding-bottom: 2em;
  }
  #footer ul,
  #footer p {
    font-size: 1em;
  }

  nav#footerC2,
  nav#footerC3 {
    position: relative;
    float: left;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 2em;
    margin-top: 1em;
  }
  nav#footerC2 {
    font-size: 1.8em;
    margin-left: 0;
    width: 100%;
  }
}

/* Smartphones small 240 (portrait) ----------- */
@media only screen and (max-width: 240px) {
  #title h1 {
    display: none;
  }
}

/* Fix for horizontal overflow between 800px and 1024px */
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  #wrapper2 {
    width: 95%;
    padding-left: 0;
    margin: 0 auto;
  }
  
  #splash {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }
  
  #c1 {
    padding-left: 10px;
    box-sizing: border-box;
  }
  
  #c4 {
    padding-right: 10px;
    box-sizing: border-box;
  }
  
  #footer {
    width: 95%;
    margin: 0 auto 2em;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  
  .footerC1 {
    max-width: 60%;
  }
  
  nav#footerC3 {
    max-width: 40%;
    margin-right: 0;
  }
}

/* Specific fix for #c1 at 864px */
@media only screen and (min-width: 850px) and (max-width: 880px) {
  #c1 {
    padding-left: 15px;
    box-sizing: border-box;
  }
}

/* Specific fix for #c4 at 964px */
@media only screen and (min-width: 950px) and (max-width: 980px) {
  #c4 {
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* More specific fix exactly at 964px screen width */
@media only screen and (width: 964px) {
  #c4 {
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/* Fix for horizontal overflow between 800px and 1024px (continued) */
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  #splash iframe {
    width: 100% !important;
    max-width: 980px;
  }

  #mainContent {
    width: 100%;
    overflow-x: hidden;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #wrapper2 {
    /* width: 980px; */
    margin-left: 5%;
  }
}

/* Nexus 7 (landscape) ? ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 966px) and (orientation: landscape) {
  #wrapper2 {
    margin: 0;
  }

  #splash {
    /* width: 980px */
    width: 966px;
  }

  iframe {
    width: 966px !important;
  }
  
  #c4 {
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/* ==========  24 Jan 2018 ==================================== */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media (min-width: 992px) {
  .embed-responsive-fixed .embed-responsive-item,
  .embed-responsive-fixed iframe,
  .embed-responsive-fixed embed,
  .embed-responsive-fixed object,
  .embed-responsive-fixed video {
    /* width: 711px;
	  height: 400px; */
    width: 888px;
    /* height: 490px; */
    height: 494px;
    /* left: 11.5%; */
    /* left: 14.5%; */
  }
}

@media (min-width: 992px) {
  .embed-responsive-16by9 {
    height: 550px;
    padding: 0 !important;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
