/* Float Shadow */
.hvr-float-shadow {
  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;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
@media (max-width: 980px) {
#footerwomen {
text-align: left !important;
}
}
#footerwomen a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
font-weight: 700;
}
#footerwomen a:hover {
	opacity: 0.7;
}
.et_pb_inner_shadow {
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
}

\\**Awesome Team Member Plugin**//
.awts-wrapper-main .cls-member-detail {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #d9d9d9;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    padding: 47px 20px 20px;
    position: fixed;
    right: 0;
    top: 10%;
    max-width: 900px;
    z-index: 2;
	min-height:400px;
}
.awts-wrapper-main ul li .mem-image img {
    max-width: 100%;
    width: 100%;
}
.awts-wrapper-main ul li {
background: transparent;
    float: left;
    list-style: outside none none;
    margin: 0 10px 30px 0;
    padding: 3px;
    width: 191px;
    height: auto;
}
.awts-wrapper-main .awts-header h1 {
    border-bottom: 1px dotted #999;
    color: firebrick;
    font-size: 20px;
    padding-bottom: 11px;
    display: none;
}
.mem-show-full a {
    background: #0047BE;
    border-radius: 9px !important;
    color: #fff !important;
    display: inline-block;
    font-family: default;
    font-size: 9px;
    font-weight: 700;
    margin: 14px 0 0;
    padding: 5px 7px;
}
.awts-wrapper-main .mem-name {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
}
.awts-wrapper-main ul li {
    float: left;
    list-style: none;
    margin: 0 10px 30px 0;
    padding: 3px;
    width: 191px;
    height: auto;
}
.mem-show-full {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
}
.awts-wrapper-main .mem-role {
    font-size: 14px;
color: #000;
}
.mem-social-icons {
    margin-top: 8px;
    margin-bottom: 8px;
display: none;
}
.colomat-hover {
	text-decoration: initial !important;
}
.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus {
	text-decoration: initial !important;
}
.collapseomatic {
    background-image: url(images/arrow-down-dark.png);
	background-repeat: no-repeat;
    padding: 0 0 10px 16px;
    cursor: pointer !important;
}
