


/*.container{
width: 100%;
margin: 0px auto;
max-width: 1136px;

}*/
.media-body{

width:300px;
}

.projects-header{
 width: 100%;
margin: 0px auto;
max-width: 1136px;
padding-top:20px;
padding-bottom:20px;
   border-right:2px solid lightgray;
    border-left:2px solid lightgray;

}


.projects-title{
color:#2F6FB8;
font-weight:bold;
border-bottom: 3px solid #EE8803;
padding-bottom:10px;
padding-left:10px;
}

.project-content {


background-color:#E8E9E9;


width: 100%;
margin: 0px auto;
max-width: 1136px;
margin-bottom:30px;
   border-right:2px solid lightgray;
    border-left:2px solid lightgray;

}

.data_template{

background-color:#E8E9E9;
padding-bottom:300px;
}

.project_template{

background-color:white;
}


/*title*/

.data_header{
 border-bottom: 5px solid #2F6FB8;

 -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
}

.data_title{
text-align:center;
color:#2F6FB8;
font-weight:bold;
font-size:30px;
}


/* media */

.project_media{

float:left;

}

.project_img{

display: inline-block;
float: left;
margin-bottom:20px;
height:269px;
border-right: 1px solid orange;
}


.img-res{
    width: 116px;
    height: 100%;
    box-shadow: 0px 0px 8px #888;
}
.project_description{
background-color: #FFF;
margin-bottom:20px;
height:270px;
 -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
overflow-y: hidden;
font-size: 14px;
}

.project_description p {
    font-size: 14px;
    line-height: 20px;
}





.project_template_1 {
   background-color:white;
   margin-top: 25px;
  /* margin-bottom: 20px;*/
   -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
/*padding-bottom:280px;*/
   
}

.project_template_2{
   background-color:white;
   margin-top: 10px;
/*   margin-bottom: 20px; */
   -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
/*padding-bottom:280px;*/

}


/*
.data_template .col-sm-4 {
  width:34%;
  margin-right:-15px;
  margin-left:2px;


}*/


.project_template_3{
   background-color:white;
   margin-top: 10px;
 /*  margin-bottom: 20px;*/
    -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
/*padding-bottom:280px;*/
}




.project_body{
    padding: 6px;
    margin-bottom: 4px;
    overflow-y: auto;
    height: 238px;
}

#left-content .project_body p {
    text-align: left;
    font-size: 13px;
}


.project_body .media-heading{
   color:#ee8803;
   font-weight:bold;
   padding-bottom:8px;
   text-align: center;
}

.project_link >a{
  font-size:11px;
  color:#ee8803;
  font-weight:bold;
}

.project_link {
    border-top: 1px solid orange;
    text-align: center;
    line-height: 16px;
}



@media (max-width:1130px)
{
.project_body{
    height: 228px;
}

}


