/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #222;
  font: 16px/1.4em 'Sarabun', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.8);
}

a {
  color: #f0f0f0;
}

a:hover {
  color: #fff;
}

p {margin:0;}

.siteContent p {margin:0 0 10px}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2em;
  color: #fad129;
  font-family: 'Oswald', sans-serif;
  text-transform:uppercase;
}

h1 {
  font-size: 2em;
  margin: .3em 0;
}

h2 {
  font-size: 1.8em;
  margin: .3em 0;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1.1em;
  margin: .2em 0;
}

section {
  width: 100%;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2em 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: 2em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {

  padding-top:120px;
  background:#fad129 url(/thumbnaillarge/siteTopBG.jpg) center center no-repeat;
}

.link0 .siteTop {padding-top:0; background:none}

.siteBottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-align-items: 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;
}

#callbacks {
  display: none;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-box-flex: 0,0,0;
  -webkit-flex: 0,0,0;
  -ms-flex: 0,0,0;
  flex: 0,0,0;
  display:block!important;
  line-height: 1.5em;
}

.textSection .sidebar, .photoSection .sidebar {
  display: none!important;
}

.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-info a:before, .contac-infot div:before, .contact-info 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f095";
}

.mobile:before {
  content: "\f10b";
}

.email:before {
  content: "\f003";
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";

}

/*-----social icons-----*/

.facebook:before {
  content: "\f09a";

}

.instagram:before {
  content: "\f16d";
}

.twitter:before {
  content: "\f099";
}

.googlePlus:before {
  content: "\f0d5";
}

.pinterest:before {
  content: "\f0d2";
}

.linkedIn:before {
  content: "\f0e1";
}

.youTube:before {
  content: "\f167";
}

.flickr:before {
  content: "\f16e";
}



/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.1);
  width: 100%;
  margin:10px 0;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: fixed;
  background: #01312f url(/thumbnaillarge/menuBG.jpg) repeat top center / cover;
  top:0;
  left:0;
  width:100%;
  z-index: 99999;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  transform: translateY(-100%);
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;

}

#menu.open {
  transform: translateY(00%); 
}


#menu .menu-open {
  text-align: right;
  margin-top:20px;
  margin-right:20px;


}

#menu .menu-open span {
  position: relative;
  height: 30px;
  border-top: 3px solid #fad53a;
  width:40px;
  display: inline-block;
  text-align:right;
  cursor: pointer;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

#menu .menu-open span:before {
  content: "";
  top:40%;
  left:0;
  width:40px;
  height: 3px;
  background:#fad53a;
  position: absolute;
  z-index: 1;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

#menu .menu-open span:after {
  content: "";
  bottom:0;
  left:0;
  width:40px;
  height: 3px;
  background:#fad53a;
  position: absolute;
  z-index: 1;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}


#menu .menu-open span {
  border-top:rgba(255,255,255,0);
}

#menu .menu-open span:before {
  transform: rotate(-45deg);
  top:45%;
}

#menu .menu-open span:after {
  transform: rotate(45deg);
  bottom:45%;
}

#menu .menu-open span:hover {
  transform: rotate(180deg)
}


#menu nav {
  max-width: 80%;
  width: 100%;
  margin: auto;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0px;
  height: 90%;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  width:33%;
  position: relative;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2em
}


#menu nav li a:before {
  content: "";
  bottom:0;
  left:0;
  width:0%;
  height: 2px;
  background:#fad129;
  position: absolute;
  z-index: 1;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

#menu nav li a:hover:before {
  width: 50%;
}

#menu nav .current > a {
  color:#fad129;
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";

}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1); }

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: rgba(0,0,0,0.2);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}



#menu nav ul li {
  width: 100%;
  display: inline-block;

}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

#menu nav ul li a:hover {
  background: #fad129;
  color:#222;
}

