h1 {font-size: 2.37em;margin: 0.67em 0;}
h2{ font-size: 2.4em;margin:.5rem 0;}
/*h3{font-size: 2em;margin:.5rem 0;}*/
h3{font-size: 1.39em;margin:.5rem 0;font-weight:normal;}
h4,h5{font-size: 1.39em;margin:.5rem 0;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Pathway Gothic One', sans-serif;
  color: #000;
  font-weight:300;
}


/*    Registered Form          */
.contactUs p,
.contactUs a{
  color:#fff;
}
#registerForm {
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (min-width: 64em)
.col-lg-6 {
  width: 50%;
  *width: 49.9690%;
}
#registerForm .custom-file-upload {
  display: inline-block;
  border: 1px solid #ccc;
  background: #C62828;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  box-shadow: 5px 10px 10px #888888;
  line-height: 1.1;
}

#registerForm input[type="file"] {
  display: none;
}
#registerForm input[type="checkbox"] {
  height:13px;
  width:13px;
}

#registerForm .acceptContainer input, #registerForm .acceptContainer label{
  display: unset !important;
  padding: 10px 0 0 10px;
  font-size: 1rem !important;
}

#registerForm input,
#registerForm select
{
  height: 47.53px;
  font-size: 19.2px;
}

/* STAFF PROFILES Category*/

ul.bioCategoryListUl li label {
  color: #000;
  display: block;
  padding: 10px 0px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px #eee;
}

.bioCategoryListContainer ul{
  list-style: none;
}

ul.bioCategoryListUl li {
  display: inline-block;
  width: 29%;
  margin-right: 3.2%;
  vertical-align: top;
  margin-bottom: 10px;
  box-shadow: 2px 2px 10px 1px rgba(25, 49, 64, 0.34);
}

.bioCategoryListImageContainer {
  overflow: hidden;
  text-align: center;
}

.bioCategoryListShortDescription {
  line-height: 24px;
  padding: 5px 7.5%;
  text-align: left;
  min-height: 120px;
}

.bioCategoryListReadMoreContainer {
  text-align: center;
  background: #193140;
  width: 85%;
  margin-left: 7.5%;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.bioCategoryListReadMoreContainer a {
  text-decoration: none;
  padding: 10px 0px;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 14px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.bioCategoryListImageContainer img {
  width: 85%;
  display: inline-block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


/* STAFF PROFILES Detail*/
.bioGenralDetailsContainer {
  float: left;
  margin-right: 20px;
}

.bioDetailsContainer {
  line-height: 22px;
  text-align: justify;
}

.bioDetailsImageContainer img {
  width: 100%;
  display: block;
  box-shadow: 2px 2px 10px 1px rgba(25, 49, 64, 0.34);
}

.bioDetailsCategoryLinksContainer {
  margin-top: 10px;
}

.bioDetailsCategoryLinksContainer ul {
  text-align: center;
  padding: 0px;
}

.bioDetailsCategoryLinksContainer ul li {
  background: #193140;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0px;
}

.bioDetailsCategoryLinksContainer ul li a {
  text-decoration: none;
  color: #fff;
}

.bioSpecificationContainer ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.bioSpecificationLi b{
  margin-left:7px;
  font-weight: normal !important;
}



.pure-form label {
  margin: 0.5em 0 0.2em;
  font-weight:600;
  font-size: 19.2px;
}

#cartDisplay{
  font-family: 'Open Sans', sans-serif;
}


.log-form{
  background-color:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius:4px;
  left:0;
  right:0;
  margin:auto;
  width:50%;
}

.job-form label{
  font-weight: normal;
}
.job-form div{
  padding:0;
}


button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}



.form-group{
  margin:0;
}

.form-group label{
  margin:0;
}

#registerForm input, 
#registerForm select {
  border: 1px solid #333;
}


img
{
  max-width:100%;
}

.column > img, .column > figure, .column > .embed-responsive {
  margin-bottom: 1em;
  margin-top: 1em;
}

body{
  background: url(../images/bg.jpg)repeat-y center top;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: normal;
}

/******************************************************
Main Menu
******************************************************/
.contents-block{
  font-size: 16px;
  min-height: 684px;
}

.space{
  margin-top: 50px;
}

.topBarBlock{
  text-align: right;
}
.color{
  background:red;
}
.miniCart{
 background:green;
}
.topbar-right-block {
 float: right; 
}



.logo-menu-block {
  position: relative;
  height: 100%;
  margin: auto;
  max-width: 1200px !important;
}


/* top menu section */
.topMenuBlock{
  background:#0079c0;
}
.topMenuBlockMenu{
  font: 15px/24px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  margin:0px;
  padding:0px;
  z-index:800;
  height:100%;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
}

.topMenuBlockMenu ul {
  margin:0;
  padding:0;
}
.topMenuBlockMenu ul li {
  display: inline-block;
  position: relative;
}
.topMenuBlockMenu ul li > a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  line-height: 2;
  padding: 0 10px;
  font-size: 12px;
}
.topMenuBlockMenu > ul > li > a p{
  margin: 0px;
}
.topMenuBlockMenu > ul > li:hover,  .topMenuBlockMenu > ul > li:hover a {
  color: #ffffff;
  background: #00AEE2;
}
.topMenuBlockMenu ul ul,
.topMenuBlockMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenuBlockMenu ul ul{
  display: none;
  position: absolute;
  right: 0px;
}
.topMenuBlockMenu ul li:hover > ul {
  background: #00aee2;
  display: block;
  padding: 0;
  color:#fff;
}
.topMenuBlockMenu ul ul > li a {
  color:#fff !important;
  line-height: 24px;
  text-decoration: none;
}
.topMenuBlockMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenuBlockMenu ul ul li {
  display: block;
  text-align: left;
}
.topMenuBlockMenu ul ul ul {
  display: none;
  right: 100%;
  margin-top: -20px;
  min-width: 210px;
}


.topMenu {
  position: relative; 
  text-transform: uppercase;
  width: 100%;
  max-width: 100%; 
}

.topMenu ul {
  margin:0;
  padding:0;
  text-align: center;
  display: inline-block;
}

.topMenu ul li {
  display: inline-block;
}
.topMenu > ul > li:last-child {}
.topMenu > ul > li:last-child > a{}
.topMenu > ul > li:first-child{}
.topMenu ul li > a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #2B2B2B;
  line-height: 3;
  padding: 0 10px;
  font-size: 1.1rem;
}
.topMenu ul li a {
  color: #484a50;
  display: block;
  font-size: 22px;
  padding: 0px 14px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One', sans-serif;
}

.topMenu > ul > li > a p{
  margin: 0px;
}

.topMenu > ul > li:hover,  .topMenu > ul > li:hover a {
  color: #fff;
  background: #0079c0;
}
.topMenu ul ul,
.topMenu ul ul li{margin:0px;padding:0;line-height:20px;}

