/* home
 * --------------------------------------- */
.homePageWrap {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fcfcfc;
}

.contentHome {
  background-color: #fcfcfc;
	position: relative;
  width: 85%;
	height: auto;
  padding-top: 50vh;
  padding-left: calc(15% + 2rem);
  padding-right: calc(15% + 2rem);
  padding-bottom: 10vw;
}

.sidebarhomePage {
  position:fixed;
  top:0;
  right: 0;
  width: 15%;
  height: 100%;
  display: flex;
	flex-direction: column;
  align-items: center;
  background-color: #f7f6e8;
}


.home__body-wrap { 
  position: relative;
}

h1.home__body  {
  font-family: 'CeraProBold';
  font-size: 11vw;
  line-height: 9vw;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 0rem;
  margin: 0.5rem 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  position: absolute;
  /*top: -10vw;*/
  top: 30vh;
  opacity: .025;
}
.portrait h1.home__body  {
  font-size: 18vw;
  line-height: 18vw;
  display:none;
}

.copyIntro {
  position: relative;
}


.portrait .contentHome {
  background-color: #fcfcfc;
	position: relative;
  width: 100%;
	height: auto;
  padding-top: 25vh;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 25%;
}

.portrait .sidebarhomePage {
  position: fixed;
  top: auto;
  bottom:0;
  right: 0;
  height: 10%;
  width: 100%;
  display: flex;
	flex-direction: row;
  align-items: center;
  background-color: #f7f6e8;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.portrait .sidebarhomePage a {
  flex: 0 1 48%;
}


/* sidebar
* --------------------------------------- */
.sidebarhomePage_item {
  position:relative;
  flex: 1 1 auto;
  width: 100%;
}

.sidebarhomePage_work {
  background-color: #f7f6e8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
}
.sidebarhomePage_work .animatable { position: absolute; top: 0%; right: 0%; width: 100%}

.sidebarhomePage_contact {
  background-color: #bed5e1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
}
.sidebarhomePage_contact .animatable { position: absolute; bottom: 0%; right: 0%; width: 100%}



#link_to_.loading {
  background-color: #f7f6e8;
  animation: color_home 1.5s infinite;
}

@keyframes color_home {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 174, 239, .5);
  }
  100% {
    background-color: transparent;
  }
}


#link_to_work.loading > div{
  background-color: #f7f6e8;
  animation: color_work 1.5s infinite;
}

@keyframes color_work {
  0% {
    background-color: #f7f6e8;
  }
  50% {
    background-color: rgba(0, 174, 239, .5);
  }
  100% {
    background-color: #f7f6e8;
  }
}

#link_to_contact.loading > div {
  background-color: #bed5e1;
  animation: color_contact 1.5s infinite;
}

@keyframes color_contact {
  0% {
    background-color: #bed5e1;
  }
  50% {
    background-color: rgba(0, 174, 239, .5);
  }
  100% {
    background-color: #bed5e1;
  }
}

/*
#link_to_meetr.loading button, #link_to_publishcheck.loading button, #link_to_superseed.loading button  , #link_to_other.loading button{
  background-color: #f7f6e8;
  animation: color_projects 1.5s infinite;
}
*/
#link_to_meetr.loading button.btn-1c:hover:after, 
#link_to_meetr.loading button.btn-1c:active:after,
#link_to_publishcheck.loading button.btn-1c:hover:after, 
#link_to_publishcheck.loading button.btn-1c:active:after,
#link_to_superseed.loading button.btn-1c:hover:after, 
#link_to_superseed.loading button.btn-1c:active:after,
#link_to_other.loading button.btn-1c:hover:after, 
#link_to_other.loading button.btn-1c:active:after {
  width: 0%!important;
}

@keyframes color_projects {
  0% {
    background-color: rgba(0, 174, 239, .25);
  }
  50% {
    background-color: rgba(0, 174, 239, 1);
  }
  100% {
    background-color: rgba(0, 174, 239, .25);
  }
}

.portrait .sidebarhomePage_item {
  position:relative;
  flex: 1 1 auto;
  width: 100%;
}

.portrait .sidebarhomePage_work {
  background-color: #f7f6e8;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%!important;
}
.portrait .sidebarhomePage_work .animatable { position: absolute; top: 0%; right: 0%; height: 100%; width: 100% }

.portrait .sidebarhomePage_contact {
  background-color: #bed5e1;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 50%;
  height: 100%!important;
}
.portrait .sidebarhomePage_contact .animatable { position: absolute; bottom: 0%; right: 0%; height: 100%; width: 100% }



/* body / copy
* --------------------------------------- */

.home__body-wrap .home__body {
  margin-top: 0vw;
}

.home__body_img {
  width: 100%;
  height: 30vw;
  min-height: 40vh;
  margin: 0px 0 0vw;
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  background-color: #f6f6f6;
}