/*-----------------------------------*/
/*------------ 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: 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: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  background: #035c45;
  float: none;
  padding: 0;
  max-width: none;
  color: #fff;
  box-sizing: border-box;
  margin-left: 0px;
  padding:20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size:1em; 
  font-family: 'Oswald', sans-serif;



  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;


}

.enqHeader {

  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  text-transform:uppercase;


}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
  box-sizing: border-box; }

.enqLeft {
  padding: 5px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.8em;
}

.enqRight {
  width: 100%;
  float: left; }

#enquiry input, #enquiry textarea, #enquiry select,
.enquiryForm input, .enquiryForm textarea, .enquiryForm select {
  width: 100%;
  border: none;
  padding: 7px 15px;
  box-sizing: border-box;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0;
  background:transparent;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-family: 'Sarabun', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#enquiry select {
  background:#1a6e5b;
}


#enquiry input:focus, #enquiry textarea:focus, #enquiry select:focus,
.enquiryForm input:focus, .enquiryForm textarea:focus, .enquiryForm select:focus{
  border-color:#fad53a;

}

#enquiry textarea {
  height: 80px; }

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio; }

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%; }

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  color: #222;
  padding: 10px 0;
  background: #fad53a;
  cursor: pointer; }

#enquiry input[type="submit"]:hover {
  background:#fff;
  color:#035c45
}

#enquiry select {
  width: 100%; }



/*-----Placeholder Styles-----*/

#enquiry ::-webkit-input-placeholder {
  color: white;
  opacity: 0.3;
}

#enquiry :-moz-placeholder {
  color: white;
  opacity: 0.3;
}

#enquiry ::-moz-placeholder {
  color: white;
  opacity: 0.3;
}

#enquiry :-ms-input-placeholder {
  color: white;
  opacity: 0.3;
}



/**
* Custom styling for <select>s
*/
.select {
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: #222;
  border: 0;
  border: 1px solid rgba(255,255,255,0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
  border-radius: 10px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #1b1b1b url(/thumbnaillarge/footerBG.jpg) top center no-repeat;
  font-size: .8em;
  padding: 0px 0; 

  border-top: 1px solid rgba(255,255,255,0.1);

}

footer .container {
}

.footerRight {
  text-align: center;
  margin-top: 10px; }

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none; }

footer a:hover {
  color: #000; }

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  text-align:center;
  display: inline-block; }

footer nav li {
  list-style: none;

  display: inline-block; }

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block; }

footer nav li a:hover {
  /**/ }


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;

}

#toTop:before {
  content: "\f077";
  padding:20px;
  background:#fff;
  color:rgba(0,0,0,0.5);
  border-bottom:0;
  /*border-radius:100%;*/
}

#toTop:hover:before {
  background:#fad129;
  color:#fff;
}

#toTop a {
  text-decoration:none;}




/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  padding:0;
}

.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  list-style: none;
  position:relative;
  padding-left:20px;
}

.siteBottom .siteContent ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.5em;
  margin-right: 10px;
  color: #fff;
  left:0;
  position:absolute;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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: 10%;
  width: calc(10% - 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);
}


/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

.topSection * {
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;	
}

.topSection {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:101;
  background:rgba(0,0,0,0);
}	


#banner .container{
  padding:0px;
  max-width:none !important;
  width:100% !important;
}





#logo{
  width:33%;
  text-align: center;

}

#logo > a img {
  width:100%;
  height:auto;
  max-width:230px;
  margin: auto;
  text-align: center;

}


.topBar{
  background:#fff;
  color:#222;
  padding: 5px 0;
}

