/*

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */
div#google-tracking-code-iframes iframe {
  display: none;
}
div#layout-mobile-top,
div.mobile {
  display: none;
}
div.layout {
  width: 100%;
}
div.wrapper {
  width: 960px;
  margin: 0 auto;
}
div#layout-tippy-top {
  background: #0d181f;
  padding: 2em 0 0;
}
div#wrapper-tippy-top div.third.left {
  width: 35%;
}
div#layout-top {
  background: #0d181f !important;
  height: auto;
  z-index: 3000;
  border-bottom: 0;
  padding: 2em 0;
}
div#layout-nav {
  background: #0d181f !important;
  display: none;
}
div#layout-mid {
  background: #fff;
  padding-top: 20px;
  z-index: 2000;
}
div#layout-bottom {
  background: #0d181f !important;
  z-index: 2001;
  padding: 8em 0;
}
div#top {
  clear: both;
  height: 20px;
}
div#top-links {
  clear: both;
  height: 20px;
}
div#top-links div#social-links-top {
  height: 37px;
  width: 150px;
  position: absolute;
  top: -5px;
  right: 5px;
  background: #1a6c9e;
  border: 1px solid #2472a2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div#banner {
  padding-top: 15px;
  height: 120px;
}
div#banner-left {
  position: absolute;
  top: 25px;
  left: 0;
}
div#flags {
  position: absolute;
  top: 70px;
  left: 0;
}
div#banner-right {
  position: absolute;
  top: 25px;
  right: 0;
}
div#logo {
  clear: both;
  width: 300px;
  height: 244px;
  margin: 0 auto;
  float: left;
  z-index: 9999;
}
div#logo-covid {
  width: 90px;
  height: 90px;
  margin: 0;
  margin-left: 200px;
  float: left;
}
div#logo-print {
  display: none;
  clear: both;
  width: 400px;
  height: 85px;
  margin: 0 auto;
}
div#buy-buttons {
  float: right;
  margin-top: 76px;
}
div#navContainer {
  clear: both;
  height: 100px;
  margin-top: 5px;
}
div#navTop {
  height: 60px;
}
div#nav-bread-crumb {
  height: 30px;
  position: absolute;
  bottom: 9px;
  left: 0;
}
div.content {
  clear: both;
}
div.contentLeft {
}
div.contentCentre {
}

div.contentRight {
}
div#footer {
  clear: both;
}
div#footer-left {
  width: 60%;
}
div#footer-right {
  width: 30%;
}
div#footer-right img {
  float: right;
  margin-top: 20px;
}

/*	----	*/
div.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