.topMenu ul ul,
.topMenu ul ul ul{
  -webkit-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  -moz-box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
  box-shadow:  2px 2px 2px rgba(255, 255, 255, 0.6);
}
.topMenu ul ul{
  display: none;
  position: absolute;
}
.topMenu ul li:hover > ul {
  background: #F2F2F2;
  display: block;
  padding: 0;
  color:#fff;
}
.topMenu ul ul > li a {color:#fff !important;line-height: 2.2;}
.topMenu ul ul > li a:hover {color:#f1f1f1 !important;}

.topMenu ul ul li{}
.topMenu ul ul li {
  display: block;
  text-align: left;
}
.topMenu ul ul ul {
  display: none;
  left: 100%;
  margin-top: -49px;
  min-width: 210px;
}

@media (max-width:1078px) and (min-width:1018px){.topMenu ul li a{padding:0px 8px !important}}
@media (max-width:1018px) and (min-width:885px){.topMenu ul li a{padding:0px 7px !important}}
@media (max-width:885px){.topMenu ul li a{padding:0px 3px !important}}
@media screen and (max-width:63.9em){.topMenu ul li a{font-size:18px;padding:0px 8px}}
@media (max-width:1078px){.logoImage {max-width: 120%;}}


/******************************************************
Top Cart Icon
******************************************************/

.top-cart-mini{
  text-align: left;
  position: absolute;
  padding-right: 12px;
  margin-top: 1.2em;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0px;
  right: 0px
}

.top-cart-mini ul li.cartInItems{
  position: absolute;
  margin-top: -10px;
  right: 10px;
}
.top-cart-mini ul li.cartInItems span {
  border: 1px solid #0079C0;
  border-radius: 100%;
  display: block;
  line-height: 18px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #0079C0;
  font-weight: bold;
  padding: 3px;
  margin-right: -10px;
  background: #ffffff;
  margin-top: 0px;
}

@media screen and (max-width: 520px) {
  .mobile-nav-wrapper{width:100%;
  /*max-width: 50px;*/}
  .top-cart-mini{
    /*max-width: 50%;
    flex: 0 0 50%;*/
    text-align: right;
  }
}
@media screen and (max-width: 347px) {
  .mobileIcons{display: none;}
  .top-cart-mini{max-width: 70%; flex: 60%;}

}

@media (min-width: 40rem)
.column {
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-block{
  font-size: 16px;
  min-height: 60vh;
}

/*Missing content*/

.display h1 {
  font-weight: 800;
  font-size: 3em;
  line-height: 1.1;
  text-transform: uppercase;
}
.display p {
  font-size: 1.5em;
  font-style: italic;
}

fieldset label{
  text-align: right;
}
@media screen and (max-width: 767px){

  fieldset label{
    text-align: left;
  }
}



ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.pure-max {
  padding: 0;
  position: relative;
  margin: 0 0 -0.54em 0;
}
a,
a:hover{
  text-decoration: none;
  color: #cf1a1f;
  /*padding:0;
  margin:0;*/
}

a.megaCategoryMenuLink{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.contact-form-label{
  color: #000000;
}

/*BUTTONS*/
.btn{
  font-family: 'Pathway Gothic One', sans-serif;
  margin-bottom: 3px;
  padding: 7px 25px;
  font-size: 1.4em;
  border-color: transparent;
  transition: all .3s ease-in-out;
}

.btn:hover{
  border-color: transparent;
}

.btn-phone{
  color: white;
  background-color: #00a70b;
}

.btn-phone:hover{
  background-color:#007308;
}

.btn-red{
  color: white;
  background-color: #e91b23;
}

.btn-red:hover{
  color: white;
  background-color: #930007;
}

.btn-catering{
  color: white;
  background-color: #ff009c;
}

.btn-catering:hover{
  color: white;
  background-color:#d60083;
  border-color:#d60083;
}

.btn-enquiry{
  color: white;
  background-color: #00a70b;
}

.btn-enquiry:hover{
  color: white;
  background-color: #007308;
  border-color: #ccc;
}

.btn-scoreboard{
  color:#111;
  background-color:#fcd213;
}

.btn-scoreboard:hover{
  color:#111;
  background-color:#ffd100;
  border-color: #ccc;
}

.figcaption-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.figcaption-list > li > b {
  width: 33%;
  display: inline-block;
}




.pure-overlay-content{
  width: auto;
}

.no-padding{
  padding: 0px;
}
.borders{border:1px solid #e8e8e8;margin:.4rem 0;}
.coloured{
  background: #e4e8ea;
  padding:30px 0;
}
.robotMsg{
  text-align: right;
}
.robotMsg img{
  margin-top: 5px;
}
.btnBlock{
  text-align: center;
}
/*.container img{
  width:100%;
  }*/
  .phoneBlock{
    float: right;
    margin-top: 3px;
  }
  .phoneBlock img{
    width: 34px;
    vertical-align:bottom;
  }
  .phoneBlock a{
    float:left;
    margin-left:16px;
  }
  .phoneBlock a:first-child{margin-top:3px;}
  .megaMenuLeftColBlock{
    border-right: 1px solid #0079C0;
  }
/******************************************************
headerBlock
******************************************************/
.headerBlock{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 -1px 13px 3px #888888;
  -moz-box-shadow: 0 -1px 13px 3px #888888;
}
.categoryBlockMenu{
  background: #0079C0;
}
.top-align-block{
  height: 100px;
  zoom: 1;
}

.top-align-block:before, .top-align-block:after {content: " ";display: table;}
.top-align-block:after {clear: both;}


/******************************************************
TopBar
******************************************************/

.topbar{
  background: #11a790;
  width: 100%;
  z-index: 999;
  height: 32px;
  display:none;
}
.topbar a{
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.topbar a:hover{
  color: #fff;
  text-align: right;
}

.topbar a{
  background: url(../images/ph-icon.png) no-repeat left;
  padding: 0px 0px 0px 30px;
  display: inline-block;
  font-weight: 600;
  float: left;
}
.topbar .email-block a{
  background: url(../images/email-icon.png) no-repeat left;
  padding: 0px 0px 0px 30px;
  display: inline-block;
  float: left;
}
.tabLook{
  border-style: solid;
  border-color: #bbb;
  border-width: 0 1px 1px 1px;
  box-shadow: 1px 0px 6px;
  margin-left: 4px;
  background:#fff;
}
.tabLook a{ color:#2b2e8c !important;}


.fileBlock{
  background: #f1f1f1;
  border-radius: 2px;
  padding: 5px;
}
.subTotalBlock{
  background: #f1f1f1;
  border-radius: 2px;
  padding: 5px;
}
.phoneSet{
  text-align: right;
  display: inline-block;
}
.phoneSet,
.phoneSet p a{
  color:#fff;
}
.phoneSet p{
  display:inline-block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
  font-weight: 600;
  font-size: 12px;
}
.phoneSet p:first-child{margin-right:2rem;}
#cookieconsent-popup{
	position: absolute;
}
.cookie-message-content{
	margin-left: 15%;
	text-align: center;
	margin-right: 15%;
}
/******************************************************
Logo 
******************************************************/

.logo{position:relative;}

.location-block a i {
  font-size: 44px;
  color: #0079c0;
}

.time-block a i {
  font-size: 44px;
  color: #0079c0;
}

.phone-block a i {
  font-size: 40px;
  color: #0079c0;
  margin-top: 4px;
}

.phone-block a {
  position: absolute;
  top: 5px;
  right: 84px;
}

.time-block a {
  position: absolute;
  top: 8px;
  right: 186px;
}

.location-block a {
  position: absolute;
  top: 7px;
  right: 133px;
}


.horizontal{
  display: flex !important;
}

.navBlock ul li span.subMenuItem{
  display: none;
}
.navBlock ul li .menu-level-2{
  position: relative;
}
.navBlock ul li .menu-level-2 span.subMenuItem{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#search_results{
  /*width: calc(100% - 40px);*/
  /*height:2.1rem;*/
  border:0 transparent none;
  float:left;
  padding: 5px 10px;
}
.tt-hint{
  display:none !important;
}
.twitter-typeahead input[type='text']{
  background-color:#fff !important;
  margin:0;
}

.searchContainer{
  z-index:601;
}

#goButton{
  position: absolute;
  cursor: pointer;
  /*padding-right:.2rem;*/
  right:25px;
  z-index:10;
  color: #333333;
  padding: 5px 10px;
  background: #0079C0;
}
#goButton .fa-search{
  font-size: 14px;
}
/* search type ahead block end */


#darkness {
  background:rgba(0, 0, 0, 0.5);
  display:none;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:5;
}
.hideTopBar{
  opacity: 0;
  height: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
span.subMenuItem i{
  padding-left: 5px;
}


.login::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
}
.websiteSet{}

.websiteSetImg a img{
  height: 1.8em;
  padding:.2rem;
  margin-top: 1.3rem;
}

/******************************************************
Slider/HeroShot Image
******************************************************/
.heroShot-slider-container{
  position:relative;
}
.heroShot-container-case-studies{
  height:360px;
  overflow:hidden;
  position:relative;
}
.heroShot-slider-container, .heroShot-container-case-studies{
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.heroShot-slider-container-homepage{
 width: 100%;
 max-height: 680px;
 display: block; 
 position:relative;
}
.heroShot-slider-container-homepage img{
  width: 100%;
  max-height: 680px;
  display: block;
}
.call-to-action-container{
  position:absolute;
  top:30%;
  left:50%;
  margin-left: -15%;
}
.call-to-action-container p:first-child{
  font-size: 30px;
  line-height: 120%;
  background:rgba(255,255,255,.6);
  padding: 14px 12px;
  border-radius: 2px;
  letter-spacing: 2px;
}
.call-to-action-container a.cta-btn{
  font-size:34px;
  color: #010101;
  padding:10px 20px;
}
.caption-block{
  position: absolute;
  background: rgba(67, 165, 30, .7);
  width: 100%;
  z-index: 9999;
  bottom: 0px;
  text-align: center;
  padding: .7% 0px;
}
.caption-block .sliderTitle{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0px;
}
.border-panel .table th, .table td {
  padding: 0.4rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.mainBannerBlock {
  width: 98%;
  margin: auto;
}
.mainBannerBlock  img{
  width: 100%;
}


.documentTable td,
.documentTable th{padding:2px 14px;}

#locationDisplay iframe{
	width: 100%;
  height: 400px;
  max-height:100%;
}

/******************************************************
Front Boxes
******************************************************/
.our-process figure img{
  display: block;
  margin: auto;
  width: 100px;
}
.our-process figure{
  position: relative;
}
.our-process figcaption{
  bottom: 0;
  width: 100%;
}
.our-process figcaption h2 {
  /*background: rgba(67, 165, 30, .7);*/
  margin: 0;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  color: #43a51e;
  text-transform: uppercase;
}

/*Hero shot styling*/
.row-max{
  position:relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class^="row-max-multi-"] img,
[class*=" row-max-multi-"] img {
  width:100%; 
  overflow:hidden;
}

[class^="row-max-multi-"],
[class*=" row-max-multi-"] {
  padding:0;
  position:relative;
  margin:0 auto;

}
.row-max-multi-60{width:60%;}
.row-max-multi-65{width:65%;}
.row-max-multi-70{width:70%;}
.row-max-multi-75{width:75%;}
.row-max-multi-80{width:80%;}
.row-max-multi-85{width:85%;}
.row-max-multi-90{width:90%;}
.row-max-multi-95{width:95%;}
.row-max-multi-99{width:99%;}
.row-max-multi-100{width:100%;}

[class^="row-max-multi-"] .row,
[class*=" row-max-multi-"] .row {
  margin-right: -4px;
  margin-left: -4px; 
}
[class^="row-max-multi-"] p,
[class*=" row-max-multi-"] p {
  margin: 0px;
  padding:2px 0px; 
}
[class^="row-max-multi-"] [class^="col-md-"],
[class*=" row-max-multi-"] [class*=" col-md"] {
  padding-left: 4px;
  padding-right: 4px;
}

[class^="coloured-"],
[class*=" coloured-"]{padding:10px ; background: #f1f0ed;}

.coloured-yellow{ background: #fff8eb;}


/******************************************************
Footer
******************************************************/
#cookieconsent-popup .cookieconsent-button-wrap{
	float: none;
	text-align: center;
	width: auto;
	margin: 0px;
}
.cookieconsent-button-wrap button#btn-accept {
	margin: 10px 0px;
	background: #ccc;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-block{
  background: #0079C0;
  margin-top: 1rem;
}
.footer-block h3{
  color: #fff900;
  text-transform: uppercase;
}
.footer ul{
	padding-left: 0px;
}
.footer ul li{
	display: block;
	line-height: 30px;
}
.footer ul li a{
	color: #ffffff;
	font-size: 18px;
}
.bottomMenu-block ul{
  padding: 0px;
}
.bottomMenu-block li{
  color: #fff;
  display: inline-block;
  margin-right:10px;
}
.bottomMenu-block li a{
  color: #fff;
  text-decoration: none;
}
.bottomMenu-block li a p{
  margin: 0px;
}
.bottomMenu-block li:not(:last-child) a p:after {
  content: " | ";
  margin: 0 4px;
}
.socialMenu-block ul, #SOCIAL_MEDIA{
  padding: 0px; 
}
.socialMenu-block li:first-child{margin:0px 6px 0px 0px;}

.socialMenu-block li, #SOCIAL_MEDIA li{
  display: inline-block;
  margin: 0px 6px;
}
.socialMenu-block li p{
  display: none;
}
.socialMenu-block li a, #SOCIAL_MEDIA li a{
  display: block;
}
.socialMenu-block li img, #SOCIAL_MEDIA li img{
  width: 50px;
  margin-bottom: 10px;
}
.address-block a{
  text-decoration: none;
  color: #eee;
}
.address-block h4, .address-block p{
  margin: 4px 0px;
}
.footer-widget-block ul li{
  display: block;
}
.footer-widget-block ul li a{
  color: #fff;
  font-family: 'Pathway Gothic One', sans-serif;
}