.bannerContainer{
  width:100%;
  max-width:90%;
  margin:auto;
  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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.sponsor-container{
  display: grid;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  grid-template-columns: 200px 1fr 200px;
  gap: 30px;
  align-items: center;
  font-family: 'Oswald', sans-serif;
}

.sponsor-container .ban-sponsors{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.topBar .sponsor-container img, .foot-bottom .wrapper img  {
  width: auto; 
  height: auto;
  display: block;
  max-width: 90px;
  max-height: 30px;
  margin: .5em;
}

.topBar .sponsor-container img:nth-child(4), 
.foot-bottom .wrapper img:nth-child(4){
  max-width: 100px;
  max-height: 40px;
}

.topBar .sponsor-container img:nth-child(7),
.foot-bottom .wrapper img:nth-child(7){
  max-width: 100px;
  max-height: 50px;
}

.topBar .sponsor-container img:nth-child(10),
.foot-bottom .wrapper img:nth-child(10){
  max-width: 120px;
  max-height: 50px;
}

.topBar .sponsor-container #viewCart,
.topBar .sponsor-container .enquire-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px; 
  color:#fff;
  background:#013230;
  border-radius:20px;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration:none;
}
.topBar .sponsor-container #viewCart:hover,
.topBar .sponsor-container .enquire-trigger:hover {
  background: #fad129; color:#222;
}

/* -- Footer Sponser -- */

.foot-bottom .wrapper{
  width: 100%;
}

.major-sponsors{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em auto;
  position: relative;
}

.foot-bottom .wrapper .major-sponsors img{
  max-width: 220px;
  max-height: 200px;
  margin: 1em 2em;
}

.major-sponsors:after{
  content:'';
  width: 200px;
  height: 1px;
  background: #ddd;;
  position: absolute;
  bottom: -3em;
}

.minor-sponsors{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em auto;
}

.foot-bottom .wrapper .minor-sponsors img{
  margin: 0.5em 1em; 
  max-width: 120px;
  max-height: 35px;
}

.sponsor-title{
  width: 100%;
  text-align: center;
  color: #888;
  letter-spacing: 3px;
  margin-bottom: 1em;
}

.foot-bottom .wrapper .supported-by{
  font-size: 1.6em;
  text-align: center;
  color: #013230;
  margin: 1em auto 0;
}

.foot-bottom .enquire-trigger {
  padding: 10px 20px; 
  color:#fff;
  background:#013230;
  border-radius:20px;
  cursor: pointer;
  margin: 1em auto;
  transition: all .3s ease;
}

.foot-bottom .enquire-trigger:hover {
  background: #fad129; color:#222;
}

/* -- /Footer Sponser --*/




.bannerContainer #viewCart, .bannerContainer #logo, .bannerContainer .menu-open {width:33%;}
.bannerContainer:nth-child(2) {padding: 20px 0;}

.bannerContainer .shopcloning {width:0}
.bannerContainer #viewCart {text-decoration: none; color:#111;}


.bannerContainer .menu-open {
  text-align: right;


}

.bannerContainer .menu-open span {
  position: relative;
  height: 28px;
  border-top: 3px solid #222;
  width:40px;
  display: inline-block;
  text-align:right;
  cursor: pointer;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.bannerContainer .menu-open span:before {
  content: "";
  top:40%;
  left:0;
  width:40px;
  height: 3px;
  background:#222;
  position: absolute;
  z-index: 1;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.bannerContainer .menu-open span:after {
  content: "";
  bottom:0;
  left:0;
  width:40px;
  height: 3px;
  background:#222;
  position: absolute;
  z-index: 1;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}


.bannerContainer .menu-open span:hover {
  transform: scale(0.8)
}


.link0 .bannerContainer  .menu-open span { border-top: 3px solid #fad53a;}
.link0 .bannerContainer .menu-open span:before, .link0 .bannerContainer .menu-open span:after {background:#fad53a;}

.contact-info a:before {margin-right:0;}
.contact-info .phone:before	{display:none;}


.topSection.shrink {background:#fad129; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0px 2px 10px rgba(0,0,0,0.2)}
.topSection.shrink #logo img{max-width:100px;}
.topSection.shrink .menu-open span {border-top: 3px solid #333;}
.topSection.shrink .menu-open span:before, .topSection.shrink .menu-open span:after {background:#333}
/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */



.contentImgRow.grid{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;

  padding:10px 0;
}


.butFrame {
  width:24%; /* Change This Dependong On How Many Buttons You Have*/
  position:relative;
  cursor:pointer;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  margin:10px 0.5%;
}



.butImage {
  padding-bottom: 70% !important;
  background-size: cover !important;
  width: 100%;
  display: block;
  height: 0;
}


.butHeading {
  display:block;
  width:100%;
  font-size:1em;
  line-height:1.4em;
  color:#fff;
  background:rgba(0,0,0,.8);
  padding:0px 5px;
  height:30px;
  position:absolute;
  bottom:0px;
  left:0px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;   

  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;
}



/* ----------------
HOVER STYLES
------------------ */

.butFrame *{
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.butFrame:hover{

}

.butFrame:hover .butHeading{
  height:100%;
  background:rgba(0,0,0,.5);
}

.butFrame:active .butHeading{
  background:rgba(0,0,0,.8);
}


/* ---------------------------------- */
/* ---------  BUTTON ICONS  --------- */
/* ---------------------------------- */

#buttons *{-moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;}



.iconbuttons{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  -webkit-align-items:stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  max-width: 1260px;
  margin: auto;
  padding: 30px 0;

}




.butFrame2 {
  padding:20px 0px;
  cursor:pointer;
  width:24%;
  text-align:center;
  position:relative;
  padding-bottom:25px;
  margin: 0 0.5%;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

  background: #2e2b2b;
}



.butFrame2 .butText2{
  width:80%;
  font-size:1.5eem;
  margin:auto 10%;
  position:relative;
  text-transform: uppercase;
  text-align: center;
  color:#fad129;
  margin-bottom:20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;


}






.iconWrap2{display:inline-block; position:relative;}

.butFrame2 .icon{
  width:100px;
  height:100px;
  position:relative;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:100%;
  border:1px solid rgba(255,255,255,0.1);
  padding:20px;
  background: none;
  z-index:100;
}



.butFrame2 .icon{fill: currentColor; color:rgba(255,255,255,0.6); }
.butFrame2 .icon svg{fill: currentColor;}
.butFrame2 .icon path{fill: currentColor;} 

.butFrame2:hover .icon{fill: currentColor; color:#fff; border-color: #ffcd00}
.butFrame2:hover .icon svg{fill: currentColor;}
.butFrame2:hover .icon path{fill: currentColor;} 

.iconWrap2{display:inline-block; position:relative; padding-bottom: 30px;}

.butFrame2 .iconWrap2:before {
  border-radius:100%;
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  padding:20px;
  width:100px;
  height:100px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  background:#01312f;
  -webkit-transform: scale(0);
  -moz-transform:    scale(0);
  -ms-transform:     scale(0);
  -o-transform:      scale(0);
  transform:         scale(0);

  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  box-shadow:0px 2px 15px rgba(255,255,255,0.1)
}




.butFrame2:hover .iconWrap2:before {
  -webkit-transform: scale(1);
  -moz-transform:    scale(1);
  -ms-transform:     scale(1);
  -o-transform:      scale(10);
  transform:         scale(1);
}

.butFrame2:hover {
  background: #01312f;
}



/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame * {


  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;

}


.basicFrame {
  width: 24%;
  padding: 20px 10px;
  background: #013230;
  font-family: 'Oswald', sans-serif;
  color:#fff;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  margin: 0px .5%;
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  overflow:hidden;
  animation: none;
  text-transform:uppercase;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;


}


.basicFrame:hover {
  background:#fad129;
  color:#333;
  border: 1px solid rgba(255,255,255,0.1);
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


#subBannerHome .container {
  max-width:none;
}

.slider-text {
  position:relative;
  width:100%;
  margin:auto;
}

.slider-text-inner {
  position:absolute;
  margin:auto 10%;
  max-width:80%;
  width:100%;
  margin-top:40vh;
  z-index:1;
}

.scroll a {text-decoration:none;}

.scroll span {position:relative; margin-left:-40px;}
.scroll span:before {

  font-family:FontAwesome;
  content:"\f078";
  padding:20px;
  border: 1px solid #fff;
  color:#fff;
  position:absolute;
  z-index:1;
}


.scroll span:hover:before {
  background:#fff;
  color:#333;
}


.flickerplate {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #222;
  overflow: hidden;
}
.flickerplate ul.flicks {
  width: 10000%;
  height: 700px;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.flickerplate ul.flicks>li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table
}

.flickerplate ul.flicks > li .flick-sub-text {; z-index: 0; position: relative}
.flickerplate ul.flicks > li.active .flick-sub-text {opacity: 1; z-index: 99}

.flickerplate ul.flicks>li .flick-inner {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background:rgba(0,0,0,0.3);

}
.flickerplate ul.flicks>li .flick-inner .flick-content {
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
  padding: 0px 0px;
  font-size: 4em;
  line-height: 1.2em;
  text-align: center
}


.flickerplate ul.flicks>li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  font-size:1.3em;
  line-height: 1.4em;
  color: rgba(255,255,255,1);
  text-align: center
}


.flickerplate ul.flicks>li .flick-sub-text a {
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: 'Oswald', sans-serif;


}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
  font-size: 4em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  color: #333;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer
}
.flickerplate .arrow-navigation.left {
  left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  position: relative;
}
.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}
.flickerplate .arrow-navigation.right {
  right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
}
.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
  /* 	position: absolute;
  bottom: 0px; */
  width: 100%;
  text-align: center;
  z-index: 100;
  background:#f1f1f1;
}
.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 0px
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none;
  margin-top:0.5em;
  padding:5px;

}

.flickerplate .dot-navigation .dot {
  width: 150px;
  height: 55px;
  margin: 0px 3px;
  background:#fff;
  background-size: contain;

  opacity: 0.5;

  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot img {
  width:100%;
  height: auto;
  display: block;
}

.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;

}
.flickerplate .dot-navigation .dot.active {
  opacity: 1;
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align: right
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%
}
.flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
  position: auto
}
.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
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  -ms-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
  opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
  position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}


/*----flick animation----*/

.flick-sub-text {
  opacity: 0;
}

.flickerplate li.active .flick-sub-text {
  -webkit-animation: flickAnimation 1s forwards ease-out;
  animation: flickAnimation 1s forwards ease-out;
}

@-webkit-keyframes flickAnimation {
  0% {
    opacity:0;
    filter: alpha(opacity=0); 
    -webkit-transform: translate(0, -2em); 
  }

  100% {
    opacity:1;
    filter: alpha(opacity=100); 
    -webkit-transform: translate(0, 0); 
  }
}

@keyframes flickAnimation {
  0% {
    opacity:0;
    filter: alpha(opacity=0); 
    transform: translate(0, -2em);
  }

  100% {
    opacity:1;
    filter: alpha(opacity=100); 
    transform: translate(0, 0);
  }
}


/*---- end flick animation----*/



/* havealook promo */

.havealook-wrap {
  max-width: 50%;
}

.havealook-wrap {

  font-family: 'Poppins', sans-serif;


}


.havealook-wrap .flick-sub-promo-message {
  position: absolute;
  bottom:90px;
  width:100%;
  left:0;
  background:rgba(0,0,0,0.8);
  padding: 10px 0;
  font-size: 2em;
  display: block;
  line-height: 1em;
  font-weight: 300;
}

.havealook-wrap .flick-sub-logo {
  text-align: center;
  margin: auto;
}


.havealook-wrap .flick-sub-logo img {
  width:100%;
  height: auto;
  display: block;
  max-width: 250px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}

.havealook-wrap .flick-sub-heading {
  font-weight: 700;
  color:#000;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.havealook-wrap .flick-sub-heading span {font-weight: 900; text-transform: uppercase; font-size: 2.5em; margin-top:50px;}


.havealook-wrap .flick-sub-visit a{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  background:#e41f28;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 10px 0;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  animation: havealookpulse 1s infinite;
}


.havealook-wrap .flick-sub-quote {
  max-width: 80%;
  margin: 10px 10%;
  background:#ffea00;
  padding: 10px 20px;
  display: block;
  color:#000;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 100px;
}


@-webkit-keyframes havealookpulse {

  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(228,31,40, 0.9);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(228,31,40, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(228,31,40, 0);
  }

}

@keyframes havealookpulse {

  0% {
    -moz-box-shadow: 0 0 0 0 rgba(228,31,40, 0.9);
    box-shadow: 0 0 0 0 rgba(228,31,40, 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(228,31,40, 0);
    box-shadow: 0 0 0 15px rgba(228,31,40, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(228,31,40, 0);
    box-shadow: 0 0 0 0 rgba(228,31,40, 0);
  }

}




/* ---------------------------------- */
/* ---------- DROP DOWN CSS --------- */
/* ---------------------------------- */
/* Drop Down Enquiry */



#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #01312f;
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown #enquiry {

  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
}

.dropContact {
  text-align: center;
  color: #ccc;
  padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,0.05);
}

#enquire-dropdown .heading {
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;


}

#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(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0.1);
}

.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;
  transition: 0.5s;
}

.closeBtn:hover {
  transform: rotate(90deg);

}

.closeBtn:hover:before, .closeBtn:hover:after {
  color:#fad53a;
  background:#fad53a;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 0.9em;
  font-weight: normal;
  color: #fad53a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color: #fff;
}

.dropContact a:hover {
  color: #fad53a;
}




/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop {padding-top:100px;}

#footerTop .container {
  max-width: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;

  -webkit-align-items: stretch;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  padding: 0;
  width:100%;
}



