/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #2C2D6E url(bg.jpg) no-repeat top center fixed;
	font: 12px Verdana,Arial, Helvetica, sans-serif;
	color: #555;
}

/* body:before{
  position: fixed;
  top: 0;
  left: calc(50% - 430px);
  width: 860px;
  height: 100%;
  content: "";
  background: #fefefe;
  z-index: -2;
}

body:after{
  position: fixed;
  top: 0;
  left: calc(50% - 411px);
  width: 822px;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  box-shadow:  0 0 20px rgba(33,33,33,.4);
}
 */

.overlayImg {
  cursor: pointer;
}

a {
  color: #1a2632;
}

a:hover {
  color: #34495E;
}

p {
  margin: 0em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */

h1{
	font: 24px Arial, Helvetica, sans-serif;
	color:#2A2A70;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
  font-weight:bold;
}

h2{
	font: 24px Arial, Helvetica, sans-serif;
	color: #2A2A70;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
  font-weight:bold;
}

h3{
	font: 20px Arial, Helvetica, sans-serif;
	color: #ffcd12;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
  font-weight:bold;
}

h4{
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 3px;
  font-weight:bold;
}

section {
  width: 100%;
}

.container {
  max-width: 980px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: .5em 0;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: .5em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 5px 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  -ms-flex: 0,0,0;
      flex: 0,0,0;
  line-height: 1.5em;
  background: #FFF112;
}

/*.textSection .sidebar, .photoSection .sidebar {
  display: none;
}*/
.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 30px;
  font: 13px/1.8em Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #454238;
  text-align: left;
  font-weight: Bold;
  padding-left: 12px;
}

.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

@media (min-width:100px){
    .siteBottom {
      width: calc(100% - 10px);
      max-width: 980px;
      margin: 7px auto 0;
      display: flex;
      justify-content: space-between;
    }
  
    .siteBottom section{
      width: 100%;
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 190px;
      margin-right: 10px;
      padding: 0;
      flex-shrink: 0;
      display: inline-block;
      background: #FFF112;
      border-radius: 7px;
      border: 1px solid rgba(255,255,255,1);
      box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    }

    .contentWrap {
      width: calc(100% - 10px);
      max-width: 780px;
      -ms-flex:0 1 auto;
      background: #fff;
      border-radius: 7px;
      border: 1px solid rgba(255,255,255,1);
      box-shadow: 2px 2px 5px rgba(0,0,0,.2);
  }

}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f095";
  /*phone*/
  content: "\f098";
  /*phone in square*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

/*-----social colours-----*/
.facebook {
  background: #49639E;
}

.instagram {
  background: #8a3ab9;
}

.twitter {
  background: #5EA9DD;
}

.googlePlus {
  background: #DD4B39;
}

.pinterest {
  background: #BD081C;
}

.linkedIn {
  background: #0177B5;
}

.youTube {
  background: #E22D24;
}

.flickr {
  background: #ff0084;
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
}

#menu nav {
  max-width: 1200px;
  width: 100%;
  margin: 5px auto;
  padding: 0px;
}

#menu nav li {
  list-style: none;
  display: block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	background: #ffde12;
	color: #454238;  
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  position: relative;
	margin-bottom: 1px;
}

/* #menu nav a:after {
  content: "";
  left:0px;
  width: 6px;
  height: 6px;
  background: #666;
  position: absolute;
  top:calc(50% - 3px);
  font-size:.9em;
} */


#menu nav li a:hover, #menu nav .parent:hover > a {
  
}

#menu nav .current > a {
  background: #ffcd12 
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #22313F;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #22313F;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #222;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
  text-align: center;
}
.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
/*---Border and BG Colour of Form---*/
.enquiry{
background: #F0F0F5;
border: 1px solid #d9d9e3;
float: right;
  width: 100%;
  max-width: 500px;
}

.enquiryLeft{
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #444;
padding-left: 10px;
padding-right: 10px;
white-space:nowrap;
vertical-align: top;
}

.enquiryRight{
padding-right: 10px;}

.enquirySend{
padding-bottom: 10px;
padding-right: 10px;
text-align:right;
}


/*---BG and Text Colour of Header---*/
.enquiryHeader{
background: #FFF112;
font: 14px Arial, Helvetica, sans-serif;
color: #2A2A70;
padding: 7px;
font-weight:bold;
border:1px solid #ffcd12;
}

/*---Change Space size under header Min 24px---*/
.espacing{
height: 24px;
}

/*---Add a Border And Color to the text fields---*/
/*Uncomment to Use*/
.enquiry input {
/*background-color: #666699;*/
border: 1px solid #d9d9e3;
width:100%;
}

