/*font*/

@font-face {
    font-family: 'ubuntu_titlingbold';
    src: url('../fonts/UbuntuTitling-Bold-webfont.eot');
    src: url('../fonts/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UbuntuTitling-Bold-webfont.woff') format('woff'),
         url('../fonts/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
         url('../fonts/UbuntuTitling-Bold-webfont.svg#ubuntu_titlingbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*loader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/gears.svg') center no-repeat #0e8ed0;
  background-size: 60px;
}

/*animation delay*/
.delay-01 {
   -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-02 {
   -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-03 {
   -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-04 {
   -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-05 {
   -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay-06 {
   -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#main-bg {
	background: url("../img/main-bg.png") no-repeat top;
	background-size: cover;
}

#main-bg.hidden-overflow {
  overflow: hidden;
}



.purple-header {
	background: #30327a;
	width: 100%;
	height: 60px;
}
.logo-wraper {
	text-align: center;
	margin: 60px 0 85px 0;
}



.grid-item { width: 543px; margin-bottom: 12px; margin-right: 12px; }
.grid-item.grid-item-2{ width: 294px; }
.grid-item.grid-item-3{ width: 293px; margin-right: 0px; }
.grid-item.grid-item-4{ width: 272px; }
.grid-item.grid-item-5{ width: 564px; }

/*about-link============================================================*/

.about-link {
	background: url("../img/about.png");
	width: 100%;
	height: 263px;
}
.about-link .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.about-link .mask h2 {
	-webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 34%;
   top:15%;
}

.about-link .mask h2 span {
	position: absolute;
    left: 0;
    text-align: center;
    top: 42%;
    width: 100%;

}
.about-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.about-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

/*project-link==============================================================*/

.project-link {
	background: url("../img/project.png");
	width: 100%;
	height: 544px;
	position: relative;
}
.project-link .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
  overflow: hidden;

}

.project-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 18%;
   top:35%;
}

.project-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 30%;
    width: 100%;

}
.project-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.project-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*partner-link=========================================================*/
.partner-link {
	background: url("../img/partner.png");
	width: 100%;
	height: 405px;
	position: relative;
}

.partner-link  .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.partner-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 19%;
   top: 27%;
}

.partner-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 30%;
    width: 100%;

}
.partner-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.partner-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

/*innovation link====================================================*/
.inovation-link {
	background: url("../img/inovation.png");
	width: 100%;
	height: 263px;
	margin-top: 6px;
	position: relative;
}
.inovation-link .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.inovation-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 34%;
   top:15%;
}

.inovation-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 42%;
    width: 100%;

}
.inovation-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.inovation-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*team link======================================================*/
.team-link {
	background: url("../img/team.png");
	width: 100%;
	height: 401px;
	position: relative;
}

.team-link   .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.team-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 19%;
   top: 27%;
}

.team-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 30%;
    width: 100%;

}
.team-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.team-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*join team==================================================*/
.join-link {
	background: url("../img/join.png");
	width: 100%;
	height: 261px;
	position: relative;
}
.join-link .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.join-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 16%;
   top:15%;
}

