.slider_wrapper {
  height: 100%;
}

section.features_teasers_wrapper {
  margin: 0;
}


 /*
  * service page hacks - training topics
  *
*/

.team_member {
  padding: 40px 40px 30px 40px;
}

.team_member > .list-group {
  margin: 0 -39px -1px -39px;
}

button.list-group-item {
  background-color: transparent;
  border: none;
  text-align: center;
  width: 100%;
}

.portfolio_strict .portfolio_item {
  height: auto;
}

.service_teaser .service_details p, .hgroup h2 {
    font-weight: inherit;
}

.pricing_plan h3 {
  margin: 0 0;
}


div.circle-image{
  /* make it responsive */
  max-width: 100%;
  width:100%;
  height:auto;
  display:block;
  /* div height to be the same as width*/
  padding-top:100%;

  /* make it a cirkle */
  border-radius:50%;

  /* Centering on image`s center*/
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;

  /* it makes the clue thing, takes smaller dimention to fill div */
  background-size: cover;

  /* it is optional, for making this div centered in parent*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paddingTop30 {
  padding-top: 30px;
}

.paddingTop60 {
  padding-top: 60px;
}

.paddingTop90 {
	padding-top: 90px;
}

.paddingTop120 {
	padding-top: 120px;
}

.paddingBottom60 {
  padding-bottom: 60px;
}

h2 small {
	line-height: 1.3;
}

.hvr-pop {
	cursor: default;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}