.enquiry select {
/*background-color: #666699;*/
border: 1px solid #999;
}

/*---Add a Border And Color to the text area---*/
/*Uncomment to Use*/
.enquiry textarea {
/*background-color: #666699;
color: #ffffff;*/
border: 1px solid #d9d9e3;
width:100%;
height:80px;
text-align:left;
}

.enquiry .button { width:100px;
background: #FFF112;
font: 12px Arial, Helvetica, sans-serif;
color: #2A2A70;
padding: 2px;
font-weight:bold;
border:1px solid #ffcd12;
cursor:pointer;
}

/*---Give every second row and different colour---*/
/*.enquiryrow{
background: #dedede;
}*/

/*---------Enquiry radio fields ------------*/
.radioEnq {
    margin-bottom: 7px;
    width: 8px !important;
}


/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  font-size: .75em;
  padding: 20px 0;
}
footer .container {
  background: none;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border: none;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #fff;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 0px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  padding-left: 20px;
}
/* .siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: #22313F;
  position: absolute;
  top: 0;
  left: -20px;
} */

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contentImgRow.grid{
  -ms-flex-pack: center;
      justify-content: center;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
      justify-content: center;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 5px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2 {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.col-4, .contentImgRow .item, .cartThumb {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.contact a,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
a.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div button,
.blogBtn .button,
#banner #viewCart,
#toTop,
h6 a {
  color: #fff;
  background: #34495E;
  border: 1px solid #34495E;
}
.butS1:hover,
a.basicFrame:hover,
#enquiry input[type="submit"]:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
div button:hover,
.blogBtn .button:hover,
#banner #viewCart:hover,
#toTop:hover,
h6 a:hover {
  color: #fff;
  background: #22313F;
  border: 1px solid #22313F;
}
.butS1:active,
a.basicFrame:active,
#enquiry input[type="submit"]:active,
body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
div button:active,
.blogBtn .button:active,
#banner #viewCart:active,
#toTop:active,
h6 a:active {
  color: #fff;
  background: #1a2632;
  border: 1px solid #1a2632;
}

.select:after {
  color: #fff;
  background: #34495E;
  border: 1px solid #34495E;
}

.select:hover:after {
  color: #fff;
  background: #22313F;
  border: 1px solid #22313F;
}

.select:active:after {
  color: #fff;
  background: #1a2632;
  border: 1px solid #1a2632;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a {
  background: none;
  border: 1px solid #1a2632;
  color: #1a2632;
}
.butS2:hover,
body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover {
  color: #fff;
  background: #22313F;
  border: 1px solid #22313F;
}
.butS2:active,
body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active {
  color: #fff;
  background: #34495E;
  border: 1px solid #34495E;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover {
  color: #22313F;
  background: #fff;
  border: 1px solid #fff;
}
.butS3:active {
  color: #22313F;
  background: #ef5f0b;
  border: 1px solid #ef5f0b;
}

/*---- Graphic Button & Shop Category, Item----*/
.butFrame, .cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #22313F;
  border: 1px solid #EAEAEA;
}
.butFrame:hover, .cartThumb:hover {
  color: #fff;
  background: #1a2632;
}

.butHeading {
  line-height: 1em;
  padding: 1.1em 0.4em;
}

.cartThumb.item {
  color: #222;
  background: #ccc;
}
.cartThumb.item:hover {
  background: #eee;
}

.imageFrame {
  background: #fff;
}

.butImage, .cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cartThumbs .cartThumb .imageFrame .image {
  background-size: contain !important;
}

.cartThumb .banner {
  background: #4183d7;
  color: #eee;
}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: #1a2632;
  color: white;
}
.categoryMenu li > a:hover {
  background: #22313F;
  color: white;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #1a2632;
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */
#banner {
  position: relative;
  min-height: 80px;
}

#banner:before{
  position: absolute;
  content: "";
  left: 0;
  top: 22%;
  width: 100%;
  height: 60%;
  background: rgba(0,0,0,.2);
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}

#logo{
  width:100%;
}

#logo > img {
  width:100%;
  height:auto;
  display: block;
}

#mobLogo{
  width:100%;
  display: none;
}

#mobLogo > img {
  width:100%;
  height:auto;
  display: block;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.siteContent img{
  max-width: 100%;
}

.siteTop #menu{
  display: none;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome,
#subBanner{
  max-width: 980px;
  margin: auto;
}

#subBannerHome .container.hasImage,
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 33.265%;
  max-width: 980px;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/
