/* Cinthus */
    @font-face {
    font-family: 'Quickstr';
    src: url('https://cinthus.com/t/Quickstr-Light.woff2') format('woff2'),
        url('https://cinthus.com/t/Quickstr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.ingreds {
	padding: 0% 5%;
}
 
  .ctaShopWhite {
  display: inline-block;
  height: 26px;
  background-color: #00a76a;
  padding: 7px;
  color: black;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

  .learnWhite {
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 7px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.footer {
    position: relative;
    color: #727272;
    background-color: #f6f6f6;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem; }

.buttn {
  border:none;
  position: relative;
  display: inline-block;
  background-color: black;
  color: white;
  padding: 0px 20px;
}
.buttn.gray {
  background-color: #727272;
}
  div.tableContainer {
    width:98%; 
    margin:1%;
  }
  table#selector {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:100px;
  }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderGray {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #727272;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderGray:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderGray {
  background-color: #727272;
}

input:focus + .sliderGray {
  box-shadow: 0 0 1px #727272;
}
input:checked + .sliderGray:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderGray.round {
  border-radius: 34px;
}

.sliderGray.round:before {
  border-radius: 50%;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.closing {
    position: relative;
    color: #727272;
    background-color: white;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem;
    }

.closingB {
    position: relative;
    color: white;
    background-color: black;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem;
    }

.footer h1{
    text-transform: uppercase;
    font-weight: 600;
}

.footer p{
    font-weight: 100;
    }
    
.footer a{
    color: #727272;
    text-decoration: none;
}

.centered-area {
	text-align: center;
}

.graphic-section {
    position: relative;
    text-align: center;
    color: black;
    padding: 0px;
    margin: 0px;
    display:block;
    overflow: hidden;
}
div.graphic-section>img {
  display: block;
}

.firstCell {
	width: 33%;
	text-align: left;
	float: left;
}
.secondCell {
	width: 33%;
	text-align: center;
	float: left;
	background-color: white;
}
.thirdCell {
	width: 34%;
	text-align: right;
	float: left;
}
.graphic-section.black {
	  background-color: black;
	  color: white;
  }
  .graphic-section.gray {
	  background-color: #cccccc;
	  color: white;
  }
  .graphic-section.reversed {
	  background-color: black;
	  color: white;
  }
.graphic-section.slate {
	  background-color: black;
  }
.graphic-section.rosemary {
	  background-color: #d9e4cd;
  }
.graphic-section.seaweed {
	  background-color: #b8cbc2;
  }
  
  .graphic-section.seaweedWhite {
	  background-color: #b8cbc2;
	  color: white;
  }
.graphic-section.white {
	  background-color:white;
  }
  
.submenu {
	margin-top: 0px;
	background-color: white;
	height: 50px;
	width: 100%;
	padding: 15px;
	overflow: hidden;

}

.blackCenter{
	color: black;
	text-align: center;
	text-decoration: none;
}

.blackCenter a:link {
    color:blue;
    text-decoration:line-through;
}

.inner-div
{
  position: absolute;
  width: 50%;
  color: black;
  top: 50%;
  text-align: center;
  padding: 0;margin: 0;
  transform: translateY(-50%);
}

.fullscreen {
	height: 100vh;
	text-align: center;
	
}

.full {
	height: 100vh;
	width: 100%;
	display: block;
}


.minFull {
	min-height: 100vh;
	width: 100%;
	display: block;
}
.ingredient{
	width: 33%;
	position: relative;
	padding: 0px 7% 0px 7% 0px;
}

.ingredient.right{
	float: right;
	right:0px;
	text-align: left;

}

.ingredient.left{
	left:0px;
	float: left;
	text-align: right;

}

.submenuDocked {
	border-bottom: 1px solid black;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; 
}
  
.hero-section {
    position: relative;
    height: 100vh;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    background-color: #d9e4cd;
}

.hero-section.black {
    background-color: black;
}


div.hero-section>img {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
    max-height: 80%;
}
.transparent-section {
    position: relative;
    text-align: center;
    padding: 0px;
}
  
  
.afterNav {
	  background-color: white;
	  height: 23px;
  }

.top-left {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 30px;
    width: 50%;
    text-align: center;
}

.top-right {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 30px;
    width: 50%;
    text-align: center;
}

.sixhundred {
	height: 600px;
	overflow: hidden;
}
.bottom-center {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.producttop {
	overflow: hidden;
	position: relative;
	margin: 100px 10% 100px 10%;
    text-align: center;
}

#description {
	overflow-y: auto;
	display: block;
}

.bottom-article {
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
}

.headCaps {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
}

.cn{
	text-align: center;
}

.deets {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
}


.bgImage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.expandableImage{
	max-width:100%;
	height: auto;
}

.iconImage{
	max-width:40%;
	height: auto;
}

.headCapsArticle {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
	color: white;
}

.headLineArticle {
	font-family: 'Quickstr', sans-serif;
	font-size: 3.5rem;
	line-height: 130%;
	margin-bottom: 1rem;
	
}

.articleText{
	padding: 20px;
	text-align: justify;
}

.articlesubTitle{
	padding: 20px;
	text-align: left;
	font-size: 2rem;
	font-weight: 600;
}
.cta {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: black;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  


.ctaW {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
  .ctaShop {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: black;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
.text-nav-itm {
	width: 20%;
	color: black;
	text-align: center; 
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
    text-decoration: none;
    padding-top: 31px;
    height: 50px; 
   
  }
  
 .siteMap{
	 color: white;
	 font-size: 14px;
	 padding-left: 5%;
 }
 
 .siteMap a{
	color: white;
	text-decoration: none; 
	font-size: 14px;	  
 }
  
  .text-nav-itm a{
	color: black;
	text-decoration: none; 
	
  }
  
  .wrapper{
	  margin: 0px;
	  padding-top: 8px;
  }
  
#tableMenu td {
   padding:0; margin:0;
}

#tableMenu {
   border-collapse: collapse;
   width: 100%;
   padding: 0;
   margin: 0;
}
  
  .cta-white {
  display: inline-block;
  height: 26px;
  background-color: rgba(0,0,0,0);
  padding: 7px;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
.docked-nav {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid black;
    }
    
  .docked-nav-small {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid black;
    }
    
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
}

.gpWhite {
	  background-color: #fff;
  }
  
  .mobile-menu-cell {
	  width: 20%;
	  text-align: center;
  }

.leftText{
	text-align: left;
}
  

@media (max-width: 374px) {
  .headLine {
    font-size: 1rem; }
  .headCaps {
	font-size: 1rem;
	margin-bottom: .5rem;
  }
  .info {
	  font-size: 15px;
  }
  .producttop {
	  margin: 100px 5% 50px 5%;
  }
  .iconImage{
	max-width:30%;
	height: auto;
}
div.fish>img {

	width: 10%;
}
    
}