h3.home__body  {
  /* border-top: 2px solid #22292f; */
  font-size: 9vw;
  padding: 0 0 2.4rem;
  color: #00aeef;
  text-transform: uppercase;
  line-height: 10vw;
  margin-bottom: 2vw;
}
@media only screen and (min-width : 576px) { 
  h3.home__body  {
    /* border-top: 2px solid #22292f; */
    font-size: 5rem;
    padding: 0 0 2.4rem;
    color: #00aeef;
    text-transform: uppercase;
    line-height: 6rem;
    margin-bottom: 2vw;
  }
}



.home__body_img_number{
  position: absolute;
  top: 5vw;
  right: 0;
  color: #00aeef; 
  font-size: 4vw;
  writing-mode: vertical-rl;
  text-orientation: unset;
  line-height: 0vw;
}
.home__body_title_wrap{
  margin-top: 15vw;
  position: relative;
}
.portrait  .home__body_title_wrap{
  margin-top: 0vw;
  position: relative;
}

.home__body_separator {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -7.5vw;
}


.portrait .home__body_separator {
  width: 100%;
  height: 15vw;
  position: relative;
  top: 0;
  margin-top: 15vw;
}

.home__body_separator .square {
  margin: 0 auto;
  height: 4px;
  width: 7vw;
  min-width: 70px;
  background-color: #00aeef;
}

.home__body_pre_title {
  color: #cccccc;
}
.home__body_title{
  position: relative;
  color: #f79e82;
  font-family: 'CeraProBold';
  font-size: 7vw;
  line-height: 7vw;
  font-weight: bold;

  margin-bottom: -15px;
  z-index: 2;
  border-top: 0px solid #f79e82;
  padding-top: 1vw !important;
}

.divHighLighted {
  margin: 2rem 0;
  line-height: 1.9;
}

.divHighLighted2 {
  /* border-top: 2px solid #22292f; */
  font-size: 7vw;
  line-height: 8vw;
  padding: 0 0 2.4rem;
  color: #00aeef;
  text-transform: uppercase;
  margin-top: 2vw;
}
@media only screen and (min-width : 576px) { 
  .divHighLighted2 {
    /* border-top: 2px solid #22292f; */
    font-size: 3rem;
    padding: 0 0 2.4rem;
    color: #00aeef;
    text-transform: uppercase;
    line-height: 4rem;
    margin-top: 2vw;
  }
}






.portrait .home__body_title  {
  font-size: 10vw;
  line-height: 10vw;
}

.portrait .home__body_title_how_we_do  {
  margin-bottom: 2vw;
}















.home__body_table_wrap {

}
.home__body_table {
  position: relative;
  color: #00aeef;
  padding: 10px 0;
}
.home__body_table:last-of-type {

}

.home__body_table span{
  color: #00aeef;
  font-weight: 100;
}



@media only screen and (min-width : 992px) { 

}
















.home__title-wrap .highlighted{
  color: #00aeef;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.highlighted3 {
  color: #00aeef;
  font-size: 3rem;
  line-height: 3rem;
  margin: 3rem 0 2rem;
}

.portrait .home__title-wrap .highlighted {
  color: #00aeef;
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.home__body_table .iconTimeline {
  margin: 0px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #00aeef;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.home__body_table {
  width: 20%;
}


.home__body_table p {
  font-size: 3.2vw;
    line-height: 3.5vw;
    color: #00aeef;
}
@media only screen and (min-width : 576px) { 
  .home__body_table p {
    font-size: 1.9rem;
    line-height: 2.1;
  }
}

.home__body_table .iconTimeline{
  display:block;
}

.home__body_table .iconTimeline:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.iconsTimelineDot{
  position:absolute;
  width:.75rem;
  height: .75rem;
  top: auto; 
  bottom: -.5rem;
  right:0;
  left:0;
  background-color: #00aeef;
  border-radius: .5rem;
  margin: 0 auto;
}

.home__body_table .iconTimeline img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home__body_table_primary {
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
}
.home__body_table_secondary {
  color: #a1a8af;
}

.home__body-wrap ul{
  margin: 2rem;
}
.home__body-wrap li {
  margin: 0;
  color: rgba(0, 174, 239);
  position: relative;
  margin-left: 5.4vw;
}
.home__body-wrap strong.pblue {
  margin: 0;
  color: rgba(0, 174, 239);
}
.home__body-wrap li::before {
  content: "·";
  vertical-align: middle;
  color: rgba(0, 174, 239);
  margin-right: 1vw;
  position: absolute;
  font-size: 6rem;
  line-height: 3.5rem;
  top: 0px;
  left: -4.4rem;
}

.designThinking{
  position: relative;
}

.designThinkingLeft {
  margin-top: 4rem;
  position: relative;
}

.home__body_table_wrap {
  margin-top: 3rem;
  display: flex; /* or inline-flex */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}




.bgDesign {
  background-image: url('../images/preloadImages/design.jpg');
}
.bgIdea {
  background-image: url('../images/preloadImages/idea.jpg');
}
.bgDevelop {
  background-image: url('../images/preloadImages/develop.jpg');
}




/* media
* --------------------------------------- */
@media only screen and (min-width : 480px) { }
@media only screen and (min-width : 576px) { }
@media only screen and (min-width : 768px) { }
@media only screen and (min-width : 992px) { }
@media only screen and (min-width : 1120px) { }