.join-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 42%;
    width: 100%;

}
.join-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.join-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.link-direct {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
/*shop link================================================*/
.shop-link {
	background: url("../img/shop.png");
	width: 100%;
	height: 261px;
	position: relative;
}

.shop-link .mask {
   background-color: rgba(24,118,185, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   position: absolute;
   width: 100%;
   height: 100%;
   top:0;
   cursor: pointer;
    overflow: hidden;

}

.shop-link .mask h2 {
  -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size: 28px;
   text-transform: uppercase;
   width: 100%;
   height: 160px;
   width: 187px;
   display: inline-block;
   text-align: center;
   background: url("../img/bg-hover.png") no-repeat center;
   position: relative;
   left: 30%;
   top:15%;
}

.shop-link .mask h2 span {
  position: absolute;
    left: 0;
    text-align: center;
    top: 42%;
    width: 100%;

}
.shop-link:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

}

.shop-link:hover .mask h2 {
  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

/*end off all hover*/

/*modal modify*/
.modal-content {
   background-color: rgba(255,255,255, 0.9);
   border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35px;

}

.modal-header {
  padding: 0;
}
.header-about-modal img{
  width: 100%;

}

.wraper-body-about {
  margin: 15px 0 0 0;
}

.left-about {
  width: 21%;
  display: inline-block;
  vertical-align: top;
  background: url("../img/line.png") no-repeat 62px 10px;;
}

.left-about h2 {
   font-family: 'ubuntu_titlingbold';
   font-size: 18px;
   color: #2b4b8f;
   margin-top: 0;
   text-transform: uppercase;

}

.right-about {
  width: 78%;
  display: inline-block;
}

.man-behind  {
  padding: 0;
}

.man-behind li {
  display: inline-block;
  list-style: none;
  text-align: center;
  line-height: 8px;
  margin-right: 5px;
  width: 49%;
}

.man-behind li img {
  width: 100%;
}

.man-behind li:last-child {
  margin-right: 0;
}


.man-behind li h3 {
  font-family: 'Open Sans', sans-serif;
  color: #2b4b8f;
  font-size: 12px;
  font-weight: 600;
  margin: 8px 0;
}

/*modal ream*/
#team-modal .title-modal {
  font-family: 'ubuntu_titlingbold';
  font-size: 18px;
  text-transform: uppercase;
  color: #2b4b8f;
  text-align: center;
  margin-top: 0;
}

#team-modal .modal-body {
  padding-top: 5px;
}

#team-modal .modal-body .enginer-board-wraper table.table thead tr td{
  text-align: center;
  color: #8a959a;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#team-modal .modal-body .enginer-board-wraper table.table thead tr td:first-child {
  width: 27%;
}

#team-modal .modal-body .enginer-board-wraper table.table thead tr td:nth-child(2) {
  width: 23%;
}

#team-modal .modal-body .enginer-board-wraper table.table thead tr td:nth-child(3) {
  width: 12%;
}

#team-modal .modal-body .enginer-board-wraper table.table thead tr td span {
  background: url('../img/thick-arrrow.png') no-repeat center right;
  padding-right: 20px;
  display: inline-block;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr {
  background: rgba(255,255,255, 0.6);
  border: none;
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 10px;
}

.img-person {
  display: inline-block;
  margin-right: 8px;
}

.name-person {
  display: inline-block;
  color: #2b4b8f;
  font-weight: bold;
  font-size: 12px;
}

.job {
  font-size: 12px;
  color: #454545;
  font-weight: 600;
}

.experience {
  font-size: 10px;
  font-weight: 600;
  color: #2b4b8f;
  display: block;
  padding: 8px 0;
  width: 70px;
  border-radius: 12px;
  border: 1px solid #2b4b8f;
}

.skill {
  font-size: 12px;
  color: #454545;
  font-weight: 700;
  line-height: 13px;
  display: inline-block;
  text-transform: uppercase;
}

.education {
  display: inline-block;
  padding: 4px;
  color: #2b4b8f;
  font-size: 10px;
  border: 1px solid #2b4b8f;
  font-weight: bold;
  text-transform: uppercase;
}

