body{
  min-width: 1140px!important;
}

.container{
    overflow: hidden;
}
.page_title {
  position: relative;
  font-size: 33px;
  text-transform: uppercase;
  margin-left: 100px;
  margin-top: 34px;
  margin-bottom: 33px;
  padding: 3px 0 0 23px;
  line-height: 1;
}
.page_title:before {
  content: "";
  display: block;
  width: 8px;
  height: 37px;
  background: #9CCB06;
  position: absolute;
  top: 0;
  left: 0;
}
#works{
    width: 1000px;
    padding: 0 9px;
    margin: auto;
}
#works:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    line-height:0;
}
.work{
    float: left;
    width: 316px;
    margin-bottom: 28px;
}
#works.start_page{
    width: 100%;
    margin-top: 23px;
}
#works .work:nth-child(4n-2){
    margin-left: 17px;
    margin-right: 17px;
}
#works.start_page .work:nth-child(4n-2) {
  margin-left: 67px;
  margin-right: 67px;
}
.work_head{
  min-height: 62px;
  padding-left: 9px;
}
.work_head h3{
    font-weight: 400;
    font-family: Arial;
    font-size: 18px;
    line-height: 1;
    width: 330px;
    padding: 0;
    margin: 0;
}
.work_link{
  color: #00aeed;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid;
  margin-top: 5px;
  line-height: 13px;
}
.work_link:hover{
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.work_link:visited{
  text-decoration: none;
  border-bottom: 1px solid;
}
.work_img{
  margin: 10px 0 0px;
}
.work_img img{
  cursor: pointer;
}
.work_body h4{
  font-size: 15px;
  font-weight: 600;
  font-family: Arial;
  color: #00aeed;
  letter-spacing: .9px;
  padding-left: 12px;
  min-height: 45px;
  margin: -3px 0 0;
  width: 330px;
  line-height: 1.1;
}
.work_body h4 span{
    font-size: 21px;
    letter-spacing: 0;
}
.work_manager{
    overflow: hidden;
    margin: 10px 0 0 11px;
}
.work_manager img{
    float: left;
    max-width: 95px;
    /*height: 90px;*/
}
.work_manager p{
  float: left;
  padding: 8px 0 0 21px;
  width: 210px;
  font-size: 14px;
  line-height: 17px;
}
.work_manager p span{
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
}
.work_text{
  padding: 21px 0 0 11px;
  font-size: 12px;
  line-height: 15px;
}
.work_shadow{
  width: 150%;
  margin-left: -23%;
  height: 9px;
  text-align: center;
  clear: both;
  margin-bottom: 36px;
  background: url(../content/design/shadow.png) no-repeat top center;
}
#work_modal .modal_body img{
    width: 1000px;
    min-height: 1500px;
}
#work_modal .modal_header button{
    width:30px;
    height:30px;
    font-size:20px;
    margin-top:-10px;
    font-weight:bold;
}

.modal-open {
    padding-right: 17px;
}
.modal-open #fixedMenu {
    left: -8px;
    z-index: 1032;
}


.modal-body img{
max-width: 100%;
}