/* ----------------------------------

Theme Name: Vincent
Author: PixelShow
Author URI: http://pixel-show.com
Description: Personal Portfolio Template
Version: 1.0

-------------------------------------


#action:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

/* portfolio */
.portfolio {
  min-height: 75px !important;
  height: 75px !important; }

.portfolio:after {
  display: none; }

.portfolio-title {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 54px; }

.back-link {
  position: absolute;
  left: 25px;
  top: 28px;
  font-size: 17px; }

.back-link a {
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 7px; }

/* particles */
#header .particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .rotate-text {
    display: none; }

  .hello,
  svg {
    font-size: 180px; } }
@media (max-width: 590px) {
  .hello,
  svg {
    font-size: 9em; }

  h1 {
    font-size: 3em; } }
@media (max-width: 400px) {
  .hello,
  svg {
    font-size: 6em; }

  br {
    display: none; } }
/* ===================================
    Sidebar
====================================== */
.side-cont {
  position: relative;
  height: 100%;
  min-height: 100%; }

.side-title {
  font-size: 20px;
  color: #414143;
  line-height: 30px; }

.sidenav {
  position: absolute;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 95px;
  border-spacing: 0;
  background: #f7f7f7;
  -ms-overflow-style: scrollbar;
  -ms-overflow-style: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.sidenav footer {
  background: none;
  color: #414143; }

.sidenav .white-link,
.sidenav .socials li a,
.sidenav .footer-info i {
  color: #414143;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.sidenav .footer-info:hover,
.sidenav .socials li a:hover {
  color: #000;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.sidenav::-webkit-scrollbar {
  display: none !important; }

/* Skill bar */
.skill-title {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.11em;
  font-size: 14px;
  margin: 35px 0 15px;
  font-weight: 700; }

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 100%;
  background: #eee;
  height: 4px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color; }

.skillbar-title {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.11em;
  color: #000;
  text-transform: uppercase; }

.skillbar-title em {
  color: #626262; }

.skill-time {
  display: inline-block;
  color: #949494; }

.skillbar-title .sk-title {
  display: block;
  padding: 0;
  height: 4px;
  line-height: 35px; }

.skillbar-bar {
  height: 4px;
  width: 0px; }

.skill-bar-percent {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 11px;
  height: 4px;
  line-height: 35px;
  color: #fff;
  color: rgba(0, 0, 0, 0.4); }
  
#parent {
	height: 350px;
	text-align: left;
	}

#floater {
    float: left;
    height: 5%;
    width: 100%;
    margin-bottom: 0px;
}

#floater2 {
    float: left;
    height: 70%;
    width: 100%;
    margin-top: 10%;
}

#child {
    clear: both;
    height: 100px;
    padding: 0 2% 0 2%;
}

/* my-adv */
.my-adv {
  padding: 0 30px;
  text-align: center;
  margin: 40px auto 20px; }

.my-adv .row {
  background: #fff;
  padding: 20px; }

.my-adv-border {
  border: 2px solid #f7f7f7;
  width: 100%;
  float: left; }

.adv-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #15141a;
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 24px; }

