* {
	margin: 0;
	padding: 0;
}
<style>
@import url('https://fonts.googleapis.com/css?family=Rambla');
</style>
body {font-family: 'Rambla', sans-serif;}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
input, textarea, select {
	border: none;
	outline: none;
	background: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 !important;
}
body {
	float: left;
	width: 100%; 
	font-size: 12px;
}
.header-frame {
	float: left;
	width: 100%;
	background: #0080C0;
}
header {
	padding-top: 10px;
	padding-bottom: 10px;
}
header .left-head {
	float: left;
}
header .right-head {
	float: right;
	padding-top: 25px;
	text-align: right;
	padding-right: 16px;
}
header .right-head h2 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}
header .right-head h2 a {
	color: #fff;
	text-transform: uppercase;
}
header .right-head h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
/*2-14-2017*/

.navbar-default {
	background-color: transparent;
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
	color: #0080c0;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > div > a {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding: 8px;
	text-transform: uppercase;
	width: auto;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #0080c0;
	color: #fff;
}
.navbar {
	border-radius: 0;
	box-shadow: 0 0 5px 0 #000;
}
/*Sidebar*/
.sidebar {
	background-color: #0080c0;
}
.sidebar {
	background-color: #0080c0;
	padding: 18px 0;
}
.sidebar > li {
	padding: 5px 2px;
}
.sidebar a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 3px;
	margin-bottom: 0;
	margin-left: 5%;
}
.iui {
	margin-bottom: 0px;
	padding: 10px;
}
.video {
	background-color: #F5F5F5;
	padding-top: 41px;
	margin-top: 40px;
	padding-bottom: 20px;
}
.vidotitle {
	color: #545555;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
.col-md-space {
	margin-top: 0;
	padding: 0;
}
.panel-group {
	margin-top: 10px;
}


/*FOOTER*/



/************************************************************
*************************Footer******************************
*************************************************************/

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);
.footer1 {
	background: #0080c0 url("../images/footer/footer-bg.png") repeat scroll left top;
	padding: 40px 0 20px;
}
.title-widget {
	font-family: "Fjalla One", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 18px;
	padding-left: 10px;
	position: relative;
	text-transform: uppercase;
}
.title-widget::before {
	background-color: #111;
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 5px;
}
.widget-container.widget_nav_menu a {
	color: #111;
	font-size: 12px;
}
.widget_nav_menu ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget_archive ul li {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 3px;
}
.widget_nav_menu ul li {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 95%;
}
/*Img gallery*/
.profile-card {
	background-color: #222222;
	margin-bottom: 20px;
}
.profile-pic {
	border-radius: 50%;
	left: 0;
	margin: auto;
	max-width: 64px;
	position: absolute;
	right: 0;
	top: -158px;
	transition: all 0.4s ease 0s;
	z-index: 1;
}
.profile-info {
	color: #BDBDBD;
	padding: 25px;
	position: relative;
	margin-top: 15px;
}
.profile-info h2 {
	color: #E8E8E8;
	letter-spacing: 4px;
	padding-bottom: 12px;
}
.profile-info span {
	display: block;
	font-size: 12px;
	color: #4CB493;
	letter-spacing: 2px;
}
.profile-info a {
	color: #4CB493;
}
.profile-info i {
	padding: 15px 35px 0px 35px;
}
.profile-card:hover .profile-pic {
	transform: scale(1.1);
}
.profile-card:hover .profile-info hr {
	opacity: 1;
}
/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 52%;
	right: 52%;
	bottom: 0;
	background: #FFFFFF;
	border-radius: 50%;
	height: 3px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.profile-card:hover .hvr-underline-from-center:before, .profile-card:focus .hvr-underline-from-center:before, .profile-card:active .hvr-underline-from-center:before {
	left: 0;
	right: 0;
	height: 1px;
	background: #CECECE;
}
/*img gallery end */