.place-educations {
  display: block;
  font-size: 10px;
  color: #2b4b8f;
  font-weight: 600;
  margin-top: 5px;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr td {
  vertical-align: middle;
  text-align: center;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr td:first-child {
  padding: 10px 0px 10px 15px;
  text-align: left;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr td:nth-child(2) {
  text-align: left;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr td:last-child {
  padding: 10px 15px 10px 0px;
}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr td {
  margin-bottom: 7px;
  border: none;
}

.man-behind li span {
  font-family: 'Open Sans', sans-serif;
  color: #2b4b8f;
  font-size: 12px;
  font-weight: 300;


}

#team-modal .modal-body .enginer-board-wraper table.table tbody tr.spacer {
  background: none;
  height: 7px;
}

.right-about p {
  font-family: 'Open Sans', sans-serif;
  color: #2b4b8f;
  font-size: 14px;
}

.inovation-logo {
	text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
}

.inovation-logo h2 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.small-line {
  position: relative;
  height: 3px;
  background: #fff;
  width: 100px;
  margin: 20px auto;
  display: block;
}

.inovation-logo p {
  font-size: 14px;
}

.copyright {
	text-align: center;
}
.copyright span {
	display: block;
	margin: 20px 0;
	color: #fff;
}

.prog-circle {
  display: inline-block;
  position: relative;
}

.prog-circle canvas {
  vertical-align: top;
}

.prog-circle strong {
  position: absolute;
  bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  width: 100%;
  color: #2b4b8f;
  text-align: center;
  display: block;

}

.prog-circle.second strong{
  bottom: 20px;
}

.prog-circle.second span{
  font-size: 11px;
}

.prog-circle.third strong{
  bottom: 20px;
}

.prog-circle.third span {
  font-size: 11px;
}


.prog-circle span {
  position: absolute;
  top: 32px;
   font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #2b4b8f;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.list-circle {
  padding: 0;
}

.list-circle li {
  display: inline-block;
  margin-right: 20px;
}

.slick-slide {
  outline: none;
}
.image-inovation {
  width: 100%;
  text-align: center;
}

.image-inovation.third-content {
  padding-top: 50px;
}

.image-inovation.fourth-content {
  padding-top: 60px;
}

.image-inovation.radar {
  margin-top: 30px;
  margin-bottom: 50px;
}

.image-inovation img {
  display: inline-block;
}

.content-tagline-inovation {
  text-align: center;
  padding: 0 60px;
}

.content-tagline-inovation h2 {
   font-family: 'ubuntu_titlingbold';
   color: #2b4b8f;
   font-size: 20px;
}

.content-tagline-inovation p {
  font-size: 12px;
  color: #2b4b8f;
   font-family: 'Open Sans', sans-serif;
   text-align: center;
}

.content-tagline-inovation.radar p{
  text-align: center;
}

.content-tagline-inovation  ul {
  padding: 0;
  color: #2b4b8f;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-style: italic;
   font-size: 11px;
}

.content-tagline-inovation  ul li {

  font-size: 11px;
  list-style: none;

}

.carousel-indicators li {
  width: 7px;
  height: 7px;
  background: #2b4b8f;
  filter: alpha(opacity=20);
  opacity: .2;
  border: none;
   margin: 0 5px;
}

.carousel-indicators .active {
   width: 7px;
  height: 7px;
  background: #2b4b8f;
  opacity: 1;
  border: none;
  margin: 0 5px;

}

 .carousel-indicators {
  bottom: 10px;
 }

.carousel-control.left {
  background: url("../img/nav-arrow.png") 0 0;
}
.carousel-control.right {
   background: url("../img/nav-arrow.png") -20px 0;
}

#inovation-carousel {
  height: 642px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 20px;
  text-indent: -9999px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

#inovation-Modal .modal-body {
  padding: 0;
}

#inovation-Modal .modal-content {
  padding: 30px 30px 0 30px;
}

.carousel-inner{
  height: 620px;
}

.close-button-modal {
  width: 20px;
  height: 20px;
 background-color: rgba(43,75,143, 0.2);
  display: block;
  text-align: center;
  position: absolute;
  top:10px;
  right: 10px;
  text-decoration: none;
  cursor: pointer;
  z-index: 300;
}
.close-button-modal span {
  position: relative;
  top:1px;
  color: #fff;
}

.close-button-modal:hover {
  text-decoration: none;
}

.wraper-partner-modal {

}

.wraper-partner-modal h3{
  color: #2b4b8f;
  font-size: 18px;
  font-family: 'ubuntu_titlingbold';
  text-align: center;
  margin: 0;

}

ul.logo-perusahaan {
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.logo-perusahaan li {
  list-style: none;
  margin: 70px 0;

}

ul.logo-perusahaan li a img {
  opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

ul.logo-perusahaan li a:hover img {
  opacity: 1;
}

.project-slider-wraper {
  position: relative;
  margin: 0px 0 30px 0;
}

.project-slider-wraper:hover .content-project-slider {
  opacity: 1;
  cursor: pointer;
}

.images-project-slider {
  position: relative;
  width: 100%;
  text-align: center;
}

.images-project-slider  img{
  width: 100%;
}

.content-project-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url('../img/shadow.png') repeat-x bottom;
  padding: 71px 20px 20px 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.content-project-slider h3 {
   font-family: 'ubuntu_titlingbold';
   font-size: 20px;
   color: #fff;
   text-transform: uppercase;


}

#project-carousel .item {
  padding: 0 25px;
}

.content-project-slider p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

#project-modal .modal-content {
  padding: 20px 20px 20px 20px;
  background-color: rgba(255,255,255, 0.72);
  position: relative;

}

#project-modal .modal-content .client-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color:#2b4b8f;
  font-style: italic;
  text-align: center;
  display: inline-block;
  width: 100%;

}

