/*  
Theme Name: Örby Gummi
Theme URI: http://www.orbygummi.se/
Description: WordPress-tema till Örby Gummi skapat av Onmedia
Version: 1.0
Author: Stefan Persson
Author URI: http://onmediagroup.se/
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a {
  color: #00A160;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #006e42;
}

::-moz-selection {
  background-color: #405159;
  color: #fff;
}

::selection {
  background-color: #405159;
  color: #fff;
}

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

video {
  width: 100%    !important;
  height: auto   !important;
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 720px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 18px;
  }
}
body {
  background: #fff;
  color: #282828;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

p, .p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.42;
  margin: 0 0 .5rem;
}

h1, .h1 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 900;
  /*text-transform: uppercase;*/
  line-height: 1.3;
  margin-bottom: 1rem;
}

h2, .h2 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  /*text-transform: uppercase;*/
  margin-bottom: 1.5rem;
}

h3, .h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

h4, .h4 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}

h5, .h5 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
}

h6, .h6 {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin: 0 0 .25rem;
  padding: 0;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

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

.wrapper {
  width: 92%;
  max-width: 1240px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

/* header */
.header {
  padding: 1.25rem 0 1.25rem;
}

@media screen and (min-width: 767px) {
  .header {
    padding: 3rem 0 1.25rem;
  }
}
.logo {
  width: 290px;
  height: 84px;
  margin: 0 auto;
}

.logo a {
  width: 290px;
  height: 84px;
  background: url("images/orby-gummi-290px.png") no-repeat;
	background-size:100%;
  display: block;
  text-indent: -9999px;
}

@media screen and (min-width: 767px) {
  .logo {
  width: 290px;
  height: 84px;
    float: left;
    margin: 0;
  }
}
.open-hours {
  display: none;
  /*padding-top: 1.25rem;*/
padding-top: 0.3rem;
}

@media screen and (min-width: 767px) {
  .open-hours {
    display: block;
    /*float: right;*/
  }
}
.open-hours ul {
  margin: 0;
  padding: 0;
}

.open-hours li {
  list-style: none;
  font-size: .8rem;
  text-align: right;
}

.open-hours li:first-child {
  /*text-transform: uppercase;*/
}

.menu {
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
}
.call-us {
  background: #00A160;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5rem .75rem;
  margin-top: .5rem;
}

@media screen and (min-width: 1024px) {
  .call-us {
    position: absolute;
    top: 3px;
    right: 0;
    padding: .35rem .75rem;
    margin: 0;
  }
}
.call-us:hover {
  background: #C1E2D1;
  color: #282828;
}

.call-us a {
  color: #fff;
}

.call-us:hover a {
  color: #282828;
}

/* home-img */
.home-img {
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .home-img {
    margin-bottom: 2rem;
  }
}
.home-txt {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .home-txt {
    width: 38%;
    background: #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem 1.25rem;
    margin: 0;
  }
}
.home-txt h1 {
  color: #282828;
  font-size: 1.25rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .home-txt h1:before {
    width: 24%;
    height: 4px;
    background: #00A160;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home-txt p {
  font-size: .9rem;
  margin: 0;
}

/* services-front */
.services-front {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .services-front {
    margin-bottom: 2.5rem;
  }
}
.services-front h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.services-front ul {
  margin: 0;
  padding: 0;
}

.services-front li {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 767px) {
  .services-front li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .services-front li:last-child {
    margin-right: 0;
  }
}
.services-front .service-txt {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-front a h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  background: #00A160;
  padding: .5rem 2rem;
  transition: all 0.25s linear;
}
.services-front a:hover h2 {
 background: #2f2f2f;
  color: #fff;
}
.services-front p {
  color: #fff;
  font-size: .85rem;
  margin: 0;
}

.services-front a .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.5s linear;
}

.services-front a:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* home-about */
.home-about {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .home-about {
    margin-bottom: 2.5rem;
  }
}
.home-about-price {
  background: #f7f7f7;
  position: relative;
  padding:1rem;
}

@media screen and (min-width: 1024px) {
  .home-about-txt {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .home-about-price {
    width: 48%;
    float: left;
    padding: 1.5rem 2rem;
  }
}
.home-about h2 {
  font-size: 1.25rem;
  font-weight: 900;
  /*text-transform: uppercase;*/
  margin-bottom: 1rem;
}

.home-about .read-more {
	padding-top: .75rem;
	margin-bottom: 0;
}

.home-about .read-more a {
  background: #00A160;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015rem;
  display: inline-block;
  padding: .5rem 1.75rem;
  transition:all .25s ease-in-out;
}

.home-about .read-more a:hover {
  background: #C1E2D1;
  color: #282828;
}

.home-about-price h3{
    font-weight: 900;
    /*text-transform: uppercase;*/
    font-size: 1rem;
     }
.home-about-price p{
    font-size: .9rem;
     }
/* breadcrumbs */
.breadcrumbs {
  color: #555;
  font-size: .85rem;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: #555;
}

@media screen and (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}
/* page-title */
.page-title {
  background: #282828;
  text-align: center;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .025rem;
  font-weight: 900;
  text-transform: uppercase;
}

.page-title h1 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .025rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .page-title {
    margin-bottom: 1.5rem;
    font-size: 1.15rem;
  }

  .page-title h1 {
    font-size: 1.15rem;
  }
}
/* product-item */
.product-item {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .product-item {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-item-content {
    width: 82%;
    float: right;
  }
}
@media screen and (min-width: 767px) {
  .product-item-main {
    width: 60%;
    float: left;
  }
}
.product-item-main h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
  .product-item-main h1 {
    font-size: 1.875rem;
  }
}
.product-item-main h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: .5rem;
}

.product-item-main ul {
  margin: 0;
  padding: 0;
}

.product-item-main li {
  /*list-style: none;*/
  font-size: .9rem;
  margin-bottom: .25rem;
}

.product-item-img {
  margin-bottom: 1.3rem;
}

@media screen and (min-width: 767px) {
  .product-item-img {
    width: 36%;
    float: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product-item-menu {
    width: 14%;
    float: left;
  }
}
.product-item-menu ul {
  margin: 0;
  padding: 0;
}

.product-item-menu li {
  font-size: .8rem;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 2px;
}

.product-item-menu li a {
  color: #555;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: .35rem 0;
}

.product-item-menu li a:hover, .product-item-menu li.current-menu-item a {
  color: #282828;
  font-weight: 700;
  border-color: #282828;
}

/* references-desc */
.references-desc {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .references-desc {
    margin-bottom: 3rem;
    padding-top: 1rem;
  }

  .references-desc p {
    width: 80%;
    margin: 0 auto;
  }
}
/* references */
.references {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .references {
    margin-bottom: 3rem;
  }
}
.references ul {
  margin: 0;
  padding: 0;
}

.references li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .references li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  .references li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .references li {
    width: 32%;
    float: left;
    margin-right: 2%;
  }

  .references li:nth-child(3n) {
    margin-right: 0;
  }
}
.references li .txt-field {
  width: 90%;
  background: #fff;
  text-align: center;
  margin: -1rem auto 0;
  padding: 1rem 1rem 1rem;
  position: relative;
  z-index: 10;
}

.references li h2 {
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.references li p {
  font-size: .9rem;
  margin: 0;
}

/* two-cols */
.two-cols {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .two-cols {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .two-cols .col {
    width: 48%;
    float: left;
  }

  .two-cols .col:last-child {
    float: right;
  }
}
.two-cols .col h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

/* pricetable */
.pricetable {
  margin: 0;
  padding: 0;
}

.pricetable li {
  list-style: none;
  margin-bottom: .25rem;
}

.pricetable .pricename {
  background: #f5f5f5;
  padding: .5rem;
  display: block;
}

.pricetable .price {
  background: #f9f9f9;
  padding: .5rem;
  display: block;
}

@media screen and (min-width: 767px) {
  .pricetable .pricename {
    width: 70%;
    float: left;
  }

  .pricetable .price {
    width: 30%;
    float: left;
    text-align: right;
  }
}
/* staff */
.staff {
  margin: 0;
  padding: 0;
}

.staff li {
  list-style: none;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 767px) {
  .staff li {
    width: 32%;
    float: left;
    margin-right: 2%;
  }

  .staff li:nth-child(3n) {
    margin-right: 0;
  }
}
.staff .staff-photo {
  text-align: center;
  border: 1px solid #c5c6c6;
  margin-bottom: .35rem;
  padding: 3rem 1rem;
}

.staff h3 {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

/* contact-form */
.contact-form {
  background: #C1E2D1 url(images/contact-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    padding: 3rem 0 4rem;
  }
}
.contact-form h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.wpcf7-form p {
  font-size: .9rem;
  margin-bottom: 1.25rem;
}

.wpcf7-form .last {
  margin-bottom: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: .5rem;
  transition: all .35s ease-in-out;
  -webkit-appearance: none;
}

.wpcf7-form textarea {
  width: 100%;
  color: #444;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #00A160;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: .5rem 2rem;
  transition:all .25s ease-in-out;
}

.wpcf7-form input:hover[type="submit"] {
  background: #282828;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: #fff;
  border-color: #405159;
  outline: none;
}

::-webkit-input-placeholder {
  color: #787878;
}

:-ms-input-placeholder {
  color: #787878;
}

::-moz-placeholder {
  color: #787878;
  opacity: 1;
}

:-moz-placeholder {
  color: #787878;
  opacity: 1;
}

.contact-form .first {
  color: #fff;
  text-align: center;
}

.contact-form .first a {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .contact-info {
    width: 48.5%;
    float: left;
  }

  .contact-message {
    width: 48.5%;
    float: right;
  }

  .contact-info p:last-child, .contact-message p:last-child {
    margin-bottom: 0;
  }

  .contact-form .first {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* karta */
#karta {
  height: 400px;
}

/* partners */
.partners {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .partners {
    margin-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
}
.partners h5 {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .partners h5 {
    margin-bottom: 3.5rem;
  }
}
.partners ul {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.partners li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 1022px) {
  .partners li img {
    width: 60%;
  }
}
@media screen and (min-width: 1023px) {
  .partners li {
    width: 20%;
    margin-bottom: 0;
  }
}
/* footer */
.footer {
  background: #282828;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 2.5rem 0 2rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.9);
}

.footer a:hover,.footer h6 a {
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  list-style: none;
  font-size: .895rem;
  margin-top: .05rem;
}

.footer-col {
  margin-bottom: 1.25rem;
  float: left;
}

@media screen and (max-width: 766px) {
  .footer-col {
    width: 49%;
    margin-right: 2%;
  }

  .footer-col:nth-child(2n) {
    margin-right: 0;
  }
}
.footer-col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .footer-col {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .footer-col:last-child {
    margin-right: 0;
  }
}
.go-to-top a {
  width: 3rem;
  height: 3rem;
  background: #fff;
  color: #555;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.go-to-top a:hover {
  color: #282828;
}

.go-to-top a span {
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNNDMzLjk2OCwyNzguNjU3TDI0OC4zODcsOTIuNzljLTcuNDE5LTcuMDQ0LTE2LjA4LTEwLjU2Ni0yNS45NzctMTAuNTY2Yy0xMC4wODgsMC0xOC42NTIsMy41MjEtMjUuNjk3LDEwLjU2Ng0KCQlMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMw0KCQljNi44NTQsNy4yMywxNS40MiwxMC44NTIsMjUuNjk3LDEwLjg1MmMxMC4yNzgsMCwxOC44NDItMy42MjEsMjUuNjk3LTEwLjg1MkwyMjIuNDEsMjEzLjI3MUwzNjEuMTY4LDM1MS43NA0KCQljNi44NDgsNy4yMjgsMTUuNDEzLDEwLjg1MiwyNS43LDEwLjg1MmMxMC4wODIsMCwxOC43NDctMy42MjQsMjUuOTc1LTEwLjg1MmwyMS40MDktMjEuNDEyDQoJCWM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjMjgyODI4IiAvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
  display: block;
  margin: .25rem auto .25rem;
  transition: all 0.2s linear;
}

.go-to-top a:hover span {
  margin: 0 auto .5rem;
}

@media screen and (min-width: 767px) {
  .eq-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
nav {
  text-transform: uppercase;
}

.sub-menu li a, .menutjanster li a{
    text-transform: capitalize;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu > ul > li {
  display: inline-block;
  margin-right: .75rem;
  font-weight: 700;
}

@media screen and (min-width: 1100px) {
  #cssmenu > ul > li {
    margin-right: 1.75rem;
  }
}
#cssmenu > ul > li:last-child {
  margin-right: 0;
}

#cssmenu > ul > li > a {
  padding: 17px 0 8px;
  font-size: .85rem;
  text-decoration: none;
  color: #282828;
}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color: #3B3737;
}

#cssmenu ul li.active ul li a {
  color: #ddd;
}

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

@media screen and (min-width: 1024px) {
  #cssmenu > ul > li:hover, #cssmenu ul li.current-menu-item:hover, #cssmenu ul li.current-menu-item, #cssmenu ul li.has-sub.active:hover,#cssmenu ul li.current-menu-parent:hover, #cssmenu ul li.current-menu-parent {
    border-bottom: 2px solid #00A160;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
  }
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 12px;
  height: 12px;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnIGlkPSJleHBhbmQtbW9yZSI+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==') no-repeat;
  content: '';
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 99999;
}

#cssmenu ul ul li {
  height: 0;
  text-align: left;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu li:hover > ul > li {
  height: 45px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 280px;
  font-size: .8rem;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #222;
  content: '';
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #222;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1023px) {
  nav {
    text-align: left;
  }

  #cssmenu {
    width: 100%;
    background: #f7f7f7;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }

  #cssmenu ul li:hover {
    background: #363636;
  }

  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 17px;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul li {
    background: #f7f7f7 !important;
  }

  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #282828;
    background: none;
  }

  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 20px;
    color: #222;
    font-size: 12px;
    font-weight: 700;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    height: 6px;
    width: 20px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    content: '';
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #222;
    content: '';
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #222;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 48px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #f7f7f7;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 16px;
    width: 12px;
    height: 12px;
    display: block;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnIGlkPSJleHBhbmQtbW9yZSI+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==') no-repeat;
    content: '';
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}