/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font: 16px/1.6em roboto, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #666;
}

a {
  color: #060c7a; 
  text-decoration: none;
  transition:.5s;
}

a:hover {
  color: #000;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: roboto;
  font-weight:normal;
  line-height: 1.2em;
  color: #060c7a;  
}

h1 {  
  font-size: 2.6em;
  margin: .3em 0;
  text-transform: ;
  font-family:Berkshire Swash;
}

h1 span {
  color:#060c7a;

}



h2 {
  font-size: 2em;
  margin: .3em 0;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-family: Roboto, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: .2em 0;
  font-style: italic;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.siteContent {
  padding: 1em 0;
}

.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  min-height: 200px;
  position: relative;
  background: url(files/sectionBg2.jpg) top center no-repeat;
  background-size:cover;


}


.link0 .siteTop {background: none;}

.siteBottom {
  overflow: hidden;
  /*! padding:10px 0 ; */

}

.siteBottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 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;
  -webkit-box-flex: 0,;
  -ms-flex: 0, 0, 0px;
  flex: 0, 0, 0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
}

.textSection .sidebar, .photoSection .sidebar {
  display: none;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}

.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !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:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;

}
.sidebar {
display: none;
}
#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: rgba(0,0,0,0.1);
display: inline-block;
}
.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/
/* ---------------------------------- */
/* -------- 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;
  color: #060c7a;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/

}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f003";
  /*envelope in square*/
  /*content: "\f0e0";
  /*empty envelope*/
  /*content: "\f199";
  /*solid envelope*/
  /*! content: "\f2b6"; */
  /*envelope open solid*/
  /*! content: "\f2b7"; */
  /*envelope open*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/


.textSection .facebook:before, .textSection .twitter:before, .textSection .instagram:before, .textSection .linkedIn:before {
  font-family:fontAwesome;
  padding-right:10px;

}


.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*/
}

#subBannerHome .down:before {
  content: "\f078";
  font-family: FontAwesome;
}

/*-----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: fixed;
  top: 45px;
  left: 150px;
  right: 70px;
  width: auto;
  z-index: 100;
}
#menu nav {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}
#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: auto 2px;

  background: rgba(99,188,229,0); 
  border-radius:2em;
  border:1px solid rgba(6, 12, 122);
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  max-width:8vw;
  text-align: center;
  padding: 10px 10px;
  color: #060c7a;
  font-family: roboto;
  font-weight:500;
  font-size: 0.9em;
  line-height:1em;
  text-transform: capitalize;
  border-radius:2em;


}

#menu nav li:hover, #menu nav .parent:hover > a, #menu nav li a:hover {
  background:#060c7a;
  border-radius:2em;
  color:#fff;
}

#menu nav .current > a, .mobileScrollStart #menu nav .current > a {
  background:#060c7a;
  border-radius:2em;
  color:#fff;

}

#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: #fff;
  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 #fff;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;

  background: rgba(99,188,229,0); 
  border-radius:0;
  border:none;
}

#menu nav ul li:hover {
  background:none;
  opacity:;
}

#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
color:#060c7a!important;
}

#menu nav ul li a:hover {
  background:none;
  opacity:0.5;
}

@media all and (max-width: 700px) {
  #navToggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .mobileScroll.mobileScrollStart #navToggleWrap {
    top: -100%;
  }
}
/*-----------------------------------*/
/*------------ 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: #efefef;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu li .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, .contentImgRow .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: ;
}

.contentImgRow > .item
{
  position: relative;
}



/*------------ CUSTOM IMAGE LAYOUT -------------*/



/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  max-width: 500px;
  float: right;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.siteBottom #enquiry {
  width: 100%;
  max-width:100%;
  float: none;
  padding: 0;
  margin-left: 0px;

}

.enqHeader {
  width: 100%;
  font-family: Roboto;
  font-weight: bold;
  color: #002a5c;
  text-transform: ;
  padding: 12px 10px 0;
  margin: 1em 0 2em;
  font-size: 1.5em;
}

.siteBottom .enqHeader {
  text-align:center;

}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  font-size: 1em;
}

.siteBottom .enqLeft {

  display:none;
}

.enqRight {
  width: 75%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}


.enqRight {
  width: 100%;
  font-size: 1em;
}
.enqLeft {
  line-height: 1.3em;
}
.enqRow {
  padding: 3px 10px;
}

