#newsCarousel .item, #newsCarousel2 .item{
    max-height: 400px;
    padding: 0px 0px;
    margin: 10px;
    background-color:#ffffff;
  //color: #FFF;
  //-webkit-border-radius: 3px;
  //-moz-border-radius: 3px;
  //border-radius: 3px;
  //text-align: center;
}
.customNavigation{
  text-align: center;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

// Kontroller som ligger utanför karusellen, chevron-pilar
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    padding: 5px 9px;
    color: #fff;
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    zoom: 1;*
    display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 30%; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 30%;
}
[class^="icon-chevron-right"], [class*=" icon-chevron-right"] {
    display: inline-block;
    width: 18px;
    height: 35px;
    line-height: 35px;
    vertical-align: text-top;
    margin-left: 5px;
}
[class^="icon-chevron-left"], [class*=" icon-chevron-left"] {
    display: inline-block;
    width: 18px;
    height: 35px;
    line-height: 35px;
    vertical-align: text-top;
    margin-right: 5px;
}




#newsCarousel .item a, #newsCarousel2 .item a {
    text-decoration: none;
}

#newsCarousel .item a:hover, #newsCarousel2 .item a:hover  {
   background-color: #cbee88;
}

.newsCarouselWrpLink{
    display:block;
    //width:400px;
}


.giveMeEllipsisHeadline {
   overflow: hidden;
   text-overflow: ellipsis; 
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;  /* number of lines to show */
   line-height: 33px;      /* fallback */
   max-height: 33px;       /* fallback */
}

.giveMeEllipsisText {
   overflow: hidden;
   text-overflow: ellipsis; 
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;  /* number of lines to show */
   line-height: 27px;      /* fallback */
   max-height: 27px;       /* fallback */
}

span.newsCarouselText {
    font-family: 'Source Sans Pro', sans-serif;
    color: #202020;
    font-size: 18px;
    font-weight: 300;
    //padding: 0px 10px 10px 10px;
    //text-decoration: none !important;
}

h2.newsCarouselRubrik {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    color: #202020;
    font-weight: 300;
    margin: 5px 0px ;
    //padding: 0px 10px 0px 10px;
    //text-decoration: none !important;
}

.newsCarouselWrpLink img{
width: auto !important;
height: auto !important;
max-width: 100% !important;
max-height:80%;
//min-height:300px !important;
}

/*
.newsCarouselImage{
   position: absolute;
   top:0;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


@media all and (max-width: 404px) {
   .newsCarouselImage{
      height: 40%;
      width: auto;
   }
}
@media all and (min-width: 405px) {
   .newsCarouselImage{
      width: 95%;
      height: auto;
   }
}
*/
.newsCarouselWrp a img, .newsCarouselWrp a, {
   border: none;
   border:0px;
}
