.yontemSlider {
	 width:100%;
	 position: relative;
	 display: block;
	 overflow:hidden;
}
.yontemSlider:after {
    content: '';
	display: block;
}
.yontemSlider ul.sliderItem li .sliderThumb, .yontemSlider:after {
	height: 587px;
}
.yontemSlider ul.sliderItem { margin:0; padding:0; list-style-type:none;}
.yontemSlider ul.sliderItem li {
   display: none;
}
.yontemSlider ul.sliderItem li .sliderThumb {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    overflow: hidden;
    position: relative;
}
.yontemSlider ul.sliderNavs {
	bottom: 20px;
	display: none;
	left: 50%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.yontemSlider ul.sliderNavs li {
	background: #fff none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	height: 12px;
	margin-right: 4px;
	width: 12px;
	border-radius: 100%
}
.yontemSlider ul.sliderNavs li.activeSlider {
	background: #db3939 none repeat scroll 0 0;
}

.yontemSlider .sliderDesc {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 175px;
    width: 100%;
}
.yontemSlider .sliderDescContent { width:550px; }
.yontemSlider .sliderDescContent h3 {
    color: #fff;
}
.yontemSlider .sliderDescContent h3:nth-child(1) {
	font-size: 51px;
	font-family: dosisBold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.yontemSlider .sliderDescContent h3:nth-child(2) {
	font-size: 18px;
	font-family: dosisRegular;
    line-height: 1.6;
}
.yontemSlider .detailInfo {
	background: #be1522 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 42px;
    margin-top: 20px;
    padding-top: 9px;
    text-align: center;
    width: 145px;
}
.yontemSliderBtn {
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 335px;
    width: 1115px;
}
.yontemSlider a.prev, .yontemSlider a.next {
	cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    width: 48px;
}
.yontemSlider a.prev{
    background: url("../images/sliderPrev.png") no-repeat scroll 0 0 transparent;
	right:60px;
}

.yontemSlider a.next{
    background: url("../images/sliderNext.png") no-repeat scroll 0 0 transparent;
	right:0;
}
.yontemSlider a.prev:hover{ }

.yontemSlider a.next:hover{ }


/*.yontemSlider a.play{
    background: url("image/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.yontemSlider a.pause{
    background: url("image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}*/


@media only screen and (min-width:319px) and (max-width:479px) {

.yontemSlider ul.sliderItem li .sliderThumb, .yontemSlider::after {
    height: 300px;
}
.yontemSlider .sliderDescContent {
    width: 320px;
}
.yontemSlider .sliderDesc {
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 120px;
    width: 320px;
}
.yontemSlider .sliderDescContent h3:nth-child(1) {
    font-size: 28px;
}
.yontemSlider .sliderDescContent h3:nth-child(2) {
    display: none;
}
.yontemSlider .detailInfo {
    display: none;
}
.yontemSliderBtn {
    display: none;
}



}

@media only screen and (min-width:360px) and (max-width:479px) { }

@media only screen and (min-width:479px) and (max-width:767px) { 
.yontemSlider ul.sliderItem li .sliderThumb, .yontemSlider::after {
    height: 300px;
}
.yontemSlider .sliderDescContent {
    width: 480px;
}
.yontemSlider .sliderDesc {
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 120px;
    width: 480px;
}
.yontemSlider .sliderDescContent h3:nth-child(1) {
    font-size: 36px;
}
.yontemSlider .sliderDescContent h3:nth-child(2) {
    display: none;
}
.yontemSlider .detailInfo {
    display: none;
}
.yontemSliderBtn {
    display: none;
}



}

@media only screen and (min-width:600px) and (max-width:767px) { 
.yontemSlider ul.sliderItem li .sliderThumb, .yontemSlider::after {
    height: 450px;
}
.yontemSlider .sliderDesc {
    top: 180px;
}
.yontemSlider .sliderDescContent h3:nth-child(1) {
    font-size: 48px;
}

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
.yontemSliderBtn {
    width: 768px;
}
}

@media only screen and (min-width: 991px) and (max-width: 1200px) { 
.yontemSliderBtn {
    width: 990px;
}

}

@media only screen and (min-width : 1824px) { 

.yontemSlider ul.sliderItem li .sliderThumb, .yontemSlider::after {
    height: 750px;
}
.yontemSlider .sliderDesc {
    top: 240px;
}
.yontemSliderBtn {
    top: 500px;
    width: 1295px;
}

}