/**
 * @license
 * MyFonts Webfont Build ID 3667279, 2018-11-05T13:24:44-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Rohn-Bold by Nine Font
 * URL: https://www.myfonts.com/fonts/nine-font/rohn/bold/
 * 
 * Webfont: Rohn-Regular by Nine Font
 * URL: https://www.myfonts.com/fonts/nine-font/rohn/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3667279
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2015 by Nine Font. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/37f54f");

@font-face {
    font-family: 'Rohn-Bold';
    src: url('/resources/fonts/RohnBoldRegular/37F54F_0_0.eot');
    src: url('/resources/fonts/RohnBoldRegular/37F54F_0_0.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/RohnBoldRegular/37F54F_0_0.woff2') format('woff2'),
         url('/resources/fonts/RohnBoldRegular/37F54F_0_0.woff') format('woff'),
         url('/resources/fonts/RohnBoldRegular/37F54F_0_0.ttf') format('truetype');}
  
@font-face {
    font-family: 'Rohn-Regular';
    src: url('/resources/fonts/RohnBoldRegular/37F54F_1_0.eot');
    src: url('/resources/fonts/RohnBoldRegular/37F54F_1_0.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/RohnBoldRegular/37F54F_1_0.woff2') format('woff2'),
         url('/resources/fonts/RohnBoldRegular/37F54F_1_0.woff') format('woff'),
         url('/resources/fonts/RohnBoldRegular/37F54F_1_0.ttf') format('truetype');}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Hind:300');

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

html {
  scroll-behavior: smooth;
}

/* 01. GENERAL SETTINGS */

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none; 
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

.link-bold {
  color: rgb(54,87,59)!important;
  font-weight: 600!important;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rohn-Bold", sans-serif;
  color: rgb(54,87,59);
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222!important;
  margin: 0px;
}

.landingpage-lead {
  font-size: 20px!important;
  font-weight: 500;
  line-height: 26px;
  color: #555!important;
  margin: 0px;
}

.text-white {
  color: white;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.bg-primary {
  background-color: rgb(54,87,59)!important;
}

/* BUTTONS */
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: color(srgb 1 1 1 / 0.15); //rgb(54,87,59)
}

.main-btn:hover {
  background-color: rgb(54,87,59);
  color: #fff;
}

.learnmore-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: rgb(54,87,59); //rgb(54,87,59)
}

.learnmore-btn:hover {
  background-color: rgb(54,87,59);
  color: #fff;
}

.btn-primary {
  background-color: rgb(54,87,59)!important;
  border: none;
}

.btn-primary:hover {
  background-color: rgba(54,87,59,.9);
  border: none;
}

.btn-outline-primary:hover {
  background-color: rgb(54,87,59);
  border-color: rgb(54,87,59)!important;
  color: #fff!important;;
}

.btn:focus,
.form-select:focus,
.form-control:focus {
  xcolor: rgb(63, 60, 60);
  background-color: #fff;
  border-color: rgb(54, 87, 59);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(54, 87, 59, .25)
}

.form-check-input:checked {
  background-color: rgb(54, 87, 59);
  border-color: rgb(54, 87, 59);
}

.modal-backdrop { 
  background-color: rgb(54, 87, 59); 
  opacity:0.85 !important;
}

.fieldsetpro {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: transparent;
  background: #F9F9F9;
}

/* TITLE STYLE ALL SECTIONS */

.section_title .title {
  font-size: 55px;
  color: rgb(54,87,59);
}

@media (max-width: 767px) {
  .section_title .title {
    text-align: center;
    font-size: 40px;
  }
}

.section_title p {
  margin-top: 15px;
  font-size: 18px;
  color: #5c6460;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
  color: #fff;
}

/**********************
IMG FILTER
**********************/

.filtered {
   background: rgb(54,87,59);
}

.filtered img {
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
  opacity: 1;
}