.footer-widget-block ul{
  padding-left: 0px;
  margin-bottom: 0px;
}

.widget-head {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 300;
  font-size: 1.39em;
  margin-top: 15px;
  color:#8AE2EA;
}
.contactUs p,.contactUs a{
  color:#fff;
}
.footer-bottom{
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
.footer-bottom a{
  color: #ffb72e;
  font-size: 14px;
}
.fixedFooter{
  position:fixed;
  bottom:0;
  height:2.4rem;
  background:#28a529;
  color:#fff;
  font-size: 1.6rem;
  text-align: center;
}
.copyrightBlock ul{
  text-align: center;
}
.copyrightBlock ul li{
  display: inline-block;
  padding: 0px 10px;
  line-height: 15px;
}
.copyrightBlock ul li:last-child{
  border-right: none;
}
.copyrightBlock ul li a{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.copyrightBlock p{
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.footer-text-block{color:#fff;font-size: 1.4rem;padding:1rem 0;}
.footer-text-block a{color:#ffb72e;font-size: 1.4rem;}
.phones{
  text-align: center;
  font-size:1rem;
}
.phones, .nav-link{
  padding:0;
}
.phoneNumber a,
.mobileNumber a{
  color:#333;
}
.phoneNumber,
.mobileNumber{
  font-size:1.4rem;
  display:inline-block;
  padding:0 1rem;
}

.fg{
  color:#fff !important;
  font-size: .8rem !important;
  font-weight:normal !important;
}

/***********************************************/
/*New CSS for Mega Menu
/***********************************************/

.navBlock ul{
  padding: 0px;
  margin-bottom: 0px;
}
.navBlock ul li{
  list-style: none;
  word-wrap: break-word;
}
.navBlock > ul > li{
  display: inline-block;
  vertical-align: top;
  padding: 0px 18px 0px 0px;
}
.navBlock > ul > li:last-child{
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.navBlock > ul > li > a{
  padding: 8px 0px;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.navBlock > ul > li > a p{
  margin-bottom: 0px;
  padding: 0 10px;
}
.navBlock > ul > li:hover > a{
  background: #ffffff;
  text-decoration: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; 
  color: #333333;
}
/*Drop down level one*/
.navBlock > ul ul{
  display: none;
  position: relative;
  /*background: blue;*/
}

.contact-block a{
  background:#000;
}
.megaMenuBlock ul.dropdown-menu-level-1 > li{
  /*border-bottom: 1px solid #173341;*/
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.megaMenuBlock ul.dropdown-menu-level-2 > li{
  /*border-bottom: 1px dotted #333333;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.megaMenuBlock ul.dropdown-menu-level-1 li:last-child, 
.megaMenuBlock ul.dropdown-menu-level-2 li:last-child{
  border-bottom: none;
}

.megaMenuBlock ul.dropdown-menu-level-1 > li > a{
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.megaMenuBlock ul.dropdown-menu-level-2 > li > a{
  color: #00AEE2;
  font-size: 14px;
}
.level-3-container{
  border: 1px solid #e2e2e2;
  padding:4px 0;
  display: none;
}
.navBlock > ul > li:hover > ul{
  display: block;
}

/*Drop Down Level 2*/
.navBlock > ul ul > li:hover ul{
  display: block;
}
.navBlock > ul ul ul{
  /*position: absolute;*/
  /*right: 0;*/
  /*background: red;
  top: 0;
  width: 100%;
  left: 100%;*/
  padding-left: 5px;
}

/*Mega Menu*/
.menu-level-1 > a{
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
}
.menu-level-2{
  color:gray;
  margin-left: 5px;
}
.menu-level-2 > a{
  color: #545454;
  font-size: 14px;
}

.menu-level-3{
  color:#696868 ;
  margin-left: 10px;
}
.menu-level-3 > a{
  font-size: 14px;
  color: #757575;
}
.megaMenuBlock{
  display: none;
  /*background: #fff;*/
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999999;
  max-height: 80vh;
  overflow: auto;
  /*box-shadow: 5px 5px 8px #000;*/
}
.productBlockItem .megaMenuBlock{
  /*background: #ffffff;*/
}
.megaMenuBlock .megaMenu{
  background: #ffffff;
  padding: 18px 15px;
  max-height: 350px;
  /*overflow-y: auto;*/
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  /*border: 1px solid #999999;*/
  /*border-top: none;*/
  box-shadow: 0px 0px 8px #000;
}

.navBlock > ul > li:hover .megaMenuBlock{
  display: block;
}
.navBlock > ul .megaMenuBlock ul{
  display: block;
}
ul.megaMenu{
	padding: 0px 15px;
}
.megaMenuCol{
  /*order-left: 1px solid #b3b3b3;*/
  padding: 0px 5px;
}
.megaMenuCol:first-child{
  /*border-left: 1px solid transparent;*/
  padding: 0px 5px;
}
.navBlock .megaMenuContainer ul .subCategoryBlock ul{
  position: initial;
  width: auto;
  margin-left: 20px;
} 

.leftColumnBlock{
  max-width: 49.5%;
  margin-right: .5%;
  margin-bottom: 20px;
}
.rightColumnBlock{
  max-width: 49.5%;
  margin-left: .5%;
  margin-bottom: 20px;
}
.leftBorderNone{
  border-left: none;
}
/******************************************************
Owl Slider Style
******************************************************/
.cartProductRow .owl-prev{
  left: 5px;
}
.cartProductRow .owl-next{
  right: 13px;
}
/*.fixedFooter a{margin-bottom: 10px;}*/
/******************************************************
Front Boxes #09947f #11A790
******************************************************/
/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
  font-size: 0;
  position: relative;
  text-align: center;
}
nav > ul{padding:20px 0 10px 0;margin:0;}
nav > ul > li {
  display: inline-block;
  font-size: 14px;
  padding: 0 6px;
  position: relative;
  text-transform: uppercase;
}
/*nav > ul > li:last-child { padding-left: 0 0px;}*/


nav > ul > li > a {
  color: #fff;
  position: relative;
  /*border-bottom: 12px solid transparent;*/
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
nav > ul > li:hover > a {
  color: #cbcbcb; 
}
nav > ul > li:hover{
  background:#2b2e8c;
}

.blackOutScreen{
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);  
  width:100%;
  height:100%;
  display:none;
}

.pure-c-1{position: static;} 

.pure-c-1 > a:after {
  position: relative;
}
.pure-c-1:hover .blackOutScreen{display: block;}

.productMenu {
  background: #2b2e8c;
  display: none;
  left: 0;
  right: inherit;
  position: absolute;
  text-align: left;
}
.productMenu ul{
  list-style: none;
  margin:0;
  padding:0 12px;
}
.productMenu ul li{line-height: 2.4;}
.productMenu ul li a{color:#fff;}
/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  background: #2b2e8c;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 1120px;
  padding:16px 0;   
  top: 47px; 
}
/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#blackOut{
  height:200px;
  width:200px;
  background:rgba(0,0,0,0.5);
  display:none;
  position:absolute;
  left:0;
}

.droppable {position: static;}

.droppable > a:after {
  content: "\f107";        
  font-size: 12px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.droppable:hover .mega-menu{display: block;}

/*nav:hover ~ #blackOut{background:red;}*/

.droppable-set:hover .productMenu{display: block;}
.productMenu a:hover{color: #cbcbcb;}
.mega-menu a:hover{color: #cbcbcb;}

[class^="megaMenu-"],
[class*=" megaMenu-"]{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
[class^="megaMenu-"] li,
[class*=" megaMenu-"] li{line-height: 1.5}

[class^="megaMenu-"] a,
[class*=" megaMenu-"] a{color: #f1f1f1;}

.megaMenu-2{grid-template-rows: auto auto;}
.megaMenu-3{grid-template-rows: auto auto auto;}
.megaMenu-4{grid-template-rows: auto auto auto auto;}
.megaMenu-5,
.megaMenu-6,
.megaMenu-7,
.megaMenu-8,
.megaMenu-9,
.megaMenu-10,
.megaMenu-11,
.megaMenu-12{grid-template-rows: auto auto auto auto auto;}



/******************************************************
Front Boxes #09947f #11A790
******************************************************/
[class^="addBox-"],
[class*=" addBox-"] {
  display: grid;
  overflow: hidden;
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px; 
  clear:both;
  padding: 0;
  list-style: none;
}

[class^="addBox-"] li,
[class*=" addBox-"] li{
  display: inline-block;
  flex-direction:column;
  align-items:flex-start;
}
[class^="addBox-"] li a,
[class*=" addBox-"] li a{
  width: 100%;
  text-align: center;
}
.addBoxTitleStyle{
  width:100%;
  background:#000;
  border-radius: 6px;
  cursor: pointer;
}
.addBoxTitleStyle a{
  color:#ffd503;
  text-transform: uppercase;
  font-weight: 800;
  font-size:20px;
  text-align: center;
  cursor: pointer;
  width:100%;
}
.addBoxText{display:none;}

.addBox-2 {grid-template-columns: repeat(2, 1fr);}
.addBox-3 {grid-template-columns: repeat(3, 1fr);}
.addBox-4 {grid-template-columns: repeat(4, 1fr);}
.addBox-5 {grid-template-columns: repeat(5, 1fr);}
.addBox-6 {grid-template-columns: repeat(6, 1fr);}
.addBox-7 {grid-template-columns: repeat(7, 1fr);}
.addBox-8 {grid-template-columns: repeat(8, 1fr);}
.addBox-9 {grid-template-columns: repeat(9, 1fr);}

@media screen and (max-width: 47.9em) {

  [class^="addBox-"] li.desktopView,
  [class*=" addBox-"] li.desktopView{
    display:none;
  }


}

@media screen and (min-width: 47.9em) {

  [class^="addBox-"] li.mobileView,
  [class*="addBox-"] li.mobileView{
    display:none;
  }
}

@media screen and (max-width: 47.9em) {
  .addBox-2{grid-template-columns: repeat(2, 1fr);}
  .addBox-3{grid-template-columns: repeat(2, 1fr);}
  .addBox-4{grid-template-columns: repeat(2, 1fr);}
  .addBox-5{grid-template-columns: repeat(2, 1fr);}
  .addBox-6{grid-template-columns: repeat(2, 1fr);} 
  
}


/*.blog-list{}*/
.blog-list-img img{width:100%;}
.blog-list-text p{padding:.8rem 0;}
/*.blog-list-btn{}*/
/*.blog-list-tags{background:pink;}*/
/*.blog-list-tags ul{margin:0;padding:0;}*/
.blog-list-date:after{content: "-";padding-left:10px;}
.blog-list-date,
.blog-list-tags{display:inline;margin:8px;font-size:80%;}
.blog-list-tags a{
  display:inline-block;
  padding:0px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background:rgba(000,000,000,0.04);
}

/* Pagination start*/
.Zebra_Pagination {    /*overflow: hidden;*/
  padding-bottom: 10px;
  /*float: right;*/
  margin-top: 20px;
  /*background:red;*/
  /*width: 1120px;*/
  margin: auto !important;

}
/* Pagination start*/
.Zebra_Pagination {text-align:right;}
.Zebra_Pagination ul { position: relative; list-style-type: none; margin: 0; padding: 0; }
.Zebra_Pagination li { position: relative; display:inline-block;}
.Zebra_Pagination a  { padding:0px 5px;border-radius: 2px; border: 1px solid #AAA; color: #333; text-decoration: none; margin: 0 2px; display: block;}
.Zebra_Pagination a:hover { background-color: #DEDEDE; color: #222 }

/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.navigation { border: 1px solid transparent; overflow: hidden;}
.Zebra_Pagination a.disabled { filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; }
.Zebra_Pagination a.disabled:hover { background-color: inherit; color: inherit }

/* CURRENT PAGE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination a.current,
.Zebra_Pagination a.current:hover { background: #333; border-color: #333; color: #FFF }

/* THE "..." SEPARATOR
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_Pagination span{ color: #666; margin-right: 2px; display: block; float: left; padding: 8px 4px }
/* Pagination end*/

.form-widget textarea{
  /*width: 60%;*/
  height: 150px;
  margin-left:3px;
}
#norobot{
  margin-left: 11px;
}
#breadcrumb, #brandBreadCrumbs{margin: 30px 0 14px 0px;}

#breadcrumb ul, #brandBreadCrumbs ul{
  margin: 0px 0 4px 0;
  padding: 0;
}
#breadcrumb > ul:after, #brandBreadCrumbs > ul:after{clear:both;}

#breadcrumb ul li, #brandBreadCrumbs ul li{
  display: inline;
  text-decoration: none;
  padding: 10.5px 6px  10.5px 0; 
}
#breadcrumb ul li:after, #brandBreadCrumbs ul li:after{
  content: '-';
  padding-left:6px;
}
#breadcrumb ul li:last-child, #brandBreadCrumbs ul li:last-child{font-weight: bold}

#breadcrumb ul li:last-child:after, #brandBreadCrumbs ul li:last-child:after{content: '';}
#breadcrumb ul li a{
  color:#333;
  text-decoration: inherit;

}
#breadcrumb ul li a:hover, #brandBreadCrumbs ul li a:hover{color:#FFBF00;}

.knowledge-header {
  padding: 3rem 0;
  background: url('https://sunnyg1210.github.io/bootstrapKnowledgeBaseTheme/images/page-headers/6.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin-top: -1.3rem;
}

.knowledge-header h1 { color: #fff; margin: .5rem 0; }
.knowledge-header h1 a { color: #fff; }
.knowledge-header p { color: #fff; margin-bottom: 2rem; font-size: 1.2rem; }

.knowledge-search input {
  width: 30%; 
  height: 40px;
  vertical-align: middle;
  font-size: 1.1rem;
  border: 1px solid #c6c6c6;
  padding: 0 15px 0 40px;
}

.knowledge-search::before {
  content: '\E8B6';
  position: absolute;
  line-height: 1.9;
  font-size: 1.4rem;
  z-index: 100;
  padding-left: 9px;
}

.knowledge-search button {
  border-radius: 0;
  height: 42px;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 15px;
}

.articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article {
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.article-header i {
  vertical-align: middle;
  margin: -4px 10px 0 10px;
  font-size: 1.2rem;
}

.article-header > a {
  font-size: 1.2rem;
  color: #000;
  font-weight:bold;
}

.article-info {
  padding: 2px 5px;
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
  background-color: #f9f8f8;
}

.article-info > a, .article-info > span {
  margin-right: 10px;
  padding: 3px 5px;
  color: #000;
}

.article-info i {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.article-info .tag {
  margin-right: 7px;
  /*  border: 1px solid rgba(61, 61, 61, 0.5);*/
  background: rgba(61, 61, 61, 0.1);
  border-radius: 2px;
  color: #000;
  padding: 2px 5px;
}

.article-info .tag.active {
  background: rgba(14, 45, 156, 0.5);
  color: #fff;
}

.article-body {
  padding: .5rem;
}

.article-body p {

}

.knowledge-file {
  padding: 3px 7px;
  background-color: #909090;
  border-radius: 2px;
  color: #fff;
  margin-right: 1rem;
}

.knowledge-file i {
  padding: 0 7px 0 3px;
  position: relative;
  top: 1px;
}

.knowledge-file.pdf { background-color: #F44336; }
.knowledge-file.image, .knowledge-file.word { background-color: #3F51B5; }
.knowledge-file.excel { background-color: #4CAF50; }

.tags-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tags-container li {
  display: inline-block;
  line-height: 1.4;
}

.tags-container .tag {
  margin-right: 7px;
  background: rgba(61, 61, 61, 0.1);
  border-radius: 2px;
  color: #000;
  padding: 2px 5px;
  display: inline-block;
  margin: 2px;
}
/* Acordeon styles */
.faqItems .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #484a50;
  overflow: hidden;
}

.faqItems input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}


.faqItems label {
  position: relative;
  display: block;
  padding: .8em;
  background: #ececec;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 7px;
  padding-right: 28px;
}

.faqItems .tab-content {
  max-height: 0;
  overflow: hidden;
  /*background: #1abc9c;*/
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.faqItems .tab-content {
  /*background: #3498db;*/
  color:#000;
}
.faqItems .tab-content p {
  margin: 1em;
}
/* :checked */
.faqItems input:checked ~ .tab-content {
  max-height: 100em;
}
/* Icon */
.faqItems label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faqItems input[type=checkbox] + label::after {content: "\25BC";}

.faqItems input[type=checkbox]:checked + label::after{ transform: rotate(180deg);}

/*TABS CUSTOM STYLES */


.tabs {
  font-size: 0;
  margin: 25px 0;
}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs .tab {
  display: inline;
}

.tabs .tab-label {
  background: #eee; 
  border: 1px solid #ccc; 
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  left: 1px;
  margin-left: -1px;
  padding: 6px; 
  position: relative;
  vertical-align: bottom;
  margin-bottom:0px;
}

.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: white;
  padding: 0 20px;
  border: 1px solid #ccc;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  width: 100%;
}

.tabs .tab [type="radio"]:checked + .tab-label {
  background: white;
  border-bottom-width: 0;
  padding-bottom: 11px;
  z-index: 1;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline;
}






#systemCheck, .systemCheck {
  display: none;
}
#norobot{
  margin-left: 11px;
}
input[type="checkbox"].error {
  outline: 1px solid red;
  outline-offset: 2px;
}
.mobileView{display:none;}
.desktopView{display:block;}

.form-widget{margin:2em 0;}
.form-widget .row{margin:8px 0;}
.form-widget .error{background:rgba(250, 173, 31, 0.11);}
label.error{background:rgba(250, 173, 31, 0.11) !important; font-size: 0%; line-height:1; }

.form-widget textarea{
  height: 150px;
  margin-left:0;
}
.form-widget input, .form-widget textarea, .form-widget select{
  width: 90%;
}
.form-widget .btnBlock{margin-top:6px;}
#norobot{
  margin-left: 11px;
}
input[type="checkbox"].error {
  outline: 1px solid red;
  outline-offset: 2px;
}

.popupContainer{
  padding:2rem 0;
}

@media screen and (max-width: 48em) {

  .mobileView{display:inline-block;}
  .desktopView{display:none!important;}
  .top-align-block{margin-top: 5.7rem;}
  .ph{color: #000;padding:0 4px;}
  .mobileIcons{text-align:right;}
  .twitter-typeahead{width:80%;}

  ul.checkoutBreadcrumbs{
    display: block !important;
  }

  .cba {
    width: 280px !important;
  }

  .logo{text-align: right;}

  .logo a img {
    height: 48px;
  }
  .logo-block{height:60px;padding-top:8px;}
  

  .searchContainer{margin-left:.2rem;}
  .searchBlock{margin-top: .2rem;}
  .coloured{
    background: unset;
    padding:0;
  }

  .mainDivWidget {
    padding: 10px !important;
  }

  .widgetOptionsDiv{
    padding: 2px !important;
  }

  .widgetTitle{
  top: 0px !important;
}

  .widgetOptions{
    padding: 0px;
  }

  .widgetPrice {
    padding-top: 8px !important;
  }

  .beh {
    width: 100%;
  }


  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
    width: 100%;
    z-index: 800;
    margin-top: 1rem;
  }

  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    color:#ffffff;
    cursor: pointer;
  }
  .mobile-nav-wrapper .moblieIcons{width: 10%;text-align: center;}
  .moblieIcons{height:1rem;}

  .mobileMainMenu,
  .mobileOtherMenu{
    z-index:100;
    position: fixed;
    overflow: auto;
    padding: 0px;
    width: 95%;
    height: 81%;
    text-align: left;
    margin-top: 0px;
    top: 110px;
    bottom: 0;
  }

  .center img{
    width: 100%;
  }
  .mobileMainMenu{
    background: #0079c0;
    left: 0;
    -moz-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
    -o-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu{
    background: #006eaf;
    right: 0;
    -moz-transform: translateX(100%)!important;
    -webkit-transform: translateX(100%)!important;
    -o-transform: translateX(100%)!important;
    -ms-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mobileOtherMenu.hideit,
  .mobileMainMenu.hideit{
    -moz-transform: translateX(0%)!important;
    -webkit-transform: translateX(0%)!important;
    -o-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
  }
  .mobileOtherMenu ul, .mobileMainMenu ul{
    padding: 0px;
    margin: 0px;
  }
  .mobileOtherMenu > ul, .mobileMainMenu > ul{
    padding-bottom: 25px;
  }
  .mobileOtherMenu ul li, .mobileMainMenu ul li{
    display: block;
    border-bottom: 1px dotted #ccc;
  }
  .mobileOtherMenu ul li a, .mobileMainMenu ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    padding-left: 20px;
  }
  .mobileOtherMenu ul li a p, .mobileMainMenu ul li a p{
    margin: 0px;
  }
  .mobileOtherMenu ul ul, .mobileMainMenu ul ul{
    border-top: 1px dotted #ccc;
  }
  .mobileOtherMenu ul ul li a, .mobileMainMenu ul ul li a{
    margin-left: 40px;
    padding-left: 0px;
  }

}

@media screen and (max-width: 767px) {

  .mobileView{display:inline-block;}
  .desktopView{display:none;}
  .ph{padding:0; font-size: 2rem;}
  .mobileIcons{text-align:right;}
  .twitter-typeahead{width:80%;padding-left: 18px;}

  .searchContainer{margin-left:0px; margin-top: 10px;}
  .searchBlock{margin-top: .2rem;}

  .headerBlock{
    height: 108px;
  }

  .mobileButtonBlock{
  	position: relative;
    z-index: 99;
  }
  .menu-level-1 span.subMenuItem i{
    color: #333333;
  }
  .cartInTitle a, .cartInItems{
    font-size: 14px;
  }
  .navBlock ul li span.subMenuItem{
    display: inline-block;
  }
  .top-align-block{
    margin-top: 0px;
    height: 110px;
  }
  .moblieIconsBlock{
    margin-top: -5px;
    padding: 0px;
    text-align: center;
  }
  .fileBlock{margin: 20px 0px;}
  .subTotalBlock{margin: 0px 0px 20px 0px;}
  /******************************************************
  Mobile Menu
  ******************************************************/
  .mobile-nav-wrapper{
    z-index: 160;
    margin-top: 0px;    
    padding: 0px;
  }
  .megaMenuBlock{
    display: none;
  }
  .mobileButtonBlock .col-sm-2,
  .mobileButtonBlock .col-sm-5{
    padding-right: 1px;
    padding-left: 1px;
  }
  .mobileNavBtn{
    background: #0079C0;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 6px 0px;
  }
  .mobile-nav-wrapper p{
    text-align: center;
    width: 30%;
    margin: 0px;
    float: left;
    color:#fff;
    cursor: pointer;
  }

  .mobile-nav-wrapper p#mobile-main-menu {
    background: #0079C0;
  }

  .mobile-nav-wrapper p.mobile-top-menu {
    background: #006EAF;
  }

  .mobile-nav-wrapper p#mobile-backButton {
    background: #d4d4d4;
    cursor: pointer;
    position: relative;
  }

  .mobile-nav-wrapper p:first-child {
    text-align: center;
    width: 10%;
    margin: 0px;
    padding: 8px 0px;
    display:inline-block;
    color: #fff;
    cursor: pointer;
  }

  .mobile-nav-wrapper p {
    text-align: center;
    display:inline-block;
    width: 45%;
    margin: 0px;
    padding: 8px 0px;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 2;
  }

  .mobile-nav-wrapper p#mobile-backButton i {
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    margin: 5px 0 0 -4px;
  }


  .menu-level-2, .menu-level-3{display: none;}
  .mobile-nav-wrapper .moblieIcons{width: 10%;text-align: center;}
  .moblieIcons{height:1rem;}

  .miniCartPreview{z-index: 99999;}
  /*.mobile-nav-wrapper p#mobile-top-menu{line-height: 2;}*/

  .mobileMainMenu.scrollNavBlock,  .mobileOtherMenu.scrollNavBlock{top: 110px;}
  .navBlock{
   z-index:100;
   position: fixed;
   overflow: auto;
   padding: 0px;
   width: 95%;
   height: 81%;
   text-align: left;
   margin-top: 0px;
   top: 110px;
   bottom: 0;
   right: 0;
   background: red;
 }
 .navBlock.scrollNavBlock{ top: 91px;}
 .dropdown-menu-level-1 span.subMenuItem{display: none;}
 .megaMenuBlock ul.dropdown-menu-level-2 > li{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.leftColumnBlock{
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.rightColumnBlock{
  max-width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
}
.headerBlock .navBlock > ul > li{
  display: block;
}
.headerBlock .megaMenuBlock{
  position: relative;
  width: 90%;
}

.headerBlock .megaMenuCol{
  border: none;
}
.navBlock > ul > li:hover > a{
  background: none;
  text-decoration: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; 
  color: #ffffff;
}
.megaMenuContainer{padding: 0px;}

.navBlock > ul > li:hover .megaMenuBlock{display: none;}
.navBlock{
  background: #333333;
  right: 0;
  -moz-transform: translateX(100%)!important;
  -webkit-transform: translateX(100%)!important;
  -o-transform: translateX(100%)!important;
  -ms-transform: translateX(100%)!important;
  transform: translateX(100%)!important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.subMenuItem{
  position: absolute;
  right: 25px;
  margin-top: 8px;
}
.navBlock.hideit,
.mobileMainMenu.hideit{
  -moz-transform: translateX(0%)!important;
  -webkit-transform: translateX(0%)!important;
  -o-transform: translateX(0%)!important;
  -ms-transform: translateX(0%)!important;
  transform: translateX(0%)!important;
}
.navBlock ul, .mobileMainMenu ul{
  padding: 0px;
  margin: 0px;
}
.navBlock > ul, .mobileMainMenu > ul{padding-bottom: 25px;}
.navBlock ul li, .mobileMainMenu ul li{
  display: block;
  border-bottom: 1px dotted #ccc;
}
.mobileMainMenu ul li{background: #333333;}
.mobileMainMenu ul li a{color: #ffffff;}
.navBlock ul li a, .mobileMainMenu ul li a{
  color: #fff;
  display: block;
  padding: 4px 0px;
  padding-left: 10px;
}
.mainTitle a{color: #545454;}
.navBlock ul li a:hover{
  background: none;
  color: #0079C0;
}
.navBlock ul li a{
  word-wrap: break-word;
  margin-right: 30px;
}
.navBlock ul li:hover{background: none;}
.subMenuItem{color: #ffffff;}

.navBlock ul li a p{
  margin: 0px;
  font-size: 13px;
}
.mobileMainMenu ul li a p{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.navBlock ul ul, .mobileMainMenu ul ul{border-top: 1px dotted #ccc;}
.headerBlock.rHeaderPadd{padding-top: 0px;}
.mobileMainMenu ul ul li a{color: #ffffff;}
.mobileMainMenu ul ul li{background: #02527f;}
.navBlock ul ul li a, .mobileMainMenu ul ul li a{
  margin-left: 0px;
  padding-left: 0px;
}
.megaMenuBlock ul.dropdown-menu-level-1 > li{
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.navBlock > ul ul ul{padding-left: 0px;}
.mobileMainMenu ul ul li a{padding-left: 25px;}
.mobileMainMenu ul ul li:last-child{border-bottom: none;}
#mobileSearch
{
  position:absolute;
  top:5rem;
  left:0;
  right:0;
  background:#fff;
  border-bottom: 2px solid #0079C0
}
#mobileSearch #goButton {right: 7px;}
#mobileSearch.hideit{display:none;}
}



@media screen and (max-width: 320px) {

  .moblieIconsBlock{
    display:none;
  } 


}


@media screen and (max-width:767px) {

  .log-form{
    width:100%;
  }

  ul.bioCategoryListUl li{
    width:45%;
  }

  .bioGenralDetailsContainer{
    width:100%;
  }



  [class^="categoryBoxes-"],
  [class*=" categoryBoxes-"]{grid-template-columns: repeat(2, 1fr);}


  .row-max-multi-60{width:95%;}
  .row-max-multi-65{width:95%;}
  .row-max-multi-70{width:95%;}
  .row-max-multi-75{width:95%;}
  .row-max-multi-80{width:95%;}
  .row-max-multi-85{width:95%;}
  .row-max-multi-90{width:95%;}
  .row-max-multi-95{width:95%;}
  .row-max-multi-98{width:95%;}
  .row-max-multi-100{width:95%;}


  [class^="row-max-multi-"] > div > div,
  [class*=" row-max-multi-"] > div >div {
    margin-bottom:6px;
  }

  .blog list .flex { display: flex; }
  .blogFirst { order: 2; }
  .blogSecond { order: 1; }
}

/*CUSTOM MENU CODE*/

.hidden {
  display: none
}

.overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  transition: opacity .5s;
  pointer-events: none;
  opacity: 0
}

.overlay--active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100
}

.overlay__default,
.overlay__desktop-nav,
.overlay__filter {
  z-index: 99
}

.overlay__default.overlay--active,
.overlay__language-picker.overlay--active {
  z-index: 103
}

@media (max-width:991px) {
  .overlay__desktop-nav {
    display: none
  }
}

@media (min-width:991px) {
  .overlay__mobile-nav {
    display: none
  }
}

@media (max-width:767px) {
  .overlay__content {
    display: block;
    top: 0;
    left: 0;
    min-height: 0;
    height: 100vh;
    padding: 0;
    transform: translateX(-100%)
  }
}

@media (min-width:768px) {
  .overlay__content {
    max-width: 550px
  }
}

.overlay__content .content {
  background-color: #ffffff;
  position: relative
}

@media (max-width:767px) {
  .overlay__content .content {
    height: 100vh;
    width: 100%;
    overflow: auto
  }
}

@media (min-width:768px) {
  .overlay__content .content {
    max-height: 80vh;
    overflow-y: auto
  }
}


.overlay__content .btn,
.overlay__content .btn-clear {
  width: 100%
}

.overlay__content a {
  color: inherit;
  display: block;
  padding-top: 5px;
  text-decoration: none
}

.overlay__content a:hover {
  text-decoration: underline
}

.overlay__content .simplebar-track.horizontal {
  display: none !important
}

.overlay__content--active {
  display: block;
  pointer-events: auto
}

@media (max-width:767px) {
  .overlay__content--active {
    transform: translateX(0)
  }
}

.overlay__content--terms .btn-close {
  right: 30px;
  top: 30px
}

@media (max-width:991px) {
  .overlay__content--terms .btn-close {
    right: 35px;
    top: 35px
  }
}


.header-utilities{
  background: #0079C0;
}
.header-utilities__burger-button {
  border: none;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 36px;
  background-color: transparent;
  position: relative;
  padding: 0;
  right: 6px;
  outline: none;
  z-index: 1;
  -webkit-tap-highlight-color: transparent
}

.header-utilities__burger-button span {
  height: 3px;
  width: 20px;
  display: block;
  left: 25%;
  background: #ffffff;
  transition: all .5s;
  position: absolute
}
.header-utilities__burger-button p{
  color: #ffffff;
  margin: -14px;
  padding-left: 35px;
}
.header-utilities__burger-button span:first-child {
  top: 26%
}

.header-utilities__burger-button span:nth-child(2) {
  top: 50%;
  margin-top: -1px
}

.header-utilities__burger-button span:nth-child(3) {
  bottom: 25%
}

@media (max-width:991px) {
  .header-utilities__burger-button {
    display: block
  }
}

.header-utilities__burger-button--active {
  z-index: 101;
  /*pointer-events: none*/
}

.header-utilities__burger-button--active span {
  margin-top: 0;
  background: #ffffff
}

.header-utilities__burger-button--active span:first-child {
  transform: rotate(-45deg);
  top: 50%
}

.header-utilities__burger-button--active span:nth-child(2) {
  width: 0;
  left: 50%
}

.header-utilities__burger-button--active span:nth-child(3) {
  transform: rotate(45deg);
  top: 50%
}

.header-utilities__burger-button--active:hover span:first-child {
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: top left;
  width: 20px
}

.header-utilities__burger-button--active:hover span:nth-child(2) {
  top: 50%;
  margin-top: 0;
  width: 30px;
  left: 25%
}

.header-utilities__burger-button--active:hover span:nth-child(3) {
  bottom: 50%;
  transform: rotate(45deg);
  transform-origin: bottom left;
  width: 20px
}

@media (min-width:991px) {
  .header-utilities__burger-button:hover:not(.header__burger-button--active) {
    z-index: 101
  }
  .header-utilities__burger-button:hover:not(.header__burger-button--active) span {
    margin-top: 0;
    background: #000000
  }
  .header-utilities__burger-button:hover:not(.header__burger-button--active) span:first-child {
    top: 26%;
    transform: rotate(45deg);
    transform-origin: bottom left;
    left: 50%;
    width: 27%
  }
  .header-utilities__burger-button:hover:not(.header__burger-button--active) span:nth-child(2) {
    top: 50%;
    margin-top: -1px
  }
  .header-utilities__burger-button:hover:not(.header__burger-button--active) span:nth-child(3) {
    bottom: 25%;
    transform: rotate(-45deg);
    transform-origin: top left;
    left: 50%;
    width: 27%
  }
}
/*Header Utilities 1 Ends Here*/

/*Header Utilities 2 Start Here*/

.header-utilities{
  background: #0079C0;
}
.header-mainMenu__burger-button {
  border: none;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 36px;
  background-color: transparent;
  position: relative;
  padding: 0;
  right: 6px;
  outline: none;
  z-index: 1;
  -webkit-tap-highlight-color: transparent
}

.header-mainMenu__burger-button span {
  height: 3px;
  width: 20px;
  display: block;
  left: 25%;
  background: #ffffff;
  transition: all .5s;
  position: absolute
}
.header-mainMenu__burger-button p{
  color: #ffffff;
  margin: 0px;
  padding-left: 20px;
}
.header-mainMenu__burger-button span:first-child {
  top: 26%;
}

.header-mainMenu__burger-button span:nth-child(2) {
  top: 50%;
  margin-top: -6px;
}

.header-mainMenu__burger-button span:nth-child(3) {
  bottom: 40%;
}
.header-mainMenu__burger-button span:last-child {
  bottom: 7px;
}
@media (max-width:991px) {
  .header-mainMenu__burger-button {
    display: block;
  }
}

.header-mainMenu__burger-button--active {
  z-index: 101;
  /*pointer-events: none*/
}

.header-mainMenu__burger-button--active span {
  margin-top: 0;
  background: #ffffff;
  transform: rotate(-45deg);
  transform-origin: top left;
  width: 0px;
}

.header-mainMenu__burger-button--active span:first-child {
  transform: rotate(-45deg);
  top: 50%
}
.header-mainMenu__burger-button--active span:nth-child(2) {
  width: 32px;
  top: 36px;
  left: 27%;
}

.header-mainMenu__burger-button--active span:nth-child(3) {
  transform: rotate(45deg);
  top: 13px;
  left: 28%;
  width: 32px;
}

.header-mainMenu__burger-button--active:hover span:last-child {
  /*top: 50%;*/
  /*transform: rotate(-45deg);*/
  /*transform-origin: top left;*/
  width: 0px
  /*background: red;*/
}

/*.header-mainMenu__burger-button--active:hover span:nth-child(2) {
    top: 50%;
    margin-top: 0;
    width: 30px;
    left: 25%
}

.header-mainMenu__burger-button--active:hover span:nth-child(3) {
    bottom: 50%;
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 20px
    }*/

    @media (min-width:991px) {
      .header-mainMenu__burger-button:hover:not(.header__burger-button--active) {
        z-index: 101
      }
      .header-mainMenu__burger-button:hover:not(.header__burger-button--active) span {
        margin-top: 0;
        background: #000000
      }
      .header-mainMenu__burger-button:hover:not(.header__burger-button--active) span:first-child {
        top: 26%;
        transform: rotate(45deg);
        transform-origin: bottom left;
        left: 50%;
        width: 27%
      }
      .header-mainMenu__burger-button:hover:not(.header__burger-button--active) span:nth-child(2) {
        top: 50%;
        margin-top: -1px
      }
      .header-mainMenu__burger-button:hover:not(.header__burger-button--active) span:nth-child(3) {
        bottom: 25%;
        transform: rotate(-45deg);
        transform-origin: top left;
        left: 50%;
        width: 27%
      }
    }


    /*Header Utilities Ends Here*/

    .nav-top {
      float: right
    }


    @media (min-width:991px) {
      .nav-main__sub-item-level-1 .nav-main--mobile-overflow {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        position: relative
      }
      .nav-main__sub-item-level-1 .nav-main--mobile-overflow .nav-main__sub-item-list--extra {
        width: 15%
      }
      .nav-main__sub-item-level-1 .nav-main--mobile-overflow .nav-main__sub-item-list.col-md-6 {
        margin-left: calc(15% + 15px);
        width: calc(60% - 15px);
        min-height: 200px
      }
    }

    @media (min-width:991px) {
      .nav-main__sub-item-level-1.no-shop-now .nav-main--mobile-overflow .nav-main__sub-item-list.col-md-6 {
        width: 84%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
      }
      .nav-main__sub-item-level-1.no-shop-now .nav-main--mobile-overflow .nav-main__sub-item-list.col-md-6 .nav-main__sub-item-item {
        max-width: 201px;
        width: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 124px
      }
      .nav-main__sub-item-level-1.no-shop-now .nav-main--mobile-overflow .col-md-3 {
        display: none
      }
    }

    .nav-main {
      margin-top: 32px;
      text-align: center
    }

    @media (max-width:991px) {
      .nav-main {
        background-color: #ffffff;
        margin-top: 0;
        text-align: left;
        height: 100vh;
        width: 270px;
        position: fixed;
        top: 0;
        left: -270px;
        z-index: 101;
        overflow: hidden;
        transition: transform .5s ease-in-out
      }
      .nav-main--active {
        transform: translateX(270px)
      }
      .nav-main.mainMenuNav {
        background-color: #FFF;
        margin-top: 0;
        text-align: left;
        height: 100vh;
        width: 270px;
        position: fixed;
        top: 0;
        left: auto;
        right: -270px;
        z-index: 101;
        overflow: hidden;
        transition: transform .5s ease-in-out;
      }
      .nav-main--active.mainMenuNav {
        transform: translateX(-270px);
      }
    }

    .nav-main__list {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row
    }


    .nav-main__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-positive: 1;
      flex-grow: 1
    }

    @media (max-width:991px) {
      .nav-main__item {
        width: 100%
      }
    }
    @media (max-width:991px) {
     .nav-main__list {
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
      -ms-flex-pack:start;
      justify-content:flex-start
    }
  }
  .nav-main__sub-item {
    background-color: #f9f9f9;
    text-align: left;
    z-index: 101;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    line-height: 1.5
  }

  @media (max-width:991px) {
    .nav-main__sub-item {
      background-color: #ffffff;
      width: 270px;
      height: 100vh;
      position: fixed;
      top: 0;
      left: -270px;
      padding: 0;
      overflow: hidden;
      transition: transform .5s ease-in-out
    }
    .nav-main__sub-item--active {
      transform: translateX(270px)
    }
  }

  @media (min-width:991px) {
    .nav-main__sub-item .nav-main__anchor:after,
    .nav-main__sub-item .nav-main__anchor:before {
      display: none
    }
  }

  @media (min-width:991px) {
    .nav-main__sub-item .nav-main__sub-item {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding: 0;
      top: 0
    }
    .nav-main__sub-item .nav-main__sub-item .nav-main__anchor {
      color: #000000;
      font-weight: 400;
      text-transform: none;
      line-height: 1.3;
      padding-bottom: 0;
      padding-top: 0;
      display: inline-block;
      position: relative;
      cursor: pointer
    }
    .nav-main__sub-item .nav-main__sub-item .nav-main__anchor:hover {
      font-weight: 700
    }
  }

  .nav-main__sub-item-back-button {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 2px solid #E3E3E3;
    cursor: pointer;
    display: none;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    height: 70px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px
  }



  @media (max-width:991px) {
    .nav-main__sub-item-back-button {
      display: block
    }
  }

  .nav-main__sub-item-back-button>.icon--xs {
    position: absolute;
    left: 15px;
    top: 23px
  }

  .nav-main__sub-item-list {
    padding: 0;
    list-style: none
  }

  @media (max-width:991px) {
    .nav-main__sub-item-list {
      margin: 0
    }
  }

  @media (min-width:991px) {
    .nav-main__sub-item-list--extra {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      padding: 50px 15px
    }
    .nav-main__sub-item-list--extra .nav-main__sub-item-item {
      line-height: 1.4
    }
    .nav-main__sub-item-list--extra .nav-main__anchor,
    .nav-main__sub-item-list--extra .nav-main__anchor--light {
      font-weight: 700;
      height: auto;
      line-height: inherit;
      display: inline-block;
      cursor: pointer !important;
      position: relative;
      border-bottom: 1px solid transparent;
      padding-bottom: 0;
      margin-bottom: 9px;
      transition: all .3s
    }
    .nav-main__sub-item-list--extra .nav-main__anchor--light:hover,
    .nav-main__sub-item-list--extra .nav-main__anchor:hover {
      border-bottom: 1px solid #000000
    }
    .nav-main__sub-item-list--extra .nav-main__sub-item-item:last-child {
      margin-top: 30px
    }
  }

  @media (min-width:991px) {
    .nav-main__sub-item-list.col-md-6.col-md-offset-3>.nav-main__sub-item-item {
      float: left;
      width: 25%;
      padding-left: 15px;
      padding-right: 15px
    }
  }

  @media (max-width:991px) {
    .nav-main__sub-item-list .nav-main__sub-item-list .nav-main__anchor {
      text-transform: none
    }
  }

  .nav-main__anchor {
    color: #000000;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 9px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transition: color .75s ease-in-out;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    padding: 0px 15px;
  }
  .nav-main__anchor, .nav-main__anchor:focus{
    border-bottom: 1px solid #E3E3E3;
  }




  @media (max-width:991px) {
    .nav-main__anchor--lighter {
      display: block
    }
  }

  .nav-main__anchor:after,
  .nav-main__anchor:before {
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    bottom: 0;
    background: #8d8d8d;
    position: absolute;
    transition: all .3s ease-in-out
  }

  @media (max-width:991px) {
    .nav-main__anchor:after,
    .nav-main__anchor:before {
      display: none
    }
  }

  .nav-main__anchor:before {
    right: 50%;
    margin-right: -12px
  }

  .nav-main__anchor:after {
    left: 50%;
    margin-left: -12px
  }


  .nav-main__anchor--has-children>.icon--xs {
    display: none
  }

  @media (max-width:991px) {

    .nav-main__anchor--has-children>.icon--xs {
      display: block;
      position: absolute;
      right: 15px;
      top: 23px
    }
  }


  .nav-main__anchor--has-children.active:before {
    transform-origin: top right;
    transform: rotate(-45deg);
    margin-right: -8px
  }

  .nav-main__anchor--has-children.active:after {
    transform-origin: top left;
    transform: rotate(45deg);
    margin-left: -8px
  }

  @media (min-width:992px) {


    .nav-main__anchor--has-children:hover:before {
      transform-origin: top right;
      transform: rotate(-45deg);
      margin-right: -8px
    }
    .nav-main__anchor--has-children:hover:after {
      transform-origin: top left;
      transform: rotate(45deg);
      margin-left: -8px
    }
  }
  img,
  img:active,
  img:focus,
  svg,
  svg:active,
  svg:focus {
   -webkit-touch-callout:none;
   -webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-focus-ring-color:rgba(0,0,0,0)!important;
   -webkit-tap-highlight-color:transparent;
   outline:none!important;
   outline-style:none
 }

 .icon {
   height:50px;
   width:50px;
   display:inline-block;
   fill:#000000
 }
 .icon--xs {
   height:14px;
   width:14px
 }
 .icon--sm {
   height:25px;
   width:25px
 }

 /*Cart CSS */
 .progressBar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin: 1em 0;
}
.progressBar > li.is-active {
  color: #3498DB;
}
.progressBar > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}

.progressBar > li.is-active:before {
  color: #FFF;
  background: #3498DB;
}
.progressBar > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}
.progressBar > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}

#cartDisplay table {
  width: 100%;
  max-width: 100%;
}
#cartDisplay table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 18px;
}
#cartDisplay table th.qtyHead{
  width: 80px;
}
#cartDisplay table td {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
#cartDisplay table td p{
  /*font-size: 14px;*/
}
#cartDisplay table td input{
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 4px;
}
#cartDisplay table td span.preview a{
  font-size: 14px;
}
#cartDisplay .checkOutBtn {
  margin: 2rem 0;
}
#cartDisplay .checkOutBtn {
  list-style-type: none;
  margin-top: 10px;
  text-align: right;
}
#discount_code {
  height: 48px;
  margin: 0 .3rem 0 0;
  width: 200px;
}


.cart-add-to a, .checkOutBtn a, 
#updateCart, #cart-continue, 
#estimateShippingAndTaxlink, 
.miniViewCart a, #discountBtn {
  background: #0079C0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 5px;
}
#checkoutForm {
  display: inline-block;
}

.card-block {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  margin-bottom: 1rem;
  text-align: left;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  background-color: #0079C0;
  color: #fff;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-title {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}
.card-title h3 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 300;
  line-height: 1;
}






.dateCell.hasEvent
{
  background:#f8d003;
}

.dateCell.sessionNotAvaliable
{
  background:#f7f7f7
}


.dateCell.hasEvent.saturday, .dateCell.hasEvent.sunday
{
  background:#f8ac03;
}



.dateCell.hasEvent.selected
{
  background: #f8f003;
}


.dateCell.unselectedMonth
{
  color:#afafaf;
}

.dateCell{
  text-align: center;
  padding: 8px;
  border:1px solid grey;
}
.dateCellth{
  background:#0079C0;
  border:1px solid grey;
  text-align: center;
  color:#fff;
  font-weight:600;
}
.caldailyPrice{
  font-weight:600;
  font-size: 20px;
  padding-right: 6px;
}
.calKartContainer{
  display:block;
  margin-top:16px;
}
.calKartContainer p:first-child{
  padding:8px;
  text-align: center;
}
#cartDetails input{
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 4px;
}
#cartDisplay table td.delItem{
  color: red;
}
.calKartContainer .calArrow
{
  padding: 2px 8px;
  background: #0079c0;
  font-weight: 600;
  color: #fff;  
}
#paymentTable tr td label{
  margin-top: 5px;
  margin-left: 10px;
}


@media screen and (max-width: 767px) {
  .progressBar{
    margin: 4em 0px;
  }
  .contents-block h2{
    font-size: 24px;
  }

  #cartDisplay table td, #cartDisplay table th {
    padding: .5rem .3rem;
    font-size: 14px;
  }
  #cartDisplay table td input{
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  #cartDisplay table td input.qtySelector{
    max-width: 60px;
  }
}

