@font-face {
  src: url(fonts/Abel-Regular.ttf);
  font-family: Abel;
}

@font-face {
  src: url(fonts/PetitFormalScript-Regular.ttf);
  font-family: PetitFormalScript;
}


html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Abel;

}

.row.one{
  overflow: hidden;
  position: relative;
  background: #23a898;
}

.header-part.top,.header-part.bottom{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.header-part.top{
  height: 250px;
  position: relative;
  padding: 20px;
}

.header-part.middle{
  height: 30px;
  background: white;
}

.header-part.bottom{
  height: 350px;
  position: relative;
  overflow: hidden;
}

#nav-bar{
  height: 25px;
  position: relative;
}

.gimmick-nav{
  height: 70%;
  width: 27.5%;
  float: left;
  background: #3ab4a2;
  border-radius: 30px;
}

#nav-item-holder{
  width: 45%;
  height: 100%;
  float: left;
}

.nav-item{
  width: 25%;
  float: left;
  cursor: pointer;
  height: 100%;
}

.nav-item:hover{
  border-top: 2px solid #3ab4a2;
  border-bottom: 2px solid #3ab4a2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.center-vertical{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

p{
  margin: 0;
}

.nav-item>nav{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 14px;
}

#my-desc{
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: auto;
  width: 50%;
  height: 130px;
  top: 100%;
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);

}
#my-name{
  height: 50%;
  text-align: center;
  position: relative;
  color: white; 
}

#my-name>span{
  font-weight: normal;
  font-size: 35px;
  margin: 0;
  position: relative;
  display: inline-block;
}

#my-detail{
  height: 50%;
  text-align: center;
  color: white;
  font-size: 15px;
}

.header-part.middle{
  text-align: center;
  color: #329785;
  font-size: 15px;
  cursor: pointer;
  transition: color .5s;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
}

.header-part.middle:hover{
    color: #f1c40f;
}

.contact-list-fade{
  height: 60px;
  background: white;
  color: black;
  display: none;
}

.contact-item-holder{
  text-align: center;
  color: black;
  height: 100%;
  font-size: 16px;
}

.contact-item-holder>*{
  color: #34495e;
  margin-right: 5px;
}

.gimmick-line-right,.gimmick-line-right-bottom{
  position: absolute;
  height: 130px;
  width: 10px;
  background: red;
  bottom: 0;
  right: 20px;
  width: 17.5px;
  border-radius: 30px 30px 0px 0px;
  background: #3ab4a2;
}

.gimmick-line-right-bottom{
  top: 0;
  height: 160px;
  border-radius: 0px 0px 30px 30px;
}

.gimmick-circle-border{
  position: absolute;
  border-radius: 100%;
  top: 100%;
  left: 50%;
  
}

.gimmick-circle-border.big{
  height: 300px;
  width:200px;
}

.gimmick-circle-border.big.left{
  left: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(50deg); 
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(50deg); 
  -ms-transform: translateX(-50%) translateY(-50%) rotate(50deg); 
  -moz-transform: translateX(-50%) translateY(-50%) rotate(50deg); 
  -o-transform: translateX(-50%) translateY(-50%) rotate(50deg); 
  border-left:15px solid #37a992;
}

.gimmick-circle-border.small{
  height: 600px;
  width: 600px;
}

canvas{
  position: absolute;
  left: 0;
  top: 0;
}

#header-canvas-holder{
  position: absolute;
  width: 100%;
  height: 180%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

.logo{
  width: 320px;
  height: 320px;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid white;
  text-align: center;
}

