/******************************************************************/
/* Global */
/******************************************************************/

body {
  height:100%;
  width:100%;
  /* background: #fff url('../img/bgn.jpg') repeat-x top center; */
} 

header #primaryNav, 
header #mobile-menu,
header #primaryNav #site-menu {
  -webkit-transition: all 0.2s ease-out; 
  -moz-transition: all 0.2s ease-out; 
  -ms-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
    color: #444;
}

* {
  font-family: "Open Sans", sans-serif;
    color: #444;
}

/*--------------------------------------
Top Bar
--------------------------------------*/

#topbar {
  padding: 12px 0;
  background-color: #02AFEF;
  border-top: 6px solid #ec008c;
}

  #topbar a {
    color: #fff;
    font-size: 1.0em;
  }

  #topbar #cartInfo li {
    color: #fff;
  }

  #topbar #cartInfo li:first-child {
    display: none;
  }

  @media only screen and (min-width: 64em) {
    #topbar a {
      font-size: 1.2em;
    }
    #topbar #cartInfo li:first-child {
      display: inline-block;
    }
  }

/*--------------------------------------
Header
--------------------------------------*/
header {
  position: relative;
  padding: 32px 0px;
  background: linear-gradient(to bottom, rgba(62,113,164,0.2) 0%, rgba(255,255,255,1) 100%);
  text-align: center;
}

header img {
  max-height: 120px;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  header {
    
  }
}


/******************************************************************/
/* Main Nav */
/******************************************************************/

#primaryNav {
  position: absolute;
  top:59px; left:0;
  width: 100%;
  z-index: 100;
  background-image: url(../img/bg-hero.png);
  box-shadow: 0px 4px 5px 1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14);
}

  header #mobile-menu {
    display: block;
    text-align: center;
    opacity: 1;
    visibility: visible;
    z-index: 100;
    position: absolute;
    top: -53px; left: 4px;
  }

  header .logo {
    padding-top: 6px;
  }

  #primaryNav #site-menu {display: none;}
  #primaryNav.active #site-menu {display: block;}

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

  #primaryNav {
    padding: 6px 0;
    position: relative;
    top: 0;
    margin-top: 0;
  }

  header #mobile-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  header .logo {
    
  }

  #primaryNav #site-menu {display: block;}

}

nav a {
  text-decoration: none;
}

/* LEVEL ONE */
ul.dropdown {
  margin: 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  background-color: #08233F;
}

ul.dropdown li {
  display: block;
  padding-left: 5px;
  border-bottom: 1px solid #000;
  position: relative;
}

  ul.dropdown li:last-child {border-bottom: none;}

ul.dropdown a:hover {
  text-decoration: none;
}

ul.dropdown li a {
  display: block;
  padding: 16px 8px 16px 16px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

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

  /* LEVEL ONE */
  ul.dropdown {
    margin: 8px 0;
    background-color: transparent;
    text-align: center;
  }

  ul.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -8px;
    background-color: #fff;
    padding: 12px;
  }

  ul.dropdown li:hover ul {
    display: block;
  }  

  ul.dropdown li {
    display: inline-block;
    border-bottom: none;
  }

  ul.dropdown li a {
    display: block;
    padding: 0 20px;
    color: #444;
  }

  ul.dropdown ul li {
    float: left;
    text-align: left;
    width: 300px;
    padding: 6px 0;
    border-bottom: 1px solid #efefef;
  }

  ul.dropdown ul li a {
    padding: 0;
  }

}

/*--------------------------------------
Mobile Toggle Nav
--------------------------------------*/

.toggle-nav { width: 60px; height: 60px; display: block; }
@media only screen and (min-width: 35.5em) { .toggle-nav { top: 6px; } }
.toggle-nav:after, .toggle-nav:before { content: ""; }
.toggle-nav span, .toggle-nav::after, .toggle-nav::before { 
  backface-visibility: hidden; 
  position: absolute; left: 13px; right: 13px; border-top: 4px solid #fff; 
  transition: .2s; border-radius: 6px; }
.toggle-nav::before { top: 18px; }
.toggle-nav span { top: 26px; }
.toggle-nav::after { top: 34px; }
.toggle-nav.active::before, .toggle-nav.active::after { 
  top: 25px; backface-visibility: hidden; transition: .3s; border-top-color: #fff; }
.toggle-nav.active::before { transform: rotate(45deg); }
.toggle-nav.active span { opacity: 0; }
.toggle-nav.active::after { transform: rotate(-45deg); }

/*--------------------------------------
Hero
--------------------------------------*/
section#hero {
  color: #fff;
  padding: 30px 0 0;
  background-repeat: repeat;
  background-image: url(../img/bg-hero.png);
}