.foot-logo {
  text-align: center;
  margin-top:-30px;
}


.foot-logo  img {
  max-width: 150px;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}



.foot-top {
  max-width: 1360px;
  margin: auto;
  padding: 30px 0;
  width:100%;
}


.foot-top .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap; 
  padding: 0 10px;
}


.foot-top .wrapper .row {
  width:33%;
}

.foot-top .wrapper .row h6 {
  font-size: 2em;
  border-bottom: 1px solid rgba(255,255,2255,0.1);
  padding-bottom:10px;
}


.foot-top .wrapper .row a {
  display: block;
  color:#fff;
}

.foot-top .wrapper .row a:hover {
  opacity: 0.5;
}


.foot-bottom {
  background: #fff;
  text-transform:uppercase;
  width:100%;
}

.foot-bottom .wrapper {
  max-width: 90%;
  margin: auto;
  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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap; 
  color:#333;
  font-family: 'Oswald', sans-serif;
  padding: 10px 0;


}






#footerBottom {
  background:#f1f1f1;
  color:rgba(0,0,0,0.8);
  padding: 30px 0;

}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner {}


#subBanner .container {
  padding-top:100px;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 600px;
  max-width:none;
  padding-top:0;
  position:relative;
}

#subBanner .container.hasImage:before {
  content:"";
  top:0;
  left:0;
  width:100%;
  height:600px;
  background:url(/thumbnaillarge/slider-deco.png) bottom center repeat-x;
  z-index:1;
  position:absolute;
}




