/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-size: 14px;
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  line-height: 1.4em;
}

h1,h2,h3 {
  font-weight:300;
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3 {
  font-size:40px;
  color: #fff;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.nav ul li {
  margin: 0 0 0 10px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
/*  margin-bottom: 60px;*/
}

/*.carousel-cover {
  background:#000;
  opacity: 0.2;
  height:100%;
}*/

.carousel-start {
  height: 80%;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel .item-garden {
  background-image:url('/img/bg_green02.jpg');
}

.carousel .item-autumn {
  background-image:url('/img/bg_autumn.jpg');
}

.carousel .item-winter {
  background-image:url('/img/bg_winter.jpg');
}

.carousel .item-spring-grass {
  background-image:url('/img/bg_spring_grass.jpg');
}

.carousel .item-spring {
  background-image:url('/img/bg_spring_spade.jpg');
  background-position: bottom center !important;
}

.carousel .item-winter:after {
  background:rgba(0, 0, 0, 0.20);
  width:100%;
  height: 100%;
  content:"";
  display:block;
}

.carousel .item-kratta {
  background-image:url('/img/bg_tradgard_kratta.jpg');
}

.carousel .item-snorojning {
  background-image:url('/img/bg_snorojning.jpg');
}

.carousel .item-franschise {
  /*background-image:url('/img/bg_group01.jpg'); */
  background-image:url('/img/bg_kratta_white.jpg');
}


.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-large, .carousel-large .item {
  height: 600px;
}

.carousel-medium, .carousel-medium .item {
  height: 400px;
}

.carousel-small, .carousel-small .item {
  height: 300px;
}

.carousel-small .carousel-caption {
  top:130px;
}

.carousel-item-shadow {
  box-shadow: inset 7px 3px 90px 9px #222;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  /*font-weight: normal;*/
  font-weight: 300;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette {
  text-align:center;
}


.featurette-divider {
margin:0 !important;
  /*margin: 80px 0;  Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-heading > a, .featurette-heading > a :active, .featurette-heading > a :hover {
  text-decoration: none !important;
  color:#5a5a5a;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
      padding-right: 0;
      padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0;
    position:fixed;
    background-color:#fff;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  .navbar-inverse .navbar-nav > li > a {
    color:#5a5a5a;
    font-weight:300;
  }

  .scrolling .navbar-nav > li > a {
    color:#5a5a5a;
  }

  .scrolling {
    background-color:#FFF;
    border-bottom:1px solid #ccc;
    opacity:0.9;
    box-shadow: 0 0 10px -2px #5a5a5a;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 40px;
  }
}

.abonnemangsform {
  border: 1px solid #b6b7b8;
  margin-bottom: 60px;
  text-align: center;
  height: 320px;
}

.abonnemangsform h2 {
  margin: 0;
  padding: 29px 0 0 0;
}

.abonnemangsform span {
  font-size:110%;
  margin-bottom:20px;
  height:60px;
}

.abonnemangsform div {
  width:90%;
  margin:30px auto 0 auto;
  border-top: 1px solid #e3e3e3;
}

.abonnemangsform div p {
  margin:0 !important;
  font-size: 90%;
  padding:10px 4px;
  border-bottom: 1px solid #e3e3e3;
}

.abonnemang-btn {
  position: absolute;
  bottom: 80px;
  margin: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 752px) {
  .abonnemang-btn {
    bottom: 20px;
  }
}




.premium {
  border:2px solid #94d60a;
  padding-top:-10px;
}

/*.premium h2 {
  margin: 0;
  padding: 10px 0 0 0;
}*/

#franchiseval li a {
  width: 100%;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color:#5a5a5a;
}

#valtjanster li:hover, #franchiseval li:hover, #franchiseval li a:hover {
  cursor: pointer !important;
  text-decoration: none;
  background-color: #f9f9f9;
  color:#5a5a5a;
}

#valtjanster .active {
  background:#94d60a;
  color:#fff;
}

.tjanster_grasklippning {
  min-height:350px;
}

.locations {
  margin-bottom: 20px;
}

.locations li {
  list-style:none;
  display: inline-block;
  padding: 2px 14px;
  margin:2px 2px;
  border: 1px solid #ccc;
  border-radius:30px;
}

.location-selector {
  width:100%;
}

.location-selecter button {
  font-size: 150%;
  font-weight: 300;
}

.location-selecter .dropdown-menu > li {
  border-bottom:1px solid #ccc;
  padding: 10px 20px;
}

.location-selecter .dropdown-menu > li a {
  margin: -10px -20px;
}

.location-selecter .dropdown-menu {
  max-height: 250px;
  max-width:400px;
  margin:14px auto;
  background:rgba(2, 2, 2, 0.7);
  box-shadow:1px 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.glyphicon {
  margin-right:10px;
}

.franchise-koncept {
  margin:0 auto;
  width:80%;
}

.koncept {
  text-align: center;
  font-size: 300%;
  padding: 20px;
  color: #94d60a;
  border-radius: 50%;
  border: 2px solid #94d60a;
}

.franchise-koncept p {
  margin: 0 0 0 33px;
}

.franchise-koncept .koncept-container {
  min-height: 200px;
  overflow: hidden;
}
.dropdown-menu-container {
  width:100%;
}

.orterList {
  max-height: 190px;
  overflow: auto;
  margin-top:2px;
}

.show_all {
  width: 100%;
  position: relative;
  top: 3px;
  background-color:rgba(0, 0, 0, 0.39);
  border-top: 2px solid #4F4D4D;
  padding: 6px 0 3px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.05);
  text-shadow: none;
  border-radius: 0 0 14px 14px;
}

.show_all a {
  font-weight: 300;
  color:#188129;
}

/* FOOTER */

footer {
  background-color:#ddd;
  margin:0;
  padding:20px;
  text-align:left;
  overflow: hidden;
}

footer a, footer a:active, footer a:hover {
  text-decoration: none;
  color:#5a5a5a;
}

.footer-container {
  margin:0 auto;
  float:none;
}

.next-step {
  margin: 40px auto 20px auto;
  text-align: left;
  float:none;
}

.next-step .step-1 {
  font-size:200%;
  /*color:#dcdcdc;*/
  color:#94d60a;
  text-transform: uppercase;
  line-height: 100%;
  padding-right:10px;
}

.next-step .step-2 {
  font-size:120%;
}

.menu-ansok {
  color: #fff !important;
  background-color:#94d60a !important;
  border-radius: 6px;
}

.menu-ansok:hover,
.menu-ansok:focus,
.menu-ansok:active,
.menu-ansok.active {
  color: #fff !important;
  background-color: #12621f !important;
}


/* SMALL COMPONENTS */

.shadow {}

.fixed {
  position:fixed;
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.29);
  height: inherit;
  width: inherit;
}

