body {
    background-repeat: repeat;
    background-size: 200px 250px;
	margin-right:8px !important;
}
.container {
    width:90% !important;
}
#maindiv_animation_link {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    background-attachment: fixed;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    z-index: -1;
}
#loopvideo123{
	width: 100%; 
}
.margin-top{
	margin-top:35px;
}
.card {
	margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 3px solid #1997c6;/*#6b15a1;*/
    border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 2px 5px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
.card-related {
	border-radius: 10px 10px 0 0;
	margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 2px 5px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
.card-header {
	border-radius: 10px 10px 0 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #d1d4d7;
    margin-bottom: 0;
    padding: 20px;
}
.card-header > i {
    margin-right: 0.5rem;
}
.mr-1 {
    margin-right: 1rem !important;
}
.card-block {
    flex: 1 1 auto;
    margin-bottom: -5px;
}
.card-block-related {
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #f8f9fa;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 660px;
}
.card-footer {
	border-radius: 0 0 10px 10px;
    background-color: #f8f9fa;
    border-top: 1px solid #d1d4d7;
    padding: 10px 20px;
}
.card-footer ul {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center;
}
.text-muted {
    color: #d1d4d7 !important;
}
.custom-text-muted{
	color: #666 !important;
}
.mt-h {
    margin-top: 0.5rem !important;
}
.progress-xs {
    height: 4px;
}
.progress {
    background-color: #f5f6f8;
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
}
.bg-success {
    background-color: #4dbd74 !important;
    color: #fff !important;
}
.bg-info {
    background-color: #63c2de !important;
    color: #fff !important;
}
.bg-danger {
    background-color: #f86c6b !important;
    color: #fff !important;
}
.progress-bar {
    background-color: #20a8d8;
    color: #fff;
    height: 1rem;
}
.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center;
}
.cravler-img{
	display: none;
}
#soundmsg{
	color: #59595b; 
	position: absolute; 
	font-size: 14px; 
	padding: 7px 10px; 
	opacity: 0.7;
	margin-left:5px;
	margin-top:5px;
	background:rgba(255,255,255,0.8);
	border:1px solid #ddd;
	border-radius: 3px;
}
h3{
	margin-top: 5px;
}
h4{
	font-size: 22px;
}
.card-footer h5{
    line-height: 0.50rem;
}
.related-list{
	padding:5px 10px;
	background:#fff;
	border-radius:4px;
	margin:2px 0;
	box-shadow: 0 0 4px #ddd;
}
.related-list-text{
	text-decoration: none;
}
.copytight{
        font-size: 13px;
    }
@media screen and (max-width: 767px) {
	.container {
		width:100% !important;
	}
	.related-list-text{
		font-size: 12px;
	}
	.card-header h4{
		font-size: 15px;
	}
	.card-block-related {
	    overflow-y: scroll;
	    overflow-x: hidden;
	    max-height: 400px
	}
    #soundmsg{
        font-size: 10px; 
    }
    .card-footer h3{
        font-size: 16px;
    }
    .card-footer h5{
        font-size: 11px;
        line-height: 0.30rem;
    }
    .copytight{
        font-size: 10px;
    }
}
.alert{
	margin:5px;
	margin-bottom:10px;
}