.logo>img{
  width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.logo>p{
  position: relative;
  margin: auto;
  top: 50%;
  font-family: PetitFormalScript;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 80px;
  color: #f47d4e;
}

h1{
  margin: 0;
}

.row.two{
  background: white;
  padding: 20px;
  overflow-x: hidden;
}

.title{
  height: 40%;
  text-align: center;
  font-size: 12px;
}

.row.two>.title{
	height:100px;
}
.row.two>.content{
  height: 100px;;
  text-align: center;
  color:black;
  font-size: 14px;
}

ul{
  text-align: left;
}

.title>.title-text{
    padding: 25px;
    width: 100%;
    margin: auto;
    color: #2c3e50;
    border-bottom: .5px solid #000;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row.two>.title>.title-text{
	width:30%;
}

.row.two>.content>article{
  position: relative;
  top:50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.row.two>.content>article.show{
  left: 0;
} 

.title>*{
  position: relative;
  top:100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

::-webkit-scrollbar {
    display: none;
}

.row.three{
  background: #00B5A9;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.row.four{
  background: white;
  overflow:hidden;
  padding:25px 0px;
}

.row.three .title{
  height: 120px;
}

.row.three #pict{
	height:auto;
	overflow:hidden;
}

.row.three .card{
  height:auto;
  overflow:hidden;
}

.row.three .card>div{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  -o-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
}

.row.three .card>.back{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #2d3436;
  z-index: 1002;
}

#present,#list-present-wrapper{
  height: 100%;
  width: 70%;
  float: left;
}

#list-present-wrapper{
  width: 30%;
  background: #2f3640;
  -webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.3);
  box-sizing: border-box;  
  position: relative;

}

.list-present-wrapper-holder{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
  flex-wrap: wrap;
  padding: 10px;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  display: none;
}

.card.flip .list-present-wrapper-holder{
  display: flex;
}

.list-present-item{
    width: 40%;
    float: left;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid white;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.list-present-item.wide{
    width: 80%;
}

.list-present-item>.shade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
}

.list-present-item:not(.selected):hover{
    opacity: 0.8;
}

.list-present-item.selected{
    border: 5px solid #00B5A9;
    opacity: 0.6;
}

.list-present-item.selected>.shade{
    opacity: 0.3;
}

.list-present-item img{
  width: 100%;
  display: block;
}

#present{
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

#list-slider-queue{
  position: absolute;
  top: 50%;
  width: auto;
  left: 0;
  height: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
}

#list-slider-queue>.shade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

#present>#image-view{
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

#present>#image-view>#highlight-slide{
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: .3s;
    transition-timing-function: ease-out;
    -moz-transition: .3s;
    -moz-transition-timing-function: ease-out;
    -ms-transition: .3s;
    -ms-transition-timing-function: ease-out;
    -webkit-transition: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition: .3s;
    -o-transition-timing-function: ease-out;
}

#present>#image-view>#highlight-slide.show{
    width: 65%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

#present>#image-view>#highlight-slide.tall{
    width: 100%;
    text-align: center;
}

#present>#image-view>#highlight-slide img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

#present>#image-view>#highlight-slide.wide img{
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#present>#image-view>#highlight-slide.tall img{
  height: 100%;
}

#present>#image-view>#list-slider-queue>div{
  height: 100%;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
#present>#image-view>#list-slider-queue img{
  height: 100%;
}

#present>.arrow{
  position: absolute;
  color: white;
  font-size: 40px;
  opacity:0.2;
  cursor: pointer;
}

#present>.arrow:hover{
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  opacity: 0.4;
}

#present>.arrow.left{
  left: 25px;
}

#present>.arrow.right{
  right: 25px;
}


.card>.front{
  transform: rotateX( 0deg );
  -o-transform: rotateX( 0deg );
  -moz-transform: rotateX( 0deg );
  -webkit-transform: rotateX( 0deg );
}

.card>.back{
  background-color: rgba(0,0,0,0.1);
    transform: rotateX( 180deg );
    -moz-transform: rotateX( 180deg );
    -webkit-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
}

.card.flip>.front{
  transform: rotateX( 180deg );
  -moz-transform: rotateX( 180deg );
    -webkit-transform: rotateX( 180deg );
    -o-transform: rotateX( 180deg );
}

.card.flip>.back{
  transform: rotateX(0deg );
  -o-transform: rotateX( 0deg );
  -moz-transform: rotateX( 0deg );
  -webkit-transform: rotateX( 0deg );
}


.card>.back .slick-slide img {
      width: 100%;
      height: 100%;
}

.multiple-items{
	height:100%;
}

