/**********************************************************************
  Table of Content
  ==================================================
  1.  Global Styles
  2.  Typography
  3.  Button styles
  4.  Banner styles
  5.  navbar-menu styles
  6.  About
  7.  Skills
  8.  Resume

**********************************************************************/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,500italic);

/**********************************************************************
 * Global Styles
 **********************************************************************/
html {
  height: 100%;
  overflow-x: hidden !important;
  position: relative;
  text-rendering: optimizeLegibility;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #FFFFFF;
  border: 0;
  color: #333333;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #74957C;  /*color: #2ECC71;*/
  cursor: pointer;
}

section {
  position: relative;
}

.no-padding {
  padding: 0;
}

ul,
li {
  list-style: none;
}

.section-padding {
  padding: 50px 0px;
}

/**********************************************************************
 * Typography
 **********************************************************************/
body,
p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  color: #566366;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

h3 {
  color: #566366;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

/**********************************************************************
 * Button styles
 **********************************************************************/
.btn-default {
  background: transparent;
  border-radius: 0px;
  border: 2px solid#fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 19px;
  text-transform: uppercase;
  transition: all .4s ease-in 0s;
  -webkit-transition: all .4s ease-in 0s;
  -o-transition: all .4s ease-in 0s;
}

.btn-default.featured {
  background: transparent;
  border-radius: 0px;
  border: 2px solid#2ECC71;
  color: #2ECC71;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 50px;
  padding: 20px 19px;
  text-transform: uppercase;
  transition: all .4s ease-in 0s;
  -webkit-transition: all .4s ease-in 0s;
  -o-transition: all .4s ease-in 0s;
}

.btn-default:hover {
  background: #fff;
  border-color: #fff;
  color: #2ECC71;
}

.btn-default.featured:hover {
  background: #2ECC71;
  border-color: #2ECC71;
  color: #fff;
}

/**********************************************************************
 * Banner styles
 **********************************************************************/
#home {
  background: url("../images/banner.jpg");
  background-size: cover;
}

.banner-content {
  padding: 300px 0px 300px 0px;
}

h2.title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

h3.title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}

.line-top {
  background: #fff;
  color: #fff;
  height: 2px;
  margin: 32px auto;
  width: 930px;
}

.line-btm {
  background: #fff;
  color: #fff;
  height: 2px;
  margin: 32px auto;
  width: 930px;
}

.banner-content a.btn-default {
  padding: 20px 36px !important;
}

.myquote {
  color: #919191;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
}

/**********************************************************************
 * navbar-menu styles
 **********************************************************************/
.section-menu {
  z-index: 9999;
}

.navbar {
}

.navbar-default {
  background: #252e30;
  border: 0px;
  border-radius: 0px;
}

.navbar-nav {
}

.navbar-nav li {

  /*padding-right: 40px;*/
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 10px;
  font-size: 14px;
  font-family: 'Roboto', serif;
  color: #fff;
  line-height: 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2ECC71;
}

.main-nav {
  width: 100%;
  margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2ECC71;
  background-color: transparent;
}

.navbar-brand img {
  float: left;
  margin-right: 20px;
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  line-height: 40px;
  padding-top: 25px;
}

.navbar-brand span {
  color: #2ECC71;
}

/**********************************************************************
 * About
 **********************************************************************/
#about {
  background: #F5F5F5;
}

.profile-bg {

  /*  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: -40px center, 0px center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../images/yeiner_aguirre.jpg");
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 45%;
  z-index: 2;*/

  background-color: transparent;
  background: url("../images/yeiner_aguirre.jpg");
  position: absolute;
  background-clip: border-box;
  background-attachment: scroll;
  background-origin: padding-box;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: -40px center, 0px center;
  width: 45%;
}

.profile-desc {
  margin-bottom: 70px;
  padding-left: 80px;
}

.profile-desc h2 {
}

.service-wrapper {
  padding-left: 80px;
}

.service-inner {

  /*
  float: left;
  margin-bottom: 20px;
  margin-right: 12px;
  width: 48%;
  */
  height: 80px;
}

.service-inner i {
  color: #2ECC71;
  float: left;
  font-size: 40px;
}

.service-box {
  margin-left: 60px;
  margin-top: -15px;
  padding: 0px;
}

.service-box h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.service-box p {
  font-size: 16px;
  line-height: 30px;
}

/**********************************************************************
 * Skills
 **********************************************************************/