.title-median {
	color: #fff;
	font-family: "Fjalla One", sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.footerp b {
	color: #111;
}
.footerp p {
	font-family: 'Gudea', sans-serif;
}
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-insta:hover {
	color: #CD2E7E;
}
.social-yt:hover {
	color: #FF0000;
}
.social-forum:hover {
	color: #19B1A4;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	color: #111;
	border-top: 1px solid #ccc;
}
.footer-bottom {
	background-color: #000;
	min-height: 30px;
	width: 100%;
}
.copyright {
	color: #fff;
	line-height: 30px;
	min-height: 30px;
	padding: 7px 0;
}
.footerp > p {
	color: #111;
}
.kfoods {
	padding: 40px 0;
	float: left;
	width: 100%;
	background: #F5F5F5;
}
#footer {
	padding: 40px 0 0;
	float: left;
	width: 100%;
	background: #F5F5F5;
}
section#first {
	float: left;
	padding: 40px 0;
	width: 100%;
}
nav.navbar.navbar-default {
	margin: 0;
}
.copyright {
	color: #000;
}
.product1 > li a, .oats > li a {
/*	border: 5px solid #fff;
	box-shadow: 0 0 4px #8e8e8e !important;
	-webkit-box-shadow: 0 0 4px #8e8e8e !important;*/
	float: left;
	margin: 10px 0;
	width: 100%;
}
.bx-viewport {
	height: auto !important;
	padding: 0 10px;
}
.bx-viewport figcaption {
	color: #000;
	font-size: 17px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.kfoods   h1 {
  display: inline-block;
  font-size: 25px;
  padding: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {display:none; transition:all ease-in 0.4ms; -webkit-transition:all ease-in 0.4ms;}
.kfoods:hover .bx-wrapper .bx-controls-direction a {display:block; transition:all ease-in 0.4ms; -webkit-transition:all ease-in 0.4ms;}

.kfoods:hover  .bx-wrapper .bx-prev {left:18px; transition:all ease-in 0.4ms; -webkit-transition:all ease-in 0.4ms;}

.kfoods:hover  .bx-wrapper .bx-next {right:18px; transition:all ease-in 0.4ms; -webkit-transition:all ease-in 0.4ms;}
.noodleready {background:#fff;}

.konjac_oats {background:#fff;}

.konjac_oats .bx-viewport figcaption {
  background: none repeat scroll 0 0 #54595d;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.konjacktrees ul {
  margin: 0;
  padding: 0;
}
.konjacktrees ul li {
  background: none repeat scroll 0 0 #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 3px #ccc;
  display: inline;
  float: left;
  margin: 0 1%;
  text-align: center;
  width: 18%;
}
.konjacktrees p {
  font-size: 16px;
  padding: 10px 1%;
  text-align: center;
}
.konjacktrees ul li img {
  max-width: 100%;
  max-height:150px;
}
.konjackfiber h1 {text-align:left;}
.konjackfiber p {
  font-size: 16px;
  padding: 10px 0;
  text-align: left;
}
.konjackfiber img {max-height:230px;}
.konjackfiber {background:#fff;}

.molecule {background:#F5F5F5;}
.molecule p {margin:0 0;}
.solfiber ul {
  margin: 0;
  padding: 0 0px ; 
}
.solfiber ul li{list-style:disc; font-size: 16px; list-style-position:inside; margin-bottom:10px;}
.research {text-align:center; float:left; width:100%; background:#fff;}
.research p {font-size:16px;}
.research .bx-wrapper .bx-prev {left:-30px !important; display:block !important;}
.research .bx-wrapper .bx-next {right:-30px !important; display:block !important;}

 

.researches h4 {color:#0080C0; padding-bottom:10px; display:inline-block;}
 .faqs {
  background: #f5f5f5 none repeat scroll 0 0;
  text-align: left;
}
.kfoods.research.faqs h1 {text-align:left;}
.kfoods.research.faqs h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 11px;
  padding-top: 20px;
  width: 100%;
}
.kfoods.research.faqs ul {margin:15px 0;}
.kfoods.research.faqs ul li {
  font-size: 16px;
  list-style: inside none disc;
  margin: 0;
  padding: 5px 20px;
}
iframe {max-width:100%;}
/************************************************************
*************************Footer******************************
*************************************************************/

/*------------------- Responsive starts----------------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
.konjacktrees ul li { 
  margin: 0 1% 10px; 
  width: 31.33%;
}	
.mb {
  margin-top: 20px;
}
}
@media only screen and (max-width:767px) {
	.mb {
  margin-top: 20px;
}
.konjacktrees ul li {
  float: left;
  height: 150px;
  margin-bottom: 10px;
  position: relative;
  width: 48%;
}	
.row {margin:0;}
 
 
.bx-pager.bx-default-pager {
  display: block !important;
}
 .bx-controls-direction {display:none;}
 .kfoods h1 { 
  font-size: 20px; 
  font-weight:bold;
}
.konjac_oats .bx-viewport figcaption {
  background: #54595d none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
header .right-head {
  float: right;
  padding-right: 0;
  padding-top: 10px;
  text-align: center;
}
header .right-head h4 {text-align:center;}
.konjacktrees ul li img {
  left: 0;
  max-height: 150px;
  max-width: 100%;
  position: absolute;
  top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.kfoods.research.faqs h1 {
  text-align: center;
}
}
.secondHead, .secondHead a{
	color: #ffffff !important;
	padding-top: 15px;
	font-weight: bold;
}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0080C0;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left !important;
}

.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;
color: #0080C0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {

}
.secondNavCon{
	text-align: center !important;
}
.secondNav{
	float: none !important;
	display: inline-block !important;
	margin-bottom: -5px !important;
}
.top20{
	margin-top: 20px !important;
}
.bottom30{
	margin-bottom: 30px !important;
}
.bold{
	font-weight: bold !important;
}
.under{
	text-decoration: underline !important;
}
.fifteen{
	font-size: 15px !important;
}
@media only screen and (min-width:320px) and (max-width:768px) {
	.fifteen{
	font-size: 12px !important;
	}
}
.social{
	margin-top: 10px;
}
.social a{
	color: #ebebeb;
	padding: 5px;
}
.navbar{
	position: inherit !important;
}
.info{
	max-height: 500px;
}
#konjac ul li{
	list-style: circle;
	float: none;
	text-align: left;
	display: list-item;
	width: auto;
	box-shadow: none;
	height: inherit;
}
.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    
    /* To center horizontally */
    margin: 0 auto;
}
footer ul li a {
	font-size: 12px;
}
.bx-clone{
   display: none !important;
}