@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

/* Import Font Awesome CSS */
@import url("font-awesome.css");


/* html {
  border-top: 5px solid #fff;
  background: #58DDAF;
  color: #2a2a2a;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
} 

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}*/

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  width:100% !important;
  margin-left:0 !important;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0px;
  padding:0px;
  width: 100%;
  line-height: 60px; 
  text-align: center;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:white;
  font-size:18px;
  font-weight:bold;
}
/*#slider ul li:nth-child(1) {
 background: green;
}

 #slider ul li:nth-child(2) {
 background: blue;
}
#slider ul li:nth-child(3) {
 background: coral;
}
#slider ul li:nth-child(4) {
 background: orange;
}
 */
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.jk_heading{
background:#eee;
text-align:center;
margin:0 20px 10px 0;
height:98px;
width:48% !important;
padding:30px ;
min-width:277px;
}

.jk_value{
background:coral;
text-align:center;
margin:10px -15px 0px 0px;
width:49.8% !important; 
min-width:277px;
}


.jk_fluid{
height:100px !important;
overflow:hidden !important;
width:100%;
margin:0px;
padding:0px;
}



