.newsbalck{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../Images/glyphicons-halflings-black.png");
    background-position: -360px -48px;
    background-repeat: no-repeat;
}
.adbalck{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../Images/glyphicons-halflings-black.png");
    background-position: -24px -24px;
    background-repeat: no-repeat;
}
.OverEllipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
#Prev li:nth-child(3n+1)
{
    margin-left:0;
}
.backBlack
{
    background-image: url("../Images/glyphicons-halflings-black.png");
}
.mlr20
{
    margin:0 20px;
}
.m20
{
    margin:20px;
}
.m5
{
    margin:5px;
}
.mt20
{
    margin-top:20px;
}
.mt0
{
    margin-top:0px;
}
.mb20
{
    margin-bottom:20px;
}
.ml20
{
    margin-left:20px;
}
.mr20
{
    margin-right:20px;
}
.mb10
{
    margin-bottom:10px;
}
.pl5 
{
    padding-left:5px;
}
.tc
{
    text-align:center;
}
.Pos-R
{
    position:relative;
}
.addbnt
{
    background-position: -408px -97px;
    padding: 3px 5px 2px;
    float: right;
    margin: 12px 11px 0 0;
}
.table tr:hover
{
    background: none repeat scroll 0 0 #e4e4e4;
    border-color: #D9D9D9;
}
#file_upload
{
    float:left;
}
.progress
{
    width:90%;
}
.btnNew {
    padding: 3px 5px 2px;
    float: right;
    margin: 5px 5px 0 0;
    width: 60px;
}
.btn1 {
    margin: 5px 0px 5px 10px;
}
.btn2 
{
    margin: 8px;
    float: right;
}
.btn3
{
    margin-top: 15px;
}
.imgBox1
{
    border: 1px solid #ccc;
    position: relative;
    width: calc(100% - 2px);
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#Prev1 li:nth-child(3n+1)
{
    margin-left:0px;
}
.imgBoxMask1
{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-top: -100%;
    background-color: black;
    z-index: 99;
    position: relative;
    opacity: 0.3;
}
.imgBoxMask2
{
    width: 100%;
    top: 0%;
    z-index: 99;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity: 0;
}
.imgBox:hover .imgBoxMask2
{
    top: 40%;
    opacity: 1;
}

.imgBoxMask3
{
    position: relative;
    opacity: 0.3;
    width: 100%;
    height: 30px;
    margin-top: -30px;
    background-color: black;
    z-index: 99;
}
.imgBoxMask4
{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: -30px;
    z-index: 99;
    font-size: 12px;
    line-height: 30px;
    text-indent: 10px;
    color: white;
}
.imgBox1 a
{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.modal
{
    position: fixed;
    left: 0;
    z-index: 1050;
    margin: 5% 30% 30% 30%;
    width: 40%;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
@media (max-width: 767px)
{
.modal
{
    position: fixed;
    left: 0;
    z-index: 1050;
    margin: 5% 0% 30% 0%;
    width: 80%;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
}


@-webkit-keyframes elasticInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		-webkit-animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-webkit-animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: translateY(-10px);
		-webkit-animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes elasticInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-1000px);
		-moz-animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
		-moz-animation-timing-function: ease-in-out
	}

	80% {
		-moz-transform: translateY(-10px);
		-moz-animation-timing-function: ease-in-out
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes elasticInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-1000px);
		-o-animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
		-o-animation-timing-function: ease-in-out
	}

	80% {
		-o-transform: translateY(-10px);
		-o-animation-timing-function: ease-in-out
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes elasticInDown {
	0% {
		opacity: 0;
		transform: translateY(-1000px);
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
		animation-timing-function: ease-in-out
	}

	80% {
		transform: translateY(-10px);
		animation-timing-function: ease-in-out
	}

	100% {
		transform: translateY(0)
	}
}

.elasticInDown {
	-webkit-animation-name: elasticInDown;
	-moz-animation-name: elasticInDown;
	-o-animation-name: elasticInDown;
	animation-name: elasticInDown
}
.a {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s
}
.CoverItem-10
{
    border:1px solid #eee;
    width: calc(10% - 12px);
    margin: 10px 0 0 10px;
    float: left;
    padding-bottom: calc(10% - 12px);
    height: 0;
    overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.CoverItem-10 .PrevFile{
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}
.fullScreen
{
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    overflow:hidden;
    text-align:center;
}
.fullScreen video
{
    width: 100%;
    height: 100%;
}
.fullScreen audio
{
    width: 80%;
    height: 10%;
    top: 40%;
    position: absolute;
    left: 10%;
}
.fullScreen img
{
    max-width: 100%;
    max-height: 100%;
}
.selectpicker
{
    background-color:White;
}
.dateinput
{
    cursor: pointer !important; 
    background-color: transparent !important;
    border-color: transparent !important;
    width: 125px !important;
    color: white !important;
    padding: 0 20px !important;
    margin: 0px 0 0 5px !important;
    height:40px !important;
    line-height:40px !important;
}
#NewsContent
{
    text-align:center;
}
#NewsContent div
{
    display:block;
    width:100%;
    padding-bottom:20px;
}
#NewsContent div span
{
    display:block;
    text-align:left;
    text-indent:32px;
    line-height: 30px;
}
#NewsContent img,#NewsContent video
{
    max-width:50%;
    max-height:400px;
    padding-bottom:20px;
}
#NewsContent audio
{
    width:100%;
    padding-bottom:20px;
}