

.manage-bullt{position:relative;}
.right-line{border-left:1px solid #fdcf09;margin-left: 11px; margin-top: -7px;}

.right-line ul{padding:0; margin-left:20px; }
.right-line ul li{font-size:13px; color:#FFF; line-height:20px; margin-right:5px; }

.block {
  /*! max-width: 400px; */
  width: 100%;
  height: 100%;
  float: left;
  padding: 0px;
  z-index: 10;
  /*! background-color: white; */
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .block {
    max-width: 100%;
  }
}
.block > div {
  display: block;
  position: relative;
  padding: 0 0 0 0px;
  border-bottom: 0px solid white;
  background: none;
  color: black;
  margin: 10px 0;
}
.block > div:nth-child(1):before {
     content: "2016";
    width: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
	display:none;
}
.block > div:nth-child(2):before {
  content: "2015";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}
.block > div:nth-child(3):before {
  content: "2014";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}
.block > div:nth-child(4):before {
  content: "2010";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}
.block > div:nth-child(5):before {
  content: "2009";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}


.block > div:nth-child(6):before {
  content: "2007";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}

.block > div:nth-child(7):before {
  content: "2006";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}


.block > div:nth-child(8):before {
  content: "2005";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}


.block > div:nth-child(9):before {
  content: "2004";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
 background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}


.block > div:nth-child(10):before {
  content: "2003";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}


.block > div:nth-child(11):before {
  content: "1997";
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: nonr;
  padding: 0px;
  margin: 0;
  color: white;
    font-weight: 400;
	display:none;
}



.block > div input + label {
  cursor: pointer;
  display: block;
  padding: 10px 0px;
  background: none;
  /*! transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s; */
  color: #fdcf09 !important;
  margin-left: 26px;
  line-height: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: BentonModDisp-Bold;
}
.block > div input ~ div {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
}
.block > div input ~ div p {
         padding: 2px 0px 3px 15px;
    font-size: 12px;
    margin-left: 0;
    margin: 0;
    line-height: 17px;
}
.block > div input:checked + label {
  background: none;
  transition: background-color 0s ease-in-out 0s;
  color: white;
  
}
.block > div input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 600px; 
  padding: 0px 0;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}

.details {
  width: calc(100% - 400px - 15px);
  float: right;
  margin: 15px 15px 0 0;
  padding: 15px;
  background-color: #3399ff;
}
@media screen and (max-width: 599px) {
  .details {
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
  }
}
.details * {
  display: inline-block;
  margin: 7.5px 0;
  line-height: 20px;
  color: white;
}
.details h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  clear: both;
}
.details a {
  clear: both;
  font-family: "FontAwesome", Sans-Serif;
  font-size: 14px;
  text-decoration: none;
}
.details a.follow {
  float: left;
  font-weight: bold;
  background-color: #333333;
  margin: 15px 0 0;
  padding: 7.5px 15px;
  cursor: pointer;
}
.details a.follow:before {
  margin: 0 7.5px 0 0;
}
.details a.follow strong {
  color: #99ccff;
}
.details a.follow:hover {
  background-color: #66b3ff;
}
.details a.follow:hover strong {
  color: #4d4d4d;
}
