@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
html {
    -ms-overflow-style: scrollbar;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    vertical-align: baseline;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h5 {
    margin-bottom: 5px;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

a,
button {
    font-family: inherit;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p {
    font-family: inherit;
    margin-bottom: 10px;
    color: #525252;
}

ol,
ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

button {
    border-color: transparent;
    background: 0 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-4 {
    padding-right: 4px;
}
.pb-4 {
    padding-bottom: 4px;
}

.custom-btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    color: #4e256b;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #4e256b;
    text-transform: uppercase;
    position: relative;
}

.custom-btn:after {
    border-color: transparent #4e256b #4e256b transparent;
    border-style: solid;
    border-width: 7px;
    content: ' ';
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
}

.custom-btn:hover {
    background: #4e256b;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group {
    margin-bottom: 25px;
}

/* ------------------------------
           #Top Head
------------------------------ */

.top-head {
    padding: 4px 0;
    border-top: 3px solid #eaebe7;
    border-bottom: 1px solid #eaebe7;
}

.time-and-temp li {
    display: inline-block;
    margin-right: 10px;
}

.top-head .social-icons li {
    display: inline-block;
    margin: 0 7px;
}

.top-head .social-icons li a {
    color: #555;
}

.btm-head {
    padding: 20px 0;
}

.logo {
    display: block;
    margin-top: 9px;
}

/* --------------------------------
         #Navigation 
------------------------------- */

.main-nav {
    border-bottom: 1px solid #eaebe7;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li {
    margin-right: 2px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    color: #a3a3a3;
}

.navbar-inverse {
    background-color: #191a1d;
    border-bottom: 5px solid #4e256b;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #4e256b;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #4e256b;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #4e256b;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #4e256b;
    border-radius: 0;
}

.navbar-nav .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: transparent;
    color: #ccc;
}
.navbar-nav .dropdown-menu > li > a {
    color: #fff;
}
/* --------------------------------
        #Main Content
--------------------------------- */
.top-content {
    padding: 30px 0;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: bold;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 42%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 47px;
    width: 47px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/left.png) no-repeat 11px 9px #101010;
    right: 0%;
}
.callbacks_nav.next:hover {
    background-color: #4e256b;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #101010;
    left: 0%;
}
.callbacks_nav.prev:hover {
    background-color: #4e256b;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 75%;
    left: 46%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span {
    font-weight: 700;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0px 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 0;
    width: 26px;
    height: 26px;
    padding: 0px 5px;
}

.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: '\f111';
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after {
    background: #ff4c4c;
}

.banner {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 280px;
}

.banner-top {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 464px;
}
.banner-top1 {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 464px;
}
.banner-top2 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 464px;
}

.banner-info {
    position: absolute;
    top: 57%;
    left: 7%;
    z-index: 999;
    text-align: left;
}

.banner-info h3 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-info h4 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
}
.banner-info h5 {
    color: #fff;
    padding-right: 15px;
    font-weight: 700;
}

.banner-info .category {
    background: #4e256b;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 12px;
}

.banner-info .posted-date {
    color: #fff;
    font-size: 12px;
}
.banner-overlay {
    position: relative;
}

.banner-overlay:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

.banner-right-top {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 280px;
}

.banner-right-btm {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 180px;
    margin-right: -4px;
}

.banner-right-btm2 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 180px;
    margin-left: 2px;
}

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
}
.cd-header-buttons li {
    display: inline-block;
}
.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.cd-search-trigger::before,
.cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
}
.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 12px;
    background: #fff;
    bottom: 22px;
    right: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: #000000;
    width: 100%;
    font-size: 1em;
    padding: 1.2em;
    letter-spacing: 1px;
    color: #fff;
}
.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}
.cd-search input::-moz-placeholder {
    color: #fff !important;
}
.cd-search input:-moz-placeholder {
    color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}
.cd-search input:focus {
    outline: none;
}
.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

/* --------------------------------
     #Main Grid Content
---------------------------------- */

.main-grid-content {
    padding-bottom: 30px;
}
/*.section-title {
    padding-left: 15px;
}*/
.section-title h4 {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: 1px solid #eaebe7;
    border-bottom: 1px solid #eaebe7;
    margin-bottom: 30px;
    margin-top: 0;
    background: #fbfbfb;
}

.grid-item {
    /* width: 33.3333%;
    float: left;
    padding-left: 15px;*/
    width: 32%;
    float: left;
    margin: 0 1%;
}

.grid-page .grid-item:first-child {
    margin-left: 0;
}

.grid-page .grid-item:nth-child(3) {
    margin-right: 0;
}

.grid-item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
}

.grid-item-title {
    font-weight: 700;
}

.grid-item-date {
    color: #a3a3a3;
}

.grid-item-text {
    margin-top: 5px;
}

/* -----------------------------
      Main List Content
-------------------------------- */

.main-list-content {
    padding-bottom: 30px;
}
/*.list-page {
    padding-left: 15px;
}
*/
.list-item {
    margin-bottom: 25px;
}

.list-page .list-item:last-child {
    margin-bottom: 0;
}
.list-item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 250px;
    float: left;
    margin-right: 25px;
}

.list-item-sm-img {
    width: 120px;
    height: 75px;
    position: relative;
    float: left;
}