.product-widget {
  display: -webkit-inline-box;
  background-color: rgba(0, 0, 0, .1);
  padding: 0px;
  margin: 15px;
  border-radius: 10px;
}

.product-widget-button {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding: 7px 25px;
}


#ViewDropDown
{
  background:#fff;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top:80px;
  padding:8px;

}
#locationDisplay{
  margin-top:23px;
}


.nav-tabs li {
  border: solid #dee2e6 1px;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs li.active {
  background: white;
}
.forget-pass {
  text-align: center;
  margin-top: 30px;
}


/**EVENT DETAILS  POPUP CONTAINER **/

.fc-content{cursor: pointer;}

.eventDetailsPopupContainer{
  padding-top: 26px;
  width: 500px;
}

.eventDetailsPopupContainer label{
  display: block;
  font-weight: bold;
}

dl.event{
  margin: 2em 0;
  padding: 0;
}

.event dt{
  position: relative;
  left: 0;
  top: 1.1em;
  width: 5em;
  font-weight: bold;
} 
.event dd{
  border-left: 1px solid #000;
  margin: 0 0 0 6em;
  padding: 0 0 .5em .5em;
}
.event dd a:last-child{
  margin-left:6px;
}

.mainDivWidget {
  background-color: rgba(0, 0, 0, .1); 
  padding: 0px;
  border-radius: 10px;
}