.adv-text {
  color: #626262;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 400; }

.my-adv .fa {
  font-size: 20px;
  margin: 10px 0 0;
  padding: 10px;
  color: #626262; }

/* demo-2 */
.demo-2-side-name {
  background: #15141a;
  padding: 20px 40px 30px;
  text-align: center;
  position: relative; }

.demo-2-side-name:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #f7f7f7; }

.demo-2-side-name .side-title,
.demo-2-side-name h1 {
  color: #fff; }

.demo-2.my-adv {
  margin-top: 80px !important; }

.demo-2 .my-adv-border {
  background: #f7f7f7;
  margin: -5px 0; }

.demo-2.my-adv .row {
  background: #fff;
  padding: 15px 0; }

.demo-2 .my-adv-block {
  margin: 20px 0; }
  
  .vin-table
  {
    border: 0px;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-collapse: collapse;
    border-spacing: 5px;
    th, td { padding: 5px; height: 30px; }
}

/* ===================================
    Gallery
====================================== */
.vin-gallery {
  margin: 50px 0 80px;
  line-height: 20px;}

.vin-gallery-page .gallery {
  margin: 50px 0 0;
  line-height: 15px;}

.work-list {
  display: block;
  background: #fff;
  width: 100%; }

.work-list:after {
  clear: both; }

.work-list li {
  float: left;
  width: 33.333%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000; }

.full-gellery {
  margin-bottom: 0;
  overflow: hidden; }

.full-gellery .see-more {
  margin-top: 10px;
  margin-bottom: 50px; }

.full-gellery .work-list li {
  width: 25%; }

.work-list li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.work-list a {
  display: block;
  position: relative; }

.work-list li:hover img {
  opacity: .4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.vin-gallery .vin-container {
  padding: 0; }

.vin-project-container {
  padding: 0;
  width: 20%; }

.vin-gallery-wrapper {
  margin-top: 30px; }

.vin-gallery-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.work-list li:hover .gallery-content {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.project-title {
  font-size: 17px;
  line-height: 24px; }

.project-client {
  font-size: 12px;
  letter-spacing: 0.11em;
  line-height: 24px; }

.see-more {
  display: inline-block;
  background: #414143;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.11em;
  padding: 15px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
  .see-more-pdf {
    display: inline-block;
    color: #414143;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.11em;
    padding: 15px 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.see-more i {
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }
  
  .see-more-pdf i {
    display: inline-block;
    margin-left: 30px;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.see-more:hover {
  padding-right: 25px;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.see-more:hover i {
  margin-left: 35px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.text-spacing {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.11em;
  color: #414143;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  display: inline-block;
  padding: 0 15px; }

.full-gallery {
  text-align: center; }

.display-b {
  display: inline-block; }

/* project */
.vin-project-page img {
  margin-bottom: 8px;
  margin-left: 0px;
  height: 100%;
  width: 100%;}

.title-project {
  text-align: left;
  margin: 10px 0 40px; }

.title-project h2 {
  text-transform: none; }

.project-footer {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px; }

.vin-title-detail {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 15px; }

.vin-title-detail h3 {
  margin-bottom: 15px;
  margin-left: 0%;
  line-height: 15px;
  text-align: center;}

.vin-title-detail .vin-title-p {
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  font-size: 14px;
  margin-right: 20px;
  margin-left: 2%;}

.vin-project-nav {
  margin-top: 80px;
  margin-bottom: -30px; }

.vin-project-nav a {
  font-size: 17px;
  color: #414143; }

.vin-project-nav i {
  font-size: 20px; }

.vin-project-prev {
  text-align: left; }

.vin-project-next {
  text-align: right; }

.vin-project-prev i {
  margin-right: 10px;
  -webkit-transition: margin-right 0.3s ease-in-out;
  -moz-transition: margin-right 0.3s ease-in-out;
  -o-transition: margin-right 0.3s ease-in-out;
  transition: margin-right 0.3s ease-in-out; }

.vin-project-prev:hover i {
  margin-right: 20px;
  -webkit-transition: margin-right 0.3s ease-in-out;
  -moz-transition: margin-right 0.3s ease-in-out;
  -o-transition: margin-right 0.3s ease-in-out;
  transition: margin-right 0.3s ease-in-out; }

.vin-project-next i {
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.vin-project-next:hover i {
  margin-left: 20px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

@media (max-width: 1300px) {
  .full-gellery .work-list li {
    width: 50%; } }
@media (max-width: 992px) {
  .work-list li {
    width: 50%; }

  .demo-2 .form-text {
    margin-top: 0; }

  .title-project {
    margin: 10px 0 40px 0; } }
@media (max-width: 768px) {
  .title-detail {
    margin-top: -40px !important; } }
@media (max-width: 590px) {
  .work-list li,
  .full-gellery .work-list li {
    width: 100%; } }

