.carousel-wrapper {

    margin-right: 0 !important;
    position: relative;
    z-index: 900;
}

    .carousel-wrapper > div {
        padding: 0;
        margin: 0;
    }

.carousel-control.right, .carousel-control.left {
    background: transparent !important;
}

.carousel-indicators {
    bottom: 0;
    font-size: 6px;
}

.carousel {
    background: #fff;
    padding: 0;
}

    .carousel, .carousel > .item {
        overflow: hidden;
    }

.carousel-caption p, h1, h2, h3 {  
   
}

.carousel-holder {
				
	position: absolute; 
	left: 50%;
    margin-left: -250px;
    width: 500px;
	top:100px;
	
				}
.carousel-holder-mobile {
				
	padding-top:10px;
	
				}
		
.carousel-holder h2 {
	 font-size:40px;
     color: #fff;
	 font-family: 'Signika', sans-serif; font-weight: 700;
				}
.carousel-holder-mobile h2 {
	 font-size:30px;
     color: #fff;
	 font-family: 'Signika', sans-serif; font-weight: 700;
	margin-left:30px;
				}
.carousel-caption {
	position: relative;
	text-align:left;
	left: 0;
	top:0;
	padding:0;

}

.carousel-accentline
{
 	width:50%;
	height:8px;
}
.carousel-accentline-mobile
{
 	width:40%;
	height:8px;
	margin: 0 0 20px 30px;
}
.carousel-linkholder
{
	padding:10px;
}
.carousel-linkholder-mobile
{
	padding:10px;
	margin-left:15px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



@media (max-width: 1300px) { 

.carousel-holder {
	top:40px;
}
	.carousel-holder h2 {
	 font-size:30px;

				}	

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { }
/*
@media screen and (min-width: 768px)
{
	.carousel-caption 
	{ }
	.carousel-headline 
	{}

}*/
.sliderImageCaptionBg {
    background-color: #fff;
    opacity: .8;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.sliderGradient {
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
    height: 27px;
}

.innerSlider {
    position: relative;
    overflow: auto;
    height: 320px;
    max-width: 100% !important;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.39);
    -moz-box-shadow: 0 3px 9px 0 rgba(0,0,0,.39);
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.39);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=74, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=74,Color='#000000');
}

    .innerSlider li {
        list-style: none;
    }

    .innerSlider ul li {
        float: left;
    }

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

    .innerSlider li img {
        position: absolute;
        right: 0;
    }

    .innerSlider li .sliderImageCaption {
        position: absolute;
        bottom: 70px;
        left: 40px;
        max-width: 450px;
        max-height: 300px;
        overflow-y: hidden;
        z-index: 110;
        clear: both;
        color: #333;
        font-size: 18px;
        font-weight: 300;
        text-align: right;
        line-height: 19px;
    }

    .innerSlider li .sliderImageContainer {
        width: 100%;
        max-width: 100%;
        height: 268px;
        overflow: hidden;
        position: relative;
    }

    .innerSlider li {
        position: relative;
    }

.innerSliderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

ol.dots {
    margin: 0;
    padding: 0;
    position: absolute;
    margin: auto;
    bottom: -2px;
    left: 50%;
    z-index: 120;
    background-color: #fff;
    height: 14px;
}

    ol.dots li {
        cursor: pointer;
        display: inline-block;
        margin-top: 1px;
        margin-bottom: 8px;
        text-indent: -999em;
        background: url('/img/dot-grey.png') no-repeat center center;
        width: 11px;
        height: 11px;
    }

        ol.dots li.active {
            background: url('/img/dot-green.png') no-repeat center center;
        }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
