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



/* Main */
@import url(http://fonts.googleapis.com/css?family=Quicksand:700);
html, body {
  font-size: 15px;
}
body {
  background: white;
}
header {
  background: white;
  border-bottom: 12px solid #CC3333;
}
header .button-group .button {
  background: #CC3333;
  font-family: "Quicksand", San-Serif;
  color: white;
  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: 106px;
  }
  header .column:nth-child(2) ul {
    position: absolute;
    left: auto;
    right: 12px;
    bottom: 0px;
  }
}
.column.content {
  background: white;
}
h2 {
  font-family: "Quicksand", San-Serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#bottomMenu {
  background: #CC3333;
  color: white;
  border-radius: 10px;
  font-family: "Quicksand", San-Serif;
  text-transform: uppercase;
  padding: 6px 12px 4px 8px;
}
#bottomMenu ul {
  list-style-type: none;
  margin: 0px;
}
#bottomMenu ul li {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 6px;
  margin-right: 6px;
}
#bottomMenu ul li :link, #bottomMenu ul li :visited {
  color: white;
}
footer #credits {
  margin: 8px 4px 4px 4px;
}
footer #credits p {
  font-size: 0.72rem;
  margin: 0px;
}
footer #credits a {
  display: block;
  text-align: center;
}
#bodyBackground {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 200px;
  background: #EAEAEA;
  z-index: -10;
}
.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: #CC3333;
  color: white;
  font-family: "Quicksand", San-Serif;
  font-size: 22px;
  text-transform: uppercase;
}
h3:not(.block) {
  font-size: 1.04rem;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}


