/*
Nombre: Abastecedora de Repuestos | 2017
Description: Web site 
Author: Eduardo Esparza
Author URI: http://www.cocolab.com
Git: git@bitbucket.org:carlos_eduardo_esparza_pinelo/abas.git
Version: 1.0
*/


.single-feature .icon {
    border-radius: 50%;
    box-shadow: 0 3px 0 #eee;
    height: 70px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    width: 70px;
}
.single-feature:hover .icon i {
    color: #fff;
}


.about-us-area {
    border: 10px solid #3e3e3e;
}
.about-img {
    background-image: url("../img/bg/about-bg.png");
    background-position: center top;
    background-size: cover;
    height: 630px;
}
.about-info {
    border-left: 10px solid #3e3e3e;
    height: 630px;
    overflow-y: auto
}


.team-content,
.skill-content {
  width: 45%;
}
.single-team-content {
    padding-top: 50px;
    position: relative;
}
.team-spech {
    border: 1px solid #777;
    border-radius: 5px;
    padding: 65px 50px 30px;
    position: relative;
}
.team-person-photo {
    position: absolute;
    right: 25px;
    top: 0;
    width: 100px;
}
.team-spech::before {
    border-right: 22px solid transparent;
    border-top: 24px solid #777;
    bottom: -25px;
    content: "";
    left: 50px;
    position: absolute;
}
.team-spech::after {
    border-right: 20px solid transparent;
    border-top: 22px solid #fff;
    bottom: -22px;
    content: "";
    left: 51px;
    position: absolute;
}
.quote::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 26px;
    left: 18px;
    opacity: 0.6;
    position: absolute;
    top: 50px;
}


.skill .progress {
    background-color: #c1c1c1;
    border-radius: 3px;
    box-shadow: none;
    height: 10px;
    overflow: visible;
    position: relative;
}
.skill .progress .title {
    left: 0;
    position: absolute;
    top: -23px;
    z-index: 99;
}
.skill .progress .progress-bar {
    border-radius: 3px;
    box-shadow: none;
}
.skill .progress-bar span {
    background-color: #3e3e3e;
    margin-top: -26px;
    padding: 0 5px;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after{
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before{
    border-top-color: #3e3e3e;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

/*************************
05. Newsletter
*************************/

.newsletter-box {
    height: 40px;
    position: relative;
}
.newsletter-box input {
    height: 100%;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #a5a5a5;
}
.newsletter-box button {
    border: 0px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 120px;
}
.newsletter-social ul li {
    display: inline-block;
}
.newsletter-social ul li a {
    border: 1px solid #a5a5a5;
    color: #3e3e3e;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin: 0;
}
.newsletter-social ul {
    text-align: right;
}


/*************************
06. Portfolio
*************************/

/*************************
06.1 Portfolio Menu
*************************/

.filter-menu {
    border: 1px solid #ddd;
    display: inline-block;
}
.filter-menu button {
    border-left: 1px solid #ddd;
    border-right: 0px solid #ddd;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    cursor: pointer;
    float: left;
    transition: all 0.5s ease 0s;
    padding: 15px 20px;
}
.filter-menu button:first-child {
    border-left: 0px;
}


.gutter .item {
    padding: 0.3%;
}
.portfolio .item {
    width: 25%;
}

.portfolio-img img {
  width: 100%;
}
.portfolio-info,
.blog-link {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0.8);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-portfolio:hover .portfolio-info,
.single-blog:hover .blog-link {
    opacity: 1;
    transform: scaleY(1);
}
.portfolio-info .icon a,
.blog-link .icon a {
    display: inline-block;
    height: 40px;
    line-height: 43px;
    margin: 0 3px;
    width: 40px;
}
.main-overlay,
.white-overlay {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    pointer-events: none;
    transform: scaleX(0);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.white-overlay {
    background-color: #000;
}
.overlay:hover .main-overlay,
.overlay:hover .white-overlay,
.caption:hover .main-overlay,
.caption:hover .white-overlay {
    transform: scaleX(1);
}

.test-img {
    width: 30%;
}
.test-info {
    padding-left: 45px;
    width: 70%;
}
.test-info .quote::before {
    font-size: 26px;
    left: 15px;
    top: -10px;
}


.clients {
    cursor: move
}
.single-client {
    border: 1px solid #ccc;
    height: 140px;
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}
.single-client img {
    width: 100%;
    height: 100%;
}
.single-client:hover {
    opacity: 0.8;
}


.price-table-name {
    background-color: #777;
}
.price-rate {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    height: 68px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 70px;
    width: 70%;
}
.price-rate h3 {
  line-height: 56px;
}
.single-price-table:hover .price-rate,
.single-price-table:hover .price-rate h3 span {
    color: #fff;
}
.single-price-table:hover .price-rate h3 {
    color: #fff;
}
.facility ul li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.select-btn {
    background-color: #fff;
    border: none;
}
.single-price-table:hover .select-btn {
    color: #fff;
}


.input-box {
    width: 48%;
}
.input-box input,
.input-textarea textarea {
    background-color: transparent;
    border-top: 0px;
    border-bottom: 1px solid #707070;
    border-left: 0px;
    border-right: 0px;
    padding-left: 25px;
    color: black;
    height: 40px;
    width: 100%;
}
.input-textarea textarea {
    height: 150px;
    width: 100%;
}
.input-icon {
    top: 10px;
    left: 3px;
    position: absolute;
}
.form-messege {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 5px 0;
}
.form-messege.success {
  background-color: #7caa2d;
}
.form-messege.error {
  background-color: #FF420E;
}
#google-Map {
    height: 100vh;
    width: 100%;
}


/*************************
11. Video Bg
*************************/

.video-container {
    height: 100vh;
    margin: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.video-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.slide-video {
    background: transparent none repeat scroll 0 0 !important;
}
.video-slide {
    height: 100%;
    position: relative;
    width: 100%;
    align-items: center;
    background: #fff none repeat scroll 0 0;
    display: flex;
    font-size: 18px;
    height: 100vh;
    justify-content: center;
    text-align: center;
}
.video-bg-content {
    padding-top: 25vh;
}

/*************************
12. particles
*************************/

#particles-js {
    width: 100hw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    background-image: url('img/slider/1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#particles-js .slider-caption {
    position: absolute;
    left: 0;
    right: 0;
}

/*************************
13. gradient
*************************/

.gradient-area {
    height: 100vh;
    width: 100%;
}
.gradient-bg-content {
    padding-top: 30vh;
}

/*************************
14. Footer
*************************/

.footer-area {
    background-color: #e8e8e8;
}
.footer-social ul li {
    display: inline-block;
}