.imgSlider{
  background-color: white;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  margin: 0px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imgSlider.link>.holder{
  height: 100%;
  position: relative;
}

.imgSlider.link>.holder>.link-button{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background: rgba(0,0,0,0.2);
}

.imgSlider.link>.holder>.link-button button{
  border:none;
  background: #23a898;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  width: 50%;
  font-family: Abel;
  cursor: pointer;
}

.imgSlider.link>.holder>.link-button button:hover{
  opacity: 0.85;
}

.mediaSlider{
  width:25%;
  position: relative;
}

.imageSliderItem{      
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slick-list{
  height: 90%;
}
.slick-dots{
  height: 50px;
}

.row.four>.title{
  height: 120px;
}
.row.three .title-text,.row.five .title-text{
  border: none;
  color:white;
}

.row.four .title-text{
  border: none;
  color:black;
}

.row.four .content{
  width: 80%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px 15px 15px;
}

.row.four .content>div{
  width: 50%;
  height: 100%;
  float: left;
}

.chart-item{
  height: 135px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}


.chart-item .graph{
  height:70%;
}
.chart-item .graph>div{
  width: auto;
  float: left;
  height: 100%;
}

.circle{
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: black;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row.four .content>.right .chart-item .graph>div{
    float: right;
    margin-left: 0;
}

.chart-item .detail{
  height:30%;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row.four .content>.right .chart-item .detail{
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}

.row.five{
  background: #00B5A9;
  overflow: hidden;
}


.row.five>.title{
  height: 150px;
}

#myTimeline{
  position: relative;
  width: 100%;
}

.timeline-item{
  height: auto;
  padding: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 1%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}

.timeline-item .circ{
  border:3px solid white;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  background:black;
}

.timeline-item:nth-child(odd) .circ{
  width: 20px;
  height: 20px;
  background-color: white;
}

.timeline-item:nth-child(even) .circ{
  width: 25px;
  height: 25px;
}

.timeline-item .textHolder{
  width: 32%;
  height: auto;
  overflow: hidden;
  position: relative;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  opacity: 0;
}

.timeline-item:nth-child(odd) .textHolder{
  right: 100%;
  transition:all 2s;
  -webkit-transition:all 2s;
  -moz-transition:all 2s;
  -o-transition:all 2s;
  -ms-transition:all 2s;
}

.timeline-item:nth-child(even) .textHolder{
  left: 100%;
  transition:all 2s;
  -webkit-transition:all 2s;
  -moz-transition:all 2s;
  -o-transition:all 2s;
  -ms-transition:all 2s;
}

.timeline-item.in-view:nth-child(odd) .textHolder{
  left: 15%;
  opacity: 1;
}

.timeline-item.in-view:nth-child(even) .textHolder{
  left:53%;
  opacity: 1;
}

.timeline-item:nth-child(even) .textHolder .detailText:before{
  border-width: 8px 16px 8px 0;
    border-color: transparent white transparent transparent;
    right: 100%;
}

.timeline-item:nth-child(odd) .textHolder .detailText:before{
  border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent white;
    left: 100%;
}

.timeline-item .textHolder .detailText:before{
  content: '';
  position: absolute;
  top:50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.timeline-item>.textHolder>.left{
  width: 100%;
  height: auto;
  min-height: auto;
  float: left;
  padding: 10px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}

.timeline-item>.textHolder>.right{
  width: 0%;
  height: 100%;
  float: left;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  display: none;
  -ms-box-sizing:border-box;
}

.timeline-item.born>.textHolder>.right{
  padding:15px;
}

.timeline-item .date{
  height: 40%;
  display: none;
  text-align: center;
  color: white;
  font-size: 25px;
}

.timeline-item:nth-child(odd) .detailText{
 margin-right: 2%;
}

.timeline-item:nth-child(even) .detailText{
 margin-left: 2%;
}

.timeline-item .detailText{
  text-align: center;
  color: white;
  padding: 10px 15px;
  background: rgba(0,0,0,.1);
  position: relative;
}


.timeline-item .date article{
  position: relative;
  top:50%;
  transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}

#myTimeline #bar{
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  top:0;
  transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  background-color: white;
}

.footer{
  overflow: hidden;
  background: white;
  position: relative;
}

.footer>.title{
  height: 150px;
}

.footer>.title .title-text{
  color: black;
  border:none;
}

.footer .logo{
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  border-width: 3px;
  margin: auto;
  border-color:#16a085;
  width: 200px;
  height: 200px;
}

.footer .logo img{
  width: 60%;
}

.footer .logo p{
  font-size: 55px;
}

.footer .name{
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.footer .email{
  text-align: center;
  margin-bottom: 35px;
}

.footer .name p{
  position: relative;
  color: rgba(44, 62, 80,1.0);
  margin: 0;
  font-size: 30px;
}

.footer .email a{
  text-decoration: underline;
  font-size: 22px;
  color: rgba(44, 62, 80,1.0);
}

.circle.mark{
  background:#39aea9;
}


.row.contact{
  width: 100%;
  margin: auto;
  height: 280px;
  position: relative;
  background-color: white;
}

.row.contact>.wrapper{
  width: 60%;
  margin: auto;
  height: 100%;
}

.row.contact>.wrapper>.left,.row.contact>.wrapper>.right{
  height: 180px;
  float: left;
}

.row.contact>.wrapper>div>.content{
  height: 100%;
  padding:15px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  color: #34495e;
  text-align: center;
}

.row.contact>.wrapper>.left{
  width: 45%;
}

.row.contact .logo{
  position: relative;
  border:none;
  border-radius: 0px;
  width: 150px;
  top: 0;
  transform: none;
  height: 150px;
}

.row.contact .logo img{
  width: 70%;
}

.row.contact .logo p{
  font-size: 55px;
}

.row.contact>.wrapper>.right{
  width: 55%;
  background-color: white;
}

.row.contact>.wrapper>div>.content>.contact-item{
  height: 20%;
  font-size: 15px;
}

.row.contact>.wrapper>div>.content>.contact-item.name,.row.contact>.wrapper>div>.content>.contact-item.mail{
  font-weight: bold;
}

.row.contact>.wrapper>div>.content>.contact-item.line{
  height: 1px;
  background-color: white;
  overflow: hidden;
}

.row.contact>.wrapper>div>.content>.contact-item.line>div{
  height: 100%;
  width: 22%;
  background-color: #23a898;
  position: relative;
  left: 0%;
  animation-name:animLine;
  animation-delay:0s;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@keyframes animLine{
  from{
    left: 0%;
  }
  to{
    left: 100%;
  }
}

.row.contact>.wrapper>div>.content>.contact-item>article{
  position: relative;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

a{
  text-decoration: none;
  color: black;
}

.row.contact>.wrapper>div>.content>.contact-item.socmed{
  height: 30%;
  font-size: 20px;
}

.row.contact>.wrapper>div>.content>.contact-item.socmed a{
  position: relative;
  top:50%;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  color: #34495e;
}

.row.contact>.wrapper>.title{
  height: 100px;
  text-align: center;
  color: black;
}

.row.contact>.wrapper>.title>.title-text{
  border-bottom: none;
  height: 90%;
  padding: 20px;
}

.row.contact>.wrapper>.title>.title-text h1{
  width: 60%;
  margin: auto;
  padding: 5px 0px;
}

.row.contact .underline-cont{
  height: 10%;
  width: 50%;
  top: 0;
  margin: auto;
}

.row.contact .underline-cont>div{
  float: left;
  height: 100%;
  border-bottom: 1px solid #23a898;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  width: 48%;
}

.row.contact .underline-cont>.underline-one{
  border-right: 1px solid #23a898;
  margin-right: 1%;
}

.row.contact .underline-cont>.underline-two{
  border-left: 1px solid #23a898;
  margin-left: 1%;
}

#slideshow-trig, #slider-trig{
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    z-index: 1002;
    background: #2d3436;
    color: white;
    border-radius: 100%;
    left: 100%;
    font-size:16px;
    transition: all .6s;
    transition-timing-function: linear;
    cursor: pointer;
    
    transform: translateX(-50%) translateY(-50%);
}

#slider-trig{
  background: #00B5A9;
}

#slider-trig .slideshow,#slideshow-trig .slider{
  display: none;
}
#slideshow-trig:hover, #slider-trig:hover{
    background: white;
    color: #00B5A9;
}

#slideshow-trig .fa, #slider-trig .fa{
  position: absolute;
  top: 65%;
  left: 25%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);

  -webkit-animation-name: shaking;
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: shaking;
  -moz-animation-direction: alternate;
  -moz-animation-duration: .3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  -ms-animation-name: shaking;
  -ms-animation-direction: alternate;
  -ms-animation-duration: .3s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;

  -o-animation-name: shaking;
  -o-animation-direction: alternate;
  -o-animation-duration: .3s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;

  animation-name: shaking;
  animation-direction: alternate;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes shaking{
    from{
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
    to{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
}