body {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}

/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;

}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}

p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}

/***************************************************************/
.services {
  width: 100%;
  height: 321px;
  background-color: #1a74bb;
}
.services_center {
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}
.services_item {
  width: 24.5%;
  height: 340px;
  margin-right: 0.6%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.services_item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 88.5%;
  top: 40px;
  background-color: #4890c9;
  z-index: -1;
}
.services_item.last {
  margin-right: 0;
}
.services_item:hover .services_item_pic_hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_regular {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.services_item_title {
  background: url('images/background_services_title.png') repeat;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}
.services_item_title a {
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_backgr {
  background-color: #4890c9;
  padding-top: 24px;
  height: 276px;
}
.services_item_pic {
  background: #4890c9 url('images/background_services_pic.png') repeat;
  margin: 0 auto;
  padding: 0;
  width: 156px;
  height: 156px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.services_item_pic a {
  width: 138px;
  height: 138px;
  margin: 9px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
background:#1A74BB;
}
.services_item_pic a img {
  max-width: 138px;
  max-height: 138px;
}
.services_pic_line {
  width: 100%;
  max-width: 156px;
  margin: 20px auto;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.services_item_desc {
  text-align: center;
  margin: 25px 20px 0 20px;
  color: #fff;
  line-height: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services_item_hover {
  width: 100%;
  height: 100%;
  background-color: #2ba9e0;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.services_item_title_hover {
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}
.services_item_title_hover a {
  color: #2a2a2a;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_item_pic_hover {
  background: #4890c9 url('images/background_services_pic.png') repeat;
  margin: 16px auto 0;
  padding: 0;
  width: 173px;
  height: 173px;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_pic_hover a img {
  width: 156px;
  height: 156px;
  margin: 10px 0 0 0;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.services_item_link_hover {
  width: 92px;
  height: 29px;
  margin: 42px auto 0;
  text-align: center;
  background: #1A74BB;
}
.services_item_link_hover:hover {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b7d70), color-stop(1, #1d574a));
  background: -ms-linear-gradient(bottom, #3b7d70, #1d574a);
  background: -moz-linear-gradient(center bottom, #3b7d70 0%, #1d574a 100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.services_item_link_hover a {
  color: #ffffff;
  line-height: 29px;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: block;
}
.services_item:hover .services_item_regular {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.services_item:hover .services_item_hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.welcome {
  max-width: 984px;
  margin: 0 auto;
}
.welcome h1 {
  color: #3b3b3b;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.01em;
  margin: 65px 0 0 0;
}
.welcome p {
  font-weight: 300;
  padding: 20px 20px 0 12px;
  letter-spacing: 0.02em;
  line-height: 16px;
}