.title-periodic {
  background: url('../img/partner-bg-title.png') no-repeat;
  width: 153px;
  height: 129px;
  margin: 20px auto ;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

.title-periodic h3 {
  background: url('../img/project/arrow-down.png') no-repeat center bottom;
  padding-bottom: 10px;
  font-size: 25px;
  font-family: 'ubuntu_titlingbold';
  text-transform: uppercase;
}

.line-separator-small {
  width: 30px;
  height: 1px;
  background: #2b4b8f;
  margin: 7px auto;
  display: block;
}

.list-of-project {
  text-align: center;
  padding: 0;
}

.list-of-project li {
  color: #2b4b8f;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  list-style: none;
}

.separator-project-top {
  background: url('../img/separator-project-top.png') no-repeat center;
  width: 220px;
  height: 4px;
  position: absolute;
  width: 100%;
  top: 157px;
  left: 0;
}

.list-of-project li span {
  background: url('../img/thick-left-arrow.png') no-repeat center left;
  padding-left: 15px;
  line-height: 23px;
}



#project-modal .modal-body h2{
  color: #2b4b8f;
  font-size: 18px;
  font-family: 'ubuntu_titlingbold';
  text-align: center;
  margin: 0;

}

.wraper-team {
  padding: 0 30px;
}

ul.list-team {
  padding: 0;
}

ul.list-team li{
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 49%;
  text-align: center;
  vertical-align: top;
}

.content-text-team h3.name-team{
  color: #2b4b8f;
  font-size: 16px;
   font-family: 'ubuntu_titlingbold';
   background: url('../img/arrow-down.png') no-repeat center bottom;
   padding-bottom: 20px;
}

.team-image {
  width: 173px;
  height: 172px;
  margin: 0 auto;
  position: relative;

}

.team-image.no-image {
  background: #1977b9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mask-team {
  position: absolute;
 background-color: rgba(0,0,0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  bottom: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   overflow: hidden;
}

.mask-team h2 {
   font-family: 'ubuntu_titlingbold';
   color: #fff;
   font-size:110px;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: translate(0px, 500px);
   -moz-transform: translate(0px, 500px);
   -o-transform: translate(0px, 500px);
   -ms-transform: translate(0px, 500px);
   transform: translate(0px, 500px);

}

ul.list-team li:hover .team-image .mask-team {
  opacity: 1;
}

ul.list-team li:hover .team-image .mask-team h2{

  -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

#online-shop-modal .modal-content {
  padding: 0
}

.header-join {
  background: url('../img/join-header.png') no-repeat;
  padding: 5px 40px;
  background-size: 100%;
  height: 137px;
  width: 100%;
}

.title-join-header h2 {
  font-size: 42px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-right: 35px;
  border-right: 1px solid #fff;
  display:inline-block;

}

.logo-kkp-join {
  padding: 32px 0;
  text-align: right;
}

.coming-soon-page img{
  width: 100%;
}

.content-join {
  margin: 15px 0;
}

.content-join p {
  color: #2b4b8f;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  margin: 25px 0 10px 0;
}

.form-join {
  margin: 25px 0;
}

input[type="text"].input-position {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 14px;
  color: #2b4b8f;
  border: none;
  font-family: 'Open Sans', sans-serif;

}

input[type="text"].input-position:focus {
  outline: none;
}

#join-modal .modal-content {
  background-color: rgba(255,255,255, 0.72);
  padding: 35px 35px 100px;
}

.styled-select {
  padding: 3px 5px 5px 0px;
    overflow: hidden;
    width: 100%;
    background: url('../img/style-select.png') no-repeat right #fff;
    background-size: 30px;
    cursor: pointer;
}

.styled-select:focus {
  border: none;
  outline: none;
}

