/* 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 #1364b9; }
  header #websiteName {
    margin: 0px;
    padding: 0px; }
    header #websiteName a {
      border: 0px;
      text-decoration: none !important; }
  header .menu .button {
    background: #1364b9;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-weight: bold; }
    header .menu .f-dropdown {
      background: #1364b9;
      border-color: #1364b9; }
      header .menu .f-dropdown:before {
        border-color: transparent transparent #1364b9 transparent; }
      header .menu .f-dropdown li {
        background: #1364b9; }
        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: #1364b9;
  color: white;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  padding: 6px 12px 4px 8px; }
  #bottomMenu ul {
    background: #1364b9;
    color: white;
    list-style-type: none;
    margin: 0px; }
    #bottomMenu ul li:hover {
      background: #b96813; }
      #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: #1364b9; }
        #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: #ccc;
  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: #ccc;
      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 Header */
#bodyBackground {
  height: 110px; }

.header-height {
  height: 110px; }

#logo {
  position: relative;
  z-index: 99;
  width: 264px;
  box-shadow: 0px 10px 40px #888;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 7px 20px;
  background: white;
  margin-left: 15px; }

#call-text {
  text-align: center; }

#call-text p:first-child {
  padding-top: 30px;
  margin-bottom: 0; }

.orbit-slide-number, .orbit-prev, .orbit-next {
  display: none; }

.orbit-container .orbit-slides-container img {
  border-left: solid 12px #eae9e9;
  border-right: solid 12px #eae9e9;
  border-bottom: solid 46px #eae9e9;
  box-shadow: 14px 4px 11px 9px #888; }

@media only screen and (max-width: 416px) {
  #logo {
    position: relative;
    z-index: 99;
    width: 211px;
    height: 161px;
    box-shadow: 0px 10px 40px #888;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 32px 9px;
    background: white;
    margin-left: 10px; } }

@media only screen and (max-width: 990px) {
  .header-height {
    height: 285px; }

  .orbit-container .orbit-slides-container img {
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none; } }


