
* { box-sizing: border-box; }



.container { width: 100%; }

.completed {
 /* padding: 40px 0 20px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.completed:before,
.completed:after {
  clear: both;
  content: " ";
  display: table;
}

.completed .project {
  width: 48%;
  margin-bottom: 20px;
  display: table;
  float: left;
  /*border-left: 20px solid transparent;*/
  cursor: pointer; margin-right:1%;margin-left:1%; background:#fff; border:1px solid #e6e3e3; padding:1%;   position: relative;
}

.completed .project .pro-img {
  width:50%;
 /* display: block;*/
/*  text-align: center;*/ float:left
}

.completed .project .pro-img img {
  /*border: 24px solid #E5E5E5;*/
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.completed .project.active .pro-img img { border-color: #323A45; }

.completed .project .pro-details {
  width: 47%;
/*  display: block;
  text-align: center;*/
 /* font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 20px;
  padding: 10px 0 5px;*/ float:right;
}

.completed .project .title {
  width: 100%;
  display: block;
  text-align: center;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 16px;
}

.completed .project .js-description { display: none; }
@media screen and (max-width: 700px) {

.completed .project { width: 100%; }
}
@media screen and (max-width: 480px) {

.completed .project {
  width: 100%;
  border-left: medium none;
}
}

.completed .js-dropdown {
  background-clip: padding-box !important;
  border: 0 solid transparent;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin:1% 0% 1% 0%;
  width: 100%;
  display: table;
/*  border-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 0 0 10px 20px;*/
}

.completed .js-dropdown:before,
.completed .js-dropdown:after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 400px) {

.completed .js-dropdown { border-left: medium none; }
}

.completed .js-dropdown .js-dropdown-content {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 3px solid #94c73e;
  color: #333333;
  position: relative;
  width: 100%;
  padding: 2%;
}

.completed .js-dropdown .js-dropdown-content .js-dropdown-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -55px;
  border: 30px solid transparent;
  border-bottom-color: #94c73e;
  pointer-events: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.completed .js-dropdown .js-dropdown-content p {
/*  line-height: 26px;
  margin: 0 0 40px;
  padding: 0;
  font-size: 16px;*/
}
