@media (max-width: 768px){
	.cbp-title-dark .cbp-l-grid-agency-title a{
	color:#e4dfdf;
	font-size:12px;
	}
}

@media (min-width: 768px){
	.cbp-title-dark .cbp-l-grid-agency-title a{
	color:#e4dfdf;
	font-size:14px;
	}
}

/*.cbp-title-dark .cbp-l-grid-agency-title a{*/
/*	color:#e4dfdf;*/
/*	font-size:16px;*/
/*}*/
.cbp-l-grid-agency-desc{
	font-size:14px;
}



.cbp-l-caption-body.mobile{
	display:none;
}
.cbp-l-caption-body.desktop{
	display:block;
}

@media (max-width: 768px) {
	.cube-portfolio .cbp-l-grid-agency-desc {
		font-size: 9px;
		padding-top:2px;
	}

	.cube-portfolio .cbp-l-grid-agency-desc .btn-u{
		font-size: 10px;
	}

	.cbp-l-caption-body.mobile{
		display:block;
	}
	.cbp-l-caption-body.desktop{
		display:none;
	}
}



.cbp-video-title a:hover{
	color:#999;
}

.cbp-video-title a:hover,
.cbp-video-title a strong:hover{
	color:rgb(0, 0, 0);
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 6px 25px;
}

.search-block {
	padding: 40px 0;
}

/*@media (min-width: 768px) {*/
	.g-blur { overflow: hidden; }
	.g-blur .wrapper,
	.g-blur .outside-more-articles {
		filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
		-webkit-filter: blur(7px);
		-moz-filter:blur(7px);
		-ms-filter: blur(7px);
		filter: blur(7px);
	}
	body.header-fixed-space-v2.g-blur { padding-top: 0; }
/*}*/

/*  */
.g-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(62,71,87,.5);
	z-index: 9992;
}
@media (max-width: 600px) {
  .g-popup-wrapper {
    display: none !important;
  }
}


/* Wait FB Block */
.g-popup {
	z-index: 9993;
	position: absolute;
	top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.g-popup--fb {
	width: 465px;
	background: #fff;
}
.g-popup--fb-title {
	background: #4867aa;
	color: #fff;
	position: relative;
}
.g-popup--fb-title:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 52px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0,0,0,0);
  border-right: 22px inset rgba(0,0,0,0);
  border-top: 22px solid #4867aa;
}
.g-popup--fb__logo {
	display: block;
	padding: 25px 30px;
}
.g-popup--fb-message {
	border-top: solid 1px rgba(255,255,255,.3);
	padding: 30px;
	font-size: 20px;
	line-height: 1.3;
}
.g-popup--fb-widjet {
	padding: 45px 30px 30px;
}
.g-popup__close {
	color: #333;
	position: absolute;
	line-height: .9;
	font-size: 26px;
	opacity: 1;
	top: -13px;
	right: -13px;
	border-radius: 50%;
}
.g-popup__close:hover {
	text-decoration: none;
	color: #333;
}
.g-popup--fb__close,
.g-popup--fb__close:hover {
	color: #4867aa;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe {
	width: 630px;
	background: #f7f7f7;
	padding: 70px 60px 50px;
	box-shadow: 0 0 5px #bbb;
}
.g-popup--subscribe h2 {
	margin: 0 0 30px;
}
.g-popup--subscribe .sky-form {
	border: none;
}
.g-popup--subscribe .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe .no-spam {
	font-size: 13px;
	color: #aaa;
	padding-top: 25px;
}
.g-popup--subscribe__close,
.g-popup--subscribe__close:hover {
	color: #bbb;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe2 {
	width: 560px;
	background: #e74c3c;
	color: #fff;
}
.g-popup--subscribe2-message {
	padding: 50px 50px 40px;
}
.g-popup--subscribe2-message .icon {
	font-size: 62px;
	float: left;
	margin: 10px 30px 0 0;
}
.g-popup--subscribe2 h3 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 10px;
}
.g-popup--subscribe2 p {
	margin-bottom: 0;
}
.g-popup--subscribe2 .sky-form {
	border: none;
	background: #b53c2f;
	padding: 40px 50px 35px;
}
.g-popup--subscribe2 .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe2 .sky-form .input input,
.g-popup--subscribe2 .sky-form .input input:active,
.g-popup--subscribe2 .sky-form .input input:focus,
.g-popup--subscribe2 .sky-form .input input:hover {
	background: #822b22;
	border-color: #822b22;
	color: #fff;
	box-shadow: none;
	height: 36px;
}
.g-popup--subscribe2 ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--subscribe2 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--subscribe2 ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--subscribe2 :-ms-input-placeholder {
  color: #fff;
}

