@font-face {
  font-family: "STIHLContrafaceDisplayTitling";
  src: url("../fonts/STIHLContrafaceDisplayTitling.woff2") format("woff2")
}

@font-face {
  font-family: "STIHLContrafaceText";
  src: url("../fonts/STIHLContrafaceText.otf") format("otf")
}

@font-face {
  font-family: "STIHLContrafaceTextLight";
  src: url("../fonts/STIHLContrafaceTextLight.otf") format("otf")
}

@font-face {
  font-family: "STIHLContrafaceDisplayMedium";
  src: url("../fonts/STIHLContrafaceDisplayMedium.otf") format("otf")
}

@font-face {
  font-family: "STIHLContrafaceText-Bold";
  src: url("../fonts/STIHLContrafaceText-Bold.otf") format("otf")
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  padding: 0;
}

/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #333333;
  font-family: 'STIHLContrafaceDisplayTitling', sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
  margin-top: 10px;
}
h4.medium {
  font-family: font-family: "STIHLContrafaceText-Bold", sans-serif;
  font-size: 12px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 16px;
}
p {
  font-family: STIHLContrafaceTextLight;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'STIHLContrafaceText', sans-serif;
}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
}
ul {
  margin-bottom: 0px;
}
ul li {
  list-style: none;
}
a {
  color: #f37a1f;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

figcaption {
  font-family: STIHLContrafaceTextLight;
  color: #666666;
  font-size: 12px; 
}

hr {
  color: #eee;
}

strong {
  font-family: "STIHLContrafaceText-Bold", sans-serif !important;
}

a.tagline { font-size: 10px; text-transform: uppercase; }
a.tagline:hover { color: #f37a1f }

.imgline {
  margin: 10px 0;
}

a.btn.btline {
  padding: 0;
  text-transform: uppercase;
  font-family: "STIHLContrafaceDisplayTitling", sans-serif;
}

a.btn.btline:hover {
  color: #f37a1f;
  transition: 0.2s;
}

.margin-50 {
  margin: 10px 0;
}

.margin-100 {
  margin: 50px 0;
}

.margin-3m {
  margin: 4em 0;
}

.pad-100 {
  padding: 50px 0;
}

.text-pad {
  padding: 20px 50px;
}

.text-color-white h6,
.text-color-white p {
  color: #fff;
}

.bg-stihl {
  background-color: #f37a1f;
}

.bg-stihl p,
.bg-stihl h1,
.bg-stihl h2,
.bg-stihl h3,
.bg-stihl h4,
.bg-stihl h5,
.bg-stihl h6 {
  color: #fff;
}

.w-25 {
  width: 25%;
}

.align-right {
  float: right;
}

.home-carousel {
  padding: 0;
}

.home-carousel h2 {
  color: #fff;
  margin-bottom: 40px;
}

.home-carousel small {
  font-family: "STIHLContrafaceText-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #f37a1f;
  margin-bottom: 20px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-grey {
  background-color: #fff;
  border-bottom: 1px solid #b1b1b1;
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

a.titleline {
  text-decoration: none;
  color: #000;
}

a.titleline:hover h4 {
  color: #f37a1f;
  transition: 0.2s;
}

.carousel-caption {
  position: sticky;
  top: 40rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
}

a.btnline {
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: 0.2s;
  text-decoration: none;
}

a.btnline:hover {
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}

a.nav-link {
  font-family: "STIHLContrafaceText-Bold", sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

a.nav-link:hover {
  color: #f37a1f;
  transition: 0.2s;
}

.form-inline {
  margin-right: 30px;
}

.form-control {
  font-family: "STIHLContrafaceText", sans-serif ;
  border-radius: 0;
  border: 1px solid #f37a1f;
  background-color: transparent;
  font-size: 10px;
  padding: 18px 20px;
  text-transform: uppercase;
}

.form-control.newsletter {
  border: 1px solid #fff;
  color: #000;
  width: 300px;
}

.form-control.newsletter::-webkit-input-placeholder {
  color: #fff;
}

button.newsline,
input.newsline {
  font-family: "STIHLContrafaceText", sans-serif ;
  font-size: 12px;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px;
}

button.btn-outline-success {
  color: #f37a1f;
  border-color: #f37a1f;
}

button.btn-outline-success:hover {
  background-color: #f37a1f;
  color: #fff;
  border-color: transparent;
  transition: 0.2s;
}

.wpcf7-response-output {
  color: #fff;
  border: 0;
  border-color: #fff;
  font-family: "STIHLContrafaceText", sans-serif ;
}

.wpcf7-not-valid-tip {
  color: #000;
  font-family: "STIHLContrafaceText", sans-serif ;
  font-size: 12px;
}

.text-muted {
  font-family: "STIHLContrafaceText", sans-serif ;
}

code {
  color: #000;
  font-family: "STIHLContrafaceDisplayTitling", sans-serif;
}

small.innerline {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 3em;
}

.list-inline-item {
  font-family: "STIHLContrafaceText-Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 15px;
}

.lead {
  font-family: "STIHLContrafaceDisplayMedium", sans-serif;
}

.share-buttons {
  margin-top: 30px;
}

.social-icon-sm {
  font-size: 24px;
}

a.social-icon-sm {
  text-decoration: none;
}

a.social-icon-sm.comentario-icon {
  position: relative;
  top: 9px;
} 

blockquote {
  font-family: "STIHLContrafaceDisplayMedium", sans-serif;
  font-size: 16px;
  text-align: right;
  margin: 2em 0;
}

p.bread {
  font-size: 10px;
  text-transform: uppercase;
}

hr.divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 40px 0;
}

hr.subtitle {
  width: 20px;
  height: 5px;
  border: none;
  background: #333333;
  margin: -5px 0 10px 2px;
}

.catline {
  color: #f37a1f;
}

.orange {
  background-color: #f37a1f;
}

a.page-link,
a.page-link:hover {
  color: #f37a1f;
}

@media only screen and (max-width: 600px) {

  article {
    margin-top: 30px;
  }

  .pad-100 {
    padding: 50px 20px;
  }

  .carousel-caption {
    top: 20rem;
  }

  .d-none {
    display: block !important;
  }

  .align-right {
    float: none;
  }

}

.comment-respond {
  margin-top: 150px;
}

.emoji-reaction-rating-text {
  font-family: "STIHLContrafaceText-Bold", sans-serif;
  font-size: 24px;
}

.emoji-reaction-rating .emoji-reaction-rating-list li.disabled {
  background: #fff;
}

.emoji-reaction-rating .emoji-reaction-rating-list li.active, .emoji-reaction-rating .emoji-reaction-rating-list li:hover:not(.disabled) {
  background: #f37a1f;
}

.emoji-reaction-rating-value,
.emoji-reaction-rating-total {
  display: none;
}