.accordion-item form { 
    position: relataform {
  position: relative;
  top: 100px;
  left: 100px;
  background: -webkit-linear-gradient(bottom, #eaeaea, #fafafa);
  padding: 10px;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
  border-radius: 3px;
  border: solid 1px #ddd;
  width: 460px;
  height: 200px;
  overflow: hidden;
}
.accordion-item input {
  display: none;
}
.accordion-item input:checked + label,
.accordion-item label:hover {
  background: #4d90fe;
  background: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.accordion-item label {
  font-family: helvetica;
  cursor: pointer;
  display: block;
  border: solid 1px transparent;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  float: left;
  width: 40px;
  height: 200px;
  line-height: 200px;
}
.accordion-item label:last-child {
  margin-right: 0;
}
.accordion-item label {
  background: rgba(77, 144, 254, 0.5);
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.accordion-item article {
  width: 0;
  height: 145px;
  overflow: hidden;
  -webkit-transition: width 0.25s linear, opacity 0.2s linear;
  transition: width 0.25s linear, opacity 0.3s linear;
  position: relative;
  top: 5px;
  margin-bottom: 0;
  padding: 0;
  margin-right: 10px;
  opacity: 0;
  float: left;
}
.accordion-item div:last-child article {
  margin-right: 0;
}
.accordion-item article p {
  color: #333;
  font-family: helvetica;
  font-size: 12px;
  line-height: 18px;
  width: 245px;
  padding: 5px 10px;
}

.accordion-item div > input:checked ~ article {
  width: 255px;
  opacity: 1;
}
 
.accordion-item input { display: none; }
.accordion-item input:checked + label, label:hover { 
    background: #4D90FE;
    background: -webkit-linear-gradient(top,#4D90FE,#4787ED);
    border: solid 1px rgba(0,0,0,.15);
    color: white; 
    box-shadow: 0 1px 1px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.1) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
.accordion-item label { 
    font-family: helvetica;
    cursor: pointer; 
    display: block; 
    border: solid 1px transparent;
    text-align: center; 
    line-height: 40px; 
    border-radius: 3px; 
    float: left;
    width: 40px;
    height: 200px;
    line-height: 200px;
}
.accordion-item label:last-child { margin-right: 0; }
.accordion-item label {     
    background: rgba(77, 144, 254, .5); 
    border: solid 1px rgba(0,0,0,.15); 
}

.accordion-itemarticle { 

    width: 0;
    height: 145px;  
    overflow: hidden; 
    -webkit-transition: width .25s linear, opacity .2s linear; 
    transition: width .25s linear, opacity .3s linear; 
    position: relative; 
    top: 5px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 10px;
    opacity: 0;
    float: left;
}
.accordion-item div:last-child article { margin-right: 0; }
.accordion-item article p {
     color: #333;
    font-family: helvetica;
    font-size: 12px;
    line-height: 18px;
    width: 245px;    
    padding: 5px 10px;
}

.accordion-item div > input:checked ~ article { width: 255px; opacity: 1; }
 
 
 @media only screen and (max-width:1366px) {
  }
@media only screen and (max-width:1280px) {

 }
@media only screen and (max-width:1024px) {

 }

@media only screen and (max-width:980px) {

}
 
 
 
@media only screen and (max-width:767px) {
 
 }