.g-popup--subscribe2 .btn-default,
.g-popup--subscribe2 .btn-default.active,
.g-popup--subscribe2 .btn-default:active,
.g-popup--subscribe2 .btn-default.hover,
.g-popup--subscribe2 .btn-default:hover,
.g-popup--subscribe2 .btn-default.focus,
.g-popup--subscribe2 .btn-default:focus {
	color: #e74c3c;
	border-color: #fff;
	background: #fff;
}
.g-popup--subscribe2__close,
.g-popup--subscribe2__close:hover {
	color: #b53c2f;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe3 {
	width: 460px;
	height: 460px;
	background: #F2287D;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 110px 80px 80px;
}
.g-popup--subscribe3 h3 {
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.g-popup--subscribe3 p {
	margin-bottom: 30px;
}
.g-popup--subscribe3 .sky-form {
	border: none;
}
.g-popup--subscribe3 .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe3 .sky-form .input input,
.g-popup--subscribe3 .sky-form .input input:active,
.g-popup--subscribe3 .sky-form .input input:focus,
.g-popup--subscribe3 .sky-form .input input:hover {
	background: #822b22;
	border-color: #822b22;
	color: #fff;
	box-shadow: none;
	height: 36px;
}
.g-popup--subscribe3 ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--subscribe3 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--subscribe3 ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--subscribe3 :-ms-input-placeholder {
  color: #fff;
}

.g-popup--subscribe3 .btn-default,
.g-popup--subscribe3 .btn-default.active,
.g-popup--subscribe3 .btn-default:active,
.g-popup--subscribe3 .btn-default.hover,
.g-popup--subscribe3 .btn-default:hover,
.g-popup--subscribe3 .btn-default.focus,
.g-popup--subscribe3 .btn-default:focus {
	color: #e74c3c;
	border-color: #fff;
	background: #fff;
}
.g-popup--subscribe3__close,
.g-popup--subscribe3__close:hover {
	color: #b53c2f;
	background: #fff;
	top: 55px;
	right: 55px;
}




/*Blog video-posts
------------------------------------*/
.video-posts {
	padding:10px 0 10px;
}

.video-posts .dl-horizontal a {
	color: #555;
}

.video-posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.video-posts .dl-horizontal dt {
	width: 160px;
	float: left;
}

.video-posts .dl-horizontal dt img {
	width: 160px;
	height: 90px;
	padding: 1px;
	margin-top: 2px;
	border: solid 1px #555;
}

.video-posts .dl-horizontal dd {
	margin-left: 170px;
}

.video-posts .dl-horizontal dd p {
	margin: 0;
	font-size: 12px;
}

.video-posts .dl-horizontal dd a {
	font-size: 12px;
	color:#999;
	line-height: 16px !important;
}

.video-posts .dl-horizontal dd a:hover {
	color: #fff;
	text-decoration: none;
}

.video-posts .dl-horizontal:hover dt img,
.video-posts .dl-horizontal:hover dd a {
	color: #F2287D;
	border-color: #F2287D !important;
	transition: all 0.2s ease-in-out;
}

.video-posts .dl-horizontal dd h5{
	color: #ccc;
}

.video-zone{
	background: #1c1c1c;
}
@media (max-width: 768px) {
	.video-zone{
		padding: 0 0;
	}
}

@media (min-width: 992px) {
	.video-zone{
		padding: 0 0;
	}
}


.recommend-zone-title{
	padding-bottom:6px;
}


@media (min-width: 1680px){
	.copyright .container{
		width: 1660px;
	}
    .container {
		width: 1660px;
	}
	.video-zone{
		padding: 0 15px;
	}

	.recommend-zone-title{
		padding-bottom:0px;
	}
}

.video-info{
	background-color:#fff;
	padding:10px 10px;
	height:250px;
}


.change-button{
	margin:10px 0px 30px;
}


.recommend-zone{
	background-color:#fff;
	padding-top:10px;
}



.scrollbar
{
	float: left;
	height: 786px;
	width:100%;
	overflow-y: scroll;
	margin-bottom:20px;
}

.force-overflow
{
	min-height: 450px;
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #555;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #555;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #FFFFFF;
}

.breadcrumbs{
	margin-bottom:15px;
}

@media (max-width: 768px) {
	.breadcrumbs{
		margin-bottom:0px;
	}

	.recommend-zone{
		background-color:#1c1c1c;
	}

	.scrollbar
	{
		height: 100%;
		overflow-y: none;
	}

	.scrollbar::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
		background-color: rgba(0,0,0,0);
	}

	.scrollbar::-webkit-scrollbar
	{
		width: 6px;
		background-color: rgba(0,0,0,0);
	}

	.scrollbar::-webkit-scrollbar-thumb
	{
		background-color: rgba(0,0,0,0);
	}

	.video-info{
		background-color:#1c1c1c;
		padding:10px 10px;
		height:100%;
	}

}


