/*
 $heading-font: 'Droid Sans'; 
 $heading-scale: 1; 
 $heading-color: #000; 
 $page-width: 1000px; 
 $page-margin: 20px; 
 $sidebar-width: 260px; 
 $column-spacing: 1%; 
 $column-padding: 20px 20px; 
 $min-column-width: 200px; 
 $body-background-color: #fff; 
 $body-color: #000; 
 $body-font: 'Droid Sans'; 
 $body-scale: 1; 
 $menu-background-color: none; 
 $menu-item-background-color: none; 
 $menu-item-color: #fff; 
 $menu-item-padding: 0px 10px; 
 $link-color: blue; 
 $link-behaviour: none; 
 $outline-color: #eee; 
 $outline-fill-color: #f8f8f8; 
 $calendar-min-cell-width: 100px; 
 $footer-background-color: #222; 
 $footer-color: #fff; 
 $footer-link-color: #c00; 
 */
/*--Designed and built by: http://indicoll.co.uk--*/
/*--Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, div {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
/* remember to define visible focus styles! 
 :focus {
 outline: ?????;
 } */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }

* {
  -webkit-text-size-adjust: none; }
/*--Main*/
body {
  background: #fff;
  /*background: $body-background-color url("/img/menu-bg.jpg") center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;*/
  color: #000;
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.428; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 700;
  color: #000;
  text-rendering: optimizelegibility;
  font-family: "grafolita-script"; }

h1 {
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 30px; }

h2 {
  font-size: 30px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 24px; }

h4 {
  font-size: 16px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 18px; }

p {
  margin: 0 0 20.8px 0; }

a {
  color: #fd0100;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button {
  background: #fd0100;
  color: #fff;
  font-weight: 300;
  font-family: "open-sans", sans-serif; }

button a {
  color: #fff; }

ul, ol {
  margin: 10px 0px 10px 25px; }

ul li {
  list-style: outside disc; }

ol li {
  list-style: outside decimal; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  width: 100%; }
/*--Responsive Nav*/
div.button_inner {
  max-width: ;
  margin: 0px auto;
  position: relative; }

div.button_inner p {
  display: none; }
/*--Page*/
/*div#page-wrapper {
 max-width: $page-width;
 margin: 20px auto;
 background: $body-background-color;
 padding: 2%;
 }*/
/*--Header*/
#header_wrapper {
  margin: 0;
  height: auto; }

header {
  max-width: 1000px;
  margin: 0px auto;
  position: relative; }
  header .searchBox {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 267px; }
  @media only screen and (max-width: 767px) {
  header {
    text-align: center; } }

