.slidee
{
	float: left;
	width: 100%;
}

.swiper-container
{
	width: 100%;
	height: 100%;
}

.swiper-slide
{
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img
{
	float: left;
	width: 100%;
}

h3
{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
    color: #EB081D;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
}

.frm
{
	float: left;
	margin-left: calc(50% - 470px);
	background-color: #da3537;
	border: 10px solid #EEE;
	width: 920px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.frm .item
{
	float: left;
	width: calc(100% - 80px);
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 10px;
}

.frm .item .name
{
	float: left;
	width: calc(50% - 20px);
	font-size: 16px;
	line-height: 34px;
	color: #FFF;
}

.frm .item .val
{
	float: right;
	width: calc(50% - 20px);
}

.frm .item input
{
	float: right;
	font-size: 16px;
	height: 34px;
	background-color: #FFF;
	color: #000;
	width: calc(100% - 10px);
	padding-left: 5px;
	padding-right: 5px;
	border: 0 none;
	border-radius: 0;
}

.frm .item select
{
	float: right;
	font-size: 16px;
	height: 34px;
	background-color: #FFF;
	color: #000;
	width: 100%;
	border: 0 none;
	border-radius: 0;
}

.frm .item textarea
{
	float: right;
	font-size: 16px;
	height: 19px;
	background-color: #FFF;
	color: #000;
	width: calc(100% - 10px);
	min-width: calc(100% - 10px);
	max-width: calc(100% - 10px);
	height: 120px;
	min-height: 120px;
	max-height: 120px;
	padding: 5px;
	border: 0 none;
	border-radius: 0;
}

.frm .item .radio_c
{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

.frm .item .radio_c .radio
{
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #FFF;
    margin-right: 10px;
    margin-top: 1px;
}

.frm .item .radio_c .desc
{
	float: left;
	color: #FFF;
	font-size: 14px;
}

.frm .item .btn
{
	font-size: 18px;
    height: 34px;
    width: 90px;
    text-align: center;
    background-color: #FFF;
    line-height: 34px;
    border: 2px solid #EEE;
    color: #000;
    float: right;
    cursor: pointer;
}
.frm .item .btn:hover
{
	color: #FFF;
	background-color: #000;
}

.banners .banner
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.error{
	color:white;
}