.center-block {
  .center-block();
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.btn-primary {
    color: #fff;
    background-color: #0a9cff !important;
    border-color: #0a9cff !important;
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.filter .btn-default {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn-primary:hover {
    color: #f2559c;
    background-color: #000 !important;
    border-color: #f2559c !important;
}

#searchModal {
	color: #000 !important;
}

#searchModal .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 0.5rem;
}

.model-info {
	font-size: 18px;
    	display: flex;
    	font-weight: 600;
    	padding: 2em !important;

}

.item-grid img {
	height: auto !important;
}

button.plyr__control--overlaid {
	background: url('/images/icon-play.png');
	width: 128px !important;
	height: 128px !important;
}
button.plyr__control--overlaid:hover {
	background: url('/images/icon-play.png') !important;
}

a.close-popup {
    right: 18px !important;
    top: 6px !important;
}

@media (max-width:990px) {
	.player .tags {
	    top: auto;
	    left: auto;
	    bottom: -80px;
	    padding: 20px 0 !important;
	    width: 100%;
	    text-align: center;
	}

	.video-detail {
	    margin-top: 60px;
	}
}

@media (max-width:767px) {
	.main {
		margin-top: 0.5rem;
	}

	.item-grid img {
		height: auto !important;
	}

	.model-info {
		padding: 0 !important;
		padding-bottom: 2em !important;

	}

	.player .tags {
	    bottom: -80px;
	    padding: 20px 0 !important;
	}

	.video-detail {
	    margin-top: 60px;
	}
}

@media (max-width:310px) {
	.player .free-tag {
		padding: 0.5em 0.25em !important;
		font-size: 13px !important;
	}
}
