a:hover,
a:focus,
a:active {
  outline: none;
}
.article-header h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 0;
}
a.thumbnail.active {
  border-color: #02BD85;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.google-plus {
  background: url(../../../../templates/jm_touka/images/google-plus-logo.png) no-repeat center 70px #d9563a;
  color: #fff;
  height: 300px;
  padding: 220px 40px 40px;
  text-align: center;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.facebook-like {
  background: url(../../../../templates/jm_touka/images/fb-logo.png) no-repeat center center #34609d;
  color: #fff;
  height: 300px;
  padding: 240px 40px 40px;
  text-align: center;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services-list {
  border-right: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 400;
  padding-right: 20px;
}
.services-list h4 {
  line-height: 1;
  font-size: 13px;
}
.services-list ul {
  list-style: none;
  margin: 0 0 10px;
}
.services-list ul li {
  padding-bottom: 10px;
}
.box {
  margin-bottom: 30px;
}
.box b {
  color: #444;
  display: block;
}
.box h3 {
  text-align: center;
}
.box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.box .box-spotlight {
  text-align: center;
  position: relative;
}
.box .box-spotlight:before {
  background: #b8b8b8;
  content: "";
  display: block;
  height: 2px;
  right: 15%;
  position: absolute;
  left: 0;
  top: 40px;
  width: 70%;
  z-index: 10;
}
.box .box-spotlight .box-inner {
  float: right;
  position: relative;
  width: 30%;
}
.box .box-spotlight .box-inner .box-image {
  background: #fff;
  display: inline-block;
  margin: auto;
  padding: 0px 15px;
  position: relative;
  z-index: 20;
}
.box .box-spotlight .box-inner.center {
  padding: 0 9%;
}
.box .box-spotlight .box-inner.box-center {
  padding: 0 5%;
}
.box .box-spotlight p {
  text-align: right;
}
.mask {
  height: 120px;
  overflow: hidden;
  margin: 0 0 0 20px;
  width: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
.mask img {
  margin: 0 !important;
  float: none;
}
.circle .circle-content {
  border: solid 10px #02BD85;
  display: block;
  height: 120px;
  margin: 20px auto 0;
  width: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
}
.circle .circle-content h4 {
  font-family: 'novecento_widedemibold', sans-serif;
  font-size: 14px;
  line-height: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.circle .circle-content.blue {
  border-color: #0093C3;
}
.circle .circle-content.yellow {
  border-color: #fc0;
}
.circle .circle-content.black {
  border-color: #000;
}
.circle .circle-content.red {
  border-color: #fc615d;
}
.timeline {
  margin: 30px 0;
  list-style: none outside none;
  overflow: hidden;
  position: relative;
}
.timeline .tl-wrap {
  margin-top: 20px;
  width: 47%;
}
.timeline .tl-wrap:before {
  background: #bbb;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 6px;
  right: 50%;
  margin-right: -4px;
  margin-top: 1px;
  position: absolute;
  top: auto;
  width: 6px;
}
.timeline .tl-wrap .box-content {
  background: #eee;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.timeline .tl-wrap .box-content:before {
  border-bottom: 6px solid transparent;
  border-top: 6px dashed transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.timeline .tl-wrap .box-content:hover,
.timeline .tl-wrap .box-content:focus,
.timeline .tl-wrap .box-content:active {
  background: #02BD85;
  color: #fff;
}
.timeline .tl-wrap.active .box-content {
  background: #02BD85;
  color: #fff;
}
.timeline .tl-wrap strong {
  display: block;
}
.timeline .pull-left .box-content:before {
  border-right: 6px solid #EEE;
  left: -6px !important;
}
.timeline .pull-right .box-content:before {
  border-left: 6px solid #EEE;
  right: -6px;
}
.timeline .pull-right.active .box-content:before,
.timeline .pull-right:focus .box-content:before,
.timeline .pull-right:hover .box-content:before,
.timeline .pull-right:active .box-content:before {
  border-left-color: #02BD85;
}
.timeline .pull-left.active .box-content:before,
.timeline .pull-left:focus .box-content:before,
.timeline .pull-left:hover .box-content:before,
.timeline .pull-left:active .box-content:before {
  border-right-color: #02BD85;
}
.timeline:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1000px;
  right: 50%;
  position: absolute;
  width: 2px;
}
.timeline .tl-wrap:first-child + .tl-wrap {
  margin-top: 40px;
}
.timeline .pull-right strong:before {
  border-left: 6px solid #EEE;
  right: -26px;
}
.client img[align="right"] {
  margin-left: 20px !important;
}
.client img[align="left"] {
  margin-right: 20px !important;
}