.container{
    margin: 0 0 30px;
    overflow: hidden;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

h4.mvp-widget-home-title {
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #ff0000;
}

#mvp-home-widget-wrap, .mvp-widget-home {
    width: 100%;
}

.mvp-widget-dark-wrap {
	background: #212121;
	padding: 40px 0 60px;
	width: 100%;
	}
	
	.mvp-main-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.mvp-widget-home-head {
    float: left;
    position: relative;
    width: 100%;
}

h4.mvp-widget-home-title {
    float: left;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.mvp-widget-dark-main, .mvp-widget-dark-feat {
    width: 100%;
}
.mvp-widget-dark-left {
    width: 61.66666666666%;
}
.mvp-widget-dark-right {
    margin-left: 1.66666666%;
    width: 36.6666666666%;
}
.left {
    float: left;
}
.relative {
    position: relative;
}
.mvp-widget-dark-right a:first-child .mvp-widget-dark-sub {
    margin-top: 0;
}
.mvp-widget-dark-sub {
    margin-bottom: 14px;
    width: 100%;
}
.mvp-widget-dark-sub-out {
    margin-left: 0;
    width: 100%;
}
.right{
    float: right;
}
.mvp-widget-dark-sub-img {
    -webkit-backface-visibility: hidden;
    background: #000;
    line-height: 0;
    margin-right: 15px;
    overflow: hidden;
    width: 167px;
}
.mvp-widget-dark-sub-in {
    margin-left: 182px;
}
.mvp-widget-dark-sub-text {
    width: 100%;
}
.mvp-cat-date-wrap {
    margin-bottom: 7px;
    width: 100%;
}
.mvp-widget-dark-sub-text h2 {
    color: #fff;
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    opacity: 1;
    width: 100%;
    margin:0;
}
span.mvp-cd-cat, span.mvp-cd-date {
    color: #777;
    display: inline-block;
    float: left;
    font-size: .7rem;
    line-height: 1;
}
span.mvp-cd-cat {
    font-weight: 700;
    text-transform: uppercase;
}
span.mvp-cd-date {
    font-weight: 400;
    margin-left: 5px;
}
span.mvp-cd-cat, span.mvp-cd-date {
    color: #777;
    display: inline-block;
    float: left;
    font-size: .7rem;
    line-height: 1;
}
span.mvp-cd-date:before {
    content: "/";
    margin-right: 5px;
}
.mvp-widget-home:first-child {
    margin-top: 0;
}
.mvp-mob-img {
    display: none !important;
}


.mvp-widget-dark-feat-img {
    background: #000;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 452px;
}

/*--------icon-------------*/
.mvp-fly-top:hover, .mvp-vid-box-wrap, ul.mvp-soc-mob-list li.mvp-soc-mob-com {
    background: #0be6af;
}


.mvp-vid-box-wrap i {
    margin-top: 13px;
}

.mvp-vid-box-small i {
    margin-top: 9px;
}
.mvp-vid-marg i {
    margin-left: 4px;
}

.mvp-vid-marg-small i {
    margin-left: 2px;
}





.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.mvp-vid-box-wrap {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    opacity: .9;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    width: 46px;
    height: 46px;
}

.mvp-vid-box-small {
    font-size: 12px;
    top: 15px;
    left: 15px;
    width: 28px;
    height: 28px;
}

.mvp-widget-dark-feat-text {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    padding: 100px 2.702702703% 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}