:root {
	scroll-behavior: smooth;
	overflow-y: auto;
	overflow-x: hidden;
}

/** IMG VIEWER */
.jg-entry {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
/** END IMG VIEWER */

.page_box {
	height:5px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background-color:#0070D0;
}


.btn_slide {
  background: #ff2143;
  padding: 27px 44px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14 px;
  border-radius: 0px;
  -moz-user-select: none;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.btn_slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  color: #000 !important;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.btn_slide:hover::before {
  transform: scaleX(1);
  color: #000 !important;
  z-index: -1;
}

a:hover {
  color: #000;
}

.btn_slide .focus, .btn_slide:focus {
  outline: 0;
  box-shadow: none;
}

.count-down-area {
  margin-top: -55px;
}

/* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter {
  background: #fff;
  padding: 44px 10px 44px 9px;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}

/* line 8, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active {
  background: #ff2143;
  border: 10px solid #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 0;
}

/* line 14, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  left: 0;
  top: 0;
}

/* line 23, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active span {
  color: #fff;
}

/* line 26, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active p {
  color: #fff;
}

/* line 31, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter span {
  color: #000000;
  font-size: 60px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

/* line 40, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter p {
  font-size: 18px;
  color: #737980;
  line-height: 1;
  margin: 0;
  padding: 0;
}


.count-down-area .single-counter {
  background: #fff;
  padding: 44px 10px 44px 9px;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}

/* line 8, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active {
  background: #ff2143;
  border: 10px solid #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 0;
}

/* line 14, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_count_down.scss */
.count-down-area .single-counter.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  left: 0;
  top: 0;
}




/* scrollUp */
#back-top {
  background: #999;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
  #back-top {
    right: 16px;
  }
}

#back-top a {
	color:#fff !important;
  display: block;
  line-height: 50px;
}

#back-top a:hover {
  color: #000 !important;
}


.blueText, h1, h2 {
	font-size:1.4em;
	color:#0070D0;
}

.blueText_line {
	background-color:#eee;
	height:1.5px;
}


.anslagstavla_datum {
	background-color:#0070D0;
	color:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:28px;
	font-size:0.86em;
	line-height:28px;
	width:150px;
	border-bottom:none;
	float:right;
	margin-top:-26px;
}

.anslagstavla_datum_red {
	background-color:#D13342;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
	border:1px solid #0070D0;
  border-left: 3px solid #0070D0;
  border-top: 3px solid #0070D0;
	margin-bottom:2em;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

.generic-blockquote_red {
	border:1px solid #D13342;
  border-left: 3px solid #D13342;
  border-top: 3px solid #D13342;
}

.generic-blockquote_red h2 {
	color: #D13342;
}

.slider-height {
  height: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 500px;
  }
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    height: 500px;
  }
}


.slider-area {
  margin-top: -1px;
  background-image: url(../img/hero/h1_hero.jpg);
  background-image: url(https://byxelkroken.se/images/media_bild/2020_IMG_0732.JPEG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.slider-area2 {
  margin-top: -1px;
  background-image:url(https://byxelkroken.se/images/media_bild/2020_IMG_0743.JPEG);
  background-position: center center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-height2 {
  height: 350px;
  background-size: cover;
}

.slider-area2 .hero-cap h2 {
	text-shadow:2px 2px 5px #000;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }

}

@media (max-width: 575px) {
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }

	.text_header {
		font-size: 1.3em;
	}
}

.hero-cap2 .slogan {
	color:#fff;
}

.hero-overly2 {
  position: relative;
  z-index: 1;
}

.hero-overly2::before {
  position: absolute;
  content: "";
  background-color: rgba(13, 45, 62, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}




a {
	text-decoration:none !important;
}

.ul_space {
	margin-bottom:8px;
}

.nowrap, th, td {
	white-space: nowrap;
}

.formSearch {
	border:0px;
	width:100%;
}

#searchclear {
	float:right;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #999;
}

.weekday_klar {
	background-image:url(../../images/dag_klar.png);
	background-size:100% 100%;
}

.weekday_fel {
	background-image:url(../../images/dag_fel.png);
	background-size:100% 100%;
}

.weekday_inskickad {
	background-image:url(../../images/dag_inskickad.png);
	background-size:100% 100%;
}

.weekday_start {
	background-image:url(../../images/dag_start.png);
	background-size:100% 100%;
}

.blogg_images {
	width: 100px;
	height:100px;
}

.blogg_border {
	border-bottom:3px solid #fbba00 !important;
	border-top:1px solid #999;
}

.box_dropzone {
	color:#fff;
	background-color:#999 !important;
}

.blogg_kommentar {
	background-color:#fcebe8 !important;
}

.kalender_kommentar {
	background-color:#ebcbc5 !important;
}

.table_2 {
	font-size:0.7em;
	line-height:0.3em;
}

@media print{
	body{
		visibility: hidden; /* no print*/
	}
	.print {	
		visibility:visible; /*print*/
		overflow-y: hidden;
		overflow-x: hidden;
		margin-top:-10px;
		font-size:0.7em;
		line-height:0.6em;
	}

	.print2 {	
		visibility:visible; /*print*/
		font-size:0.8em;
	}

}



/*** FOOTER ***/
/* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area {
  background: #11141b;
}

/* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top {
  border-bottom: 1px solid #233148;
}

/* line 6, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

/* line 10, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 35px;
  color: #bdbdbd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 10, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 10, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

/* line 29, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-number h4 {
  color: #ff0000;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 34, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-number h4 span {
  color: #fff;
}

/* line 38, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-number p {
  color: #bdbdbd;
}

.footer-tittle p {
	color:#999;
}

/* line 43, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 52, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #bdbdbd;
  margin-bottom: 15px;
  text-transform: capitalize;
}

/* line 56, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #bdbdbd;
  font-weight: 300;
}

/* line 59, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* line 67, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-form {
  margin-bottom: 30px;
}

/* line 69, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-form form {
  position: relative;
}

/* line 71, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 0;
  background: #101720;
  color: #fff;
}

/* line 78, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-form form input::placeholder {
  color: #9fa6bd;
  font-weight: 300;
  font-size: 14px;
}

/* line 85, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-form form .form-icon button {
  position: absolute;
  top: 0px;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 14px 22px;
  background: #0a0f17;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/* line 102, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .info.error {
  color: #ff0000;
}

/* line 105, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}

/* line 107, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #14435c;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

/* line 114, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #bdbdbd;
  font-size: 16px;
}

/* line 122, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-bottom {
  padding-bottom: 50px;
  padding-top: 30px;
}

/* line 127, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p {
  color: #bdbdbd;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 133, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p i {
  color: #ff0000;
}

/* line 136, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a {
  color: #ff0000;
}

/* line 150, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-social span {
  color: #fff;
  position: relative;
  margin-right: 57px;
}

/* line 155, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-social span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 2px;
  background: #3b3647;
  top: 50%;
  transform: translateY(-50%);
  right: -56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 149, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 149, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  /* line 149, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

/* line 179, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-social a {
  color: #bdbdbd;
  font-size: 14px;
  text-align: center;
  margin-left: 16px;
}

/* line 184, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-social a:first-child {
  margin-left: 0px;
}

/* line 187, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_footer.scss */
.footer-area .footer-social a:hover {
  color: #fff;
}

.section-bg {
	background-image:url("../../images/layout/footer_bg.jpg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}



/* line 910, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.footer-padding {
  padding-top: 143px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 910, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 143px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 910, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 910, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 910, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
