.form-check a{
	word-break: break-all;
}
.table-fs-wrap {
	overflow: auto;
}
.table-fs {
	width: 100%;
	min-width: 600px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}
.table-fs th {
	background-color: #C00000;
	color: #fff;
}
.table-fs tr:nth-child(odd) > td {
	background-color: #D0CECE;
}
.table-fs tr:nth-child(even) > td {
	background-color: #E7E6E6;
}
.table-fs tr > * {
	padding: 10px;
	border: 2px solid #fff;
}
.table-fs tr > td:last-child {
	text-align: left;
}

@media (max-width: 992px) {
	.table-fs {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.table-fs {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.table-fs {
		font-size: 10px;
	}
}

.youtube {
	background-image: url(/images/youtube.png) !important;
    height: 26px !important;
}

@media screen and (max-width: 810px) {
	.main-slider {
	    display: block !important;
	}
	/*.main-slider .slide {
	    height: 200px !important;
	}*/
	.main-slider .slide {
	    background-size: 100% 100% !important;
	    background-repeat: no-repeat !important;
	}
}

@media screen and (max-width: 410px) {
	/*.main-slider .slide {
	    height: 150px !important;
	}*/
}


