/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 
ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
.demo .item{
            margin-bottom: 60px;
        }
		.content-slider{height:420px;}
		.content-slider li{
		    text-align: center !important;
		    color: #FFF;
			padding:0 ; 
			float:left;
			
		}
		.content-slider li iframe{width:820px !important; border:0px solid #333 !important; border-radius: 10px;}
		.content-slider h3 {
		    margin: 0;
		    padding: 0 0;
		}
		.content-slider_m{height:420px}
		.content-slider_m li{
		    text-align: center;
		    color: #FFF;
			padding:0 50px; 
			box-sizing:border-box;
		}
		.content-slider_m li iframe{width:100% !important; border:5px solid #fff !important; border-radius: 10px;box-sizing:border-box; }
		.demo{
			width: 80%;
			margin:0 auto;
		}
		.demo_m{
			width: 100%;
			margin:0 auto
		}


.lSSlideOuter {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {

}
.lSSlideWrapper {
    max-width: 80%;
	margin:0 10%;
	height:300px;

    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;


}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;

}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;

}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/



/* slider actions */
.lSAction > a {
    width: 60px;
    display: block;
    top: 60%;
    height: 60px;
    background-image: url('/images/main/controls2.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -60px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

