@import url("http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Grid Constants
----------------------------------------------------------------------------------------------------*/
/* instead of grid_1, grid_2, etc. */
/* instead of prefix_1, prefix_2, etc. */
/* instead of sufix_1, sufix_2, etc. */
/* instead of push_1, push_2, etc. */
/* instead of pull_1, pull_2, etc. */
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
input,
textarea,
select {
  display: inline-block;
  width: 210px;
  padding: 4px;
  margin-bottom: 9px;
  color: #313131;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
}
label input,
label textarea,
label select {
  display: block;
}
input {
  height: 36px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
textarea {
  height: auto;
}
input,
textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
}
/* fonts */
/* colors */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: Tahoma, sans-serif;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  background: #ebebeb url('../img/background-pattern.png') repeat center top;
  line-height: 1.8em;
  padding: 10px 0 50px;
}
#container {
  width: 920px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  background-color: #f7f7f7;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
h1,
h2,
h3 {
  font-family: Arvo, sans-serif;
  font-weight: normal;
  color: #313131;
  text-shadow: 0 1px 1px #ffffff;
  text-align: center;
}
h2 {
  font-size: 25px;
}
h2.hleft {
  text-align: left;
}
h2.telephone,
h2.email {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  text-align: left;
  color: #313131;
  text-shadow: 0 1px 1px #ffffff;
  background: transparent url('../img/icon-telephone.png') left center no-repeat;
  padding: 5px 0 5px 40px;
  margin: 0 0 5px 80px !important;
}
h2.telephone {
  margin-top: 80px !important;
}
h2.email {
  margin-bottom: 80px !important;
  display: none;
  background-image: url('../img/icon-mail.png');
}
h2.email a {
  color: #313131;
  text-decoration: none;
}
h2.email a:hover {
  text-decoration: underline;
}
h3 {
  font-size: 20px;
  text-align: left;
  margin: 1em 0 0.4em;
}
h4 {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #313131;
}
p,
ul,
ol {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0.3em 0 1em;
}
ul,
ul {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  clear: both;
  zoom: 1;
  margin: 50px -20px;
  color: #d8d8d8;
  background-color: #d8d8d8;
  border: none;
  height: 1px;
}
hr:before,
hr:after {
  display: table;
  content: "";
  zoom: 1;
}
hr:after {
  clear: both;
}
div.after {
  padding: 0 25px 0 0;
  display: inline-block;
  background: transparent url('../img/buttons-ie.png') right top no-repeat;
}
div.after button {
  margin: 0 0 0 -5px;
}
a {
  color: #313131;
}
a:hover {
  color: #000;
}
a.button,
button {
  display: inline-block;
  height: 61px;
  line-height: 61px;
  padding: 0 20px 0 30px;
  margin-left: -5px;
  background: transparent url('../img/buttons.png') left top no-repeat;
  width: auto !important;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #313131;
  text-shadow: 0 1px 1px #ffffff;
  position: relative;
  border: none;
}
a.button:after,
button:after {
  content: "";
  background: transparent url('../img/buttons.png') right top no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  height: 100%;
  width: 10px;
  zoom: 1;
}
a.button:hover,
button:hover {
  background-position: left -62px;
}
a.button:hover:after,
button:hover:after {
  background-position: right -62px;
}
a.button:active,
button:active,
a.button.active,
button.active {
  background-position: left -124px;
}
a.button:active:after,
button:active:after,
a.button.active:after,
button.active:after,
a.button:active .active,
button:active .active,
a.button.active .active,
button.active .active {
  background-position: right -124px;
}
header.main {
  overflow: auto;
  margin-bottom: 20px;
  zoom: 1;
}
header.main:before,
header.main:after {
  display: table;
  content: "";
  zoom: 1;
}
header.main:after {
  clear: both;
}
header.main h1 {
  height: 0;
  line-height: 85px;
  overflow: hidden;
  padding: 85px 0 0;
  width: 305px;
  margin: 12px;
  background: transparent url('../img/logo-header.png') no-repeat center center;
  float: left;
}
header.main h1.kerkinrichtingen {
  background-image: url('../img/logo-header-kerk.png');
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  padding: 25px 0;
  overflow: auto;
}
nav ul li {
  float: left;
  border-left: 1px solid #484848;
}
nav ul li.first {
  border-left: none;
}
nav ul li a {
  padding: 10px;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #313131;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
  color: #000000;
}
.hero {
  margin: 0 -20px;
  position: relative;
}
.hero:after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 90%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}
.hero h2 {
  z-index: 10;
  text-align: center;
  position: absolute;
  margin: auto 0;
  bottom: 40px;
  color: white;
  width: 100%;
}
.photo-story {
  width: 800px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
  display: block;
  float: none;
  zoom: 1;
  margin-top: 2em;
  margin-bottom: 1em;
}
.photo-story:before,
.photo-story:after {
  display: table;
  content: "";
  zoom: 1;
}
.photo-story:after {
  clear: both;
}
.photo-story__inner {
  margin-right: -22px;
}
.photo-story__title {
  font-family: Arvo, sans-serif;
  font-weight: normal;
  font-style: italic;
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: gray;
}
.photo-story img {
  margin-bottom: 22px;
  margin-right: 22px;
  float: left;
}
.section {
  width: 800px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
  display: block;
  float: none;
}
.intro {
  width: 800px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
  display: block;
  float: none;
  margin-top: 100px;
  margin-bottom: 50px;
}
.intro h2 {
  margin: 2em 0 1em;
}
.intro .name {
  font-family: Arvo, sans-serif;
  font-style: italic;
}
.intro ul.folders a {
  text-decoration: none;
}
.intro ul.folders a:hover,
.intro ul.folders a:active {
  text-decoration: underline;
}
.quantore {
  clear: both;
  zoom: 1;
}
.quantore:before,
.quantore:after {
  display: table;
  content: "";
  zoom: 1;
}
.quantore:after {
  clear: both;
}
.quantore .left {
  width: 320px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
  padding-top: 32px;
}
.quantore .right {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
}
.quantore .right h2 {
  text-align: left;
}
.quantore .img--quantore {
  margin: 3em auto;
  display: block;
}
.check-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 5px 0 5px 45px;
  background: transparent url('../img/checkmark.png') left center no-repeat;
}
.kerkstoelen {
  clear: both;
  zoom: 1;
}
.kerkstoelen:before,
.kerkstoelen:after {
  display: table;
  content: "";
  zoom: 1;
}
.kerkstoelen:after {
  clear: both;
}
.kerkstoelen .left {
  width: 320px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
}
.kerkstoelen .right {
  width: 320px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 50px;
}
.kerkstoelen .img--kerkstoel-koppeling {
  display: block;
  padding: 45px 0;
}
.kerkstoelen .img--kerkstoel-transporter {
  display: block;
  margin: 0 auto;
}
.kerkstoelen--general .right {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.kerkinrichtingen--nunspeet-start {
  margin-top: 3em;
}
.kerkinrichtingen--nunspeet-end {
  margin-bottom: 3em;
}
.questions div.center {
  width: 920px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  clear: both;
  margin-top: 2em;
}
.questions .img--questions {
  margin: 50px -20px;
}
.products {
  padding: 100px 0;
}
.products h2 {
  margin: 0 0 1.8em;
}
.products .showcase {
  background: transparent url('../img/product-bg.png') no-repeat center top;
  overflow: auto;
  zoom: 1;
  margin: 0 -20px;
  padding: 0;
  height: 400px;
  width: 960px;
  overflow: hidden;
  position: relative;
}
.products .showcase:before,
.products .showcase:after {
  display: table;
  content: "";
  zoom: 1;
}
.products .showcase:after {
  clear: both;
}
.products .showcase ul {
  margin: 0;
  padding: 0;
  height: 400px;
  list-style: none;
}
.products .showcase ul li.item {
  margin: 0;
  padding: 0;
  height: 400px;
  width: 960px;
}
.products .showcase ul li.item ul {
  list-style: none;
  margin: 0;
  padding: 0 80px;
}
.products .showcase ul li.item ul li {
  display: block;
  float: left;
  width: 266px;
  height: 170px;
  text-align: center;
  margin: 0 0 20px;
  line-height: 160px;
}
.products .showcase ul li.item ul li img {
  vertical-align: bottom;
}
.products .showcase ul li.item ul li h4 {
  margin: 10px 0;
  font-style: italic;
  line-height: 1em;
  font-size: 16px;
}
.products .showcase .bjqs-next,
.products .showcase .bjqs-prev {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  background: transparent url('../img/arrow-left.png') no-repeat center center;
}
.products .showcase .bjqs-next {
  right: 20px;
  background-image: url('../img/arrow-right.png');
}
.products .showcase .bjqs-prev {
  left: 20px;
}
.products p {
  text-align: center;
  margin: 2.5em 0 0;
}
.contact {
  background: transparent url('../img/contact-bg.png') no-repeat center top;
  margin: 40px -20px 0;
  padding: 50px 20px 0;
  zoom: 1;
}
.contact:before,
.contact:after {
  display: table;
  content: "";
  zoom: 1;
}
.contact:after {
  clear: both;
}
.contact h2 {
  margin: 2em 0;
}
.contact .info {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.contact .info p {
  margin: 1em 0;
}
.contact .form {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
}
.order {
  background: transparent url('../img/contact-bg.png') no-repeat center top;
  margin: 40px -20px 0;
  padding: 50px 20px 0;
  zoom: 1;
}
.order:before,
.order:after {
  display: table;
  content: "";
  zoom: 1;
}
.order:after {
  clear: both;
}
.order label {
  width: 200px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
  padding: 4px;
}
.order label.product {
  width: 560px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
.order input {
  width: 560px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.order input.amount {
  width: 80px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.order div.product {
  clear: both;
  padding-left: 120px;
}
.order form {
  text-align: center;
}
.order fieldset {
  margin: 2em 0 0;
  padding: 0;
  border: none;
  zoom: 1;
}
.order fieldset:before,
.order fieldset:after {
  display: table;
  content: "";
  zoom: 1;
}
.order fieldset:after {
  clear: both;
}
.order fieldset legend {
  display: block;
  text-align: center;
  font-family: Arvo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 1em;
  width: 100%;
}
.order div.terms {
  font-size: 15px;
  margin-top: 2em;
  width: 560px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 180px;
}
.order div.terms input {
  width: 20px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.order div.terms label {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  margin-top: 0;
}
.order div.after {
  margin: 20px;
}
.order button {
  margin: 20px;
}
input,
textarea,
label {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin: 0 0 6px;
}
input.error,
textarea.error {
  border: 1px solid #9a3212;
}
label {
  font-family: Arvo, sans-serif;
  font-style: italic;
  margin: 6px 0 0;
}
label.error {
  color: #9a3212;
}
input#password {
  display: none;
}
span.error {
  font-size: 18px;
  line-height: 1.8em;
  color: #9a3212;
}
span.success {
  font-size: 18px;
  line-height: 1.8em;
  font: Arvo, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.address {
  margin: 50px -20px 0;
  height: 314px;
  background: transparent url('../img/map.png') no-repeat center top;
  border-radius: 3px;
  position: relative;
}
.address address {
  position: absolute;
  font-family: Arvo, sans-serif;
  font-style: normal;
  right: 20px;
  bottom: 28px;
  width: 280px;
  height: 115px;
  padding: 50px;
  background: transparent url('../img/address-card.png') no-repeat center center;
}
footer {
  margin: 20px 0;
  color: #b1b1b1;
  font-size: 0.8em;
  text-align: center;
}
p.browser-upgrade {
  padding: 5px;
  margin: 0;
  display: block;
  zoom: 1;
  height: 2em;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #9a3212;
}
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
li.bjqs-slide {
  display: none;
  position: absolute;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ol.bjqs-markers {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ol.bjqs-markers li {
  float: left;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
#page-terms {
  padding: 30px;
}
#page-terms h2 {
  font-size: 18px;
}
#page-terms ol {
  padding-left: 3em;
  font-size: 14px;
}
#page-terms ol li {
  margin-bottom: 1em;
  padding-left: 1em;
}
p.terms {
  width: 860px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  margin-top: -2em;
  margin-bottom: 1em;
  text-align: center;
  color: #7e7e7e;
}
.showcase.featured {
  clear: both;
  margin: 0 -20px;
  zoom: 1;
  height: 400px;
  margin-bottom: 42px;
}
.showcase.featured:before,
.showcase.featured:after {
  display: table;
  content: "";
  zoom: 1;
}
.showcase.featured:after {
  clear: both;
}
.showcase.featured .item {
  height: 400px;
}
.showcase.featured .item.magazines {
  background: transparent url('../img/magazines-bg.png') center center no-repeat;
  margin: -65px 0;
  padding: 65px 0;
}
.showcase.featured .item.magazines h2 {
  color: #fdfeff;
  text-align: left;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 255, 255, 0.5);
  margin: 36px 36px 0;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
}
.showcase.featured .item.magazines ol {
  margin: 30px 0;
  list-style: none;
}
.showcase.featured .item.magazines ol li {
  padding-left: 75px;
  margin: 10px 0;
}
.showcase.featured .item.magazines ol li.one {
  margin-left: 45px;
  background: transparent url('../img/icon-one.png') left center no-repeat;
}
.showcase.featured .item.magazines ol li.two {
  margin-left: 75px;
  background: transparent url('../img/icon-two.png') left center no-repeat;
}
.showcase.featured .item.magazines ol li.three {
  margin-left: 105px;
  background: transparent url('../img/icon-three.png') left center no-repeat;
}
.showcase.featured .item.magazines ol li.four {
  margin-left: 135px;
  background: transparent url('../img/icon-four.png') left center no-repeat;
}
.showcase.featured .item.magazines ol li.five {
  margin-left: 165px;
  background: transparent url('../img/icon-five.png') left center no-repeat;
}
.showcase.featured .item.magazines ol li a {
  display: inline-block;
  height: 61px;
  line-height: 61px;
  padding: 0 5px 0 30px;
  margin-left: -5px;
  background: transparent url('../img/buttons-2.png') left top no-repeat;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #9a3212;
  text-shadow: 0 1px 1px #ffffff;
  position: relative;
  border: none;
}
.showcase.featured .item.magazines ol li a:after {
  content: "";
  background: transparent url('../img/buttons-2.png') right top no-repeat;
  position: absolute;
  right: -25px;
  top: 0;
  display: block;
  height: 100%;
  width: 25px;
  zoom: 1;
}
.showcase.featured .item.magazines ol li a:hover {
  background-position: left -62px;
  color: #013b6f;
}
.showcase.featured .item.magazines ol li a:hover:after {
  background-position: right -62px;
}
.showcase.featured .item.magazines ol li a:active,
.showcase.featured .item.magazines ol li a.active {
  background-position: left -124px;
  color: #418abc;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
.showcase.featured .item.magazines ol li a:active:after,
.showcase.featured .item.magazines ol li a.active:after {
  background-position: right -124px;
}
.showcase.featured .item.magazines ol.small {
  padding: 0;
}
.showcase.featured .item.magazines ol.small li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.showcase.featured .item.magazines ol.small li a {
  background-image: url('../img/buttons-2-small.png');
  height: 51px;
  line-height: 54px;
  padding-left: 25px;
  margin-top: -5px;
  margin-bottom: 5px;
}
.showcase.featured .item.magazines ol.small li a:after {
  background-image: url('../img/buttons-2-small.png');
}
body.magazine {
  margin: 0;
  padding: 0;
  background: #fff;
}
body.magazine .wrap {
  position: absolute;
  top: 122px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-width: 780px;
  padding: 0;
  margin: 0;
}
body.magazine iframe,
body.magazine embed {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
body.magazine iframe.aanbiedingen,
body.magazine embed.aanbiedingen {
  min-height: 700px;
}
body.magazine.children {
  height: 100%;
  width: 100%;
}
body.magazine.children .wrap {
  width: 780px;
  position: relative;
  top: 23%;
  margin-left: auto;
  margin-right: auto;
}
body.magazine.children .wrap:after {
  content: "";
  display: inline-block;
  width: 340px;
  height: 373px;
  background: transparent url('/img/magazine-small.jpg') no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -186px;
}
body.magazine.children ol {
  list-style: none;
}
body.magazine.children h2 {
  text-align: left;
  margin-top: 0;
}
#header {
  height: 120px;
  width: 100%;
  min-width: 960px;
  position: relative;
  background-color: #ebebeb;
  border-bottom: #9B301C solid 2px;
  z-index: 10;
}
#header a.logo {
  display: block;
  height: 84px;
  width: 300px;
  padding: 18px;
  border: none;
  float: left;
}
#header ol {
  margin: 22px 0 0 0;
  padding: 0 20px 0 0;
  float: right;
  list-style: none;
}
#header ol li {
  float: left;
  margin: 5px 15px;
  padding: 0;
}
#header ol li a {
  font-size: 15px;
  padding: 0 15px 0 25px;
}
.lt-ie9 #header a.logo {
  width: 200px;
}
.lt-ie9 #header a.logo img {
  width: 200px;
  margin-top: 10px;
}
.lt-ie9 #header ol li a {
  font-size: 12px;
}
@media (max-width: 1176px) {
  #header a.logo {
    width: 200px;
  }
  #header a.logo img {
    width: 200px;
    margin-top: 10px;
  }
  #header ol li a {
    font-size: 12px;
  }
  #header ol li {
    margin: 5px;
  }
}