.general {
    width: 97%;
    margin: auto;
    position: relative;
    display: block;
    margin-top: 1.5em;
}

.social-bar {
	position: fixed;
	right: -39.5rem;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: 1rem;
	display: flex;
	transition: all .5s;
    border-radius: 0.5rem ;
}

.icon-facebook {
	background: #2E406E;
    height: 50px;
    margin-right: .9em;       
}

.icon iframe {
    padding: 0 0.4em;
    
}

.icon:hover {
	padding-right: 22.6rem;
    height: 223px;
    background: #DBDBDB;
    
    
}







.slideshow{
	width: 100%;
    max-width: 100%;
    height: auto;
	position: relative;
    margin-top: 15px;
}

.slider li, ul{
	width: 100%;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0.3;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}