/* 

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */
/*Hide Mobile Elements*/
div#layout-mobile-top,
div#banner-mobile,
div.has-slider-content-blog {
  display: none;
}
div.layout {
  width: 100%;
}
div.wrapper {
  width: 1000px;
  margin: 0 auto;
}
div#layout-tippy-top {
  background: #006701;
  padding: 5px 0;
}
div#layout-top {
  background: #fff;
  padding: 2em 0;
}
div#layout-nav {
}
div#layout-tag {
  display: block;
  background: #006701;
}
div#layout-banner {
  display: block;
  height: 200px;
  overflow: hidden;
}
div#layout-banner.banner-full {
  display: block;
  height: 570px;
}

div#layout-content {
  background: #f5f2f3;
  padding: 30px 0;
  min-height: 400px;
}
/*FIXED BG IMAGE HOMEPAGE CONTENT*/
div#layout-content-homepage {
  display: none;
}
div#layout-content-homepage.homepage {
  display: block;
}
div#layout-content-homepage {
  background: url(/mainpics/bgs/fixed-2.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% auto;
}
div.homepage-content-with-bg {
  background-attachment: fixed !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
div.homepage-text {
  padding: 2em 0;
}
/*Homepage Parallax*/
div.homepage-parallax {
  padding: 2em 0;
  padding-top: 50px;
}
div.homepage-parallax div.homepage-text {
  width: 80%;
  margin: 0px auto;
  background: url(/mainpics/sqs/sqBlack40.png) 0 0 repeat;
}
div.homepage-parallax div#wrapper-content {
  margin: 50px auto;
}
div#layout-social {
  display: none;
}
div#layout-social.homepage {
  display: block;
  background: #e8e6e7;
  padding: 30px;
}
div#layout-bottom {
  background: #006701;
}
div#content-sidebar-holder {
  background: #fff none repeat scroll 0% 0%;
}
div#wrapper-mid {
}
div#top {
  clear: both;
}
div#top-tag {
}
div#top-social {
}
div#wrapper-banner {
  width: 100%;
}
div#banner {
}
div#homepage-banner-holder {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
div.banner-text {
  display: none;
}
div#layout-banner.banner-full div.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
  background: #0000004f;
}

div#logo {
  clear: both;
  float: left;
  z-index: 9999;
}
div#navContainer {
  float: left;
  width: 83%;
}
div.content {
  clear: both;
}
div#content-sidebar-holder {
}
div.contentLeft {
}
div.contentCentre {
}
div.contentRight {
}
div#useful-links {
  padding: 30px 0;
  display: none;
}
#course-extra-info {
  clear: both;
  padding-top: 20px;
}
div#footer {
  padding: 30px 0 0;
}
div#top-nav-footer {
  display: none;
}
/*	----	*/
div.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* cookie notice */
#layout-top {
  z-index: 9900;
}
.cc-window div.cc-compliance {
  position: relative !important;
}
