/* 2.1 =Splitter
---------------------------------------------------------------------- */


.splitter {margin:0px;padding:0px 0px 0px 11px;
 text-align: center;
 font-size: 14px;
}

.splitter:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.splitter ul{display:inline;list-style:none;
  margin: 0;
  padding: 0;
}

.splitter > li {
  float:left;margin: 0;padding: 0;
}

.splitter > li ul {
  display:inline; list-style:none;
}

.splitter ul li {
  margin:0px;padding:0px;
}

.splitter ul li a {
  /*border-bottom: 0;
  position: static;*/
  color:#606465;font-size:14px;padding:4px 6px 4px 6px;line-height:25px;
}

.splitter li,
.splitter ul,
.splitter ul li a  {
  display: inline;
}


.splitter ul li:first-child {
  margin: 0;padding:0px;
}

.splitter ul li a:hover {
color:#FFF;
background:#373B3C;	
text-align:left;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
#behavior: url('border-radius.htc');/* override for Microsoft Internet Explorer browsers*/
#border-radius:4px;
}


.splitter ul li.selected-0 a,
.splitter ul li.selected-1 a,
.splitter ul li.selected-2 a,
.splitter ul li.selected-3 a {
color:#FFF;
background:#373B3C;	
text-align:left;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
#behavior: url('border-radius.htc');/* override for Microsoft Internet Explorer browsers*/
#border-radius:4px;
}


/* 2.2 =Actions
---------------------------------------------------------------------- */

.actions:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.actions {
  margin-left: -40px;
}

.actions-two {
  padding-left: 155px;
}

.actions p {
  float: left;
  width: 260px;
  margin: 0 0 0 40px;
}

.actions p a {
  color: #fff;
  display: block;
  font: bold 24px/1; 
  background: url("i/actions.png") no-repeat;
  border-bottom: 0;
  min-height: 42px;
  padding-top: 24px;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
}

.actions p a strong {
  text-shadow: none;
}

.actions p a:hover,
.actions p a:focus {
  opacity: 0.9999;
}

.actions p a.download {
  padding-left: 74px;
}

.actions p a.demos-n-docs {
  background-position: -270px 0;
  padding-left: 60px;
}

.actions p a.fork {
  background-position: -540px 0;
  padding-left: 76px;
}

.actions p a.download > span {
  font-size: 13px;
  display: block;
  opacity: 0.25;
  font-variant: small-caps;
  text-transform: lowercase;
}
.demo{ clear:both;
margin:0px; padding:20px 0px 0px 0px
}

.demo ul.image-grid {margin:0px;text-align:left;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width:192px; height:180px;
  padding:0px 12px 0px 12px;
  float: left;
  text-align: center;
}
.image-grid li img{
  display: block;
}
.image-grid li strong {
  display: block; margin-top:5px;
}
.image-grid li img{border:1px solid #303030}
.image-grid li img:hover{border:1px solid #FFF}

.image-grid li strong {
  color: #fff; font-weight:normal;font-size:13px;
}