/* ---------------------------------- */
/* ----------- ANIMATION  ----------- */
/* ---------------------------------- */


.animation {
  border: 5px solid #000;
  padding: 6px;
  background:#000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  box-shadow: 0 0 0 rgba(0,0,0, 0.4);
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

/* ---------------------------------- */
/* ----------- 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: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}


#loader img{
  width:100%;
  height:auto!important;
  display:block;
  opacity:0;
  margin-bottom: 50px;
  filter: alpha(opacity=0);
  max-width:300px;

}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fad53a;
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* 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+ */
  -ms-transform: translateX(-100%);  /* 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+ */
  -ms-transform: translateX(100%);  /* 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;
  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+ */
  -ms-transform: translateY(-100%);  /* 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;
}


/* Spinners */

.cp-spinner{width:48px;height:48px;display:inline-block;box-sizing:border-box;position:relative}

.cp-skeleton{border-radius:50%;border-top:solid 6px #004b38;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px transparent;animation:cp-skeleton-animate 1s linear infinite}
.cp-skeleton:before{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px transparent;border-right:solid 6px transparent;border-bottom:solid 6px transparent;border-left:solid 6px #004b38;position:absolute;top:-6px;left:-6px;transform:rotateZ(-30deg)}
.cp-skeleton:after{border-radius:50%;content:" ";width:48px;height:48px;display:inline-block;box-sizing:border-box;border-top:solid 6px transparent;border-right:solid 6px #004b38;border-bottom:solid 6px transparent;border-left:solid 6px transparent;position:absolute;top:-6px;right:-6px;transform:rotateZ(30deg)}
@keyframes cp-skeleton-animate{0%{transform:rotate(0);opacity:1}50%{opacity:.7}100%{transform:rotate(360deg);opacity:1}}


/* ---------------------------------- */
/* ------ 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: 40px 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;
  opacity:0.5;
}

.M_full_img {background:#fff;}


.M_full_img-1 .backgroundImage {opacity: 1; background-position:  top center}
.M_full_img-1 .photoSection .contentImgRow.grid .basicFrame{
  text-align: center;
  margin: auto;
}

.M_full_img-2 .backgroundImage {opacity: 1;}


.M_full_img-3 {background: #fad129;}
.M_full_img-3 .backgroundImage {opacity: 0;}
.M_full_img-3 .container .siteContent {padding:50px 2em;}

.M_full_img-3 h1, .M_full_img-3 h2, .M_full_img-3 h3,
.M_full_img-3 h4, .M_full_img-3 h5, .M_full_img-3 h6 {
  color:#222;
  text-align: center;

}

.M_full_img-3  .registerbuttons {
  text-align: center;
  margin-top:30px;
}

.M_full_img-3  .registerbuttons a{
  background: rgba(255,255,255,0.1);
  padding: 10px 30px;
  text-decoration: none;
  color:rgba(0,0,0,0.8);
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}


.M_full_img-3  .registerbuttons a:hover {
  background: #035c45;
  color:#fff;
  border-color:rgba(255,255,255,0.2);
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .container {
  width: 100%;
  margin: 0 auto;
}

.M_left_img .container .siteContent {
  max-width:50%;
  margin-left:auto;
  padding:0 2em;

}


/*-- image right --*/


.M_right_img {
  background: #222 url(/thumbnaillarge/logoBG.jpg) center center no-repeat;
  background-size: cover;
}

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
  background-size:50%;
  background-repeat:no-repeat;
}

.M_right_img .container {
  width: 100%;
  margin: 0 auto;
}

.M_right_img .container .siteContent {
  max-width:50%;
  padding:0 2em;
}


/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .container {
  width: 100%;
  margin: 0 auto;
}

.M_left_imgC .container .siteContent {
  max-width:50%;
  margin-left:auto;
  padding:0 2em;
}


/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .container {
  width: 50%;
  width: 100%;
  margin: 0 auto;
}

.M_right_imgC .container .siteContent {
  max-width:50%;
  padding:0 2em;
}


@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%;
  } 

}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


.link0 #section1 {
  padding: 50px 0;
  background:url(/thumbnaillarge/buttonsBG.jpg) top center no-repeat;
}