.miniwidget{
  padding-bottom: 10px;
}

.widgetOptionsDiv{
  padding: 15px; 
  display: flex;
  font-weight: bold;
  font-size: 18px;
}

.widgetTitle{
  top: 8px;
}

.widgetOptions{
  width: 100%;
  padding: 6px;
  border: 1px solid #BFBFBF;
}

.widgetDivSecond {
  display: flex;
  font-size: 1.5em;
}

.widgetPrice {
  padding-top:8px;
  font-weight: bold;
}

.btnAddCart {
  font-size: 1em !important;
  margin-left: 30px;
}

.btn-primary{
  color: #ffffff;
  background-color: #e91b23;
}
@media screen and (max-width: 47.9em) {

  .product-widget{margin: 0 0 12px 0;}

}

.flashRed i {
    color: red;
}




/******************************************************
Top Cart Icon
******************************************************/

.top-cart-mini{
  cursor: pointer;
  text-align: left;
  position: absolute;
  padding-right: 12px;
  margin-top: 1.2em;
  font-weight: 400;
  font-size: 14px;
  padding-left: 0px;
  right: 0px
}

.top-cart-mini ul li.cartInItems{
  position: absolute;
  margin-top: -10px;
  right: 10px;
}
.top-cart-mini ul li.cartInItems span {
  border: 1px solid #0079C0;
  border-radius: 100%;
  display: block;
  line-height: 18px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #0079C0;
  font-weight: bold;
  padding: 3px;
  margin-right: -10px;
  background: #ffffff;
  margin-top: 0px;
}