.skill-desc {
  margin-bottom: 53px;
}

.skill-box,
.skill-box-design {
  margin-bottom: 40px;
}

.skill-box-design label,
.skill-box label {
  color: #566366;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.progress {
  background-color: #F2F2F1;
  border-radius: 0px;
  box-shadow: none;
  height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-bar-design {
  background-color: #FBB450;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  width: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar {
  background-color: #2ECC71;
}

.progress-bar-design,
.progress-bar {
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 4px;
  text-align: right;
}

.progress-bar-time {
  background-color: #579EB6;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: left;
  width: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-time {
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 4px;
  text-align: right;
}

.progress-time {
  background-color: #F2F2F1;
  border-radius: 30px;
  box-shadow: none;
  height: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}

/**********************************************************************
 * Resume
 **********************************************************************/
#resume {
  background: #F5F5F5;
  position: relative;
}

#resume:after {
  background: #F5F5F5;
  bottom: -12px;
  content: "";
  height: 50px;
  left: 48%;
  position: absolute;
  width: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resume-inner {
}

.resume-inner {
  width: 95%;
}

.resume-desc {
  margin-top: -12px;
}

.resume-box {
  margin-bottom: 25px;
}

.resume-title {
}

.resume-box.last {
  margin-bottom: 0px;
}

.resume-sub {
  margin: -3px 0px 12px;
}

.result,
.year {
  background: #2ECC71;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 9px 12px;
}

.result {
  text-transform: uppercase;
}

.year {
  text-transform: capitalize;
}

/**********************************************************************
 * Testimonial
 **********************************************************************/
#testimonial {
  background: #f2f2f1;
  padding-bottom: 105px;
}

.carousel-indicators li {
  display: inline-block;
  width: 11px;
  height: 11px;
}

.carousel-indicators {
  bottom: -25px;
}

.carousel-indicators .active {
  background-color: #2ECC71;
}

.carousel-indicators li {
  border-color: #2ECC71;
}

#testimonial-carousel {
  width: 63%;
  margin: 0 auto;
  margin-top: -10px;
}

#testimonial-carousel p {
  color: #919191;
  font-style: italic;
  margin-bottom: 40px;
}

.client-name {
  color: #566366;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/**********************************************************************
 * Porforlio
 **********************************************************************/
#portfolio .section-heading {
  margin-bottom: 100px;
}

.portfolio-box {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all .4s linear 0s;
  -o-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.image-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(46, 204, 113, .7);
  top: 0px;
  opacity: 0;
  -webkit-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.image-overlay a i {
  font-size: 50px;
  color: #fff;
  margin-top: 120px;
}

.portfolio-box:hover .image-overlay {
  opacity: 1;
}

/**********************************************************************
 * Contact
 **********************************************************************/
#contact {
  background: #252e30;
}

#contact .heading-title {
  color: #fff;
}

.contact-left {
  padding-top: 30px;
}

.contact-left p {
  color: #919191;
  font-size: 18px;
  line-height: 30px;
}

.contact-left h2 {
  color: #fff;
}

.location {
  margin: 45px 0px;
}

.contact-left ul {
  margin-left: -40px;
}

.contact-left ul li a {
  color: #919191;
  margin-left: 40px;
}

.contact-left ul li span {
  color: #fff;
}

.contact-box {
  margin-bottom: 40px;
}

.contact-box .form-group {
  margin-bottom: 39px;
}

.contact-box label {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-box .form-control {
  height: 50px;
  border-radius: 5px;
  background: #4b5456;
  border: 0px;
  color: #FFFFFF;
  font-size: initial;
  font-weight: bold;
}

.contact-form .btn-default {
  background: #191f21;
  border: 0px;
}

.contact-box .form-control-textarea {
    background: #4b5456;
    border-radius: 5px;
    border: 0px;
    color: #FFFFFF;
    font-size: initial;
    font-weight: bold;
    height: 150px;
    width: 100%;
}

/**********************************************************************
 * Footer
 **********************************************************************/
#footer {
  background: #191f21;
  padding: 50px 0px;
}

#footer h4 {
  color: #485153;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.socail-link {
}

.socail-link a i {
  background: #4b5456;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #191f21;
  font-size: 20px;
  line-height: 35px;
}

.socail-link a:hover i {
  color: #fff;
}

/**********************************************************************
 * EJ455237095JP
 **********************************************************************/
