/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    background-size: cover !important;
    background-position: top center !important;
    max-height: 60vh !important;
}
.nivoSlider img {
	position:relative;
	top:0px;
	left:0px;
    display: none;
    height: 100vh;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
    width: 100% !important;
    max-height: 60vh !important;
    background-position: top center !important;
    background-size: cover !important;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
        position: absolute;
        color: #fff;
        z-index: 49;
}

    .nivo-caption h1 {
            background-color: #221E1B;
            color: #fff; 
            text-transform: uppercase;
            margin-bottom: 0;
            text-align: center;   
		   
    }

    .nivo-caption h2 {
    color: #fff;
    }

.nivo-prevNav {
    width: 50px;
    height: 50px;
    background-image: url('/img/btnprev.png');
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 250px !important;
}
.nivo-nextNav {
    width: 50px;
    height: 50px;
    background-image: url('/img/btnnext.png');
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 250px !important;
}

/* Telefon */
@media screen and (max-width: 779px) {
    .nivoSlider, .nivo-caption {
        display: none !important;
    }
}

/* Padda, dator med liten sk�rm */
@media screen and (min-width:780px) and (max-width: 1024px) {
    .nivo-caption {
        float: right;
        position: relative;
        right: 4%;
        top: 85%;
        height: 60px;
        overflow: hidden;
        width: 600px;
        background-color: #221E1B;
        opacity: 0.8; /* Overridden by captionOpacity setting */
    }

    .nivo-header { 
            padding: 10px;
            float:left;
            color: #fff; 
            font-size: 22px;
            text-transform: uppercase;
			
    }
    .nivo-text { 
            padding-top: 5px;
            color: #fff; 
            font-size: 14px;
    }

	.nivo-divider { border-left: 2px solid #fff; 
					margin-left: 10px;
					float:right;
					width: 2px; }

.nivo-prevNav {
    left:25px;
    top: 180px !important;
}
.nivo-nextNav {
	right:25px;
    top: 180px !important;
}

}

/* Small computer */
@media screen and (min-width: 1025px) and (max-width: 1259px) {
    .nivo-caption {
        float: right;
        position: relative;
        right: 6%;
        top: 85%;
        height: 60px;
        overflow: hidden;
        width: 600px;
        background-color: #221E1B;
        opacity: 0.8; /* Overridden by captionOpacity setting */
    }

    .nivo-header { 
            padding: 10px;
            float:left;
            color: #fff; 
            font-size: 22px;
            text-transform: uppercase;
			
    }
    .nivo-text { 
            padding-top: 5px;
            color: #fff; 
            font-size: 14px;
    }

	.nivo-divider { border-left: 2px solid #fff; 
					margin-left: 10px;
					float:right;
					width: 2px; }

.nivo-prevNav {
    left:50px;
}
.nivo-nextNav {
	right:50px;

}
}
/* Fullsize */
@media screen and (min-width: 1260px) {
    .nivo-caption {
        float: right;
        position: relative;
        right: 16%;
        top: 85%;
        height: 60px;
        overflow: hidden;
        width: 600px;
        background-color: #221E1B;
        opacity: 0.8; /* Overridden by captionOpacity setting */
    }

    .nivo-header { 
            padding: 10px;
            float:left;
            color: #fff; 
            font-size: 22px;
            text-transform: uppercase;
			
    }
    .nivo-text { 
            padding-top: 5px;
            color: #fff; 
            font-size: 14px;
    }

	.nivo-divider { border-left: 2px solid #fff; 
					margin-left: 10px;
					float:right;
					width: 2px; }
.nivo-prevNav {
	left:50px;
}
.nivo-nextNav {
	right:50px;
}
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {

    display:none;
      
}

.nivo-html-caption left {
   position:absolute; 
   left: 12% !important;    
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
    font-family:'Lato', arial, serif;
    font-size:80px;
	top:25%;
	z-index:9;
	cursor:pointer;
    color: #fff;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