@media only screen and (min-width: 48em) {
  section#hero {
    
  }

  section#hero aside {
    width: 440px;
    margin-top: 0;
    background-color: rgba(255,255,255,0.8);
  }

}

/*--------------------------------------
Homepage Copy
--------------------------------------*/

.home-content {
  font-size: 1.6em;
  margin: 100px 0;
  background-image: url(../img/bg-home-content.jpg);
  background-size: cover;
  position: relative;
  padding: 100px 0 160px;
  background-attachment: fixed;
  height: 580px;
}

.home-content.second {
  background-image: url(../img/bg-home-content.jpg);
}

.home-content .box {
  background-color: rgba(255,255,255,0.7);
  padding: 48px;
  width: 88%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 48em) {
  .home-content .box {
      width: 40%;
  }
}

#home-content p {line-height: 1.4em;}

.home-content-prlx {
  font-size: 1.6em;
  margin: 100px 0;
  background-image: url(../img/bg-home-content.jpg);
  background-size: cover;
  position: relative;
  padding: 100px 0 160px;
  background-attachment: fixed;
  height: 60vh;
}

/*--------------------------------------
Categories
--------------------------------------*/
#home-featured-articles, #home-categories {
  background-color: #fff;
}

#home-categories {
  padding: 32px 16px;
  margin-top: 24px;
}

.section-title {
  position: relative;
  text-align: center;
}

.section-title h2 {
  display: block;
  background-color: #fff;
  margin: 0 0 48px;
  padding: 0 20px;
  border-bottom: 2px solid #000;
  color: #08233F;
  font-size: 32px;
}

.articles-wrapper {
  background-color: #efefef;
  padding: 12px 24px;
}

#kreeClientSub .sub-page-categories, #kreeClientSub .sub-page-content {
  margin-top: 0px;
}

@media only screen and (min-width: 64em) {
  #kreeClientSub .sub-page-categories, #kreeClientSub .sub-page-content {
    margin-top: 60px;
  }
}


#kreeClientSub .sub-page-content {
  padding: 0px 36px 26px;
/*   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); */
}

ul.list-categories {
  margin: 0 12px 0 0;
  padding: 0;
}

ul.list-categories li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
}

 ul.list-categories li:first-child {border-top: 3px solid #fff;}

ul.list-categories li a {
  display: block;
  padding: 12px 0;
  color: #444;
}

ul.list-categories li a:hover, ul.list-categories li a:active {
  
}

.prod {
  border: 1px solid #ccc;
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod overflow:hidden
img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.prod h3 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
  margin: 0px;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

/*--------------------------------------
Recent Blogs
--------------------------------------*/
ul.recent-blogs {
  margin: 0;
  padding: 0;
}

ul.recent-blogs li {
  list-style: none;
  padding-top: 12px;
  border-bottom: 1px dotted #ccc;
}

ul.recent-blogs li h1 {
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 6px;
  line-height: 1.2em;
}

ul.recent-blogs li:last-child {
  border-bottom: none;
}

.blog-helper {
  margin-bottom: 24px;
  padding: 8px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
}

/*--------------------------------------
FAQs
--------------------------------------*/

.faq-sec {
  background: #fff;
  padding: 80px 0; }

.faq-sec h2{
  margin-bottom: 34px !important;
}  

.faq-sec .right-arrow {
  margin-right: 10px;
  color: #874FA0;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  height: 35px;
  width: 10px;}

.faq-sec .panel-default > .panel-heading {
  background: none;
  border-color: #e6f1f1; }

.faq-sec .panel-default > .panel-heading a {
  font-size: 17px;
  font-weight: 500;
  color: #3c434a;
  font-family: 'Poppins', sans-serif; 
  text-transform: none;
}

.faq-sec .panel-default {
  border: none; }

.faq-sec .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  color: #8899a7;
  position: relative;
  left: 15px;
  line-height: 27px;
  font-size: 14px;
  letter-spacing: 1px; }

.faq-sec .panel-group .panel {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.faq-sec .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

/*--------------------------------------
Footer
--------------------------------------*/
footer {
  margin-top: 100px;
  padding: 24px 0;
  text-align: center;
  background-color: #444;
  color: #fff;
}

footer a {color: #fff;}

/*--------------------------------------
Overrides
--------------------------------------*/
.slick-slider {
  margin-bottom: 0;
}

.button.cta {
    background-color: #0B304E;
}

.slick-slide img {
  width: 100%;
}