.link0 #section4 {
  background: #fad129;
  text-align: center;
}


.link0 #section4 .container {
  max-width: 100%;
  padding: 0;
}

.link0 #section4 h2 {
  color:#222;
  padding-bottom: 40px;
}


.link0 #section4 .container ul li:before {display: none;}
.link0 #section4 .container ul {padding: 0; margin:0}
.link0 #section4 .siteContent ul li {padding: 0!important;}



.sponsors {max-width:700px!important; margin:auto}
.sponsors td {width:100%; text-align:center;}
.sponsors td a {display: inline-block; margin: 0 3px; width:18%; background:#fff;}
.sponsors td a img {width:100%; padding:10px;}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */



#subBannerHome {
  padding-top:100px;
  min-height: 90vh;
  background:url(/thumbnaillarge/destop-sub-home.jpg) top center no-repeat;
  background-size: cover;
}

#subBannerHome .container .subBalls {
  max-width: 200px;

}


#subBannerHome .container {
  text-align: right;
  max-width: 90%;
  margin: auto;
  padding-top:300px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  color:#fff;
  text-transform: uppercase;
  position: relative;
}

#subBannerHome .container a {
  font-size: 0.7em;
  text-decoration: none;
  border: 1px solid #fff;
  color:#fad129;
  padding: 7px 20px;
  display: inline-block;
  margin-top:30px;
  border-radius: 20px;
}

