/* town.ie: main */
@import url("//fonts.googleapis.com/css?family=Quicksand:400,700");
html, body {
  font-size: 15px; }

body {
  background: white; }

header {
  background: white;
  border-bottom: 12px solid #363; }
  header #websiteName {
    margin: 0px;
    padding: 0px; }
    header #websiteName a {
      border: 0px;
      text-decoration: none !important; }
  header .menu .button {
    background: #363;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-weight: bold; }
    header .menu .f-dropdown {
      background: #363;
      border-color: #363; }
      header .menu .f-dropdown:before {
        border-color: transparent transparent #363 transparent; }
      header .menu .f-dropdown li {
        background: #363; }
        header .menu .f-dropdown li a {
          color: white; }
  header .button-group .button {
    border-radius: 10px 10px 0px 0px;
    font-size: 1.04rem;
    padding: 12px 10px 12px 10px;
    margin: 0px 4px 0px 4px; }
  @media only screen and (min-width: 64.0625em) {
  header .column:nth-child(2) {
    position: relative;
    height: 102px; }
    header .column:nth-child(2) ul {
      position: absolute;
      left: auto;
      right: 12px;
      bottom: 0px; } }

.column.content {
  background: white; }

h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem; }

#bottomMenu {
  background: #363;
  color: white;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  padding: 6px 12px 4px 8px; }
  #bottomMenu ul {
    background: #363;
    color: white;
    list-style-type: none;
    margin: 0px; }
    #bottomMenu ul li:hover {
      background: #636; }
      #bottomMenu ul li[data-level="0"] {
        display: inline-block;
        font-size: 0.8rem;
        margin-left: 6px;
        margin-right: 6px; }
        #bottomMenu ul li[data-level="0"]:hover {
          background: #363; }
        #bottomMenu ul li[data-level="0"] :link, #bottomMenu ul li[data-level="0"] :visited {
          color: white; }
          #bottomMenu ul li[data-level="0"] :link:hover, #bottomMenu ul li[data-level="0"] :visited:hover {
            color: #fff; }

footer #credits {
  margin: 8px 4px 4px 4px;
  text-align: center; }
  footer #credits p {
    font-size: 0.72rem;
    margin: 0px; }

#bodyBackground {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 200px;
  background: #eaeaea;
  z-index: -40; }

.block {
  padding: 0px; }
  .block > div {
    overflow: hidden;
    border-radius: 10px; }
    .block > div > div {
      background: #eaeaea;
      padding: 16px 10px; }
    .block > div > h3 {
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 4px 10px 4px 10px;
      background: #eaeaea;
      color: white;
      font-family: "Quicksand", sans-serif;
      font-size: 22px;
      text-transform: uppercase; }

h3:not(.block) {
  font-size: 1.04rem;
  font-weight: bold; }

.contactButton {
  background-color: #333;
  border-radius: 6px;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
  text-transform: uppercase; }

.contactButton:hover {
  color: yellow; }

.contactButton.facebook {
  background-color: #49629b; }

#gallery_slider .orbit-timer, #gallery_slider .orbit-slide-number {
  display: none; }

.pricing-table .title {
  font-size: 1.3rem;
  text-transform: uppercase; }
  .pricing-table .img {
    position: relative;
    width: 100%;
    height: 232.656px;
    background: no-repeat 50% 100%;
    background-size: contain; }
  .pricing-table .price {
    font-size: 1.5rem; }

.product-background {
  width: 100%;
  height: 69vh;
  display: block; }

.product {
  margin: 0.8rem 0; }
  .product .product-description {
    text-align: justify;
    padding-right: 1.2rem; }
  .product .product-price {
    font-size: 1.3rem;
    margin-bottom: 20px; }
  .product .product-facebook-share {
    margin-top: 4px; }
  .product #productAddToCartAmountContainer {
    height: 50px; }
    .product #productAddToCartAmountContainer #productAddToCartAmount {
      height: 50px;
      text-align: center; }
  .product #productAddToCartButton {
    height: 50px; }

.cart .cart-product .thumbnail {
  width: 240px;
  max-width: 20vw; }
  .cart .cart-product .title {
    font-weight: bold; }
  .cart .cart-product .cart-product-remove {
    color: red;
    font-size: 1.4em; }


/* town.ie: home */
#home_main_img2 {
  border-bottom: 8px solid #eae9e9;
  margin-bottom: 12px; }

@media only screen and (min-width: 64.0625em) {
  #home_main_img2 {
    border-bottom: 20px solid #eae9e9; } }

#block_contact p {
  margin: 0px; }

#block_address address {
  font-style: normal; }

@media only screen and (min-width: 64.0625em) {
  #block_address > div {
    margin: 0px 6px 6px 0px; }

  #block_contact > div {
    margin: 0px 0px 6px 6px; } }

@media only screen and (max-width: 64em) {
  #block_contact > div {
    margin: 6px 0px 0px 0px; } }

#block_opening_hours > div {
  margin: 6px 0px 0px 0px; }

#block_opening_hours > div > h3 {
  background: #333; }

#block_opening_hours table tr td:nth-child(2) {
  text-align: right; }

#block_opening_hours table, #block_opening_hours table * {
  background: transparent;
  border: 0px; }


/* town.ie: animations */
header .column:nth-child(2) ul li a {
  transition: all 0.2s; }
  header .column:nth-child(2) ul li a:not(.split):hover {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 14px;
    padding-right: 14px; }

#bottomMenu ul li a {
  transition: all 0.4s; }
  #bottomMenu ul li a:hover {
    color: yellow; }



/* Custom Main */
body {
  font-family: 'Open Sans Condensed', sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans Condensed', sans-serif; }

.row {
  max-width: 68.2rem; }


/* Custom Footer */
#bottomMenu {
  margin-top: 20px; }


/* Custom Header */
header {
  background: #fff url('/upload/banner.jpg') no-repeat;
  background-size: 100% 100%;
  height: 130px;
  border-bottom: 12px solid #363; }

.logoContainer {
  display: none; }

@media only screen and (min-width: 64.0625em) {
  header .column:nth-child(2) ul {
    bottom: 10px; } }

@media only screen and (max-width: 100em) {
  header .column:nth-child(2) ul {
    position: absolute;
    left: auto;
    right: 12px;
    bottom: 10px; } }

@media only screen and (max-width: 641px) {
  header .column:nth-child(2) ul {
    position: unset;
    left: unset;
    right: unset;
    bottom: unset; }

  header .button-group li {
    display: block; }

  header .menu .button:hover {
    background: #01559d; }

  header .button-group li > .button {
    display: block;
    border-radius: 0px; } }