.styled-select select {
   border: none;
   font-size: 14px;
   width: 105%;
   text-transform: uppercase;
   color: #8a8b8b;
   background: transparent;
    cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

input[type="submit"].form-submit {
  margin: 30px 0;
  background: #2b4b8f;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  color: #cfd4e1;

}

.styled-select select:focus {
  border: none;
  outline: none;
}

.separator-line-blue {
  width: 50px;
  height: 3px;
  background: #2b4b8f;
  display: block;
}

.content-text-team  {
  color: #2b4b8f;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.content-text-team  p {
  line-height: 22px;
}

#team-modal .modal-content {
  padding: 30px 20px;
}

/*partner*/

.map-partner {
  background: url('../img/new-partner.png') no-repeat;
  width: 771px;
  height: 376px;
  margin: 50px 30px 30px 30px;
  position: relative;
}

.sainsel {
  position: absolute;
  left: 344px;
  top: 139px;
}

.sainsel .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.sainsel .logo-partner  {
  text-align: center;
}

.sainsel .logo-partner img{
  width: auto;
}

.sainsel .detail-partner {
  top: -88px;
  left: -8px;
  padding: 5px 10px;
}


.jeppesen {
  position: absolute;
  right: 184px;
  top: 226px;
}

.jeppesen .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.jeppesen .logo-partner  {
  text-align: center;
}

.jeppesen .logo-partner img{
  width: 90%;
}

.jeppesen .detail-partner {
  top: -88px;
  left: -8px;
  padding: 5px 10px;
}

/*gmf*/
.gmf {
  position: absolute;
  right: 171px;
  top: 244px;
}

.gmf .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.gmf .logo-partner  {
  text-align: center;
}

.gmf .logo-partner img{
  width: 90%;
}

.gmf .detail-partner {
  top: 22px;
  left: -123px;
  padding: 5px 10px;
}


.astronautic {
  position: absolute;
  left: 169px;
  top: 115px;

}

.astronautic .detail-partner {
  top: -88px;
  left: -8px;
  padding: 5px 10px;
}

.astronautic .detail-partner:before, .sainsel .detail-partner:before, .jeppesen .detail-partner:before {
  background: url('../img/project/arrow-down.png') no-repeat;
  top: auto;
  bottom: -7px;
  right: auto;
  left: 7px;
}

.astronautic .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.curtiswright {
  position: absolute;
  left: 196px;
  top: 130px;

}
.curtiswright .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.curtiswright .detail-partner {
  top: 22px;
  left: -8px;
}

.curtiswright .logo-partner {
  margin: 0px 0 5px 0;
  text-align: center;
}

.curtiswright .logo-partner img {
  width: 80%;
}

.curtiswright .detail-partner:before {
  top:-7px;
  left: 7px;
}

.univavionics {
  position: absolute;
  top: 150px;
  left: 111px;
}

.detail-partner {
  padding: 11px 10px;
  background: rgba(255,255,255,0.9);
  width: 141px;
  height: 78px;
  position: absolute;
}

.univavionics .detail-partner {
  right: -8px;
  top: 25px;
}

.logo-partner {
  margin: 5px 0;
}

.position-partner {
  border-top: 1px solid #3168a7;
  padding-top: 9px;
  margin-top: 10px;
}

