

.slider
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: auto;
	z-index: 2000;

	border-radius: 20px;
}

.slider table
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.slider img
{
	x-width: 100%;
	x-height: 100%;
}

.slider #big_logo
{
	position: absolute;
	left: 30px;
	top: 30px;
	x_display: block;
	display: none;
	width: 150px;
	height: 150px;
	opacity: 1;
	transition: opacity 0.5s ease;
}



.slider #slider_btns
{
	x_height: 30px;
	xmax-width: 500px;
	margin: auto;
	position: absolute;
	bottom: 10px;
	xleft: 25%;
	xright: 25%;
	left: 0px;
	text-align: center;
	width: 100%;
}

.slider #slider_btns a,
.slider #slider_btns a.active
{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: solid 2px #fff;
	margin: 0px 10px;
	text-decoration: none;
}

.slider #slider_btns a:hover
{
	background: none;
	border: solid 2px #fff;
}

.slider #slider_btns a.active
{
	background: none;
	border: solid 2px #fff;
}


.slider #slider_left,
.slider img#slider_left,
.slider img#slider_right
{
	display: block;
	vertical-align: middle;
	position: absolute;
	x-width: 50px;
	x-height: 50px;
	cursor: pointer;
	left: 0px;
	bottom: calc(50% - 28px);
}

.slider img#slider_right
{
	left: unset;
	right: 0px;
}





.slide
{
	display: block;
	height: 100%;
	width: 100%;
	padding: 0px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.slide img
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.slide div
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;

	color: #000;
	x-background: rgba(0,0,0,.5);

	font-size: 16px;
	font-weight: normal;
	text-decoration: none;

	vertical-align: bottom;
	font-family: CenturyGothic, arial;
	text-align: left;

	padding: 20px 0px 50px 0px;
	text-align: center;
}

.slide div b
{
	display: none;
	font-size: 30px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
}

.slide div i
{
	display: none;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-style: normal;
}

.slide div span
{
	display: none;
}





@media (max-width:640px) {


	.slider #big_logo
	{      
		left: 10px;
		top: 10px;
		width: 100px;
		height: 100px;
	}

	.slider img#slider_left,
	.slider img#slider_right
	{
		bottom: 20px;
	}

	.slide div
	{
		bottom: 0px;
		padding: 10px 0px 50px 0px;
	}

	.slide div b
        {
		font-size: 20px;
	}

/*
	.slider
	{
		width: 100vw;
		height: 180vw;
	}

	.slider img
	{
		xwidth: 340px;
		xheight: 141px;
	}


	.slider #slider_btns
	{
		bottom: 0px;
	}

	.slider #slider_btns a,
	.slider #slider_btns a.active
	{
		display: inline-block;
		width: 20px;
		height: 20px;
	}


	.slide
	{
		width: 100vw;
		height: 180vw;
		background: #047a95;
	}

        .slide img 
        {
		width: 100%;
		height: 80vw;
		position: relative;
	}

        .slide div
        {
		position: absolute;
        	left: 0px;
        	bottom: 0px;
        	width: 100%;
		min-height: 120px;
	
		padding: 0px;
		font-size: 14px;
		text-align: center;
	}
	
	.slide div b
        {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.slide div i
        {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
        .slide a
	{
		xfont-size: 12px;
		xline-height: 14px;
		xmargin: 10px 0px 0px 0px;
		xwidth: 100px;
	}

	.slide span
	{
		display: block;
	}

	.slider #slider_btns
	{
		display: none;
	}

*/
}


.slider a.qb
{
	display:none;
}

