@media only screen and (min-width: 1008px) {
  #job-list .filter {
    background: #f0f2f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    padding-bottom: 0;  
    border: 1px solid #dce0eb;
    margin: 10px 25px;
  }
  #job-list .filter .row {
    margin-bottom: 10px;
  }
  #job-list .filter .row .q {
    float: left;
    padding: 8px 0;
    width: 110px;
  }
  #job-list .filter .row .q a {
    background: url(../img/gfx/icn-add.png) no-repeat;
    padding: 3px 0 3px 28px;
    display: block;
  }
  #job-list .filter .row .q a.active {
    background: url(../img/gfx/icn-less.png) no-repeat;
  }
  #job-list .filter .row .w {
    float: left;
    width: 438px;
    padding: 10px 10px;  
  } 
  #job-list .filter .row .bg { 
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dce0eb;  
    font-weight: bold;
    color: #848dbf;
  }
  #job-list .filter .row .w a {
    background: url(../img/gfx/icn-remove.png) 100% 4px no-repeat;
    padding-right: 12px;
    margin-right: 10px;
  } 
  #job-list .filter .row .open {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;  
    margin-top: 5px;
  }
  #job-list .filter .row .open p {
    float: left;
    width: 180px;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  #job-list .filter .row .open p label {
    
  }
  #job-list .filter .row.tt {
    padding-top: 5px;
  }
  #job-list .filter .row .tt {
    padding-top: 15px;
  }
  #job-list .filter .row .ttt {
    padding-top: 20px;
  }
  #job-list .filter .dlm {
    height: 1px;
    background: #dce0eb;
    border-bottom: 1px solid #f6f8fe;
    margin: 8px 0 5px 0;
  }
  #job-list .filter .row select {
    border: 1px solid #c2c8da;
    padding: 6px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 5px;  
    width: 90px;
  }
  #job-list .filter .row .text {
    background: url(../img/gfx/contact-input.png) no-repeat;
    border: 0;
    width: 212px;
    height: 33px;
    padding: 0 10px;
  }
  #job-list .filter .row .e {
    float: left;
    width: 240px;
  }
  #job-list .filter .row .r {
    float: right;
    width: 98px;
    margin-left: 10px;
    text-align: right;
  }
  #job-list .filter .submit {
    background: url(../img/gfx/button-orange-search.png) no-repeat;
    border: 0;
    cursor: pointer;
    cursor: hand;
    width: 98px;
    height: 32px;
  }
  #job-list .filter .reset {
    background: url(../img/gfx/button-x.png) no-repeat;
    border: 0;
    cursor: pointer;
    cursor: hand;
    width: 33px;
    height: 32px;
  }
  #job-list .paginator {
    border: 1px solid #ffe6ce;
    padding: 7px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 25px;  
  }
  #job-list .paginator .q {
    float: left;
    width: 140px;
    padding-top: 8px;
  }
  #job-list .paginator .w {
    float: left;
    width: 150px;
    padding-top: 2px;
  }
  #job-list .paginator .w select {
    border: 1px solid #cbcbcb;
    padding: 2px;
  }
  #job-list .paginator .e {
    float: right;
  }
  #job-list .paginator .e a {
    color: #747e9e;
    font-weight: bold;
    margin-left: 0px;
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;  
  }
  #job-list .paginator .e a.active {
    color: #333;
    border: 1px solid #ff8109;
    font-weight: normal;
    text-decoration: none;
  }
  #job-list .paginator .e .next {
    color: #333;
    background: url(../img/gfx/arrow-next.png) 100% 8px no-repeat;
    padding-right: 10px;
  }
  #job-list .paginator .r {
    width: 280px;
    padding-top: 10px;
  }
  #job-list .paginator.noborder {
    border: 0;
    margin-top: 0;
  }
  #job-list .paginator.noborder .e {
    margin-top: -20px;
    position: relative;
  }
  #job-list .list {
    background: url(../img/gfx/jobs-sort.png) no-repeat;
    margin: 0 25px;
    padding: 0 20px;
  }
  #job-list .list th {
    color: #0c246e;
    font-weight: normal;
    height: 50px;
    padding-bottom: 5px;
    vertical-align: middle;
  }
  #job-list .list th .q {
    float: left;
    padding-top: 13px;
  }
  #job-list .list th .w {
    float: left;
    padding-left: 8px;
    padding-top: 10px;
  }
  #job-list .list th .up {
    background: url(../img/gfx/icn-sort-top.png) no-repeat;
  }
  #job-list .list th .up.active {
    background: url(../img/gfx/icn-sort-top-active.png) no-repeat;
  }
  #job-list .list th .down {
    background: url(../img/gfx/icn-sort-bottom.png) no-repeat;
  }  
  #job-list .list th .down.active {
    background: url(../img/gfx/icn-sort-bottom-active.png) no-repeat;
  }
  #job-list .list th a {
    width: 11px;
    display: block;
    height: 10px;
  }
  #job-list .list td {
    padding: 10px 5px;
    border-bottom: 1px solid #f0f2f8;
    line-height: 16px;
  }
  #job-list .list .a {
    width: 120px;
    padding-left: 0;
    font-weight: bold;
  }
  #job-list .list .s {
    width: 240px;
    padding-right: 5px;
  }
  #job-list .list .d {
    width: 140px;
  }
  .it-images
  {
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  .it-images img
  {
    width: 20%;
  }
}
@media only screen and (max-width: 1007px) {
  #job-list .filter {
    background: #f0f2f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    padding-bottom: 0;  
    border: 1px solid #dce0eb;
    margin: 10px 25px;
  }
  #job-list .filter .row {
    margin-bottom: 10px;
  }
  #job-list .filter .row .q {
    float: left;
    padding: 8px 0;
    width: 110px;
  }
  #job-list .filter .row .q a {
    background: url(../img/gfx/icn-add.png) no-repeat;
    padding: 3px 0 3px 28px;
    display: block;
  }
  #job-list .filter .row .q a.active {
    background: url(../img/gfx/icn-less.png) no-repeat;
  }
  #job-list .filter .row .w {
    float: left;
    width: 438px;
    padding: 10px 10px;  
  } 
  #job-list .filter .row .bg { 
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dce0eb;  
    font-weight: bold;
    color: #848dbf;
  }
  #job-list .filter .row .w a {
    background: url(../img/gfx/icn-remove.png) 100% 4px no-repeat;
    padding-right: 12px;
    margin-right: 10px;
  } 
  #job-list .filter .row .open {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;  
    margin-top: 5px;
  }
  #job-list .filter .row .open p {
    float: left;
    width: 180px;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  #job-list .filter .row .open p label {
    
  }
  #job-list .filter .row.tt {
    padding-top: 5px;
  }
  #job-list .filter .row .tt {
    padding-top: 15px;
  }
  #job-list .filter .row .ttt {
    padding-top: 20px;
  }
  #job-list .filter .dlm {
    height: 1px;
    background: #dce0eb;
    border-bottom: 1px solid #f6f8fe;
    margin: 8px 0 5px 0;
  }
  #job-list .filter .row select {
    border: 1px solid #c2c8da;
    padding: 6px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 5px;  
    width: 90px;
  }
  #job-list .filter .row .text {
    background: url(../img/gfx/contact-input.png) no-repeat;
    border: 0;
    width: 212px;
    height: 33px;
    padding: 0 10px;
  }
  #job-list .filter .row .e {
    float: left;
    width: 240px;
  }
  #job-list .filter .row .r {
    float: right;
    width: 98px;
    margin-left: 10px;
    text-align: right;
  }
  #job-list .filter .submit {
    background: url(../img/gfx/button-orange-search.png) no-repeat;
    border: 0;
    cursor: pointer;
    cursor: hand;
    width: 98px;
    height: 32px;
  }
  #job-list .filter .reset {
    background: url(../img/gfx/button-x.png) no-repeat;
    border: 0;
    cursor: pointer;
    cursor: hand;
    width: 33px;
    height: 32px;
  }
  #job-list .paginator {
    border: 1px solid #ffe6ce;
    padding: 7px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 25px;  
  }
  #job-list .paginator .q {
    float: left;
    width: 140px;
    padding-top: 8px;
  }
  #job-list .paginator .w {
    float: left;
    width: 150px;
    padding-top: 2px;
  }
  #job-list .paginator .w select {
    border: 1px solid #cbcbcb;
    padding: 2px;
  }
  #job-list .paginator .e {
    float: right;
  }
  #job-list .paginator .e a {
    color: #747e9e;
    font-weight: bold;
    margin-left: 0px;
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;  
  }
  #job-list .paginator .e a.active {
    color: #333;
    border: 1px solid #ff8109;
    font-weight: normal;
    text-decoration: none;
  }
  #job-list .paginator .e .next {
    color: #333;
    background: url(../img/gfx/arrow-next.png) 100% 8px no-repeat;
    padding-right: 10px;
  }
  #job-list .paginator .r {
    width: 280px;
    padding-top: 10px;
  }
  #job-list .paginator.noborder {
    border: 0;
    margin-top: 0;
  }
  #job-list .paginator.noborder .e {
    margin-top: -20px;
    position: relative;
  }
  #job-list .list {
    width: 100%;
    overflow: visible;
  }
  #job-list .list th {
    color: #0c246e;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #f0f2f8;
    height: 50px;
    padding-bottom: 5px;
    vertical-align: middle;
  }
  #job-list .list th p {
    width: 100%;
  }
  #job-list .list th .q {
    float: left;
    padding-top: 13px;
  }
  #job-list .list th .w {
    float: left;
    padding-left: 8px;
    padding-top: 10px;
  }
  #job-list .list th .up {
    background: url(../img/gfx/icn-sort-top.png) no-repeat;
  }
  #job-list .list th .up.active {
    background: url(../img/gfx/icn-sort-top-active.png) no-repeat;
  }
  #job-list .list th .down {
    background: url(../img/gfx/icn-sort-bottom.png) no-repeat;
  }  
  #job-list .list th .down.active {
    background: url(../img/gfx/icn-sort-bottom-active.png) no-repeat;
  }
  #job-list .list th a {
    width: 11px;
    display: block;
    height: 10px;
  }
  #job-list .list td {
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #f0f2f8;
    line-height: 16px;
  }
  #job-list .list .a {
    font-weight: bold;
  }
  #job-list .list .s {
    padding-right: 5px;
  }
  #job-list .list .d {
  }
  .it-images
  {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .it-images img
  {
    width: 100%;
    max-width: 145px;
    align-self: center;
  }
}