body {
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: auto !important;
}


/*=========================================Home CSS=================================================*/


.TextBold{
  font-weight: 500;
  padding-left: 0;
}

.Home-Title{
  display: block;
  margin: 240px 40px 160px;
}

/*------------------Works------------------*/

.Work-Holder{
  position: relative;
  display: block;  
  margin: auto;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  /* padding-bottom: 160px; */
}

.WorkCenter{
  overflow: hidden;
  width:100%;
  position: relative;
  display: block;
  font-size: 0;
}


.WorkLeftColumn{
  position: relative;
  display:inline-block;
  width:50%;
  height:100%;
  vertical-align: text-top;
  font-size: 0;
  overflow: hidden;
}

.WorkRightColumn{
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: text-top;
    font-size: 0;
    overflow: hidden;
}


.Work_Thumbnail_Holder{
    overflow: hidden;
    width: 100%;    
    display: block;
}

.Work_Thumbnail {
  display: block;
  position: relative;
  z-index: 100;
  font-size: 0;
  width: 100%;
  height: 64vh;
  max-height: 64vw;
  overflow: hidden;
}

.Work_Thumbnail span{
  opacity: 1;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}

.Work_Thumbnail img{

  width:100%;
  height:100%;
  object-fit: cover;
  overflow: hidden;

  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 

  /* filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);   */
  transform: scale(1.02) !important;

  /*mix-blend-mode: multiply;*/
}

.Work_Thumbnail.thumb-CG2014 img{

  width:100%;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 

  /* filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);   */
  transform: scale(1.02) !important;

  /*mix-blend-mode: multiply;*/
}

.Work_Thumbnail:hover img {
   /* filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);  */

  transform: scale(1) !important;
}

.Work_Thumbnail:hover span{
  opacity: 1;
}

.Add_Blur{
  transform: scale(1.03);

  /* filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);   */
}