.list-item-category {
    position: absolute;
    background: #4e256b;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}

.list-item-title {
    font-weight: 700;
    margin-top: 0;
}

.list-item-title a {
    color: #333;
}

.list-item-postedby {
    color: #a3a3a3;
    padding-right: 10px;
}

.list-item-title a:hover {
    color: #4e256b;
}

.list-item-date {
    color: #a3a3a3;
    padding-right: 10px;

}

.list-item-date-sm {
    font-size: 12px;
}
.list-item-text {
    margin-top: 5px;
}

.single-grid-item {
    width: 100%;
    margin-bottom: 25px;
}

.single-grid-item:last-child {
    margin-bottom: 0;
}

.single-grid-item-img {
    position: relative;
}

.grid-item-category {
    position: absolute;
    color: #fff;
    background: #4e256b;
    padding: 3px 6px;
}

/* --------------------------------
       #Footer 
-------------------------------- */

.top-footer {
    background: #191a1d;
    padding: 50px 0;
}

.footer-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.footer-list-page {
    padding-left: 0;
}

.footer-list-page .list-item-sm-img {
    width: 105px;
}

.footer-list-page .list-item-title {
    color: #fff;
}

.footer-para {
    color: #fff;
}

.footer-social {
    margin-top: 54px;
    margin-left: 0;
    margin-bottom: 15px;
}

.footer-social a {
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin-right: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


.footer-social a:hover {
    opacity: 0.5;
}

.footer-categories-list a {
    display: block;
    padding-bottom: 4px;
    color: #a3a3a3;
}

.footer-tags-list li {
    display: inline-block;
}

.footer-tags-list a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 12px;
    padding: 5px 7px;
    margin: 2px;
}

.footer-tags-list a span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 6px;
    background: rgba(0, 0, 0, 0.25);
    font-size: 9px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.btm-footer {
    background: #101010;
    padding: 30px 0 20px;
}

.btm-footer p {
    color: #fff;
    text-align: center;
}

.btm-footer p a {
    color: #a3a3a3;
}

.btm-footer .social-icons li {
    display: inline-block;
    margin: 0 7px;
}

.btm-footer .social-icons li a {
    color: #a3a3a3;
}

/* ---------------------------------
       Category List 
---------------------------------- */

.category-list {
    padding: 60px 0;
}

.category-listing-grid {
    margin-bottom: 50px;
}

.category-listing-grid > .grid-item-img {
    height: 400px;
}

.category-list-right-item {
    margin-bottom: 30px;
}
.social-icon-menu {
    clear: both;
    display: table;
}

.social-icon-menu li {
    float: left;
    margin: 0 2px 0;
}

.social-icon-menu li a {
    display: block;
    padding: 12px;
    background: #4e256b;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-icon-menu li a:hover {
    background: #101010;
}

.social-icon-menu li a i {
    font-size: 24px;
    width: 24px;
    text-align: center;
    vertical-align: top;
}

.category-list-right-item .list-item-sm-img {
    width: 105px;
}

/* ----------------------------
         #Adverise 
----------------------------- */

.advertise {
    padding-bottom: 30px;
}

/*--------------------------------
          Breadcrumb
-------------------------------  */

.breadcrumb-path {
    margin-top: 30px;
}

.breadcrumb-path li {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 32px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.06em;
}
.breadcrumb-path > li:after {
    right: -35px;
}
.breadcrumb-path li:after {
    content: '→';
    position: absolute;
    top: 53%;
    right: -25px;
    display: inline-block;
    font-style: normal;
    color: #333;
    transform: translateY(-60%);
    font-size: 15px;
}
.breadcrumb-path li:last-child {
    margin-right: 0;
    color: #4e256b;
}
.breadcrumb-path li:last-child:after {
    content: '';
    position: absolute;
    display: inline-block;
}
.breadcrumb-path a {
    display: inline;
    vertical-align: baseline;
    color: #333;
    transition: color 0.3 ease-in-out;
    -webkit-transition: color 0.3 ease-in-out;
}
.breadcrumb-path a:hover {
    color: #4e256b;
}

/* ------------------------------
       #Category Single & Misc
------------------------------- */
.category-single,
.about,
.advertise,
.privacy,
.contact {
    padding: 30px 0 60px;
}

.single-article {
    margin-bottom: 30px;
}

.single-article h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-article-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 375px;
    margin-bottom: 15px;
}

.single-article h3 {
    margin: 0;
    padding: 20px;
}

.single-article blockquote {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background: rgb(247, 247, 247);
    padding: 45px 50px 30px;
    border-width: 0px;
    margin: 40px 0px;
}

.single-article blockquote:before {
    position: absolute;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 24px;
    top: 0px;
    left: 50%;
    margin-left: -44px;
    color: #4e256b;
    padding: 8px 15px;
}

/* -----------------------------------
       #Main Video
------------------------------------ */

.main-video {
    padding-bottom: 60px;
}

.video-item {
    display: block;
}
.video-top {
    position: relative;
}

.video-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.video-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, border-color 0.3s;
}

.video-item:hover .video-icon {
    background-color: #4e256b;
}

.video-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 15px 25px;
    border-left-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -8px;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.video-item:hover .video-icon:after {
    border-left-color: #fff;
}

.video-duration {
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    left: 3px;
    bottom: 3px;
    color: #ffffff;
}
.video-item h4 {
    color: #333;
}
