a:hover {
  color: #ffc740 !important;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 400px;
}
.fade-carousel .carousel-inner .item {
  height: 400px;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../images/agency/01.jpg");
}
.fade-carousel .slides .slide-2 {
  background-image: url("../images/agency/02.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../images/agency/03.jpg");
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: https://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border: 2px solid;
  padding: 30px;
  text-align: left;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 20px;
  padding-bottom: 5px;
  text-align: left;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* Number Counters */

.elements-counter-wrap {
  opacity: 0;
  display: table;
  margin-left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.elements-counter {
  text-align: center;
  list-style: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  display: table-cell;
}

.elements-counter:last-child {
  border-right: none;
}

.elements-counter .number {
  display: block;
  font-size: 64px;

  line-height: 64px;
  margin-bottom: 5px;
}

.elements-counter .subject {
  margin-top: 20px;
}

.elements-counter .subject > span {
  font-size: 16px;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}

/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (https://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (https://www.sneaker-mission.com/)
*/

.navbar-brand {
  width: 70px;
  height: 50px;
  background: url("../images/Logo_30e3.png") no-repeat center center;
  background-size: 50px;
}

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list {
  border-bottom: 1px solid #eee;
}
.nav-list > li {
  padding: 20px 15px 15px;
  border-left: 1px solid #eee;
}
.nav-list > li:last-child {
  border-right: 1px solid #eee;
}
.nav-list > li > a:hover {
  text-decoration: none;
}
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.navbar-default {
  border: solid 2px;
  border-radius: 0;
}
.navbar-nav a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 19px;
}

.carousel-inner .active.left {
  left: -33%;
}
.carousel-inner .next {
  left: 33%;
}
.carousel-inner .prev {
  left: -33%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.item:not(.prev) {
  visibility: visible;
}
.item.right:not(.prev) {
  visibility: hidden;
}
.rightest {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: #eee;
  }
  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -80px;
  }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall {
  padding: 30px 20px;
  background-color: #ffffff;
  border: solid 2px #222;
}
.login-title {
  color: #555;
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.profile-img {
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.select-img {
  border-radius: 50%;
  display: block;
  height: 75px;
  margin: 0 30px 10px;
  width: 75px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.select-name {
  display: block;
  margin: 30px 10px 10px;
}

.logo-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.typography-demo {
}
.typography-demo h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: bold;
}

.typography-demo h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.typography-demo h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}

.typography-demo h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.typography-demo h5 {
  text-transform: uppercase;
  font-weight: normal;
}
.typography-demo h6 {
  font-weight: bold;
}

.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  border: 1px solid #222;
  padding: 20px;
}

/*SKILLS*/
.progress-bar {
  width: 0;
}
.progress {
  height: 20px;
  box-shadow: none;
  border-radius: 0;
}
.progress.active .progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}
.progress-container h6 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.progress-container h6 > span {
  font-size: 36px;
  line-height: 43px;
}
.progress-container h6 > span:before {
  content: " = ";
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  color: #ccc;
}

/*ACCORDION*/
.panel {
  box-shadow: none;
  border: none;
}
.panel-default > .panel-heading {
  border-radius: 0;
  border: none;
  background-color: #f1f1f1;
}
.panel-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-title > a {
  display: block;
}
.panel-body {
  font-size: 12px;
  line-height: 21px;
}

/*MISC*/
.elements-group-heading {
  font-size: 20px;
  letter-spacing: 8px;
  line-height: 27px;
  text-transform: uppercase;
}