#subBannerHome .container a:hover {
  border-color:#fad129;
  color:#222;
  background: #fad129;
}


#subBannerHome .container .subBalls img {
  width:100%;
  height: auto;
  display: block;

}

#subBannerHome .container .subBalls {

  position: absolute;
  bottom:-240px;
  left:0;
  z-index: 1;
}


/* ---------------------------------- */
/* ------ BLOG STYLING ------- */
/* ---------------------------------- */


.blog {
  background:#222;
}


.blog .siteBottom {
  padding-bottom:20px;
}

.sidebar.blogSide {
  background:rgba(0,0,0,0.1);
  color:#fff;
  padding: 20px;
}

.sidebar.blogSide a {
  color:rgba(0,0,0,0.7);
}

.blogArchive li ul li:hover,
.blogMenu .categoryMenu li:hover{
  background:#fad53a;
  color:#fff;
}

.blogMenu .categoryMenu li,
.blogArchive li ul li {
  border-bottom: 1px solid rgba(0,0,0,0.05)
}


.sidebar.blogSide ul {
  padding: 0;
}

.blogMenu .categoryMenu:before,
.blogArchive::before {
  color: #fad53a;
}



/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/





@media all and (max-width: 1200px) and (min-width: 1001px){

  #menu nav li a {font-size: 1.5em}
}