.thumb-TO:after {
  content: " ";
  background: rgba(150,168,255,1);
  background: -moz-linear-gradient(-45deg, rgba(150,168,255,1) 0%, rgba(149,217,255,0.1) 50%,  rgba(149,217,255,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(150,168,255,1) 0%, rgba(149,217,255,0.1) 50%,  rgba(149,217,255,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(150,168,255,1) 0%, rgba(149,217,255,0.1) 50%,  rgba(149,217,255,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(150,168,255,1) 0%, rgba(149,217,255,0.1) 50%,  rgba(149,217,255,0) 100%);
  background: linear-gradient(135deg, rgba(150,168,255,1) 0%, rgba(149,217,255,0.1) 50%,  rgba(149,217,255,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-EV:after {
  content: " ";
  background: rgba(0,209,0,1);
  background: -moz-linear-gradient(-45deg, rgba(0,209,0,1) 0%, rgba(0,150,70,0.1) 50%,  rgba(0,150,70,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,209,0,1) 0%, rgba(0,150,70,0.1) 50%,  rgba(0,150,70,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,209,0,1) 0%, rgba(0,150,70,0.1) 50%,  rgba(0,150,70,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,209,0,1) 0%, rgba(0,150,70,0.1) 50%,  rgba(0,150,70,0) 100%);
  background: linear-gradient(135deg, rgba(0,209,0,1) 0%, rgba(0,150,70,0.1) 50%,  rgba(0,150,70,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-DZ:after {
  content: " ";
  background: rgba(255,180,30,1);
  background: -moz-linear-gradient(-45deg, rgba(255,180,30,1) 0%, rgba(255,220,50,.1) 50%, rgba(255,235,78,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,180,30,1) 0%, rgba(255,220,50,.1) 50%, rgba(255,235,78,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,180,30,1) 0%, rgba(255,220,50,.1) 50%, rgba(255,235,78,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,180,30,1) 0%, rgba(255,220,50,.1) 50%, rgba(255,235,78,0) 100%);
  background: linear-gradient(135deg, rgba(255,180,30,1) 0%, rgba(255,220,50,.1) 50%, rgba(255,235,78,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-Inno:after {
  content: " ";
  background: rgba(210,0,130,1);
  background: -moz-linear-gradient(-45deg, rgba(210,0,130,.8) 0%, rgba(255,0,160,0.1) 50%,  rgba(255,0,160,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(210,0,130,.8) 0%, rgba(255,0,160,0.1) 50%,  rgba(255,0,160,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(210,0,130,.8) 0%, rgba(255,0,160,0.1) 50%,  rgba(255,0,160,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(210,0,130,.8) 0%, rgba(255,0,160,0.1) 50%,  rgba(255,0,160,0) 100%);
  background: linear-gradient(135deg, rgba(210,0,130,.8) 0%, rgba(255,0,160,0.1) 50%,  rgba(255,0,160,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-Buskers:after {
  content: " ";
  background: rgba(29,35,62,1);
  background: -moz-linear-gradient(-45deg, rgba(29,35,62,1) 0%, rgba(65,70,100,0.5) 50%,  rgba(65,70,100,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(29,35,62,1) 0%, rgba(65,70,100,0.5) 50%,  rgba(65,70,100,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(29,35,62,1) 0%, rgba(65,70,100,0.5) 50%,  rgba(65,70,100,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(29,35,62,1) 0%, rgba(65,70,100,0.5) 50%,  rgba(65,70,100,0) 100%);
  background: linear-gradient(135deg, rgba(29,35,62,1) 0%, rgba(65,70,100,0.5) 50%,  rgba(65,70,100,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-CG2014:after {
  content: " ";
  background: rgba(110,110,115,1);
  background: -moz-linear-gradient(-45deg, rgba(110,110,115,1) 0%, rgba(110,110,115,.1) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(110,110,115,1) 0%, rgba(110,110,115,.1) 50%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(110,110,115,1) 0%, rgba(110,110,115,.1) 50%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(110,110,115,1) 0%, rgba(110,110,115,.1) 50%, rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg, rgba(110,110,115,1) 0%, rgba(110,110,115,.1) 50%, rgba(0,0,0,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-PC:after {
  content: " ";
  background: rgba(0,200,190,1);
  background: -moz-linear-gradient(-45deg, rgba(0,200,190,1) 0%, rgba(20,230,230,0) 70%);
  background: -webkit-linear-gradient(-45deg, rgba(0,200,190,1) 0%, rgba(20,230,230,0) 70%);
  background: -o-linear-gradient(-45deg, rgba(0,200,190,1) 0%, rgba(20,230,230,0) 70%);
  background: -ms-linear-gradient(-45deg, rgba(0,200,190,1) 0%, rgba(20,230,230,0) 70%);
  background: linear-gradient(135deg, rgba(0,200,190,1) 0%, rgba(20,230,230,0) 70%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}


.Work_Thumbnail:hover:after { 
  opacity: 0.5;
  width: 100%;
}


.thumb-Voga:after {
  content: " ";
  background: rgba(240,91,74,1);
  background: -moz-linear-gradient(-45deg, rgba(240,91,74,.8) 0%, rgba(240,91,74,.1) 50%, rgba(240,49,74,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(240,91,74,.8) 0%, rgba(240,91,74,.1) 50%, rgba(240,49,74,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(240,91,74,.8) 0%, rgba(240,91,74,.1) 50%, rgba(240,49,74,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(240,91,74,.8) 0%, rgba(240,91,74,.1) 50%, rgba(240,49,74,0) 100%);
  background: linear-gradient(135deg, rgba(240,91,74,.8) 0%, rgba(240,91,74,.1) 50%, rgba(240,49,74,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-handy:after {
  content: " ";
  background: rgba(0,40,85,1);
  background: -moz-linear-gradient(-45deg, rgba(0,40,85,.8) 0%, rgba(0,40,85,.1) 50%, rgba(0,40,85,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,40,85,.8) 0%, rgba(0,40,85,.1) 50%, rgba(0,40,85,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,40,85,.8) 0%, rgba(0,40,85,.1) 50%, rgba(0,40,85,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,40,85,.8) 0%, rgba(0,40,85,.1) 50%, rgba(0,40,85,0) 100%);
  background: linear-gradient(135deg, rgba(0,40,85,.8) 0%, rgba(0,40,85,.1) 50%, rgba(0,40,85,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-HP:after {
  content: " ";
  background: rgba(0,225,255,1);
  background: -moz-linear-gradient(-45deg, rgba(0,210,255,.8) 0%, rgba(0,210,255,.1) 50%, rgba(0,210,255,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,210,255,.8) 0%, rgba(0,210,255,.1) 50%, rgba(0,210,255,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,210,255,.8) 0%, rgba(0,210,255,.1) 50%, rgba(0,210,255,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,210,255,.8) 0%, rgba(0,210,255,.1) 50%, rgba(0,210,255,0) 100%);
  background: linear-gradient(135deg, rgba(0,210,255,.8) 0%, rgba(0,210,255,.1) 50%, rgba(0,210,255,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-theDesk:after {
  content: " ";
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-hiDollars:after {
  content: " ";
  background: rgba(206,118,217,1);
  background: -moz-linear-gradient(-45deg, rgba(206,118,217,.8) 0%, rgba(206,118,217,.1) 50%, rgba(206,118,217,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(206,118,217,.8) 0%, rgba(206,118,217,.1) 50%, rgba(206,118,217,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(206,118,217,.8) 0%, rgba(206,118,217,.1) 50%, rgba(206,118,217,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(206,118,217,.8) 0%, rgba(206,118,217,.1) 50%, rgba(206,118,217,0) 100%);
  background: linear-gradient(135deg, rgba(206,118,217,.8) 0%, rgba(206,118,217,.1) 50%, rgba(206,118,217,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.thumb-Springdel:after {
  content: " ";
  background: rgba(36,29,242,1);
  background: -moz-linear-gradient(-45deg, rgba(36,29,242,.5) 0%, rgba(36,29,242,.1) 50%, rgba(36,29,242,0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(36,29,242,.5) 0%, rgba(36,29,242,.1) 50%, rgba(36,29,242,0) 100%);
  background: -o-linear-gradient(-45deg, rgba(36,29,242,.5) 0%, rgba(36,29,242,.1) 50%, rgba(36,29,242,0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(36,29,242,.5) 0%, rgba(36,29,242,.1) 50%, rgba(36,29,242,0) 100%);
  background: linear-gradient(135deg, rgba(36,29,242,.5) 0%, rgba(36,29,242,.1) 50%, rgba(36,29,242,0) 100%);

  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250%;
  height: 100%;
}

.VCenter_Wrap{
  width: 100%;
  position: absolute;
  top:0;
  padding: 40px;
  z-index: 10;
  box-sizing: border-box;
}


.Small_Title{
  display: block;

  padding-bottom: 10px;
  z-index: 100;
  text-shadow: 2px 2px 4px rgba(0,0,0, 0.1);
}

.Big_Title{
  display: block;
    
  font-weight: 500;
  z-index: 100;
  /* text-shadow: 2px 2px 4px rgba(0,0,0, 0.1); */

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.about{
  display: block;
  margin: 0 40px;
  padding: 160px 0;
  box-sizing: border-box;
  font-size: 0;
  border-bottom: .5px solid #333;
}

.about > div{
  max-width: 1200px;
}


.about span{
  display: block;
  padding-bottom: 40px; 
}

.about p {
  display: block;
  padding-bottom: 40px; 
}
/* 
.about p:nth-child(4) {
  padding-bottom: 120px; 
} */

.about a {
  display: inline-block;
  text-decoration: none;
  /* border-bottom: .5px solid white; */
  margin-right: 64px;

  /* padding: 13px 30px;
  border-radius: 100px;
  border:2px solid white; */
  cursor: pointer;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* .about a:hover{
  background-color: white;
} */

/* .about a:last-child{
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid white;
  border-radius: inherit;
  float: right;
} */

.about a:hover:last-child{
  background-color: transparent;
  color: white;
}

.about.skills{
  display: block;
  background-color: #000000;
}

.about.skills div > div{
  padding-bottom: 64px;
  font-size: 0;
}

.about.skills div > div:last-child{
  padding-bottom: 0;
}

.about.skills div > span{
  display: inline-block;
  vertical-align: top;
  width: 40%;  
  padding-right: 40px;
  box-sizing: border-box;
}

.about.skills div > p {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-bottom: 0px; 
}

.about.skills p span{
  color: #808080;
  padding-bottom: 0;
}



/*========================================= Max width 1024px=================================================*/
@media only screen and (max-width: 1024px) {

}

/*========================================= Max width 800px=================================================*/
@media only screen and (max-width: 800px) {

  .TextBold{
    padding-left: 0;
  }

  .WorkLeftColumn{
    display:block;
    width: 100%;
  }

  .WorkRightColumn{
    display: block;
    width: 100%;
    margin: 0; 
  }

  .about > div {
    display: block;
    width: 100%;
  }

  .about > .width-75 > div > span {
    display: block;
    width: 100%;
    padding-bottom: 8px;
  }

  .about.skills div > p {
    display: block;
    width: 100%;
  }
}


/*========================================= Max width 400px=================================================*/
@media only screen and (max-width: 480px) {

  .Home-Title{
    margin: 240px 24px 160px;
  }
  

  #T1 {
    padding-top: 140px;
  }

  .TextBold{
    padding-left: 0;
  }

  .ScrollIcon_Holder{
    display: none;
  }

  .VCenter_Wrap{
    padding: 24px;
  }

  .about{
    margin: 0 24px;
  }

  .about a{
    margin-bottom: 24px;
  }
}


/*========================================= Max width 320px=================================================*/
@media only screen and (max-width: 320px) {

}