/*	SlideShow for X-Creamy Styling
---------------------------------------------- */

#page-header > #search-box {
    display: none;
}

.carousel-indicators {
	bottom: 15px;
}

.slideweuni-title > h1 {
	margin-right: 0;
}

.slideweuni-title > h5 {
	margin-top: 2px;
}

.slideweuni-headerbar {
	background-color: #b1a188;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 7px;
}

#main-sliderwe{
	position: inherit;
}

.search-box .inputbox {
	background-image: none;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 24px;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px;
}

#search-box-we {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 45px;
	margin-top: 30px;
	z-index: 2;
}

.carousel-control.left {
	top: 4px;
	bottom: 4px;
	left: 4px;
}

.carousel-control.right {
	top: 4px;
	bottom: 4px;
	right: 4px;
}

.inventea-sitename {
	padding: 0 0 0 170px;
}

@media only screen and (max-width: 2570px), only screen and (max-device-width: 2570px) {
	.inventea-sitename {
		top: 85px;
		padding: 0 0 0 300px;
	}
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {
	.inventea-sitename {
		top: 60px;
		padding: 0 0 0 200px;
	}
}

@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
	.inventea-sitename {
		top: 35px;
		padding: 0 0 0 120px;
	}
	#search-box-we {
	margin-right: 10px;
	margin-top: 10px;
	}
	.text-border {
		font-size: 28px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		font-size: 25px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.slideweuni-title {
		display: block;
	}
	.inventea-sitename {
		display: none;
	}
	.carousel-indicators {
		display: none;
	}
	.glyphicon	{
		top: 40% !important;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		font-size: 13px;
	}
	.slideweuni-headerbar {
		margin-left: -5px;
		margin-right: -5px;
		border-radius: unset;
	}
	body {
		border-top: unset;
	}
}