.thumbnail {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: visible;
  line-height: 1.4;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .thumbnail > img,
  .thumbnail a > img {
    margin: 0 auto;
  }
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail:active {
  border-color: #1f5798;
}
.thumbnail .caption {
  padding: 9px;
  color: #16248d;
}
@-moz-document url-prefix() {
  .thumbnail > img,
  .thumbnail a > img {
    width: 100%;
  }
}
.rowStdWrap {
  margin-top: 10px;
  margin-bottom: 20px;
}
.cap-in-b {
  position: relative;
}
.cap-out-b {
  position: relative;
}
.cap-in-b .desc-cap {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cap-out-b .desc-cap {
  bottom: 20px;
}
.fig-cap {
  width: 100%;
  font-size: 13.7px;
  white-space: normal;
  left: 0;
  bottom: 0px;
  line-height: 1.4em;
}
figure .slide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure:hover .slide {
  opacity: 1;
  filter: alpha(opacity=100);
}
.title-cap,
.desr-cap {
  background-color: rgba(189, 207, 255, 0.91);
  padding: 5px;
  position: absolute;
  font-style: normal;
}
.center-xs > .title-cap {
  width: 100%;
}
.end-xs > .title-cap {
  right: 0;
}
.desr-cap {
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-size: 12px;
  width: 100%;
}
.cap-in-b .desr-cap {
  bottom: 0;
}
.title-cap {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: -1px -1px 1px #cccccc;
}
.title-cap.top {
  margin-top: -60%;
}
.title-cap.bottom {
  position: relative;
}
@media (min-width: 480px) {
  .title-cap {
    font-size: 18.2px;
  }
  .col-sm-5 .title-cap {
    font-size: 16.8px;
  }
  .col-sm-4 .title-cap {
    font-size: 16.1px;
  }
  .col-sm-3 .title-cap {
    font-size: 14px;
  }
  .col-sm-2 .title-cap {
    font-size: 13.3px;
  }
  .col-sm-1 .title-cap {
    font-size: 12.6px;
  }
  .title-cap {
    padding: 12px;
  }
  .desr-cap {
    font-size: 13.8px;
  }
}
@media (min-width: 768px) {
  .title-cap {
    font-size: 18.2px;
  }
  .col-sm-5 .title-cap {
    font-size: 16.8px;
  }
  .col-sm-4 .title-cap {
    font-size: 16.1px;
  }
  .col-sm-3 .title-cap {
    font-size: 14px;
  }
  .col-sm-2 .title-cap {
    font-size: 13.3px;
  }
  .col-sm-1 .title-cap {
    font-size: 12.6px;
  }
  .title-cap {
    padding: 10px;
  }
  .desr-cap {
    font-size: 13.9px;
  }
}
@media (min-width: 992px) {
  .title-cap {
    font-size: 19.6px;
  }
  .col-sm-5 .title-cap {
    font-size: 18.2px;
  }
  .col-sm-4 .title-cap {
    font-size: 16.8px;
  }
  .col-sm-3 .title-cap {
    font-size: 15.4px;
  }
  .col-sm-2 .title-cap {
    font-size: 16.1px;
  }
  .col-sm-1 .title-cap {
    font-size: 14.7px;
  }
  .title-cap {
    padding: 12px;
  }
  .desr-cap {
    font-size: 14px;
  }
}
figure > a:before,
figure > .lazyload:before {
  top: 10px;
  left: 10px;
  font-family: 'icons';
  font-size: 1.3rem;
  color: #6477FF;
  line-height: 24px;
  text-align: center;
}
figure > a:before,
figure > .lazyload:before {
  content: "";
  position: absolute;
  background-color: rgba(219, 229, 255, 0.88);
  width: 24px;
  height: 24px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
figure > a:before {
  content: "\e654";
}
figure > .lazyload:before {
  content: "\e654";
}
.csc-textpic-border .thumbnail {
  padding: 3px;
  background-color: rgba(219, 229, 255, 0.88);
  -webkit-box-shadow: inset 0px 0px 2px 2px #dddddd;
  box-shadow: inset 0px 0px 2px 2px #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.csc-textpic-imagerow li {
  background-color: #292e71;
}
.img-below .thumbnail {
  margin-top: 19px;
}
.img-center-outer {
  width: 100%;
  position: relative;
  float: right;
  right: 50%;
}
.img-center-inner {
  width: 100%;
  position: relative;
  float: right;
  right: -50%;
}
.img-center-outer .img-center-inner figure.image img {
  margin: 0px auto;
}
.img-left .thumbnail {
  float: left;
}
.img-left .text {
  clear: left;
}
.img-right .thumbnail {
  float: right;
}
.img-right .text {
  clear: right;
}
.img-below:before,
.img-above:before,
.img-beside:before,
.img-intext:before,
.img-textover:before,
.img-below:after,
.img-above:after,
.img-beside:after,
.img-intext:after,
.img-textover:after {
  content: " ";
  display: table;
}
.img-below:after,
.img-above:after,
.img-beside:after,
.img-intext:after,
.img-textover:after {
  clear: both;
}
.img-beside-left .thumbnail,
.img-intext-left .thumbnail {
  float: left;
  margin-left: -5px;
}
.img-beside-right .thumbnail,
.img-intext-right .thumbnail {
  float: right;
  margin-right: -5px;
}
.img-beside-left .thumbnail,
.img-beside-right .thumbnail,
.img-intext-left .thumbnail,
.img-intext-right .thumbnail {
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.img-beside-left .thumbnail {
  padding-right: 0px;
}
.img-beside-left .text {
  padding-left: 30px;
}
.img-beside-right .thumbnail {
  margin-left: 30px;
  max-width: calc(50% + @padding-base-vertical*2);
}
.img-intext-left .thumbnail {
  margin-right: 30px;
  max-width: calc(50% + @padding-base-vertical*2);
}
.img-intext-right .thumbnail {
  margin-left: 30px;
  max-width: calc(50% -  20px);
}
.img-beside-right,
.img-beside-left {
  overflow: hidden;
  zoom: 1;
}
.img-beside-right .text,
.img-beside-left .text {
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 767px) {
  .img-beside-right .thumbnail,
  .img-beside-left .thumbnail {
    margin-left: -5px;
    margin-right: -5px;
    max-width: none;
    float: none;
  }
}
.img-textover {
  position: relative;
}
.img-below .thumbnail,
.img-textover .thumbnail {
  max-width: 100%;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
.img-textover figure {
  opacity: .3;
}
.img-textover .text {
  position: absolute;
  top: 0;
}
.abs-center .text {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.img-header-1 .thumbnail,
.img-header-2 .thumbnail,
.img-header-3 .thumbnail {
  margin-top: 19px;
}
.img-header-4 .thumbnail,
.img-header-5 .thumbnail,
.img-header-6 .thumbnail {
  margin-top: 9.5px;
}
.caption-center {
  text-align: center;
}
.caption-right {
  text-align: right;
}
.img-circle {
  border: 3px solid #dddddd;
}
.img-circle ~ .fig-cap {
  bottom: 39%;
  border-top-right-radius: 6px 5px;
  border-top-left-radius: 6px 5px;
  border-bottom-right-radius: 6px 5px;
  border-bottom-left-radius: 6px 5px;
}
