#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	/* [disabled]background: #fcfcfc; */
	/* [disabled]background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
	/* FF3.6+ */
	/* [disabled]background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); */
	/* Chrome,Safari4+ */
	/* [disabled]background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
	/* Chrome10+,Safari5.1+ */
	/* [disabled]background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
	/* Opera11.10+ */
	/* [disabled]background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); */
	/* IE10+ */
	/* [disabled]background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); */
	/* W3C */
	/* [disabled]border: 1px solid #ccc; */
	/* [disabled]border-radius: 5px; */
	/* [disabled]-moz-border-radius: 5px; */
	/* [disabled]-webkit-border-radius: 5px; */
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 120px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 120px;
	max-height: 50px;
	height: 50px;
	border-style: none;
}

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: -3px;
	background: url(../images/button-next.png) no-repeat;
}

@media ( max-width : 768px) {
	.personalData>form>table>tbody>tr>td {
		width: 100% !important;
		display: block;
		box-sizing: border-box;
		box-sizing: border-box;
	}
	.personalData>form>table>tbody>tr {
		width: 100% !important;
		display: block;
	}
	.personalData>form>table {
		table-layout: fixed;
	}
	.personalData input[type="text"] {
		padding: 10px;
		width: 100% !important;
		overflow: hidden;
	}
	.personalData table {
		width: 100% !important;
		word-break: break-word;
		table-layout: fixed;
	}
	#copyright_all {
		background-color: #ffc89f;
		padding-top: 20px;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #cd9a68;
		padding-bottom: 20px;
		display: inline-block;
		width: 100%;
		line-height: 2em;
		box-sizing: border-box;
	}
}