.png-shadow {
  -webkit-filter: drop-shadow(5px 5px 10px #c9c9c9);
  filter: drop-shadow(5px 5px 10px #c9c9c9);
}

/**********************
Standards
**********************/

.standard_area {
  padding-top:120px;
  padding-bottom:120px;
  background-color: transparent;
  position: relative;
}

@media (max-width: 767px) {
  .standard_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.gradient_area {
  padding-top:120px;
  padding-bottom:120px;
  background-color: #F9F9F9;
  position: relative;
}

@media (max-width: 767px) {
  .gradient_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.softgradient_area {
  padding-top:120px;
  padding-bottom:120px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

  position: relative;
}

@media (max-width: 767px) {
  .softgradient_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.supersoftgradient_area {
  padding-top:120px;
  padding-bottom:120px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #F9F9F9, #ffffff); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #F9F9F9,#ffffff); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #F9F9F9,#ffffff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  position: relative;
}

@media (max-width: 767px) {
  .supersoftgradient_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

/**********************
Blog Reader
**********************/
.blog p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222;
  margin-bottom: 15px;
}

/**********************
Seriespel
**********************/

.series_area {
  padding-top:50px;
  padding-bottom:0px;
  background-color: transparent;
  position: relative;
}

@media (max-width: 767px) {
  .series_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.series_hero {
  height: 450px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .series_hero {
    height: 650px;
  }
  .series_hero_header {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .series_hero {
    height: 400px;
  }
  .series_hero_header {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .series_hero {
    height: 350px;
  }
  .series_hero_header {
    font-size: 2.5rem;
  }
}

.series_hero::before {
  position: absolute;
  content: '';
  background-color: rgba(54, 87, 59, .75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.series_title {
  text-align: center;
  font-size: 25px;
  color: rgb(54,87,59);
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease-out 0s;
}

.series-gametype {
  font-size: 20px;
  font-family: "Rohn-Bold", sans-serif;
  color: rgb(54,87,59);
  margin: 0px;
}

.card-series-sponsor {
  border-top: 1px solid rgba(0,0,0,.125);
  padding-top: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: 1.5rem;
}

.series-sponsor {
  font-family: "Rohn-Regular", sans-serif;
  color: rgb(210, 210, 210);
  margin-bottom: .5rem;
}

a.series-link,
a.series-link:hover {
  font-family: "Rohn-Regular", sans-serif;
  color: rgb(54,87,59);
}

@media (max-width: 767px) {
  .series_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .series_title {
    color: rgb(54,87,59);
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
  }
}


/**********************
COURTS 
***********************/

.courts_features i {
  font-size: 60px;
  line-height: 60px;
  color: rgb(54,87,59);
  transition: all 0.3s ease-out 0s;
}

.courts_features .courts_title {
  color: rgb(54,87,59);
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.courts_icon_title {
  text-align: center;
  color: rgb(54,87,59);
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.courts_features p {
  margin-top: 15px;
}

.courts_features:hover i {
  color: rgb(54,87,59);
}

@media (max-width: 767px) {
  .courts_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .courts_features {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .courts_features i {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }
  .courts_features .courts_title {
    color: rgb(54,87,59);
    margin-top: 15px;
    transition: all 0.3s ease-out 0s;
  }
}

/**********************
SERIES 
***********************/



/**********************
SITES 
***********************/

.sites_features i {
  font-size: 60px;
  line-height: 60px;
  color: rgb(54,87,59);
  transition: all 0.3s ease-out 0s;
}

.sites_features .sites_title {
  color: rgb(54,87,59);
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.sites_icon_title {
  text-align: center;
  color: rgb(54,87,59);
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.sites_features p {
  margin-top: 15px;
}

.sites_features a:focus,
.sites_features a:hover {
  text-decoration: none;
  color: rgb(54,87,59); 
}

.sites_features a {
  display: inline-block;
  text-decoration: none;
  color: rgb(54,87,59); 
}

.sites_features:hover i {
  color: rgb(54,87,59);
}

@media (max-width: 767px) {
  .sites_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .sites_features {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sites_features i {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }
  .sites_features .sites_title {
    color: rgb(54,87,59);
    margin-top: 15px;
    transition: all 0.3s ease-out 0s;
  }
}

/**********************
INFO 
***********************/

.section_info_area {
  padding-top: 130px;
}

.info_area {
  background-color: #F9F9F9;
  position: relative;
}

.info_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info_image {
    width: 100%;
    height: 500px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .section_ingo_area {
    padding-top: 40px;
  }
  .info_content {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .info_image {
    width: 100%;
    height: 400px;
    position: relative;
  }
}

.info_image .image_content {
  width: 185px;
  height: 185px;
  background-color: rgb(54,87,59);
  display: table;
  text-align: center;
  position: relative;
  left: -92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_image .image_content {
    width: 135px;
    height: 135px;
    left: -78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info_image .image_content {
    left: 0;
  }
}

@media (max-width: 767px) {
  .info_image .image_content {
    left: 0;
    width: 135px;
    height: 135px;
  }
}

.info_image .image_content .experience {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_image .image_content .experience {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .info_image .image_content .experience {
    font-size: 18px;
  }
}

.info_image .image_content .experience span {
  font-size: 44px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info_image .image_content .experience span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .info_image .image_content .experience span {
    font-size: 36px;
  }
}

.info_content {
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info_content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .info_content {
    padding-right: 0;
  }
}

.info_content .main-btn {
  margin-top: 30px;
}

/**********************
NEWS
***********************/

.news_area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFF;
}

.news_area .card-title {
  font-family: "Rohn-Bold", sans-serif;
  font-size: 25px;
  color: rgb(50, 60, 50);
  margin: 0px;
}

.news_area .card-text {
  margin-top: 5px;
  font-size: 18px;
  color: #5c6460;
}

@media (max-width: 767px) {
  .news_area {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.card-image img {
  width: 100%;
}

.card-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-image .card-img-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  
.card-img-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.img-grayscale {
  -webkit-filter: grayscale(1) opacity(.25);
   -moz-filter: grayscale(1) opacity(.25);
    filter: grayscale(1) opacity(.25);
}

@media only screen and (min-width: 992px) {
  .cardfix {
    height:100%!important;
  }
}

/**********************
SIMPLE 
**********************/

.about_area {
  padding-top:120px;
  padding-bottom:120px;
  background-color: #F9F9F9;
  position: relative;
}

@media (max-width: 767px) {
  .about_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

/**********************
MANAGEMENT
**********************/

.management_area {
  padding-top:120px;
  padding-bottom:120px;
  background-color: rgb(54,87,59);
  position: relative;
}

.management_area .section_title .title {
  color: white;
}

.management_area p {
  color: white;
}

@media (max-width: 767px) {
  .management_area {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .management_content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

/**********************
IMAGES
**********************/

.single_pictures {
  position: relative;
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_pictures {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .single_pictures {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_pictures {
    width: 50%;
  }
}

.single_pictures img {
  width: 100%;
}

.single_pictures::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 87, 59, 0.5);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.single_pictures .pictures_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.single_pictures .pictures_content .meta li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_pictures .pictures_content .meta li a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  xxborder: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}

.single_pictures .pictures_content .meta li a:hover {
  background-color: rgba(255,255,255,0.2);
  color: rgb(255,255,255);
}

.single_pictures .pictures_content .meta li:first-child {
  transform: translateX(-100%);
}

.single_pictures .pictures_content .meta li:last-child {
  transform: translateX(100%);
}

.single_pictures .pictures_content .pictures_title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  transform: translateY(100%);
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_pictures .pictures_content .pictures_title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single_pictures .pictures_content .pictures_title {
    font-size: 30px;
  }
}

.single_pictures:hover::before {
  opacity: 1;
}

.single_pictures:hover .pictures_content .meta li {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

.single_pictures:hover .pictures_content .pictures_title {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

/**********************
TIPS 
***********************/

.tips_area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single_tips i {
  font-size: 60px;
  line-height: 60px;
  color: rgb(54,87,59);
  transition: all 0.3s ease-out 0s;
}
.single_tips .tips_title {
  color: rgb(54,87,59);
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.single_tips p {
  margin-top: 15px;
}

.single_tips:hover i {
  color: rgb(54,87,59);
}

@media (max-width: 767px) {
  .tips_area {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .single_tips i {
    font-size: 40px;
    line-height: 45px;
  }
}

/**********************
TEAM
**********************/

.team_area {
  background-color: #F9F9F9;
  position: relative;
}

.single_team {
  position: relative;
}

.single_team img {
  width: 100%;
}

.single_team .team_content {
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: 0;
  width: 85%;
  padding: 25px;
  padding-right: 60px;
}

.single_team .team_content .team_name a {
  font-size: 20px;
  font-weight: 500;
  color: #2B2A3D;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .team_name a:hover {
  color: rgb(54,87,59);
}

.single_team .team_content p {
  margin-top: 5px;
}

.single_team .team_content .social {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.single_team .team_content .social li {
  margin: 3px 0;
}

.single_team .team_content .social li a {
  color: #5A5872;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  color: rgb(54,87,59);
}

/**********************
CONTACT FORM
**********************/

.contact_area {
  position: relative;
  z-index: 5;
}

.contact_area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 87, 59, .9);
  z-index: -1;
}

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #2B2A3D;
  background: #F9F9F9;
  padding: 10px 15px;
  margin-top: 30px;
  background-color: #fff;
  margin-left: 15px;
}

p.form-message.success.form-message.error, p.form-message.error.form-message.error {
  color: rgb(54,87,59);
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background: none;
  transition: all 0.3s ease-out 0s;
}

.single_form input:focus,
.single_form textarea:focus {
  border-color: #fff;
}

.single_form textarea {
  height: 170px;
  resize: none;
  padding-top: 15px;
}

/**********************
PRODUCTPAGE
***********************/

.products_area {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #FFF;
}

.products .card-title {
  font-family: "Rohn-Bold", sans-serif;
  font-size: 25px;
  color: rgb(50, 60, 50);
  margin: 0px;
}

.products .card-text {
  margin-top: 5px;
  font-size: 18px;
  color: #5c6460;
}

.products_area a,
.products_area a:hover,
.products_area a:focus {
    color: rgb(54,87,59);
    text-decoration: none;
}

.products_area .active { 
  color: rgb(54,87,59);
  font-weight: bold;
}

@media (max-width: 767px) {
  .products_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
  
.img-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/**********************
ATT TÄNKA PÅ PAGE
***********************/

.att-tanka-pa_area {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .att-tanka-pa_area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.img-gradient-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
  background: rgb(237,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.att-tanka-pa_area ol {
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5A5872;
  list-style-type: upper-alpha;
}

.att-tanka-pa_area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5A5872;
  margin-bottom: 10px;
}

/**********************
HEADER AND NAVBAR
***********************/

.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 15px 0;
}

.hide .navbar {
  display: none;
}

.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 250px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 200px;
  }
  .navbar-brand {
    margin-left: 15px; 
  }
  .navbar-toggler {
    margin-right: 15px;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-button a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 30px;
  position: relative;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: rgb(54,87,59);
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: rgb(54,87,59);
  }
}

.navbar-nav .nav-item a.active::before, .navbar-nav .nav-item a:hover::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: rgb(54,87,59);
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: rgb(54,87,59);
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: rgb(54,87,59);
}

/* HERO */
.single_hero {
  height: 750px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .single_hero {
    height: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_hero {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_hero {
    height: 650px;
  }
}

.single_hero::before {
  position: absolute;
  content: '';
  background-color: rgba(54, 87, 59, .75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero_content {
  padding-top: 50px;
}

.hero_content .hero_title {
  font-size: 110px;
  line-height: 120px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_content .hero_title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content .hero_title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero_content .hero_title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_content .hero_title {
    font-size: 50px;
    line-height: 60px;
  }
}

.hero_content .hero_title span {
  display: contents;
  color: rgb(54,87,59);
}

.hero_content p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hero_content p {
    font-size: 16px;
  }
}

.hero_content .main-btn {
  margin-top: 45px;
}


/* TEXTHERO */
.single_text-hero {
  height: 250px; //750px
}

@media only screen and (min-width: 1400px) {
  .single_text-hero {
    height: 250px;//950px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_text-hero {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_text-hero {
    height: 650px;
  }
}

.single_text-hero::before {
  position: absolute;
  content: '';
  background-color: rgba(54, 87, 59, .75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.text-hero_content {
  padding-top: 50px;
}

.text-hero_content .text-hero_title {
  font-size: 110px;
  line-height: 120px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-hero_content .text-hero_title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-hero_content .text-hero_title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .text-hero_content .text-hero_title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-hero_content .text-hero_title {
    font-size: 50px;
    line-height: 60px;
  }
}

.text-hero_content .text-hero_title span {
  display: contents;
  color: rgb(54,87,59);
}

.text-hero_content p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .text-hero_content p {
    font-size: 16px;
  }
}

/* FOOTER */

.footer_area {
  background-color: rgb(54,87,59);
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_menu ul li {
  display: inline-block;
  padding-top: 5px;
}

.footer_menu ul li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .footer_menu ul li + li {
    margin-left: 15px;
  }
}

.footer_menu ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-out 0s;
}

.footer_menu ul li a:hover {
  color: #fff;
}

.credit {
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
}

.credit a {
  color: #fff;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li + li {
  margin-left: 20px;
}

.footer_social ul li a {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
  color: #fff;
}

.footer_area a {
  display: inline;
}

@media (max-width: 767px) {
  .footer_social ul li a {
    font-size: 20px;
  }
  .footer_logo {
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .footer_sites {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
  }
  .footer_area {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

/* PRELOADER */

.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: rgb(54,87,59) rgb(54,87,59) #F9F9F9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9F9F9;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9F9F9;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes ytp-spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* BACK TO TOP */

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: rgb(54,87,59);
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: rgb(54,87,59);
}