@charset "utf-8";
/* CSS Document */

body { height: 100%; margin: 0; padding: 0; }
  .headingtop
  {
  
 
  top:0;
  z-index:1000;
 height:auto;
  }
 
  .headbar
  {
  color:#FFFFFF;
   background-color:#009688;
  
  }
  .container-full
  {
  margin-left:5%;
  margin-right:5%;
  border-left:2px #CCCCCC solid;
  border-right:2px solid #CCCCCC;
  height:auto;
  }
  .gray
  {
  padding:15px;
  }
  .white
  {
  background-color:#eeeeee;
  padding:15px;
  min-height:300px;
  width:100%;
  }
  
  .white1
  {
  background-color:#eeeeee;
  padding:15px;
  min-height:520px;
  }
  .white3
   {
  background-color:#eeeeee;
  padding:15px;
  min-height:110px;
  margin-bottom:5px;
  }
  .wproducts
  {
    padding:15px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
}
.clear {
    clear: both;
}
.wrap {
    background-color: #FFF;
}
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.topbar
{
background-color:#CCCCCC;

color:#333333;
height:30px;
padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}
.topbarleft
{
float:left;
}
.topbarright
{
float:right;
}
.slider img
{
width:100%;
}
.contactfix
{
top:30%;
position:absolute;
position:fixed;
z-index:9999;
}
 .flotshow
  {
  display:none;
  top:20%;
  position:fixed;
z-index:9999;
border:1px solid #999999;
padding:10px;
background-color:#CCCCCC;
  }
  #nothanx
  {
  background-color:#666666;
  color:#FFFFFF;
  display:block;
  width:80px;
  padding:10px;
  margin-top:5px;
  float:right;
  }
  .featurette1
  {
  height:100%;
  }
  #section
  {
  margin-top:150px;
  }
  
  #back-top {
	position: fixed;
	bottom: 30px;	
	z-index:11000;
	right:-55px;
	}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: url(../up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {

}

.btn-primary {
    color: #FFF;
    background-color: #009688 !important;
    border-color: #2E6DA4;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	height: 40px;
	width: 100%;
	background: #02c0ae;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 400px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #232121;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li a:hover {
background-color:#02c0ae;
	border-bottom: 2px solid #283744;
	text-decoration: none;
	color:#FFFFFF;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}
.rightbar
{
width:70%;
float:right;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
		text-decoration:none;
		color:#FFFFFF;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}



@media only screen and (max-width : 780px) {
	.leftbar img
	{
	width:200px;
	height:64px;
	}
	.topbar
	{
	padding-left:20px;
	padding-right:20px;
	height:30px;
	text-align:center;
	}	
	.headingtop
	{
	width:100%;
	}
	.rightbar
{
width:130%;
float:right;
}
	
}
@media only screen and (max-width : 360px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	.topbar
	{
	height:50px;
	text-align:center;
	}	
}

@media only screen and (min-width:980px) and (max-width:1000px){

    #footer {
        height: auto;
    }
	.col-lg-4
	{
		margin:15px;
		max-width:210px;
		float:left;
		text-align:center;
	}
	
	.navbar-brand
	{
	display:none;
	}
	
	
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	
	.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	}
	.portfolio-item
	{
	width:20%;
	float:left;
	}
	.rightbar
{
width:100%;
float:right;
}
}

@media only screen and (min-width:800px) and (max-width:800px){

    #footer {
        height: auto;
    }
	.col-lg-4
	{
		margin:15px;
		max-width:210px;
		float:left;
		text-align:center;
	}
	
	.navbar-brand
	{
	display:none;
	}
	
	
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	
	.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	}
	.portfolio-item
	{
	width:20%;
	float:left;
	}
	.rightbar
{
width:120%;
float:right;
}
}
.productnames
{
background-color:#666666;
color:#FFFFFF;
padding:5px;
}
.lazyOwl
{
border-right:#CCCCCC solid 1px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
.productnames
{
border-right:#CCCCCC solid 1px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    color:#009688;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    color:#009688;
}
@media only screen and  (min-width:1920px) and (max-width: 1920px) {
.rightbar
{
width:50%;
float:right;
}

}

@media only screen and (min-width:360px) and (max-width : 360px) {

.rightbar {
    width: 97%;
	float:left;
	text-decoration:none;
}
.mobmenu
{
width: 340px !important;
margin-left:-10px;
}	
	
	.topbar
	{
	height:50px;
	text-align:center;
	}
	.nav ul {
		padding: 0;
	
	z-index:9999;
	}
	.nav li {
		width: 100%;
		float: none;
		
	}
	.nav li a {
	
		text-align: left;
width: 100%;
text-indent: 25px;
	}
	.nav a {
color: #FFF;
	}
	
	.nav a#pull {
		display: block;
		color: #FFF;
		background-color: #262626;
		width: 80%;
		position: relative;
		text-decoration:none;
	}
	.nav a#pull:after {
		content:"";
		background: url(nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		color: #FFF;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (min-width:320px) and (max-width : 320px) {
.rightbar {
    width: 97%;
	float:left;
	text-decoration:none;
}
.mobmenu
{
width: 300px !important;
margin-left:-10px;
}	
.nav {

    width: 100%;
    background: #02C0AE none repeat scroll 0% 0%;
    font-size: 11pt;
    font-family: "PT Sans",Arial,sans-serif;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
	
}
.nav ul {
		padding: 0;
	color: #FFF;
	z-index:9999;
	}
	.nav li {
		width: 100%;
		float: none;
		color: #FFF;
	}
	.nav li a {
color: #FFF;	
		text-align: left;
width: 100%;
text-indent: 25px;
	}
	.nav a {
color: #FFF;
	}
	.topbar
	{
	height:50px;
	text-align:center;
	}	
	
	.nav a#pull {
		display: block;
		color: #FFF;
		background-color: #262626;
		width: 80%;
		position: relative;
		text-decoration:none;
	}
	.nav a#pull:after {
		content:"";
		background: url(nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		color: #FFF;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
		text-decoration:none;
	}
}
.suc
{
color:#009900;
}
.err
{
background-color:#FF0000;
color:#FFFFFF;
padding:10px;
}
