.w-view .title {
  font-weight: bold;
}
.w-view .pic {
  float: left;
  width: 50%;
  margin: 4px 20px 10px 0;
}
.w-view .pic img {
  width: 100%;
}

.w-view.cms_data_video {
  padding-bottom: 40px;
}
.w-view.cms_data_video iframe {
  float: left;
  max-width: 100%;
  margin: 4px 20px 10px 0;
}

@media (max-width: 767px) {
  .w-view.cms_data_video iframe {
    float: inherit;
    width: 100%;
    margin: 0;
  }
}
.w-item-thumb {
  margin-top: 20px;
}
.w-item-thumb > .head {
  display: block;
  background-size: cover;
  height: 250px;
  background-position: center center;
  position: relative;
}
.w-item-thumb > .head .glyphicon-play-circle {
  font-size: 100px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
}
.w-item-thumb > .head .label {
  float: right;
  padding: 4px 8px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.w-item-thumb > .foot {
  position: relative;
  top: -28px;
  margin: 0 0 -28px 0;
}
.w-item-thumb > .foot .title-wrap {
  background-color: white;
  padding: 4px 8px 2px 8px;
  text-transform: uppercase;
  font-size: 18px;
  max-width: 80%;
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 4px / 0 4px;
  border-radius: 0 4px / 0 4px;
}
.w-item-thumb > .foot .date {
  padding: 0 8px;
}
.w-item-thumb > .foot .pre-content {
  padding: 8px;
}
.w-item-thumb.col-md-4 > .head {
  height: 150px;
}
.w-item-thumb.col-md-4 > .head .glyphicon-play-circle {
  font-size: 60px;
  margin-left: -24px;
  margin-top: -24px;
}
.w-item-thumb.col-md-4 .title {
  font-family: "Oswald", arial, sans-serif;
}

.w-list-rows .w-item-row:nth-child(odd) {
  background-color: #efefef;
  border: 1px solid #d9dadb;
}

.w-item-row {
  position: relative;
  min-height: 116px;
}
.w-item-row .image {
  position: absolute;
  margin: 20px 40px 20px 10px;
  overflow: hidden;
}
.w-item-row .image img {
  max-width: 100px;
}
.w-item-row .glyphicon-play-circle {
  font-size: 22px;
  color: white;
  position: absolute;
  left: 70px;
  top: 46px;
}
.w-item-row .content {
  margin-left: 138px;
  padding-top: 8px;
  position: relative;
}
.w-item-row .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #1a171b;
}
.w-item-row .content .label {
  margin-left: 16px;
  font-size: 13px;
  padding: 0 8px;
}
.w-item-row .content .date {
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 480px) {
  .w-item-row div, .w-item-row span, .w-item-row a {
    display: block;
  }
  .w-item-row .glyphicon-play-circle {
    font-size: 38px;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -56px;
  }
  .w-item-row .image {
    position: inherit;
    float: none;
  }
  .w-item-row .image img {
    max-width: 100%;
  }
  .w-item-row .label {
    float: right;
    padding: 8px !important;
    margin: 8px 0 !important;
  }
}
.w-doc-item-row {
  position: relative;
  min-height: 124px;
}
.w-doc-item-row .content {
  position: relative;
  margin: 8px 80px 8px 110px;
}
.w-doc-item-row .download-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 18px;
}
.w-doc-item-row .label {
  float: right;
  padding: 4px !important;
}

@media (max-width: 480px) {
  .content {
    margin: 8px !important;
  }
}
.w-employee-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.w-employee-thumb {
  height: 100%;
  min-width: 33%;
  max-width: 33%;
  flex: 1;
  margin-top: 20px;
}
.w-employee-thumb a {
  color: white;
  text-decoration: none;
}
.w-employee-thumb .head {
  display: block;
  background-color: #e5edf2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 210px;
  position: relative;
  text-align: center;
}
.w-employee-thumb .head img {
  margin-top: 22px;
}
.w-employee-thumb .name, .w-employee-thumb .title {
  background-color: #4b9d2a;
  display: block;
  text-align: center;
}
.w-employee-thumb .name {
  padding: 2px 0 0 0;
}
.w-employee-thumb .title {
  padding: 0 0 2px 0;
}

.w-employees-view .head {
  text-align: center;
  text-transform: uppercase;
}
.w-employees-view .head .info {
  display: block;
}
.w-employees-view .head .name {
  padding-top: 28px;
  font-size: 23px;
}
.w-employees-view .head p {
  margin: 4px;
  font-weight: bold;
  font-size: 18px;
}
.w-employees-view .head img {
  height: 150px;
  float: left;
}

.w-employee-order > div {
  padding: 0;
}
.w-employee-order .order1, .w-employee-order .order2 {
  background-color: #0072b9;
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 8px;
  font-size: 16px;
}
.w-employee-order .order1:hover, .w-employee-order .order2:hover {
  background-color: #004b80;
}
.w-employee-order .order1.active, .w-employee-order .order2.active {
  background-color: #004b80;
}

.w-employee-row a {
  color: #1a171b;
}
.w-employee-row a:hover {
  color: #4b9d2a;
}
.w-employee-row div {
  padding: 6px 0;
  width: 33%;
  float: left;
}

@media (max-width: 480px) {
  .w-employee-thumb {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  .w-employee-row div {
    width: inherit;
  }
  .w-employee-row .title {
    float: right;
  }
  .w-employee-row .phone {
    width: 100%;
    text-align: right;
  }
}
.w-gallery-thumb {
  margin: 8px 0;
}
.w-gallery-thumb a {
  display: block;
  background-position: center;
  background-size: cover;
  min-height: 160px;
}
.w-gallery-thumb img {
  width: 100%;
}

.w-logo-thumbs {
  padding: 10px 0 10px 16px;
  background-color: #efefef;
}

.w-logo-thumb {
  margin: 10px 0px !important;
  padding: 0;
  border-right: 1px solid #efefef;
}
.w-logo-thumb a {
  color: white;
  text-decoration: none;
}
.w-logo-thumb .head {
  border-right: 1px solid #d9dadb;
  border-bottom: 1px solid #efefef;
  display: block;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 110px;
}
.w-logo-thumb .name {
  border-right: 1px solid #d9dadb;
  background-color: white;
  color: #1a171b;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 2px 4px;
}

.w-othernews-row .content {
  padding: 0;
}
.w-othernews-row .content .title {
  display: block;
  text-decoration: none;
  padding: 8px 0;
}
.w-othernews-row .content .title:hover .fa {
  opacity: 0.8;
}
.w-othernews-row .content .fa {
  float: right;
  font-size: 24px;
  opacity: 0.4;
}
.w-othernews-row .content .desc {
  display: none;
}