.input-group-btn button{
	padding-top: 4px;
	background-color:#FFFFFF;
	color:#fff;
	transition: all 0.3s ease;

}
.input-group-btn button:hover{
	background-color:#FFFFFF;
}

@media (min-width: 768px){
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    	width: 600px;
	}
}

.btn-info1 {
    border: 1px #ddd solid;
    background: #fff;
    color: #424242;
}

/* Button Primary */
.u-btn-primary {
  color: #fff;
  background-color: #000000 !important;
}
.g-bg-primary-opacity-0_9 {
	color: black !important;
  background-color: #fff !important; }

@media (min-width: 768px){
	.bg-img-video{
	background-image: url("/static/img/rolips/pc_case_center.jpg");
	background-repeat: no-repeat;
 	/*background-size: 100% 100%;*/
	height: 500px !important;
	/*background-size: 200px 200px;*/
	/*background-size: 50% 50%;*/
	background-size: cover;
	opacity: 0.9;

	}
}

@media (max-width: 768px){
	.bg-img-video{
	background-image: url("/static/img/rolips/mobile_case_center.jpg");
	background-repeat: no-repeat;
 	/* background-size: 100% 100%; */
	/* height: 350px !important; */
	/* background-size: 200px 200px; */
	/* background-size: 50% 50%; */
	background-size: cover;

	}
	.display-mobile{
		display: none !important;
	}
}

/*flex布局后，item居中问题*/
/*http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html*/
.pagination{
	justify-content:center;
}
/* .page-link {
    position: relative !important;
    display: block !important;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e4dfdf;
    background-color: #383434f7;
    border: 1px solid #232323f7;
}
.page-item.active .page-link{
    z-index: 1;
    color: #e4dfdf;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.page-link:hover{
    z-index: 2;
    color: #e4dfdf;
    text-decoration: none;
    background-color: #000000;
    border-color: #000000;
}


.page-item.disabled .page-link{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fffffff7;
    border-color: #232323f7;
} */


/*Pagination*/
.blog-pagination{
    text-align: center;
}
 .blog-pagination ul {
     display: inline-block;
 }
 .pagination {
     margin-bottom: 30px;
 }
 .pagination li {
     /*display: inline-block;*/
     float: left;
 }
 .pagination li a {     
    color: #606060;
    font-size: 15px;     
    padding: 6px 10px;    
    font-weight: 500;
    line-height: 20px;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
    border-color: #000000;
    background: #000000;
}

.page-link:focus, .page-link:hover{
    color: #000000;
}


.bg-dark-video{
	background-color: #fffffff7 !important;
}

#scrollUp{
	right: 20px !important;
}

.u-btn-primary:hover{
	border-color: #000000 !important;
}