#enquiry input, #enquiry textarea, #enquiry select {
  font-family: inherit;
}

#enquiry input, #enquiry textarea {
  width: 100%;
  border: none;
  padding: 7px 5px;
  background: rgba(0,0,0,0.1);
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], .select, textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  outline: 1px solid rgba(255,255,255, 0.05);
  border: none;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]:hover, .select:hover, textarea:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, .select:focus, textarea:focus {
  background: #efefef;
  outline: 1px solid #333;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}

.enqRow:nth-last-child(1) {
  text-align: center;

}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;

  width:100%;
  max-width:200px;
  margin:0 auto!important;
  text-align:center!important;
  background:none;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
.siteBottom #enquiry ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.siteBottom #enquiry :-moz-placeholder {
  color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.siteBottom #enquiry ::-moz-placeholder {
  color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.siteBottom #enquiry :-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*--- Custom styling for <select>s ---*/
.select {
  position: relative;
}

.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}

.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;

}

footer .container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-orient:vertical;  
  -webkit-box-direction:normal;  
  -ms-flex-direction:column;  
  flex-direction:column;


  width: 98%;
  padding-bottom:0px;
}

#footerTop .container  {
  /*! padding-bottom:50px!important; */


}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #ccc;
  background:#000;
  color: #fff;
}

#footerBottom {
  padding: 2em 0;
  font-size:0.8em;
  background: rgba(6,12,122,0.6)!important;

}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  text-decoration: none;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: center;
  margin-right: 10px;
  color:rgba(255,255,255,0.3);
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */




#footerTop {
  background: #63bce5;
  padding:20px 0;
}



.footerText {
  position: relative;
  margin:0;
  top:0;
  color:#fff!important;
  font-size:1em;

}

#footerBottom {

}





/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 20px;
}
footer nav li {
  opacity: 0.9;

  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

footer nav li:hover {
  opacity: 1;
}

footer nav > li {
  list-style: none;
  float: left;
  display: inline-block;
  flex: 1 120px; /* resize 2nd value for min-width of li column*/ 
  margin-bottom: 20px;

  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
footer nav ul {
  margin: 0;
  padding: 0;
}

footer nav ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 0.4;
  width: 100%;

}

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;

}

footer nav li a, footer nav li a:hover, footer .parent:hover > a {
  color: #fff;
}


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}
.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color:  #63bce5;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.link0 #section2 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin:0 auto;
}



.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.grid.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid.center {
  -webkit-box-pack: 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);
}

/* ---------------------------------- */
/* -------- BUTTONS ------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* -------- 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*/

a.basicFrame {
  color: #fff;
  background: #060c7a;
  border: 2px solid #060c7a;

}

a.basicFrame:hover {
  color: #fff;
  background: #000!important;
  border: 2px solid #000!important;

}


.butS1,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div button,
.blogBtn .button,

#toTop {
  background: #63bce5; 
  color: #fff;
  border: 2px solid  #63bce5;
  border-radius:2em;
}
.butS1:hover, .butS1:active,
a.basicFrame:hover,
a.basicFrame:active,
#enquiry input[type="submit"]:hover,
#enquiry input[type="submit"]:active,
body .cartBtn.green:hover,
body .cartBtn.green:active,
body .cartBtn:hover,
body .cartBtn:active,
.cartItemAdd:hover,
.cartItemAdd:active,
.checkoutNext:hover,
.checkoutNext:active,
.editDetails:hover,
.editDetails:active,
.saveDetails:hover,
.saveDetails:active,
div button:hover,
div button:active,
.blogBtn .button:hover,
.blogBtn .button:active,

#toTop:hover,
#toTop:active {
  color: #fff;
  background: #002a5c;
  border: 2px solid #002a5c;
}

.select:after {
  color: #fff;
  background: #1a2a3e;
  border: 1px solid #1a2a3e;
}

.select:hover:after, .select:active:after {
  color: #fff;
  background: #132132;
  border: 1px solid #132132;
}

/*secondary button*/
.butS2, body .cartBtn.grey, .cartItemPrev, .checkoutPrev, .cartBtnHL.resumeShopping, .cartItemUpdate, .openCheckout, .blogNavigation a {
  background: #060c7a;
  border: 2px solid #060c7a;
  color: #fff;
  border-radius:2em;

}



.butS2:hover, .butS2:active, body .cartBtn.grey:hover, body .cartBtn.grey:active, .cartItemPrev:hover, .cartItemPrev:active, .checkoutPrev:hover, .checkoutPrev:active, .cartBtnHL.resumeShopping:hover, .cartBtnHL.resumeShopping:active, .cartItemUpdate:hover, .cartItemUpdate:active, .openCheckout:hover, .openCheckout:active, .blogNavigation a:hover, .blogNavigation a:active {
  color: #fff;
  background: #060c7a;
  border: 2px solid #060c7a;
}

a.butS3 {
  padding: 0;
  color: inherit;
}

/*inverted button*/
.butS3:before, .sliderText .phone:after,
h6 a:before {
  display: inline-block;
  background: none;
  border: 2px solid #060c7a;
  color: #060c7a;  
  line-height: 1em;
  padding: 0.8em 0em;
  /*! border-radius: 2em; */
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 2.8em;
  border-radius: 2em;
}
.butS3:hover:before, .butS3:active:before,
h6 a:hover:before, 
h6 a:active:before {
  color: #fff !important;
  background: #060c7a;
  border: 2px solid #060c7a !important;
}

/*---- Graphic Button & Shop Category, Item----*/






.butFrame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  background:rgba(0,0,0,0.4);

}

.butFrame:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.butFrame:hover {
  color: #fff;
}

.butTextWrap {
  position: absolute;
  z-index: 2;
  left: 0%;
  right: 0;
  bottom: 0%;
  text-align: left;
  padding: 0 10% 1em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.butTextWrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: -5px;
  height: 2px;
  bottom: 2.5em;
  background:  #060c7a;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.butFrame:hover .butTextWrap {
  left: -5px;
}

.butFrame:hover .butTextWrap:before {
  right: -5px;
  height: 6em;
  bottom: .5em;  
  background: rgba(0,160,226,0.8);
}

.butFrame:hover .butTextWrap:hover:before {
  background: rgba(0,160,226,0.8);
}

.link0 .butHeading {
  position: relative;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom:10px;
  font-family: roboto;
  font-weight: bold;
}

.butHeading {
  position: relative;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom:10px;
  font-family: roboto;
  font-weight: bold;
}

.readMore {
  position: relative;
  text-transform: uppercase;
  font-size: 0.7em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.butFrame:hover .butTextWrap:hover .readMore {
  margin-left: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.readMore:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
}

.cartThumb.item {
  color: #222;
  background: #ccc;
}

.cartThumb.item:hover {
  background: #e1e1e1;
}

.imageFrame {
  background: #fff;
}

.butImage, .cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  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: #efefef;
}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: #0d1723;
  color: #fff;
}

.categoryMenu li > a:hover {
  background: #132132;
  color: #fff;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #0d1723;
  color: #fff;
}


/*---- ICON GRAPHIC BUTTONS ----*/


.link0 #section2 .basicFrame {
  background:none;
  border:none;
  width:15%;
  margin:0 auto;

  -webkit-transition: 0.3s 0s ease-in;
  transition: 0.3s 0s ease-in;

}

.link0 #section2 .basicFrame:hover {
  background:none!important;
  border:none!important;

  -webkit-transform: scale(1.1);     
  transform: scale(1.1);


}


.link0 #section2 .basicFrame {
  font-family:'Roboto';  
  font-size:1.3em;
}

.link0 #section2 .basicFrame:after {
  font-family:'Roboto';  
  font-size:0.6em;
  background: #63bce5;
  border-radius:2em;
  text-transform:uppercase;
  padding:10px 0;
  content:'Read More';
  margin-top:20px;
  display:block;
}




.link0 #section2 .basicFrame:nth-child(1):before {
  content:url(files/gb1.svg);
}
.link0 #section2 .basicFrame:nth-child(2):before {
  content:url(files/gb2.svg);
}
.link0 #section2 .basicFrame:nth-child(3):before {
  content:url(files/gb3.svg);
}
.link0 #section2 .basicFrame:nth-child(4):before {
  content:url(files/gb4.svg);
}


.link1 #section2 .container {
  width:100%;
  max-width:100%;
  margin:0;  
}

.link1 #section2 .siteContent {

  margin:0!important; 
  padding:0!important;
}

/* MEDIA QUERIES */

@media all and (max-width: 1000px) and (min-width: 701px){

  .butFrame {
    display:block;
    width:48%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}




td iframe {
  -webkit-transition:0.5s;
  transition:0.5s;
}


td iframe:hover {
  box-shadow:0px 10px 10px rgba(0,0,0,0.3);
  transform:translateY(-5px);

}





/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection .container {
  position: relative;
  width:100%;
  max-width:100%;
}

.viewCartSection #viewCart {
  position: absolute;
  top: 5px;
  right: 20px;
  overflow: hidden;
  z-index: 1000;
  border:none;
  font-size:0.8em;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
}

#banner .logo {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: block;
}

.logo {
  position: relative;
  width: 300px;
  padding: 25px 20px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.logo:scroll{

}

.contactContainer {  
  position: fixed;
  z-index: 500;
  top: 45px;
  right: 20px;  
  color: #fff;
}

/* removes mobile and tablet phone number link styling */
div.phone a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}



/* -------- BANNER  ANIMATION ------- */

.logo *{
  fill: currentColor;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}



@media all and (min-width: 700px){

  .emptygradient {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translatey(-80px);
    transform: translatey(-80px);
    -webkit-transition: 0.3s 0s ease-in;
    transition: 0.3s 0s ease-in;

    box-shadow:5px 5px 5px rgba(0,0,0,0.1);


  }

  .mobileScrollStart .emptygradient {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: 0.3s 0.4s ease-in;
    transition: 0.3s 0.4s ease-in;
  }

  #menu, .contactContainer, #banner .logo {
    -webkit-transition: 0.2s 0s ease-in;
    transition: 0.2s 0s ease-in;
  }

  .mobileScrollStart #menu, 
  .mobileScrollStart .contactContainer {
    -webkit-transform: translatey(-32px);
    transform: translatey(-32px);

    color:;
  }

  .mobileScrollStart #menu nav li a {


    /*! color:#333; */
  }

  .mobileScrollStart #banner .logo {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
    width:220px;
  }

}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

.siteTop {
  overflow: hidden;
}


/*
#subBannerHome {
padding-left: 200px;
position: relative;
}

*/

.sliderText {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sliderText .phoneHolder {
  position: absolute;
  z-index: 500;
  bottom: 35vh;
  right: 20px;
  color: #fff;
  font-family: Roboto;
  font-weight: bold;

}

.siteTop .phoneHolder > * {
  display: block;
  margin: 8px 0 0 auto;
}

.sliderText .phone span {


  display: inline-block;
  -webkit-transform: rotate(90deg) translate(-30px,-45px);
  transform: rotate(90deg) translate(-30px,-45px);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;

  display:none;



}

.sliderText .phone:before {
  display: none;
}

.sliderText .phone:after {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;

  display: none;


}

.sliderText .down {
  position: absolute;
  z-index: 500;
  bottom: 20px;
  left: 20px;
  color: #fff!important;
  font-family: Roboto;
  font-weight: bold;

}

.sliderText .down span {
  display: inline-block;

}

.sliderText .down:before {
  color: #fff;
  border-color: #060c7a;
}

/*===== FLICKERPLATE extra animations====*/

.dot-navigation, 
.down,
.flick-title span,
.flick-sub-text,
.phoneHolder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  display: block;
}

.mobileScrollStart .dot-navigation,
.mobileScrollStart .down,
.mobileScrollStart .siteTop #subBannerHome .phoneHolder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mobileScrollStart .flick-title span {
  -webkit-transform: translatey(10%);
  transform: translatey(10%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.flicks > li[style*="opacity: 0"] .flick-sub-text  {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  display: block;
  -webkit-transform: translatey(50px);
  transform: translatey(50px);
}







.flicks > li[style*="opacity: 1"] .flick-sub-text  {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translatey(0%);
  transform: translatey(0%);
}

.mobileScrollStart .flicks > li .flick-sub-text {
  -webkit-transform: translatex(200%);
  transform: translatex(200%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/
.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 85vh;
  height: 0;
  /*! margin-bottom: 5vh; */

}

.flickerplate {
  position: relative;
  width: 100%;
  background-color: #171717;


}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.flickerplate li {
  float: left;
  width: 1%; 
  background-attachment: fixed;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background:rgba(0,0,0,0);

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.flick-inner:before, .flick-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flick-inner:before {
  content: "";
  background:url(files/logoIcon.svg);
  background-repeat:no-repeat;
  z-index: 9;
  left: -350px;
  top:10vh;
  width: 80vh!important;
  height: auto;
  display: block;
  opacity: 0.5;
}


.sliderIcon {
  position: absolute;
  z-index: 9;
  left: -350px;
  top:10vh;
  width: 80vh!important;
  height: auto;
  display: block;
  opacity: 0.5;

}

.flick-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
}



.flick-title, .flick-sub-text {
  width: 100%;
  text-align: center;
}

.flick-title {
  font-style: normal;
  font-size: 4em;
  line-height:1;
  font-family: Berkshire Swash;
  font-weight: bold;
  text-transform: capitalize;
  color: #060c7a;
  position: relative;
  margin-bottom:0;
}

.flick-title span {
  color:;

}


/*
.flick-title:after {
content: "";
position: absolute;
top: 0;
right: -0.8em;
width: 3px;
height: 70vh;
background: #999;
}

*/

.flick-sub-text {
  font-size:1.3em;
  color:#060c7a;
  margin-bottom: 1em;
  font-weight: 400!important;
  font-family: roboto;

}

.flickerplate .butS1 {
  text-align:center;
  margin:0 auto;
  text-transform:uppercase;

}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* FLICKER RESPONSIVE CONTROL */
@media all and (max-width: 1200px) and (min-width: 1000px) {
  .flick-content {
    font-size: 1em;
  }
}
@media all and (max-width: 1550px) and (min-width: 700px) {
  /* MEDIUM */
  .flick-content, .arrow-navigation, .dot-navigation {
    font-size: 0.8em;
  }



}
@media all and (max-width: 900px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {
    font-size: ;
  }


}
/* FLICKER ARROW NAVIGATION */
.flickerplate .arrow-navigation {
  position: absolute;
  left: 0;
  height: 140px;
  width: 150px;
  bottom: 0%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;

  display:none;
}

.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: rgba(0,0,0,0.05);
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 1.8em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* LIGHT THEME ARROW COLOUR */
  color: #fff;
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: #132132;
}

.flickerplate .arrow-navigation.left {
  left: 0;
}

.flickerplate .arrow-navigation.right {
  left:150px;
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* FLICKER DOT NAVIGATION */
.flickerplate .dot-navigation {
  position: absolute;
  left: -200px;
  top: 40%;
  width: 200px;
  text-align: center;
  z-index: 1;
}

.flickerplate .dot-navigation ul {
  list-style: none;
  margin: 1em 0;
  padding: 0px 5%;
  text-align: center;
  /* DOT HORIZONTAL POSITION */
  font-size: 0.5em;
  /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: block;
  width: 100%;
  float: none;  
}

.flickerplate .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 1em auto;
  cursor: pointer;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border-radius: 50%;
  background-color: #999;
  /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #132132;
  /* DARK THEME DOT */
}

.flickerplate .dot-navigation .dot:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickerplate .dot-navigation .dot.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #333;
}

/* FLICKER ANIMATION CSS */
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.flickerplate.animate-transition-fade ul.flicks {
  position: relative;
}

.flickerplate.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick, .flickerplate.animate-transition-slide ul.flicks li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ---------------------------------- */
/* ----------- WORKS CSS ------------ */
/* ---------------------------------- */
/* Add To Home */
.addtohome {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 20px;
  margin: auto;
  display: none;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 8px 2%;
}

.addToHome .flexCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.addToHomeLogo {
  display: inline-block;
  width: 65px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.addToHomeLogo img {
  width: 100%;
  height: auto;
  display: block;
}

.addtohome .addHomeText {
  display: inline-block;
  width: calc(94% - 65px);
  margin-left: 2%;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 8px 0 6px;
}

.addIcon {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.addIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.addIcon:after {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 3px;
  margin: auto;
}

.addtohome:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.addtohome:before {
  content: "\f057";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 3px;
}

/* Drop Down Enquiry */
#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(0,42,92, 0.98);  
  display: none;
  overflow: hidden; 
  color: #fff;
}

#footerTop .butS1 {

  background:none!important;
  border-color:#fff; 
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown #enquiry {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
}

