.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 993px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}
.logo {
  margin-top: 15px;
  height: 15px;
}

.vertical-align {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: relative;
}

a, .tp-caption a.btn:hover {
  color: #61656A;
}

.navbar .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.top-nav-collapse {
  background: #61656A;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  color: #61656A;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #61656A;
}

.widget-avatar .avatar:hover {
  border: 5px solid #61656A;
}

.bg-skin {
  background: #61656A;
}

/*section#contact{
  background: #393C3F;
  h2{
    color: $red_color;
  }
}*/
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
  border-color: #61656A;
}

form#contact-form input, form#contact-form select, form#contact-form textarea {
  border: 1px solid #fff;
  background: transparent;
}

footer {
  background-color:#776c54;
}

.btn-skin {
  color: #AFA596;
  border-radius: 4px;
  background-color: #291E19;
  font: 1.5em "BebasNeue";
}

.intro {
  height: auto;
}

.intro-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.bg-primary-color {
  background-color: #61656A;
  color: #fff;
}
.bg-primary-color a {
  color: #fff;
}
.bg-primary-color a:hover {
  color: #AFA596;
}

form#contact-form .input-group-addon {
  background-color: #291E19;
  border-color: #291E19;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
form#contact-form .input-group-addon i {
  color: #AFA596;
}

form#contact-form .input-group-addon + input {
  border-left: none;
}

.bg-secondary-color {
  background-color: #AFA596;
  color: #fff;
}

.boxed {
  padding: 20px;
}

.text-white {
  color: #fff;
}

h2 + i.fa-angle-down {
  font-size: 4em;
  color: #291E19;
}

.navbar-custom ul.nav {
  background: transparent;
}
.navbar-custom ul.nav li a {
  color: #fff;
}

.section-heading h2 {
  color: #291E19;
  font-family: "BebasNeue";
  font-size: 7em;
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 3em;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section-heading h2 {
    font-size: 6em;
  }
}

section.intro {
  height: 100%;
  overflow: hidden;
}

.intro-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 3s;
}

.intro-bg:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #1c76b4
  /*background: url("../img/slides/circuits2.png");
  background-size: cover;*/
  /*transform: scale(1.2, 1.2);
  transform: translate3d(0, 0, 0);
  animation-delay: 2s;
  animation-duration: 5s;
  animation-name: slidein;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;*/
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.intro .container-fluid {
  margin-top: -7%;
}

.intro .intro-text {
  color: #291E19;
  /*font-weight: bold;*/
  /*font-family: "BebasNeue";*/
  font-family: "Lato";
  font-weight: 700;
}
@media (max-width: 767px) {
  .intro .intro-text {
    font-size: 16px;
  }
}

section hr {
  display: block;
  border-color: #291E19;
  border-color: #291E19 -moz-use-text-color -moz-use-text-color;
}

.button-intro {
  position: relative;
  padding-top: 55px;
}
.button-intro .btn {
  position: relative;
  z-index: 299;
}

#img-computer {
  position: absolute;
  width: 350px;
  left: 90px;
  right: 0;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 199;
}

@media (max-width: 475px) {
  .button-intro {
    padding-top: 0;
  }
  .button-intro .btn {
    margin-top: 50px;
    left: -8px;
  }

  #img-computer {
    width: 250px;
    left: 45px;
  }
}
section#about {
  /*.fa-star, */
}
section#about h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
section#about h4:first-of-type {
  margin-top: 10px;
}
@media (max-width: 767px) {
  section#about h4 {
    margin-top: 20px !important;
  }
}
section#about .fa-file-pdf-o {
  color: #291E19;
}

ul.cv {
  text-align: left;
  padding: 0;
}

ul.cv li {
  list-style-type: none;
}

.about-info li {
  margin-bottom: 10px;
}

.ds-de, .department {
  font-weight: bold;
}

.skills h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) and (min-width: 475px) {
  .skills {
    width: 45%;
    min-width: 200px;
    float: left;
  }
  .skills:first-child {
    margin-right: 10%;
  }
}
.skills:last-child {
  margin-bottom: 15px;
}

section#works {
  background: #E6E6E6;
}