.telephone {
  position: absolute;
  top: 50px;
  right: 10px;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #ec1f26; }

header h1 {
  margin-top: 0px;
  margin-bottom: 0; }

header img {
  width: 60%; }

header .slot-logo {
  position: absolute;
  right: 10px;
  top: 100px; }
  header .slot-logo span {
    border-color: #ec1f26; }
  @media only screen and (max-width: 767px) {
  header .slot-logo {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto; } }

footer .slot-logo {
  padding-top: 60px; }
  footer .slot-logo img {
    border-color: #fff; }

.slot-logo {
  display: inline-block; }
  .slot-logo a {
    display: table; }
  .slot-logo img {
    height: 78px;
    width: auto;
    vertical-align: top;
    display: table-cell;
    border: solid 1px #ec1f26;
    border-left: none; }
  .slot-logo span {
    width: 120px;
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
    border: solid 1px #fff;
    border-right: none;
    text-align: center;
    background: #ec1f26;
    color: #fff; }
/*--Nav*/
.sitemapBreadcrumbs p {
  margin-bottom: 0; }

div.nav_wrapper {
  height: auto;
  /*background: $menu-background-color;*/
  position: relative; }
  div.nav_wrapper .searchBox {
    display: none; }

div.nav_inner {
  max-width: 1000px;
  margin: 0px auto 0px auto;
  position: relative;
  height: auto;
  /*padding: 0 $page-margin;*/
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  /*background: $menu-background-color;*/
  border-bottom: 1px solid #ccc; }

.nav_inner.top_nav_inner {
  border-bottom: none;
  padding: 0; }

.menu {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1000px;
  height: auto;
  text-align: center; }

.menu.top_menu {
  position: absolute;
  right: 0; }

.menu ul {
  margin: 0; }

.menu li {
  display: inline-block;
  margin: 0px 4px 0px 0px;
  padding: 0;
  background: none;
  list-style: none; }

.menu li a, .menu li span.menuItem {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  background: none;
  text-decoration: none;
  padding: 0px 10px;
  padding: 5px 7px; }

/*.menu li a:hover,*/

.menu li a.current, .menu li.jshover a, .menu li.jshover span.menuItem, .menu li a.active, .menu li span.active {
  background: #eee;
  color: #000; }

.menu li a.btnMenuExpand, .menu li a.btnMenuContract {
  display: none; }

.menu li ul {
  left : -999em;
  position : absolute;
  margin: 0;
  padding: 20px;
  background: #eee; }

.menu li ul li {
  float : none;
  margin: 0px;
  display: block;
  text-align: left; }

.menu li ul a, .menu li ul span.menuItem {
  width : 150px;
  text-transform: none; }

.menu li ul li.jshover a, .menu li ul li.jshover span.menuItem {
  background: #fff;
  color: #808080; }
/*.menu li:hover ul,*/
.menu li.jshover ul {
  left: auto; }

.menu li ul ul {
  margin: -36px 0 0 170px;
  /*left margin is width plus padding of .menu li a */ }

.menu li.jshover ul ul {
  left: -999em; }

.menu li.jshover ul, .menu li li.jshover ul {
  left: auto; }

html.ie7 .menu li.jshover ul, html.ie7 .menu li li.jshover ul, html.ie7 .menu li li li.jshover ul {
  left: auto; }

html.ie7 .menu li ul ul {
  margin: -37px 0 0 170px;
  /*ie7 pixel shift fix top margin should be 1px higher than that of .menu li ul ul */ }

.menu li.jshover ul ul, .menu li.jshover ul ul ul {
  left: -999em; }

.menu li.jshover ul, .menu li li.jshover ul, .menu li li li.jshover ul {
  left: auto; }
/*--Sub Menu*/
.sitemapSubMenu ul {
  margin-left: 0; }

.sitemapSubMenu ul li {
  list-style: none; }
/*--Content*/
.column-wrapper {
  clear: both; }

.column {
  max-width: 1000px;
  margin: 0px auto;
  position: relative; }

.hero {
  width: 100%;
  /*width: 940px;*/
  margin: 0px auto;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.hero .column .one {
  height: 500px;
  position: relative;
  padding: 0;
  margin: 0;
  background: none; }

.hero h3.heroHeading {
  color: white;
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  background: rgba(13, 85, 161, 0.7);
  padding: 40px;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc); }

.heroPanel {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc); }

.heroButton {
  padding: 2px 10px;
  background: #fdb417;
  border: 4px solid #fff;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000;
  margin-right: 1%; }

.heroButton:hover {
  margin-top: 1px; }

.heroButton h3 {
  color: #0d55a1;
  font-weight: bold; }

.one, .twoA, .twoB, .threeA, .threeB, .threeC, .fourA, .fourB, .fourC, .fourD {
  float: left;
  margin-bottom: 1%;
  position: relative;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  padding: 20px 20px; }

.twoB, .threeC, .fourD {
  margin-right: 0; }

.one {
  float: left;
  margin-bottom: 1%;
  position: relative;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  padding: 20px 20px;
  margin-right: 0;
  float: none; }

.twoA, .twoB {
  width: 49.5%; }

.threeA, .threeB, .threeC {
  width: 32.66667%; }
/*body#home .threeA,
 body#home .threeB,
 body#home .threeC {
 padding-top: 0px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 }*/
.fourA, .fourB, .fourC, .fourD {
  width: 24.25%; }

@media only screen and (max-width: 870px) {
  .fourA, .fourB, .fourC, .fourD {
    width: 49.5%; }

  .fourB {
    margin-right: 0; } }

@media only screen and (max-width: 660px) {
  .threeA, .threeB, .threeC {
    width: 100%;
    margin-right: 0;
    float: none; } }

@media only screen and (max-width: 450px) {
  .twoA, .twoB, .fourA, .fourB, .fourC, .fourD {
    width: 100%;
    margin-right: 0;
    float: none; } }

.sidebarLeftNav, .sidebarLeft, .sidebarLeftMain {
  float: left;
  margin-bottom: 1%;
  position: relative;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  padding: 20px 20px;
  float: right;
  margin-right: 0; }

.sidebarLeftNav, .sidebarLeft {
  margin-right: 1%;
  width: 25.74%;
  float: left; }

.sidebarLeftMain {
  width: 73.26%; }

.sidebarRightNav, .sidebarRight, .sidebarRightMain {
  float: left;
  margin-bottom: 1%;
  position: relative;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  padding: 20px 20px; }

.sidebarRightNav, .sidebarRight {
  margin-right: 0;
  width: 25.74%;
  float: right; }

.sidebarRightMain {
  width: 73.26%; }

.sidebarRightMain, .sidebarRightNav {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0; }

@media only screen and (max-width: 817.00078px) {
  .sidebarLeftNav, .sidebarLeft, .sidebarLeftMain, .sidebarRightNav, .sidebarRight, .sidebarRightMain {
    width: 100%;
    margin-right: 0;
    float: none; } }

.sidebarBlock {
  margin-bottom: 20px; }

.sidebarBlock h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

.clear {
  clear: both; }
/*--menu--*/
.gastroMenu {
  background: #eee;
  padding: 20px; }

.gastroMenu h1, .gastroMenu h2, .gastroMenu h3 {
  font-family: 'Droid Sans'; }

.gastroMenuSection.menu-level-2 {
  background: none;
  padding: 0px;
  margin-bottom: 20px; }

.gastroMenuSection.menu-level-3 {
  background: none;
  padding: 0px;
  margin-bottom: 20px; }

.gastroMenuItem {
  position: relative;
  padding-right: 60px; }

.gastroMenuItem .price {
  position: absolute;
  top: 0px;
  right: 0px; }

.gastroMenuItem h4 {
  margin-bottom: 0px; }

.menuItemSummary {
  font-style: italic;
  font-size: 13px; }

.price {
  font-weight: bold; }

.gastroMenu h1 {
  text-align: center; }

.menu-heading-2 {
  border-bottom: 1px solid #000; }

/*-- gallery --*/

#instafeed {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em; }

.instapic a:hover {
  text-decoration: none; }

.instapic {
  display: inline-block;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10%;
  background: #eee; }

.instapic img {
  width: 100%;
  display: block; }

.instapic p {
  text-align: center;
  padding: 2%;
  font-size: 18px;
  margin-bottom: 0px; }

.cmsPic img {
  width: 50%;
  float: left; }

@media only screen and (min-width: 360px) {
  #instafeed {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

@media only screen and (min-width: 500px) {
  #instafeed {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 940px) {
  #instafeed {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
/*--Stockists*/
#stockist_wrapper {
  margin: 0px 0px 20px 0px;
  height: 85px;
  /*background: #fff url('../img/steel.jpg') repeat-x;*/
  background: #eee;
  background: #585858;
  padding: 0px 0px; }

#stockist_inner {
  position: relative; }

#stockist_inner .one {
  margin: 0px 0px 0px 0px; }

#stockistMap {
  height: 210px;
  padding-bottom: 20%; }

.legend {
  margin: 10px 0; }

.legend:before, .legend:after {
  content: " ";
  display: table; }

.legend:after {
  clear: both; }

.legend {
  *zoom: 1; }

@media only screen and (min-width: 940px) {
  ul.legend li {
    float: left;
    padding-right: 15px;
    padding-left: 25px; } }

.legend li {
  line-height: 28px;
  margin-bottom: 3px;
  padding-left: 30px;
  list-style: none;
  position: relative;
  color: white; }

.legend li img {
  height: 25px;
  left: 0;
  position: absolute; }

.fluid-column {
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 0px; }

.map-wrapper {
  position: relative; }

.map_locator {
  display: none; }

#map_search {
  padding: 10px 20px; }

#map_search:before, #map_search:after {
  content: " ";
  display: table; }

#map_search:after {
  clear: both; }

#map_search {
  *zoom: 1; }

#map_search span {
  color: white;
  padding: 5px;
  text-transform: uppercase; }

.customerAddress {
  width: 240px; }

.customerAddress h4 {
  font-size: 14px;
  line-height: 20px; }

.stockists h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px; }

ul.stockists {
  margin: 20px 0px; }

.stockists li {
  list-style: none;
  background: none;
  padding-left: 0px;
  margin-bottom: 40px; }

.stockistType {
  font-style: italic; }

.toolbar {
  background: #0d55a1; }

.toolbar h3, .toolbar label {
  color: white; }
/* captions */
.caption {
  width: 320px;
  position: absolute;
  bottom: 20px;
  margin-left: 60px;
  padding: 5px 20px; }

@media only screen and (max-width: 940px) {
  .caption {
    width: auto;
    position: relative;
    bottom: auto;
    margin-left: 0; } }

.captionDark {
  background: #000;
  background: rgba(13, 85, 161, 0.8); }

.captionDark h1 {
  color: white; }

.captionDark p {
  color: white; }
/* calendar */
.cal-header {
  text-align: center; }

.cal-body {
  width: 100%;
  position: relative;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee; }

.cal-day {
  background: #f8f8f8; }

.cal-nav {
  height: 32px;
  position: relative; }

.cal-nav-today {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.cal-nav-next {
  position: absolute;
  top: 0;
  right: 3px; }

.cal-nav-prev {
  position: absolute;
  top: 0;
  left: 3px; }

.cal-cell, .cal-day {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
  padding: 3px; }

.cal-cell {
  width: 14.2%;
  height: 142.85714px; }

.cal-cell-today {
  background: #eee; }

.cal-cell-full-title {
  display: none; }

.cal-cell-event-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.cal-event {
  font-size: 12px;
  line-height: 1;
  margin: 3px 0;
  list-style: none;
  padding: 3px 5px; }

.cal-last-month {
  background: #fff; }

.cal-last-month .cal-cell-title, .cal-last-month .cal-event {
  display: none; }

@media only screen and (max-width: 740px) {
  .cal-body {
    border: none; }
    .cal-days {
      display: none; }
    .cal-cell {
      display: block;
      width: 100%;
      height: auto;
      border: none;
      background: #eee;
      margin-bottom: 10px;
      padding: 10px; }
    .cal-cell-title {
      display: none; }
    .cal-cell-full-title {
      margin-top: 10px;
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      display: block; }
    .cal-cell-no-events {
      display: none; }
    .cal-event {
      font-size: 16px;
      padding: 0;
      margin: 5px 0; } }

@media only screen and (max-width: 1020px) {
  .sidebarRightMain .cal-body, .sidebarLeftMain .cal-body {
    border: none; }
    .sidebarRightMain .cal-days, .sidebarLeftMain .cal-days {
      display: none; }
    .sidebarRightMain .cal-cell, .sidebarLeftMain .cal-cell {
      display: block;
      width: 100%;
      height: auto;
      border: none;
      background: #eee;
      margin-bottom: 10px;
      padding: 10px; }
    .sidebarRightMain .cal-cell-title, .sidebarLeftMain .cal-cell-title {
      display: none; }
    .sidebarRightMain .cal-cell-full-title, .sidebarLeftMain .cal-cell-full-title {
      margin-top: 10px;
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      display: block; }
    .sidebarRightMain .cal-cell-no-events, .sidebarLeftMain .cal-cell-no-events {
      display: none; }
    .sidebarRightMain .cal-event, .sidebarLeftMain .cal-event {
      font-size: 16px;
      padding: 0;
      margin: 5px 0; } }
/*--article--*/
.articleSummary {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.articleSummary img, .articlePage img {
  float: left;
  margin-right: 20px;
  width: auto; }

.articlePage img {
  margin-bottom: 20px;
  width: auto; }

.articlePage .articleBody {
  margin-left: 170px; }

@media only screen and (max-width: 410px) {
  .articleSummary img, .articlePage img {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center; }

  .articlePage .articleBody {
    margin-left: 0; } }
/*--table*/
div.table-wrapper {
  padding: 0px; }

table {
  width: 100%; }

table tr th {
  font-weight: bold;
  text-align: left; }

.openingTimes thead tr {
  background: none; }

.openingTimes tbody tr {
  border-bottom: 1px solid #ccc; }

.openingTimes thead tr {
  border-bottom: 2px solid #ccc; }

.openingTimes tbody tr:nth-child(odd) {
  background: #eee; }

table {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc; }

table tr td {
  padding: 8px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: right; }

table tr th {
  padding: 8px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center; }
/*--notice board*/
.noticeBoard {
  background: #000 url('/img/blackboard.jpg');
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  -moz-box-shadow: inset 0 0 30px 2px #000;
  -webkit-box-shadow: inset 0 0 30px 2px #000;
  box-shadow: inset 0 0 30px 2px #000; }

.noticeBoard p {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-family: 'Permanent Marker', sans-serif;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg); }
/*--theme*/
.theme-text, .theme-image {
  padding: 20px 40px 0px 40px; }

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

.theme-cta button {
  margin-left: 30%;
  margin-right: 30%; }

.pageIntro {
  text-align: center; }

.statement {
  background: #eee;
  padding: 5% 10%; }

.one.narrow {
  padding: 5% 10% 5% 10%; }

.block {
  background: #eee; }
/*--slots*/
.slot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc); }

.socialLink img {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px; }

.switcheroo .slot {
  margin: 20px 0px 40px 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc; }

.switcheroo .slotImage {
  width: 40%;
  float: left; }

.switcheroo .slotText {
  width: 46%;
  padding: 0% 2%;
  float: right; }
/*--slider*/
.singleImage {
  margin-bottom: 40px; }

#slider2 img {
  margin: 0 0 40px 0; }

.imageCaption {
  font-size: 13px;
  text-align: right;
  font-style: italic; }

.bx-wrapper {
  padding: 0;
  margin: 0;
  height: auto; }

.slide img {
  display: block; }

.slide {
  position: relative; }

.slide h2 {
  position: absolute;
  color: #fff;
  top: 20%;
  text-align: center;
  width: 100%; }

.slide h2 span {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.3); }

.commerceSimplePaginator ul {
  margin: 0;
  display: table;
  width: 100%; }
  .commerceSimplePaginator li {
    list-style: none;
    display: table-cell;
    vertical-align: middle; }
    .commerceSimplePaginator li .arrow {
      padding: 10px 20px;
      background: #ec1f26;
      color: #fff;
      display: inline-block; }
    .commerceSimplePaginator li.currentPage {
      text-align: center;
      background: #ccc;
      color: white;
      width: 99%; }
    .commerceSimplePaginator li.nextPage {
      text-align: right; }

.searchSection {
  padding-bottom: 20px;
  position: relative;
  padding-right: 126px; }
  .searchSection form .searchInput {
    width: 100%; }
    .searchSection form .searchButton {
      position: absolute;
      right: 0;
      top: 0px;
      width: 110px;
      padding: 5px 12px; }

.searchResult {
  padding: 10px 0 0 0; }
  .searchResult h3 {
    margin-bottom: 0; }
/*--footer*/
#footer-wrapper {
  clear: both;
  padding: 0px 0px;
  background: #222;
  background: #fd0100;
  background: #ec1f26; }

footer {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc); }

footer * {
  color: #fff; }

footer a {
  color: #c00;
  color: #fff; }

footer .one {
  margin: 0px; }

.addressDetail p {
  margin-bottom: 0px; }

.siteInfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc); }

.siteInfo ul {
  margin: 0; }

.siteInfo li {
  margin: 0px 5px 0px 5px;
  list-style: none;
  float: left; }

.expanse {
  /*max-width: $page-width;
   margin: 0px auto;*/
  position: relative;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30%;
  text-align: left;
  position: relative; }

.expanse-panel {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 15%;
  padding-left: 10%; }

.expanse-panel h1 {
  margin: 10px 0; }

.expanse-panel p {
  margin: 10px 0; }

.fieldset {
  position: relative;
  padding: 5% 4% 2% 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/box_sizing.htc);
  background: #eee; }

.formInput {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 3px 5px;
  font-size: 16px;
  line-height: 1.428; }

.formLabel {
  display: block;
  width: 100%;
  padding: 10px 2% 5px 0;
  font-size: 16px;
  line-height: 1.428; }

.formLegend {
  padding: 0% 7% 2% 22%; }

.fieldset .error {
  float: left;
  clear: left; }

label.error {
  color: #ec1f26;
  width: 100%; }

.formToolbar {
  padding: 5% 0% 5% 0; }

@media only screen and (max-width: 600px) {
  .formInput {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/css/box_sizing.htc); }

  .formLabel {
    float: none;
    width: 100%;
    text-align: left; }

  .formLegend {
    padding: 2%; } }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button, .formSubmit, input[type="submit"] {
  border: none;
  font-size: 16px;
  line-height: 1.428;
  padding: 10px 20px;
  background: #ec1f26;
  color: #fff; }

.formToolbar {
  clear: both;
  text-align: right; }

.notice {
  font-size: 20px;
  background-color: red;
  color: white;
  text-align: center;
  line-height: 2;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  #header_wrapper {
    height: auto;
    margin-bottom: 0px; }
    header .searchBox {
      display: none; }
    header img {
      width: 100%; }
    .telephone {
      position: relative;
      right: auto;
      top: auto;
      text-align: center;
      margin-top: -20px; }
    div.button_wrapper, div.button_inner {
      height: auto;
      background: #000;
      padding: 0px;
      margin: 0; }
    div.button_inner {
      float: left;
      margin-bottom: 1%;
      position: relative;
      margin-right: 1%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      *behavior: url(/css/box_sizing.htc);
      padding: 20px 20px;
      margin-right: 0;
      float: none; }
    div.button_inner p {
      display: inline;
      margin: 0;
      text-transform: uppercase;
      text-align: right; }
    div.button_inner p a {
      cursor: pointer;
      color: #fff; }
    header, div.nav_inner, div.button_inner, .menu {
      margin: 0px auto; }
    div.nav_wrapper {
      clear: both;
      height: auto;
      display: none;
      margin-bottom: 0px;
      overflow-y: hidden;
      padding: 0px 0px;
      border-bottom: 1px solid #000; }
      div.nav_wrapper .searchBox {
        display: block; }
        div.nav_wrapper .searchBox .searchInput {
          width: auto; }
    div.nav_inner, .menu {
      clear: both;
      position: relative; }
    .menu li {
      display: block;
      float: none;
      position: relative; }
    footer div.terms ul li {
      float: none;
      margin-right: 0px; }
    footer .twoB {
      padding: 0; }
    .menu {
      text-align: left; }
    .menu li a, .menu li span.menuItem {
      position: relative;
      display: block;
      margin-right: 0px;
      height: auto;
      border: none;
      font-size: 16px;
      text-decoration: none;
      margin: 0;
      padding: 5px; }
    .menu li a:not(:only-child):not(.btnMenu) {
      width: 220px; }
    .menu li span.menuItem ~ a.btnMenu {
      left: 0;
      width: 280px; }
    .menu li a.btnMenu {
      position: absolute;
      left: 248px;
      top: 0;
      width: 32px;
      padding: 0;
      height: 32px;
      background: none; }
    .menu li a.btnMenu span, .menu li a.btnMenu:hover span {
      display: block;
      position: absolute;
      right: 0;
      top: 3px;
      padding: 0 0 0 0;
      margin: 3px;
      cursor: pointer;
      height: 28px;
      width: 28px;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      font-weight: bold;
      z-index: 10; }
    .menu li a.btnMenuExpand {
      display: block; }
    .menu li a.btnMenuContract {
      display: none; }
    .menu li ul a, .menu li ul span.menuItem {
      width: auto; }
    .menu li ul, .menu li ul ul, .menu li ul ul ul {
      left : 0;
      display: none;
      position : static;
      box-shadow: inset 0 0 20px #000;
      margin: 10px -20px;
      padding: 15px 10px 10px 20px; }
    .menu li ul ul, .menu li ul ul ul {
      margin: 10px -10px 10px -20px; }
    .menu.top_menu {
      display: none; } }