.dropContact {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  color: #ccc;
}

.dropContact strong {
  color: #fff;
}

#enquire-dropdown h2 {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  font-family:Berkshire Swash;
  text-transform: capitalize;
  color: #fff;
}

#enquire-dropdown a {
  color:#fff;

}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
  padding: 7px 15px 7px 40px;
  -webkit-appearance: none;
  /*border-radius: 15px;*/
  font-family: inherit;
  background: rgba(0,0,0, 0.2);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 16px;
  color: #fff;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown :-moz-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown ::-moz-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown :-ms-input-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.dropContact a {
  /*! color: #333; */
}

.dropContact a:hover {
  color: #fff;
}



body.on {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



/* ----------- PRELOADER ICON  ----------- */
.cp-spinner{
  width:48px;
  height:48px;display:inline-block;position:relative}
.cp-round:before{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px rgba(255,255,255,0.1);border-right:solid 6px rgba(255,255,255,0.1);border-bottom:solid 6px rgba(255,255,255,0.1);border-left:solid 6px rgba(255,255,255,0.1);position:absolute;top:0;left:0}
.cp-round:after{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px #002a5c;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px transparent;position:absolute;top:0;left:0;-webkit-animation:cp-round-animate 1s ease-in-out infinite;animation:cp-round-animate 1s ease-in-out infinite}
@-webkit-keyframes cp-round-animate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes cp-round-animate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;

  z-index: 9999999;
  overflow: hidden;

}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 300px;
  border: 3px solid transparent;
  z-index: 1001;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;

}


#loader img{
  width:100%;
  height:auto!important;
  display:block;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom: 50px;
  filter: alpha(opacity=0);
  max-width:150px;

}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}


.hide--first {
  display: none;
}
.hide--second {
  display: none;
}



/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.stamp {
  width:100%;
  max-width:200px!important;
}

.millsLogo {
  width:100%;
  max-width:300px!important;
}




@media all and (min-width: 700px){
  .sectionWrap .textSection .siteContent {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    
    -webkit-transition: 0.3s ease-out;    
    transition: 0.3s ease-out;
  }
  .sectionWrap:nth-child(odd) .textSection .siteContent {
    -webkit-transform: translatex(-4em);
    transform: translatex(-4em);        
  }
  .sectionWrap:nth-child(even) .textSection .siteContent {
    -webkit-transform: translatex(4em);
    transform: translatex(4em);
  }
  .sectionWrap .textSection .siteContent.visible {
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  h1:after, .butTextWrap:before {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    
    -webkit-transition: 0.5s 0.2s ease-in;    
    transition: 0.5s 0.2s ease-in;
  }
  h1:after {
    -webkit-transform: translatex(-14em);
    transform: translatex(-14em);
    -webkit-transition: 0.5s 0.2s ease-in;
    transition: 0.5s 0.2s ease-in;
  }
  .butTextWrap:before {
    -webkit-transform: translatex(14em);
    transform: translatex(14em);
    -webkit-transition: 0.3s 0.1s ease-in;
    transition: 0.3s 0.1s ease-in;
  }
  .visible h1:after, .visible .butTextWrap:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  .photoAmount1 .item:after, .noButton .item:after {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    
    -webkit-transform: translatex(14em);    
    transform: translatex(14em);
    -webkit-transition: 0.5s 0.5s ease-in;
    transition: 0.5s 0.5s ease-in;
  }
  .photoAmount1 .visible .item:after, .noButton .visible .item:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  h6 a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    
    -webkit-transform: translatey(2em);    
    transform: translatey(2em);
    -webkit-transition: 0.5s 0.3s ease-in;
    transition: 0.5s 0.3s ease-in;
  }
  .visible h6 a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}


/* ---------------------------------- */
/* ------ BACKGROUND IMAGE CSS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
  padding: 60px 0;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .container {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 5%;
}

.M_left_img .backgroundImage:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height: 100%;

}

.M_left_img .backgroundImage:before {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  /*content:"For Ceremonies and Celebrations"; */
  top:0;
  right:0;
  width:50%;
  height: 100%;
  z-index: 1;
  color:#fff;
  text-align: center;
  margin: auto 15%;
  line-height: 1.3em;
  text-transform:;
  /*! font-weight:600; */
  font-family:Berkshire Swash;

  color:rgba(6,12,122,1);
  font-size: 2.2em;


}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 40%;
}