.position-partner h3 {
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.logo-partner img {
  width: 100%;
}

.detail-partner:before {
  content: "";
  width: 13px;
  height: 7px;
  background: url('../img/project/arrow-up.png') no-repeat;
  position: absolute;
  top:-7px;
  right: 7px;
}

.univavionics .point {
  width: 10px;
  height: 14px;
  background: url("../img/project/point.png") no-repeat;
}

.bottom-content-partner {
  text-align: center;
}

.bottom-content-partner p{
  font-family: 'Open Sans', sans-serif;
  color: #2b4b8f;
  font-size: 13px;
  text-align: center;
  width: 75%;
  line-height: 20px;
  margin: 0 auto;
}

.one-line-blue {
  display: inline-block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background: #2b4b8f;

}


 @media only screen and (max-width : 1200px) {

  .grid-item {
    width: 343px;
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .about-link {
    background: url("../img/about.png") no-repeat;
    width: 100%;
    height: 166px;
    background-size: contain;
}

.inovation-link {
    background: url("../img/inovation.png") no-repeat;
    width: 100%;
    height: 166px;
    margin-top: 6px;
    position: relative;
     background-size: contain;
}

.grid-item.grid-item-2 {
    width: 188px;
}

.grid-item.grid-item-3 {
   width: 188px;
}

.project-link {
    background: url("../img/project.png") no-repeat;
    width: 100%;
    height: 350px;
    position: relative;
    background-size: contain;
}

.partner-link {
    background: url("../img/partner.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 260px;
    position: relative;
}

.team-link {
    background: url("../img/team.png") no-repeat;
    width: 100%;
    height: 260px;
    margin-left: 10px;
    background-size: contain;
    position: relative;
}

.grid-item.grid-item-5 {
  width: 544px;
}

.shop-link {
    background: url("../img/shop.png") no-repeat;
    width: 100%;
    background-size: contain;
    height: 261px;
    position: relative;
}

}

 @media only screen and (max-width : 980px) {
  .man-behind li {
    width: 48%;
    vertical-align: top;
  }

  .circle-progres-wrap {
    margin-top: 20px;
  }

 }

 @media only screen and (max-width : 768px) {

   .partner-link .mask h2 {
      font-size: 17px;
      width: 70%;
      top: 0;
      background-size: contain;

    }
    .partner-link .mask h2 span {
      top: 40%;
    }

    .about-link .mask h2 {
      font-size: 16px;
      width: 30%;
      height: 80%;
      background-size: contain;
    }

    .project-link .mask h2{
       font-size: 14px;
      width: 50%;
      height: 80px;
      top:27%;
      background-size: contain;

    }

    .content-tagline-inovation p {
      font-size: 11px;
    }

    .image-inovation img{
      width: 100%;

    }

    #inovation-Modal .modal-content {
      padding: 10px;
    }

    .content-tagline-inovation {
      padding: 0 20px;
    }

    .content-tagline-inovation h2 {
      font-size: 16px;
    }

    .inovation-link .mask h2 {
       font-size: 16px;
      width: 30%;
      height: 80px;
      background-size: contain;
    }

    .team-link .mask h2 {

      font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 25%;

    }

    .join-link .mask h2 {
      font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 5%;

    }

     .shop-link .mask h2 {
     font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 5%;
  }

  .inovation-link {
    margin-left: 0px;
  }

  .join-link{
    width: 163px;
    height: 160px;
    background-size: contain;
    margin-left: 0px;

  }

  .shop-link {
    margin-left: 0px;
    height: 164px;
  }

  .team-link {
    margin-left: 0;
  }

  .grid-item.grid-item-4 {
    width: 163px;
  }

  .grid-item.grid-item-5 {
    width: 350px;
  }

  .map-partner {
      width: 100%;
      height: auto;
      margin: 0;
      background: none;
      text-align: center;
    }

    .univavionics .detail-partner, .curtiswright .detail-partner, .astronautic .detail-partner, .sainsel .detail-partner, .jeppesen .detail-partner, .gmf .detail-partner {
      position: relative;
      top:0;
      left: 0;
    }

    .univavionics, .curtiswright, .astronautic, .sainsel, .jeppesen, .gmf {
      position: relative;
      top:0;
      left: 0;
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top;
    }

    .wraper-partner-modal h3 {
      margin: 0 0px 20px 0;
    }


    .univavionics .point, .curtiswright .point, .astronautic .point, .sainsel .point, .jeppesen .point, .gmf .point {
      display: none;

    }

    .detail-partner:before {
      display: none;
    }


  }

  @media only screen and (min-width : 481px) and (max-width : 767px) {

    .grid {
      width: 80%;
      margin: 0 auto;
    }

    .grid-item {
      width: 100%;
    }

    .about-link {
      background-size: 100%;
      height: 266px;
    }

    .grid-item.grid-item-2 {
      width: 250px;
      margin-right: 27px;
    }

    .inovation-link {
      background-size: 100%;
      height: 260px;
    }

    .project-link {
      background-size: 100%;
      height: 465px;
    }

    .grid-item.grid-item-3 {
      width: 250px;
    }

    .partner-link {
       background-size: 100%;
      height: 347px;

    }

    .grid-item.grid-item-4 {
      margin-right: 0;
      margin-left: 27px;
      width: 250px;
    }

    .join-link {
      width: 100%;
    height: 240px;
    }

    .grid-item.grid-item-5 {
      width: 100%;
    }

    .shop-link {
      background-size: 100%;
      height: 248px;

    }

    .team-link {
      background-size: 100%;
      height: 350px;
    }

  }
/* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    .logo-wraper img{
      width: 100%;

    }

    .grid-item {
      width: 97%;
    }

    .grid {
      padding: 10px;
    }

    .grid-item.grid-item-2 {
      width: 45%;
    }

    .grid-item.grid-item-3 {
      width: 46%;
    }

    .project-link {
      height: 314px;
    }

    .partner-link {
      height: 266px;
    }

    .inovation-link {
      width: 97%;
      background-size: 100%;
      height: 178px;
    }

    .team-link {
      height: 232px;
      margin-left: 0;
    }

    .grid-item.grid-item-4 {
      width: 43%;
    }

    .join-link {
      background: url("../img/join.png") no-repeat;
      width: 100%;
      height: 161px;
      margin-right: 0;
      background-size: contain;
      position: relative;
      margin-left: 10px;
  }

    .grid-item.grid-item-5 {
      width: 97%;
      background-size: 100%;
    }

    .about-link {
      height: 179px;
      width: 97%;
      background-size: 100%;

    }

    .carousel-inner {
      height: 450px;
      top: 81px;
    }

    .shop-link {
      height: 163px;
    }

    .right-about {
      width: 100%;
    }

    .list-circle {
      text-align: center;
    }

    .list-circle li {
      margin: 0 5px 10px 5px;
      position: relative;
    }

    .prog-circle strong {
      left: 0;
    }

    .prog-circle span {
      left: 0px;
    }



    .partner-link .mask h2 {
      font-size: 17px;
      width: 70%;
      top: 0;
      background-size: contain;

    }
    .partner-link .mask h2 span {
      top: 40%;
    }

    .about-link .mask h2 {
      font-size: 16px;
      width: 30%;
      height: 80%;
      background-size: contain;
    }

    .project-link .mask h2{
       font-size: 14px;
      width: 50%;
      height: 80px;
      top:27%;
      background-size: contain;

    }

    .content-tagline-inovation p {
      font-size: 11px;
    }

    .image-inovation img{
      width: 100%;

    }

    #inovation-Modal .modal-content {
      padding: 10px;
    }

    .content-tagline-inovation {
      padding: 0 20px;
    }

    .content-tagline-inovation h2 {
      font-size: 16px;
    }

    .inovation-link .mask h2 {
       font-size: 16px;
      width: 30%;
      height: 80px;
      background-size: contain;
    }

    .map-partner {
      width: 100%;
      height: auto;
      margin: 0;
      background: none;
      text-align: center;
    }

    .univavionics .detail-partner, .curtiswright .detail-partner, .astronautic .detail-partner, .sainsel .detail-partner, .jeppesen .detail-partner, .gmf .detail-partner {
      position: relative;
      top:0;
      left: 0;
    }

    .univavionics, .curtiswright, .astronautic, .sainsel, .jeppesen, .gmf {
      position: relative;
      top:0;
      left: 0;
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top;
    }

    .wraper-partner-modal h3 {
      margin: 0 0px 20px 0;
    }


    .univavionics .point, .curtiswright .point, .astronautic .point, .sainsel .point, .jeppesen .point, .gmf .point {
      display: none;

    }

    .detail-partner:before {
      display: none;
    }


     .header-join {
      padding: 5px 20px;
      height: 67px;
    }

    .logo-kkp-join {
      padding: 0;

    }

    .logo-kkp-join img {
      width: 38px;
    }

    .title-join-header h2 {
      font-size: 20px;
      margin-top: 3px;
    }



    .team-link .mask h2 {

      font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 25%;

    }

    .join-link .mask h2 {
      font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 5%;

    }

     .shop-link .mask h2 {
     font-size: 16px;
      width: 50%;
      height: 80px;
      background-size: contain;
      left: 24%;
      top: 5%;
  }

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

      .grid-item {
        width: 93%;
    }

    .project-link {
    height: 271px;
  }

  .inovation-link {
    height: 146px;
  }

  .team-link {
    height: 202px;
  }



    }
