
.header-image{
    /*height: 100%;*/
    max-height: 570px;
    overflow: hidden;
}

/*
div.slider-container{
    position: relative;
    height: 100%;
    max-height: 570px;
    z-index: 1;
}

div.slider-container ul{
    margin: 0 0 0 0;
    list-style: none;
    padding: 0 0 0 0;
}
*/


.siteInner{
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    height: 100%;
}

.bx-controls{
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.bxslider{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.bxslider li{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	height: 570px;
	width: 100%;
}

#slider_navi{
	position: absolute;
	bottom: 0;
	left: 45%;
	z-index: 2;
}



.bx-wrapper .bx-pager{
    border-radius: 5px;
    background: url(../images/slider_nav_bg.png) repeat top left transparent;
    text-align: left;
    padding: 10px 20px;
    width: auto;
    left: 30px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background: #eae5d5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #ffffff;
}

.seekable{
	position: absolute;
    top: 20%;
	left: 40px;
	/*display: none;*/
    opacity: 0;
}



.sliderBox{
    background: url(../images/sliderBox_bg.png) repeat top center transparent;
    width: 600px;
    padding: 30px 50px;
    box-sizing: border-box;
}

.sliderBox .csucsok{
    position: absolute;
    top: 20px;
    left: -25px;
    background: url(../images/sliderBoxCsucsok.png) no-repeat top center transparent;
    width: 61px;
    height: 106px;
    background-size: cover;
}

.sliderBox .title{
    font-size: 52px;
    line-height: 54px;
    color: #fefefe;
    margin-bottom: 10px;
    display: block;
}

.sliderBox p, .sliderBox p a{
    white-space: normal;
    color: #a0d3d1;
    font-size: 16px;
    line-height: 20px;
}

.sliderBox .sliderBtn{
    display: inline-block;
    font-size: 22px;
    line-height: 57px;
    color: #a9d8dc;
    background: #035458;
    border-radius: 5px;
    padding: 0 50px 0 20px;
    margin-top: 10px;
}

/*

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

*/


@media (max-width: 1375px) {

    .sliderBox{
        padding: 20px 30px !important;
        width: 480px;
    }

    .sliderBox .title{
        font-size: 42px;
        line-height: 44px;
    }

    .sliderBox .csucsok{
        height: 75px;
        width: 43px;
        left: -18px;
    }

    .sliderBox .sliderBtn{
        font-size: 20px;
    }


    .bxslider li{
        height: 450px;
    }

}




@media (max-width: 1075px) {

    .sliderBox{
        width: 450px;
    }

    .sliderBox .title{
        font-size: 34px;
        line-height: 36px;
    }

    .sliderBox p, .sliderBox p a{
        font-size: 14px;
        line-height: 18px;
    }

    .sliderBox .sliderBtn{
        font-size: 16px;
        line-height: 40px;
    }

    .seekable{
        top: 10%;
    }

    .bxslider li{
        height: 350px;
    }

}
@media (max-width: 850px) {
    .bxslider li{
        height: 300px;
    }
}
  
@media (max-width: 700px) {
    .bxslider li{
        height: 250px;
    }
	.bx-wrapper .bx-pager {display:none;}
	.seekable.seekable1.sliderBox .title {
		font-size: 16px;
	}
	a.sliderBtn {
		font-size: 12px!important;
		
	}
	.seekable.seekable1.sliderBox {
		    padding: 10px 0px 10px 32px!important;
			margin: 0px!important;
			top:10px;
			left: 15px;
			width:320px;
			line-height: 19px;
	}
	.sliderBox p, .sliderBox p a {
		font-size: 12px;
		margin: 0px;
}
	
}
  
@media (max-width: 580px) {
    
    .bxslider li{
        height: 200px;
    }
}

@media (max-width: 520px) {
    .sliderBox .sliderBtn {
		font-size: 10px!important;
	}
}
@media (max-width: 440px) {
    .bxslider li{
        height: 180px;
    }
}

@media (max-width: 400px) {
    .bxslider li{
        height: 150px;
    }
	.seekable.seekable1.sliderBox {
		    padding: 10px 0px 10px 32px!important;
			margin: 0px!important;
			top:8px;
			left: 5px;
			width:320px;
			line-height: 14px;
	}
}
@media (max-width: 330px) {
    .bxslider li{
        height: 130px;
    }
	.sliderBox .title {
    font-size: 34px;
    line-height: 15px;
	}
	.sliderBox .sliderBtn {
		margin-top: 0px;
	}
}