/*------------------------------------*/
/*----------- FUNDRAISER  ------------*/
/*------------------------------------*/

.fundraiser-topBar {
  background: #013230;
}

.fundraiser-container {
  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;
  font-weight: 500;
  font-size: 1.1em;
  padding: .7em 0em
}

.fundraiser-topBar a {
  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;
  line-height: initial;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1em;
  background: #fbd02e;
  padding: .5em 1em;
  border-radius: 5em;
  color: #013230;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fundraiser-topBar a:hover {
  background: #fbd02e;
  border-radius: 3px;
}

/* #subBannerHome {
background: #014a37;
background: #01312f;
height: 100vh;
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;
position: relative;
}

#subBannerHome:before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
background: url(/thumbnaillarge/Fundraiser_Pattern.png) repeat center center / contain;
opacity: .08;
} */

/* #subBannerHome img {
width: auto;
height: auto;
margin: auto;
}

#subBannerHome .container {
text-align: center;
padding-top: 0;
}

#subBannerHome h1 {
margin: 0 0 .5em;
padding: 0;
font-size: 5rem;
}

#subBannerHome h3 {
margin: 0;
padding: 0;
font-size: 3rem;
font-weight: 300;
letter-spacing: 5px;
} */

.bannerContainer #viewCart {
  display: none;
}

.fundraiser-logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 2em;
}

.fundraiser-logo img {
  width: 100% !important;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* .link0 .menu-open{
transform: translateY(30px);
} */

.link0 .topSection.shrink .menu-open {
  transform: translateY(0px);
}

.link0 .topSection.shrink .bannerContainer #logo{
  display:block;
}

.fundraiser-sub {
  margin-top: -200px;
}


.bannerContainer #logo,
.bannerContainer .menu-open {
  width: 50%;
}

#logo {
  text-align: left;
  padding: 1em;
}


#subBannerHome .container a{
  border: none;
  margin: 0;
  padding: 0;
}

#subBannerHome .container a:hover{
  background: none;
}

@media all and (max-width:700px) {

  .link0 .topSection.shrink .bannerContainer{
    display: none;
  }

  #subBannerHome .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #subBannerHome .fundraiser-sub {
    font-size: .2em;
  }

  #subBannerHome .fundraiser-sub h1 {
    font-size: 3rem;
    margin-top: .5rem;
  }

  #subBannerHome .fundraiser-sub h3 {
    font-size: 2rem;
  }

}


#questionsForm .enqLeft {
  font-size: 1em;
  padding: 0;
  margin-bottom: .5rem;
}

#questionsForm textarea {
  display: block;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 5px;
  background:rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  width: calc(100% - 10px);
  margin: 0 auto;
  
  resize: vertical;
}