﻿
.cspt {
    cursor: pointer !important;
}

.video a.title {
    font-weight: 500;
    color: #000;
    text-decoration: auto !important;
}

    .video a.title:hover {
        font-weight: 500;
        color: #bb9f9f !important;
        text-decoration: auto !important;
    }

    .video a.title:visited {
        font-weight: 500;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.video a.title-italic {
    font-weight: 500;
    font-style: italic;
    color: #000;
    text-decoration: auto !important;
}

    .video a.title-italic:hover {
        font-weight: 500;
        font-style: italic;
        color: brown !important;
        text-decoration: auto !important;
    }

    .video a.title-italic:visited {
        font-weight: 500;
        font-style: italic;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.video a.title-normal {
    font-weight: 400;
    color: #000;
    text-decoration: auto !important;
}

    .video a.title-normal:hover {
        font-weight: 400;
        color: brown !important;
        text-decoration: auto !important;
    }

    .video a.title-normal:visited {
        font-weight: 400;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

.video a.title-normal-italic {
    font-weight: 400;
    font-style: italic;
    color: #000;
    text-decoration: auto !important;
}

    .video a.title-normal-italic:hover {
        font-weight: 400;
        font-style: italic;
        color: brown !important;
        text-decoration: auto !important;
    }

    .video a.title-normal-italic:visited {
        font-weight: 400;
        font-style: italic;
        color: #1e4d8a;
        text-decoration: auto !important;
    }

a.vd-active {
    color: darkgreen !important;
}
a.vd-active h3 {
    color: darkgreen !important;
}
.video a {
    cursor: pointer !important;
    text-decoration: auto !important;
}

.video p {
    text-decoration: auto !important;
}
.vd-view-intro {
    font-size:17px;
    line-height:1.6;
}
.video .title {
    font-weight: bold !important;
    line-height: 1.5;
}

.video .vd-view-title {
    text-transform: uppercase;
    line-height:1.5;
}

.video .vdborder {
    border: 1px solid #f4faf7;
}

.video .icon {
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video .quick-alo-ph-circle {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    border: solid 1px #fff;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding-right: 0;
    -webkit-animation-name: vdplayer;
    animation-name: vdplayer;
}
.video .icon i {
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    background: #feae14;
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity:0.8;
}
.video .intro {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    z-index: 2;
    margin: auto;
    padding: 10px;
    text-align: justify;
    opacity:0;
    width:100%;
}
    .video .intro .view {
        color: white;
        font-size: 16px;
    }
    .video .intro:hover {
        opacity: 1;
        transition: .1s ease;
    }
.vdcontent:hover .icon {
    left: 89%;
    opacity: 0.5;
    transition: .5s ease;
}
    @-webkit-keyframes vdplayer {
        25% {
            -webkit-transform: scale(1.3);
            transform: scale(1.15);
            opacity: 0
        }

        75% {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            opacity: 1
        }
    }

    @keyframes vdplayer {
        25% {
            -webkit-transform: scale(1.3);
            transform: scale(1.15);
            opacity: 0
        }

        75% {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            opacity: 1
        }
    }