.employ_container {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 0px;
    min-height: 250px;
}

.employ_us_container {
    padding: 20px;
    font-size: 15px;
    color: #525252;
    line-height: 24px;
}

.employ_container .title {
	padding: 0px 20px 20px 0px;
    font-size: 15px;
    color: #525252;
    line-height: 24px;
}

.employ_container .title p {
  text-align: center;
  font-size: 36px;
  font-family: UbuntuL;
  line-height: 1.25;
  margin:0;
}

.employ_container .title p span {
  color: #dabf85;
}

.employ_list_container {text-align: left;}

.after_underline {}
/*.after_underline:after {
	content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2b3462;
    display: block;
    width: 200px;
    padding-top: 20px;
}*/
.after_underline p {text-align: left!important;padding-left:10px;}

.colum {
  width: 24.1%;
  /*box-shadow: 1px 1px 10px #aaaaaa;
  padding: 10px 10px 40px 10px;*/
  display: inline-block;
  margin: 5px 5px;
  text-align: center;
  /*max-height: 480px;*/
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  overflow: hidden;
}
/*.colum:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 5;
    width: 200%;
    height: 10%;
    background-color: #ffffff;
    -ms-transform: skewY(175deg);
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
}*/

.colum a{width: 100%; text-decoration: none;}

.product_btn {opacity:0; display: none; /*background:url(../images/arrow_right.png) no-repeat right; background-position: right 10px center;*/ position: absolute; left:30%; margin: auto; top: 170px; width: 180px; height: 46px;}

.colum:hover img {opacity:1}
.colum:hover {box-shadow: inset 0 0 1px #2c6db5;}
.colum:hover .product_btn {opacity:1}

.img_container {
  display: block;
  position: relative;
  text-decoration: none;
  width: auto;
  max-height: 280px;
  min-height: 224px;
  background-color:#2d6db596;
  background-image: url(../images/con_default.png);
  background-position: center center;
  background-size: contain;
  text-align: center;
  vertical-align: top;
  margin-top: auto;
  overflow: hidden;
  /*border-top-left-radius: 10%;
  border-bottom-right-radius: 30%;*/
}

.img_container .photo {/*width: 100%; height: -webkit-fill-available;*/ display: block; object-fit: cover;}

 .img_container img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.1s;
}


.employ_txt {
  /*position: absolute;
  top: 10px;
  left: 20px;*/
  padding: 20px;
  text-align: left;
  height: auto;
}

.employ_name {
  color: #2d6db5;
  font-family: Ubuntu;
  font-weight: 400;
  overflow: hidden;
  margin: 0px;
  font-size: 25px;
  padding-bottom: 8px;
  text-transform:capitalize;
}
.employ_surname {
  font-family: UbuntuL;
  color: #ebc21b;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 0;
}
.employ_about {
  font-family: UbuntuL;
  color: #000;
  text-align: left;
  font-size: 15px;
  margin: 0;
}
.employ_about_spec {
  font-family: UbuntuL;
  color: #1095d5;
  text-align: left;
  font-size: 14px;
  margin: 0;
}

/*treneris vidus*/
.coach_container .employ_portrait {
    width: 100%;
    position: relative;
    bottom: 50px;
}
.portrait_foto_field {
    width: 50%;
    display: inline-block;
}
.portrait_foto{}

.coach_appearance {
    padding-bottom: 6px;
    width: 100%;
}
.employ_border {
    height: 3px;
    width: 100%;
    background: #daa75b;
}
.employ_description_field {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 40px;
}
.employ_description_field h3 {font-size: 24px;}
.employ_description_field h4 {font-size: 20px;}

.employ_contact {
    padding-bottom: 10px;
	padding-top: 20px;
    
}

.employ_contact h4 {font-size: 16px; font-family: Ubuntu; color: #4c4c4c;}

.staff_email {
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0px;
    color: #4c4c4c;
    font-weight: 600;
    padding-bottom: 5px;
}
.staff_email a {text-decoration: underline; color:#1095d5; margin: 5px 0px;display: inline;}
.staff_email a:hover {color:#ebc21b;}

.email_icon {
    background-image: url(../images/mail_green.png);
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 4px;
    right: 1px;
    background-size: cover;
    background-repeat: no-repeat;
}
.staff_tel {
    font-size: 22px;
	line-height: 22px;
    color: #2b3462;
    font-weight: 800;
    position: relative;
    right: 3px;
    margin: 0;
}

.big_contact_icons2 {/*background:#fc6045;*/ color: #000; padding: 3px;display: initial;}
.big_contact_icons2:hover {opacity: 0.8}

/*treneris vidus*/


@media screen and (max-width: 1280px) {
	.colum {width: 32%;}	
}

@media screen and (max-width: 768px) {
	.employ_list_container {text-align: center;}
	.colum {width: 100%;margin: 5px 0px;}
	.colum:before {height: 0%;transform: skewY(0deg);}

}

@media screen and (max-width: 414px) {
	.employ_us_container {padding: 0px 20px;}
	.img_container {max-height: 350px; overflow: visible;}
	.product_btn {top: 30%;left: 26%;}
	.employ_name {margin: 0;}
	.portrait_foto_field {width:100%;}
	.employ_description_field {width:100%; padding-left: 0;}
}
