﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
#team {
  width: 100%;
  margin-top: 0;
}
#team .bg {
  /*width: 100%;*/
  background-image: url(/Content/Images/Backgroungs/bg04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 70px;
}
#team .bg .description-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  color: #cecbcb;
}
#team .bg .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 110px 0 0;
  padding-bottom: 55px;
}
#team .bg .description-wrapper .description h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#team .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#team .bg .description-wrapper .description h3 {
  font-size: 14px;
}
#team .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid #cecbcb;
}
#team .bg .description-wrapper .description p {
  margin-top: 20px;
  font-family: 'segoeUI_L';
  font-size: 22px;
}
#team .bg .team-grid {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 160px;
}
#team .bg .team-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
  min-height: 700px;
}
#team .bg .team-grid ul li {
  width: 20%;
  height: 350px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer;
}
#team .bg .team-grid ul li:hover {
  opacity: 0.7;
}
#team .bg .team-detail {
  background-color: white;
  width: 100%;
  position: absolute;
  margin-top: 0;
  z-index: 100;
}
#team .bg .team-detail.ng-hide-add {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /*-moz-transform: translateX(200px);
                -ms-transform: translateX(200px);
                -o-transform: translateX(200px);
                -webkit-transform: translateX(200px);
                transform: translateX(200px);*/
  opacity: 1;
}
#team .bg .team-detail.ng-hide-add-active {
  opacity: 0;
}
#team .bg .team-detail.ng-hide-remove {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  opacity: 0;
}
#team .bg .team-detail.ng-hide-remove-active {
  opacity: 1;
}
#team .bg .team-detail .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: #444444;
  cursor: pointer;
  z-index: 500;
}
#team .bg .team-detail .picture {
  height: 350px;
  width: 350px;
  float: left;
  position: relative;
}
#team .bg .team-detail .picture .picture-mask {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: rgba(4, 126, 180, 0.55);
}
#team .bg .team-detail .picture .mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 126, 180, 0.55);
  margin-top: -350px;
}
#team .bg .team-detail .picture .team-left {
  left: 0;
  position: absolute;
  bottom: 0;
  background-image: url('../../../../Content/Images/ArrowBack.png');
}
#team .bg .team-detail .picture .team-right {
  background-image: url('../../../../Content/Images/ArrowNext.png');
  position: absolute;
  right: 0;
  bottom: 0;
}
#team .bg .team-detail .detail-content {
  width: calc(100% - 350px);
  float: left;
}
#team .bg .team-detail .detail-content .text-content {
  padding: 30px 30px 0 30px;
}
#team .bg .team-detail .detail-content .text-content .title {
  font-family: 'segoeUI_L';
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
#team .bg .team-detail .detail-content .text-content .role {
  font-family: 'segoeUI_SB';
  font-size: 12px;
  color: #3b9ac6;
}
#team .bg .team-detail .detail-content .text-content .description {
  width: 100%;
  margin-top: 20px;
}
#team .bg .team-detail .detail-content .text-content ul {
  margin-top: 20px;
}
#team .bg .team-detail .detail-content .text-content ul li {
  font-family: 'segoeUI_L';
  font-size: 12px;
  color: #3b9ac6;
  height: 25px;
}
#team .bg .team-detail .detail-content .image-content {
  padding-top: 100px;
}
#team .bg .slider-arrow {
  width: 40px;
  height: 40px;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#team .bg .slider-arrow:hover {
  opacity: 0.8;
}
#team .bg .arrow-left {
  left: 0;
  position: absolute;
  margin-top: -55px;
  background-image: url('../../../../Content/Images/ArrowBack.png');
}
#team .bg .arrow-right {
  position: absolute;
  right: 0;
  margin-top: -55px;
  background-image: url('../../../../Content/Images/ArrowNext.png');
}
#team .bg .scroll {
  padding: -80px 0;
}
#team .bg .scroll-team {
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  #team .bg .team-grid {
    padding-bottom: 80px;
  }
  #team .bg .team-grid ul li {
    height: 300px;
  }
  #team .bg .team-detail {
    margin-top: 0;
  }
  #team .bg .team-detail .picture {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1250px) {
  #team .bg .team-grid ul li {
    height: 240px;
  }
  #team .bg .team-detail {
    margin-top: -255px;
  }
  #team .bg .team-detail .picture {
    height: 240px;
    width: 240px;
  }
  #team .bg .team-detail .detail-content .text-content {
    padding: 20px 20px 0 20px;
  }
  #team .bg .team-detail .detail-content .text-content .title {
    font-size: 23px !important;
  }
}
@media (max-width: 1060px) {
  #team .bg .team-grid ul li {
    height: 180px;
  }
  #team .bg .team-detail {
    margin-top: -195px;
  }
  #team .bg .team-detail .picture {
    height: 180px;
    width: 180px;
  }
  #team .bg .team-detail .detail-content .text-content .description {
    display: none;
  }
}
@media (max-width: 900px) {
  #team .bg .team-grid {
    display: none;
  }
  #team .bg .team-detail {
    display: block !important;
    position: relative;
    margin-top: 0;
    padding-bottom: 15px;
  }
  #team .bg .team-detail .close {
    display: none;
  }
  #team .bg .team-detail .picture .picture-mask {
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
}
@media (max-width: 775px) {
  #team .bg .team-detail .picture {
    float: none;
    width: 100%;
  }
  #team .bg .team-detail .picture img {
    display: block;
    margin: auto;
  }
  #team .bg .team-detail .detail-content {
    width: 100%;
  }
}
@media (max-width: 745px) {
  #team .bg .team-grid ul li {
    width: 50%;
    height: 360px;
  }
}
@media (max-width: 610px) {
  #team .bg .team-grid ul li {
    width: 50%;
    height: 290px;
  }
}
@media (max-width: 520px) {
  #team .bg .description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  #team .bg .description-wrapper .description .separator {
    width: 140px;
  }
  #team .bg .description-wrapper .description p {
    font-size: 1.2em;
  }
}
@media (max-width: 485px) {
  #team .bg .team-grid ul li {
    width: 50%;
    height: 230px;
  }
}
@media (max-width: 415px) {
  #team .bg .team-grid ul li {
    width: 50%;
    height: 190px;
  }
}
@media (max-width: 370px) {
  #team .bg .team-detail .picture {
    width: 100%;
  }
}
/*# sourceMappingURL=team.css.map */