.anchor {
  position: relative;
  top:-60px
}

.rekommenderas {
  background-color: #94d60a;
  color:#fff;
  border-radius:20px;
  font-size: 100%;
  padding:6px 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin:0 auto;
}

#tjanster-row {
  padding:40px 0 60px 0;
  /*background:#f3f3f3;*/
  overflow: hidden;
}

#tjanster-row > div > div {
    /*margin:10px;*/
    padding:10px;
    min-height: 370px;
    overflow: hidden;
    background:#fff;
    border: 1px solid #F2F2F2;
  }

  #tjanster-row > div > img {
    width:100%;
  }

    .tjanst-small {}
  .tjanst-medium {
    margin-right:20px;
  }

  #tjanster-row div h2 {
    font-size:170%;
  }

.tjanster-mer {
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  display: block;
  width: 92%;
  text-align:center;
}



  .tjanst-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 999;
    background: #f9f9f9;
    border-radius: 50px;
    position: relative;
    top: 30px;
    opacity: 0;
  }

  .tjanst-grasklippare .icon {
    background-image:url('/img/icon/mower2.png');
  }
  .tjanst-hackklippning .icon {
    background-image:url('/img/icon/yard9.svg');
  }
  .tjanst-lovkrattning .icon {
    background-image:url('/img/icon/rake.svg');
  }
  .tjanst-plantering .icon {
    background-image:url('/img/icon/flowers12.svg');
  }
  .tjanst-ograsrensning .icon {
    background-image:url('/img/icon/grass.svg');
  }
  .tjanst-beskarning .icon {
    background-image:url('/img/icon/cutting8.svg');
  }
  .tjanst-snorojning .icon, .snorojning-icon {
    background-image:url('/img/icon/christmas144.svg');
  }

  .tjanst-container:before {
      content: "";
    height: 120px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index:-1;
  }

  .tjanst-container a:hover {
    text-decoration: none;
  }

  .tjanst-cover {
    width:100%;
    height:140px;
    background-size:cover;
  }

  .tjanst-container {
    margin-top:20px;
    text-align: center;
  }

  .tjanst-container p {
    height:78px;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 90%;
  }
  .tjanst-grasklippare {
    background-image: url('/img/tjanst_grasklippning.jpg');
  }
  .tjanst-hackklippning {
    /*background-image: url('/img/tjanst_hackklippning.jpg');*/
    background-image: url('/img/tjanst_trimning.jpg');
  }
  .tjanst-lovkrattning {
    background-image: url('/img/tjanst_lovkrattning.jpg');
  }
  .tjanst-trimning {
    background-image: url('/img/tjanst_trimning.jpg');
  }
  .tjanst-ograsrensning {
    background-image: url('/img/tjanst_ograsrensning.jpg');
  }
  .tjanst-beskarning {
    background-image: url('/img/tjanst_beskarning.jpg');
  }
  .tjanst-tradfallning {
    background-image: url('/img/tjanst_tradfallning.jpg');
  }
  .tjanst-anlaggning-av-grasmatta {
    background-image: url('/img/tjanst_anlaggning_av_grasmatta.jpg');
  }
  .tjanst-plantering {
    background-image: url('/img/tjanst_plantering.jpg');
  }
  .tjanst-snorojning {
    background-image: url('/img/tjanst_snorojning.jpg');
  }
  .tjanst-dranering {
    background-image: url('/img/tjanst_dranering.jpg');
  }
  .tjanst-markarbete {
    background-image: url('/img/tjanst_markarbete.jpg');
  }
  .tjanst-ovrigt {
    background-image: url('/img/tjanst_tradgard.jpg');
  }

  .promo-right {
    background-size:cover;
    height:400px;
  }
  .promo-right:before {
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
  }
  .promo-outstanding {
  background: url("/img/hero-background-gradient-dark.png"),
  url("/img/hero-background-gradient-light.png"),
  linear-gradient(to bottom, #58488a, #5d64d0),#58488a fixed;
  }

  .center-fix {
    position: absolute;
    margin: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

@media (max-width: 450px) {
  .center-fix {
    top:50%;
  }
}

@media (min-width: 780px) {
  .center-fix {
    top: 27%;
  }
}

@media (min-width: 992px) {
  .center-fix {
    top: 40%;
  }
}



.grey {
  color:#CDCDCD;
  border-color:#CDCDCD;
}