/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */



.owl-item-start-text, .owl-item-textpage-text { 
    text-align:inherit

}
.controller-wrapper {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.fa-angle-left{text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.52);left: 0px;
    position: absolute;}
.fa-angle-right{text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.52);right: 0px;
    position: absolute; bottom: 14px;}
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); z-index:1}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #727272;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            color: #FFF;
            text-decoration: none;
        }
        
    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;

        }

.owl-theme .owl-dots {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;z-index:77;position: relative;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.owl-item-start {
    width: auto;
       width: 100%;
    
     
    z-index: 1;
    
    
    background-size: cover!important;
   
}



.owl-item-start,.owl-item-textpage .Centrerad {
    text-align:center
   
}.owl-item-start,.owl-item-textpage .Left {
    text-align:left
   
}.owl-item-start,.owl-item-textpage .Right {
    text-align:right
   
}
/* mc edit height*/
@media (min-width:320px) {
    
    .owl-item-start {
    
   height: calc(100vh - 75px); 

}}
@media (min-width:460px) {
    
    .owl-item-start {
    
   height: calc(100vh - 75px); 

}}
@media (min-width:600px) {
    
    .owl-item-start {
    
   height: calc(100vh - 75px); 

}}
@media (min-width:780px) {
      .owl-item-start {
    
   height: calc(100vh - 130px); 

}
}

.owl-item-start-container {
    position: absolute;
    color: #fff;
    top: 33%;
     
}

.owl-item-start-text {
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.82);color:#FFF
  }
@media (min-width:320px) {
.owl-item-textpage-container
 {
bottom: 15%;
    position: absolute;
     
    width: 80%;}
 }

@media (min-width:460px) {
.owl-item-textpage-container
 {
bottom: 15%;
    position: absolute;
    
    width: 45%;}
 }

@media (min-width:780px) {
.owl-item-textpage-container
 {
bottom:33%; position:absolute; }
 } 
 
 
 
@media (min-width:320px) {
    .owl-item-start-text {
        font-size: 2em;
    }

    .owl-item-start-container {
           left: 13%;
        width: 80%;
    }  .owl-item-textpage-container.Right,.owl-item-start-container.Right {
    
     left:13%; text-align:Right;
}.owl-item-textpage-container.Left,.owl-item-start-container.Left {
    
     left:13%; text-align:Left;
}
}
  

@media (min-width:460px) {
    .owl-item-start-text {
        font-size: 2em;
    }

    .owl-item-start-container {
        
        width: 80%;
    }
    .owl-item-textpage-container.Right,.owl-item-start-container.Right {
    
     left:33%; text-align:Right;
}
}

@media (min-width:780px) {
    .owl-item-start-text {
        font-size: 3em;
    }
 .owl-item-textpage-container {
    
    
    
    width: 30%;
}
 .owl-item-start-container {
    
    
    
 width: 600px;
}.owl-item-textpage-container.Centrerad {
    
    left:35%; text-align:center;
}
.owl-item-start-container.Centrerad {
    
    left:33%; text-align:center;
}
 .owl-item-textpage-container.Right,.owl-item-start-container.Right {
    
     left:50%; text-align:Right;
} .owl-item-textpage-container.Left,.owl-item-start-container.Left {
    
     left:20%; text-align:left;
}
} 
.owl-item-textpage {
    width: auto;
   
   
}
        .owl-item-textpage {
               width: 100%;
    
     
    z-index: 1;
    
    
    background-size: cover!important;
              height: 400px;
        }

        .owl-item-textpage-text {
            font-size: 2.5em;
            text-shadow: 1px 0px 2px rgba(0, 0,0, 0.82);color:#fff ; 
        }