body {
	/*background-color:#4A0000;*/
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#fff;*/
	margin:0;
	height:100%
}

#wrapper {
	width:1010px;
	height:604px;
	margin-left:-505px;
	margin-top:-302px;
	/*background-color:#4A0000;*/
	position:absolute;
	top:50%;
	left:50%;
}

#header {

	height:128px;

	}
    
/*Navigation*/

#menu
{
	background-color:#555;
	height:50px;
	/*position: relative;*/
	/*width: 1010px;*/
	margin: 0 auto;	
}

#menu ul{
	margin:0px;
	padding:7px;
}
    
#menu ul li {
    display: inline;
    list-style:none;
	margin-bottom:5px;
	margin-left:10px;
	color:#fff;
}

#content {
	height:500px;
	/*background:transparent url(img/content_bg.jpg) no-repeat center;*/
}

#footer{
	background:#343a40;
	height:40px;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:11px;
	text-align:center;
	clear:both;
	color:#fff;
	padding-top:5px;
}



a{	
	color:#eda414;
}

	

a:hover{
	color:#f6e95d;
	text-decoration:underline;
}

.fakeimg {
height: 200px;
background: #aaa;
}

.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

#slide{
	position: relative;
	background: #eee;
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;*/
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	width: auto;
	/*height: 50%;*/
  }

.swiper-slide {

	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }