/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 10% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  90% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 10% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  90% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Bold'; src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.svg#AncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.extension_team { float: left; margin: -20px 0 20px; padding: 0 50px 0 80px; width: 110%; }
.extension_team .team { margin: 0 -10px; padding: 0; position: relative; }
.extension_team .team .person { padding: 0 10px 20px; position: relative; }
.extension_team .team .person .image { position: relative; }
.extension_team .team .person .image img { min-height: 270px; }
.extension_team .team .person .person-info { background-color: transparent; color: #fff; height: calc(100% - 20px); left: 10px; opacity: 0; overflow: hidden; padding: 43% 5px 30px; position: absolute; top: 0; width: calc(100% - 20px); z-index: 10; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.extension_team .team .person .person-info .name { color: #fff !important; font-family: 'Ancizar-Sans-Regular', sans-serif !important; font-size: 17px; line-height: 1; margin: 20px 0 0; padding-bottom: 2px; text-align: center; text-transform: capitalize; }
.extension_team .team .person .person-info .position { color: #fff !important; font-family: 'Ancizar-Sans-BoldItalic', sans-serif !important; font-size: 15px; line-height: 1; margin: 0; min-height: 30px; text-align: center; text-transform: capitalize; }
.extension_team .team .person .person-info .description { margin: 30px 0 0; padding: 10px 0; }
.extension_team .team .person .person-info .description p { color: #fff !important; font-family: 'Ancizar-Sans-Regular', sans-serif !important; font-size: 13px; line-height: 1.2; margin: 0; text-align: center; }
.extension_team .team .person .person-info::before { background-image: -webkit-gradient(linear, left top, right bottom, from(#003e38), color-stop(#215242), color-stop(#3e664b), color-stop(#5d7a54), to(#7f8d5f)); background-image: linear-gradient(to right bottom, #003e38, #215242, #3e664b, #5d7a54, #7f8d5f); content: ''; height: 100%; left: 0; opacity: 0.7; position: absolute; top: 0; width: 100%; z-index: -1; }
.extension_team .team .person:hover .person-info, .extension_team .team .person:active .person-info, .extension_team .team .person:focus .person-info { opacity: 1; }