.top-cart-mini > ul, .miniCartPreview ul{list-style-type: none;padding: 0 10px;margin: 0; text-align: right;}

.top-cart-mini ul li{
  display:inline-block;
  color:#000; 
  line-height: 2.5;
  padding-right:5px;
}

.top-cart-mini ul li.cartInTitle .fa-shopping-cart{
  font-size: 24px;
}




/******************************************************
END Top Cart Icon
******************************************************/



ul.checkoutBreadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 1em 0;
    position: relative;
    clear: both;
    margin-bottom: 0px;
}

ul.checkoutBreadcrumbs li{
  list-style: none;
  display: table-cell;
  width: 100px;
  text-align: center;
  position: relative;
}

ul.checkoutBreadcrumbs > li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #DFE3E4;
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 10;
}

ul.checkoutBreadcrumbs > li.current:before {
  background:#3498DB;
}


ul.checkoutBreadcrumbs > li.past:before {
  background:#2ECC71;
}

ul.checkoutBreadcrumbs > li.bar:after {
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4;
    width: 100%;
    height: 0.5em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: -1;
}


ul.checkoutBreadcrumbs > li.current:after {
  background:#3498DB;
}


ul.checkoutBreadcrumbs > li.past:after {
  background:#2ECC71;
}

.btn-primary.disabled, .btn:disabled {
    color: #fff;
    background-color: #969696;
    border-color: #969696;
}
/****END****/


/* 
 overide of browser defaults

*/

input,select{
    padding: 1px 2px;
    
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
}

.cba {
  padding-left: 15px; 
  padding-right: 15px;
  width: -webkit-fill-available;
}

.clearfix {
    clear: both;
}