.M_right_img .container {
  width: 60%;
  margin: 0 auto 0 0;
  padding: 0 5%;
}

.M_right_img .backgroundImage:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background:;

}

.M_right_img .backgroundImage:before {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  /* content:"When words are not enough"; */
  top:0;
  left:0;
  width:50%;
  height: 100%;
  /*! font-weight:600; */
  text-transform:;
  z-index: 1;
  font-family:Berkshire Swash;

  color:#060c7a;
  font-size: 2.2em;
  text-align: center;
  margin: auto 15%;
  line-height: 1.3em;


}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .container {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 5%;
}

/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .container {
  width: 50%;
  margin: 0 auto 0 0;
  padding: 0 5%;
}

@media all and (max-width: 700px){

  .M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
    padding: 40px 0;
  }  

  .M_left_img, .M_right_img {
    padding: 0;
  }

  .siteBottom section .container {
    padding: 40px 20px;
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 250px;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBannerHome .container, #subBanner .container {
  max-width: 100%;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 20%;
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */



.link0 #section1, .link0 #section2, .link0 #section3, .link0 #section4 {
  padding:50px 0;

}

.link0 #section3 td:nth-child(1) {
  text-align:center;

}

.link0 #section3 td img {
  width:100%;
  max-width:300px;
}

.link0 #section4 td:nth-child(2) {
  text-align:center;

}

.link0 #section4 td img {
  width:100%;
  max-width:300px;
}

.link0 #section2 {
  background:#333 url(files/sl1.jpg)top center no-repeat;
  background-size:cover;
  background-attachment: fixed;

}

.link0 #section2 h3, .link0 #section2 li {
  color:#fff;

}

.link0 #section2 h1, .link0 #section2 p {
  color:#fff;

}

.link0 #section4 {
  background:rgba(0,0,0,0.05);

}

/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #0d1723;
}

.midTone {
  background: #132132;
}

.lightTone {
  background: #1a2a3e;
}

.highlightTone {
  background: #333;
}

.greyLightest {
  background: #efefef;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #676767;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media all and (max-width: 1700px) {



  #menu {
    right:70px;
    top:;
  }

  #menu nav li a {

  }

  .contactContainer {
    top:40px;

  }

  .mobileScrollStart   .contactContainer {
    top:47px;

  }


}


@media all and (max-width: 1200px) {

  .siteTop {
    min-height: 120px;

  }

  .link0 .grid {

    width: 100%;
  }


  #menu nav li a {
    font-size:1.1vw;

  }

  .logo {
    width:16vw;

  }
  
  
  .mobileScrollStart #banner .logo {
    width:16vw;
    top:1vw;
  }

  .flickerplate li {
    float: left;
    width: 1%; 
    background-attachment: scroll;

  }


  .link0 #section2 {
    background-attachment: scroll;


  }


}



@media all and (max-width: 850px) {
  .sectionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionWrap > * {
    /*! width: 90% !important; */
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .link0 #section2 .basicFrame {
    background:none;
    border:none;
    width:40%;
    margin:0 auto;

  }
}





@media all and (max-width: 900px) { 



  .link0 #section1 td{

    width:33%!important;
    display:inline-block;


  }



  #banner .logo {


  }


  .logo {
    top:20px;
  }

  .mobileScrollStart #banner .logo {
    width:16vw;
    top:1vw;
  }




  #menu {
    top:40px;
    left:0;
  }


  .mobileScrollStart #menu {
    top:50px;

  }

  .contactContainer {
    top:35px;

  }

  .mobileScrollStart   .contactContainer {
    top:50px;

  }

}







@media (min-width:701px) and (max-width:1000px){

  /* ---------------------------------- */
  /* ------------- GRID --------------- */
  /* ---------------------------------- */

  .col-1-med {
    width: 100%;
    width: calc(100% - 10px);
  }

  .col-2-med, .contentImgRow .item, .cartThumb {
    width: 50%;
    width: calc(50% - 10px);
  }

  .col-3-med {
    width: 33.333%;
    width: calc(33.333% - 10px);
  }

}




