nav {
    background: rgba(244,124,32,0.9);
}

nav ul li a:hover {
    color: #d02028;
}


.gallerySelectorList li.current {
    background: #d02028;
}

.gallerySelectorList li:hover {
    background: #d02028;
}

.portfolioBottom {
    background: rgba(208,32,40,0.9);
}

h1 span {
    color: #d02028;
    font-size: 150px;
}

.bar {
    background-color: #d02028;
}

.statInfo {
    background-color: #f47c20;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #d02028;
    border-radius: 20px;
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #fff;
    background: #f47c20;
}

.socialLinks li {
    background-color: #f47c20;
}

.flex-direction-nav a {
    background: #d02028;
}

.middle-col .bar{
    background-color: #f47c20; 
}

.socialLinks li:hover {
    background-color: #d02028;
}

.socialLinks li.new-twitter img {    
    width: 45px;
    margin-top: 11px;
}

.portfolio-header h1 span {
    font-size: 250px;
}


.skill-section .card-box {
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, #1d1e21 0%, #3e4246 100%);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.skills-list.card-box {
    padding: 0;
}

.skills-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skills-list ul li {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.skills-list ul li .name {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.skills-list ul li .progress {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.skills-list ul li .progress .percentage {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #f47c20;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.skills-list ul li .progress .percentage {
    background: #f47c20;
}

.skill-section {
    margin-top: 50px;
}

.skill-section h4 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.skill-section h4 span {
    color: #d02028;
}

.skill-type-two {
    width: 100%;
    float: left;
}

.tech-skill {
    display: block;
    padding: 40px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
    filter: grayscale(100%);
    position: relative;
}

.tech-skill:hover {  
    background: #f5f5f5;
    cursor: pointer;
    filter: none;
}

.tech-skill h5 {
    font-size: 18px;
    font-weight: 400;
    color: #d02028;
}

.tech-skill::before, .tech-skill::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
  }
  
  .tech-skill::before{background: #d02028;} 
  .tech-skill::after{background: #f47c20;} 

  .tech-skill span{display: block;}
  
  .tech-skill span::before, .tech-skill span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #d02028;
  }
  .tech-skill span::after{background: #f47c20;}
  .tech-skill:hover::before, .tech-skill:hover::after{
    width: 100%;
  }
  .tech-skill:hover span::before, .tech-skill:hover span::after{
    height: 100%;
  }

  /*----- Hover Style -----*/

  .tech-skill::before, .tech-skill::after{
    transition-delay: 0.2s;
  }
  .tech-skill span::before, .tech-skill span::after{
    transition-delay: 0s;
  }
  .tech-skill::before{
    right: 0;
    top: 0;
  }
  .tech-skill::after{
    left: 0;
    bottom: 0;
  }
  .tech-skill span::before{
    left: 0;
    top: 0;
  }
  .tech-skill span::after{
    right: 0;
    bottom: 0;
  }
  .tech-skill:hover::before, .tech-skill:hover::after{
    transition-delay: 0s;
  }
  .tech-skill:hover span::before, .tech-skill:hover span::after{
    transition-delay: 0.2s;
  }

.req{
    color: #ff0000;
  }

.contactForm input[type="text"], .contactForm input[type="password"], .contactForm input[type="email"], .contactForm textarea, .contactForm select {
    border-bottom: 2px solid #f47c20;
    border-radius: 5px;
}
  
  .contactForm textarea {
    resize: none;
  }

  .contactForm .error {
    margin-bottom: 5px;
  }

  #carouselSlider li {
    border-right: none;
  }

  .vertical-divider{
	clear: both;
	position: relative;
}

.vertical-divider .slider .slides li:not(:last-child)::after {
    background: #e37724 linear-gradient(to bottom, #ccc, #d02028, #ccc) repeat scroll 0 0;
    bottom: 10px;
    content: " ";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
}





/* Responsive css starts */

@media only screen and (max-width: 1280px) {
	#folio {       
        padding-top: 20px;
    }

}

@media only screen and (max-width: 959px) {
	.vertical-divider .slider .slides li::after {
        content: normal;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px){
    .container .four.columns {
        width: 165px;
    }
    
	.tech-skill {       
        padding: 30px;
    }

}

@media only screen and (max-width: 640px) {
	.gallerySelector {
        height: 135px;
    }

    .gallerySelectorList li {
        width: 50%;
    }

}

@media only screen and (max-width: 479px) {
	.portfolio-header h1 span {
        font-size: 60px;
    }
    
    h1 {
        font-size: 60px;
    }
    
    h1 span {        
        font-size: 60px;
    }

}



