body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  color: #3CB371;
}
html, body{
    min-width: 1400px;
}
body{
	background:#F5F5F5;
}
img {max-width: 100%;}
label {font-weight:normal;}

/*-- header --*/
input[type="submit"],.w3l_banner_info_left_grid_left h3 a,.w3agile_footer_copy p a,.reply a,.agile_cat_grid_tags ul li a:hover,.agile_cat_grid ul.categories li a,.w3l_admin a,.w3ls_single_left_grid_right ul li a,.wthree_features_services_grid h4 a,.agile_services_bottom_grid_left_grid a,.simplefilter li,.agileinfo_footer_grid ul li a,.w3l_banner_info_left_grid1,.agile_blog_grid h4 a{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.header {
    background: #3CB371;
/*    border-bottom: 3px #f39800   solid;*/
    z-index: 9;
    position: relative;
}
.main {
    position: relative;
    padding: 25px 0;
}
.container {width:1170px;}
.main.second-main {
	background: #e5e5e5;
}
.navbar-default {
    background: none !important;
    border: none !important

}
.navbar-header {
    float: left;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #3CB371;

}
.navbar-brand {
	  padding: 0;
	  margin: 9px 0 0 15px;
}
.navbar-brand img{
	  height: 72px;
}
.navbar-brand a{
    color: #3CB371;
}	
.navbar-brand a span{
    color: #3CB371;
    font-size:8px;
}	
.navbar-nav {
    float: right;
    margin: 0;
}
.nav-son {
    position: absolute;
    top: 80px;
    background: white;
    display: none;
    margin-right: 5px;
    box-shadow: 1px 2px 3px #ccc;
    width: 180%;
  }

.user {
    display: none;
}
.son-a {
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #000000;
}
.enzyme-nav {
    color: #FFB03D;
}
.navbar-default .navbar-nav .icon-more {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: white;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav li:hover .nav-son {
    display: block;
}
.navbar-nav .active .icon-more{
    border-top-color: black;
}
.nav-son:hover {
    display: block;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: black;
    background-color: white;
}
.navbar-nav > li > a {
    font-size: 25px;
    padding:30px 20px;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: white;
}
/* Sweep To Bottom */
.menu-sweep-to-bottom {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2E8B57;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu-sweep-to-bottom:hover, .menu-sweep-to-bottom:focus, .menu-sweep-to-bottom:active {
  color: white;
}
.menu-sweep-to-bottom:hover:before, .menu-sweep-to-bottom:focus:before, .menu-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



@media screen and (max-width: 768px) {
	html, body{
    font-size: 100%;
    min-width: 1400px;
}
.container{
	min-width:1170px;
}
}

@media screen and (max-width: 480px) {
	html, body{
    font-size: 100%;
    min-width: 1400px;
}
.container{
	min-width:1170px;
}
}

@media screen and (max-width: 992px) {
	html, body{
    font-size: 100%;
    min-width: 1400px;
}
.container {
	min-width: 1170px;
}

}

/*-- main --*/

.indroduction-picture img{
	  display:block;
	  width:445px;
	  float:left;
	  border:0;
}
	

/*-- main --*/
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

/*-- main --*/
/* the submit button / */
.btn-file {
	background-color: #3CB371!important;
    border-color: #3CB371!important;
}
.btn-primary:hover {
	background-color: #99e725!important;
    border-color: #70c745!important;
}
.btn-primary:active {
	color: #3CB371!important;
	background-color: white!important;
    border-color: #3CB371!important;
}

.clearfix:after {
	clear: both;
}
/*-- footer --*/
.footer{
    position:relative;
    padding: 2em 0 0 0;
    background: #0f1215;
}
.agile-footer-grids {
    padding-bottom: 1em;
}
.agile-footer-grid h4{
	  color:#3CB371;
    font-size: 1.3em;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}

.agile-footer-grid ul{
	padding:0;
	margin:0;
}
.agile-footer-grid ul li{
	  color: #bbbbbb;
    line-height: 1.8em;
    margin: 0;
    width: 85%;
    list-style:none;
}
.agile-footer-grid ul li a{
	  color: #bbbbbb;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    text-decoration:none;
}
.agile-footer-grid ul li a:hover{
    color:#3CB371;
} 
.single-footer-widget{
	  margin-bottom:10px;
}
.visitor-maps{
	  display:inline-block;
	  height:30px;
	  line-height:30px;
	  padding-top:20px;
}
.footer-addr{
    padding-left:0.6em;
}	
.fa-footer ul li{
    font-size: 16px;
    padding-top:10px;
}
.copyright{
    text-align: center;
    padding: 1em 0;
}
.copyright p{
	  color: #bbbbbb;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
	color: #3CB371;
	text-decoration:none;
}
.copyright p a:hover{
    color: #ffffff;
}
/*-- //footer --*/
.errorTips, .activeTips {
    display: none;
    margin: 30px 0;
    padding: 30px 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px rgba(169, 68, 66, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(169, 68, 66, 0.5);
    box-shadow: 0px 0px 10px rgba(169, 68, 66, 0.5);
}
.errorTips, .activeTips p {
    text-align: center;
}
.fa-footer span {
    padding-left: 20px;
}
.update {
    text-align: center;
    color: #bbbbbb;
    border-top: ridge 1px #232323;
}

/*-- //reference in help.html --*/
.ref {
    padding: 10px;
    background-color:#E0EEE0
}

.bold {
    font-weight: bold;
}

/*-- //adjust for the help.html --*/
#leftcolumn {
    float: left; 
    position: fixed; 
    top: 100px; 
    z-index: 999;
    right: 20px;
}
#stickyspymenu_helpPage{
	position: relative;
	background: white;
	border-width: 0 3px 15px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stickyspymenu_helpPage .header{
  text-align: center;
  color: white;
  font: bold 1.2em Germand;
}

#stickyspymenu_helpPage ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#stickyspymenu_helpPage ul li a{
	color: black;
	display: block; /* set to "block" so link can facilitate displaying a progress bar DIV inside it */
	padding: 10px;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #eee;
	position: relative; /* set to "relative" so link can facilitate displaying a progress bar DIV inside it */
	left: 0;
	top: 0;
	z-index: 1;
	outline: none;
	overflow: hidden; /* set to "hidden" so link can facilitate displaying a progress bar DIV inside it */
	text-decoration: none;
	transition: all 0.5s; /* transition any property changes inside link */
}

#stickyspymenu_helpPage ul li a.selected{
	color: #3CB371;
	border-left: 5px solid #3CB371;
}

.sec-head {
    color: white;
    background: #3CB371;
    padding: 5px 0 5px 0;
}

#basket-number {
    border-radius: 25px;
    background-color: #3CB371;
    width: 25px;
    display: inline-table;
    text-align: center;
}
.submit-buttons {
    text-align: center;
    margin-top: 15px;
}
.refine-button,
.clear-button {
    text-align: center;
    display: inline-block;
}

.refine-submit,
.clear-submit {
	-webkit-transition-duration:400ms;
	transition-duration:400ms;
	position:relative;
	z-index:1;
	display: inline-block;
	width:80px;
	height:40px;
	color:white;
	background-color: #3CB371;
    border:2px solid #3CB371;
	border-radius:2px;
	font-size: 18px;
	transition-duration:400ms;
}
.clear-submit {
    color:#3CB371;
	background-color:white;
    border:2px solid #3CB371;
}
.refine-submit:hover {
    background-color: #99e725;
}
.refine-submit:active{
    color:#3CB371;
    background-color: white;
}

.axis path,
.axis line{
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 11px;
}

.MyRect {
    fill: steelblue;
}

.MyText {
    fill: white;
    text-anchor: middle;
}
