.videotitle {
    clear: both;
    font-size: 13px;
}

    .videotitle h1 {
        clear: both;
        display: block;
        padding: 0 0 9px 0;
        border-bottom: #ed1c24 1px solid;
        margin-bottom: 15px;
    }

        .videotitle h1 a, .videotitle h1 span {
            font-size: 24px;
            color: #ed1c24;
            font-weight: normal;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

/*VIDEO*/
.videolist {
    clear: both;
}

    .videolist h1 {
        font-size: 24px;
        color: #00a651;
        font-weight: normal;
        text-transform: uppercase;
        font-family: MyriadProRegular;
    }

    .videolist ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 0 0;
    }

    .videolist li {
        width: 180px;
        float: left;
        line-height: 1.4;
        margin-right: 25px;
    }

        .videolist li.nlast {
            margin-right: 0;
        }

        .videolist li.last {
            float: right;
            margin-right: 0;
        }

        .videolist li.sep {
            clear: both;
            float: none;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 20px;
        }

    .videolist a.avatar {
        display: block;
        float: left;
        width: 100%;
        height: 110px;
        overflow: hidden;
        margin-bottom: 5px;
        /*background: url(../images/video-item-bg.png) no-repeat center center;*/
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

        .videolist a.avatar img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 110px;
        }

    .videolist li a {
        color: #131313;
        font-weight: normal;
        text-transform: none;
    }

    .videolist li h4 {
        color: #131313;
    }

.videolist-i {
    clear: both;
    padding: 10px 0;
}

/*VIDEO DETAIL*/
.videodetail {
    clear: both;
    margin-bottom: 15px;
}

    .videodetail h1 {
        font-size: 24px;
        color: #131313;
        font-weight: normal;
    }

    .videodetail h5 {
        color: #131313;
        font-weight: normal;
        padding-top: 10px;
    }

    .videodetail p {
        clear: both;
        display: block;
        color: #131313;
        font-weight: normal;
        padding-top: 10px;
        line-height: 1.5;
    }

.videodetail-player {
    clear: both;
    min-height: 360px;
    background-color: #000;
}

.videodetail-i {
    clear: both;
}

.videocont {
    clear: both;
}

.videocont-l {
    float: left;
    width: 660px;
}

.videocont-r {
    float: right;
    width: 320px;
}

.videolike {
    clear: both;
    padding: 4px 0;
    height: 22px;
    overflow: hidden;
    border-top: #DEDEDE 1px solid;
    border-bottom: #DEDEDE 1px solid;
}

    .videolike ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .videolike ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

    .videolike .fb-like {
        margin-right: 15px;
        /*width: 90px !important;*/
    }

    .videolike .twitter-share-button {
        width: 90px !important;
    }

/*GALLERY*/
.gallerytitle {
    clear: both;
    font-size: 13px;
}

    .gallerytitle h1 {
        clear: both;
        display: block;
        padding: 0 0 9px 0;
        border-bottom: #ed1c24 1px solid;
        margin-bottom: 15px;
    }

        .gallerytitle h1 a, .gallerytitle h1 span {
            font-size: 24px;
            color: #ed1c24;
            font-weight: normal;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

.gallerylist {
    clear: both;
}

    .gallerylist h1 {
        font-size: 24px;
        color: #00a651;
        font-weight: normal;
        text-transform: uppercase;
        font-family: MyriadProRegular;
    }

    .gallerylist ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 0 0;
    }

    .gallerylist li {
        width: 190px;
        float: left;
        line-height: 1.4;
        padding-right: 10px;
    }

        .gallerylist li.last {
            float: right;
            padding-right: 0;
        }

        .gallerylist li.sep {
            clear: both;
            float: none;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 20px;
        }

    .gallerylist a.avatar {
        display: block;
        float: left;
        width: 100%;
        height: 110px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .gallerylist a.avatar img {
            float: left;
            width: 100%;
            height: 100%;
            min-height: 110px;
        }

    .gallerylist li a {
        color: #131313;
        font-weight: normal;
        text-transform: none;
    }

    .gallerylist li h4 {
        color: #131313;
    }

.gallerylist-i {
    clear: both;
    padding: 10px 0;
}

.gallerydetail {
    clear: both;
}

    .gallerydetail h1 {
        font-size: 24px;
        color: #131313;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .gallerydetail p {
        clear: both;
        font-weight: bold;
        color: #131313;
        line-height: 1.4;
    }

.gallerylike {
    clear: both;
    padding: 4px 0;
    height: 22px;
    overflow: hidden;
    border-top: #DEDEDE 1px solid;
    border-bottom: #DEDEDE 1px solid;
}

    .gallerylike ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .gallerylike ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

    .gallerylike .fb-like {
        margin-right: 15px;
        /*width: 90px !important;*/
    }

    .gallerylike .twitter-share-button {
        width: 90px !important;
    }

/*PHOTOLIST*/
.photolist {
    clear: both;
    padding: 20px 0 20px 0;
}

    .photolist ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 0 0;
    }

    .photolist li {
        width: 100%;
        float: left;
        clear: both;
    }

        .photolist li.sep {
            float: none;
            height: 20px;
        }

        .photolist li a.avatar {
            display: block;
            text-align: center;
            max-width: 100%;
            margin-bottom: 5px;
        }

            .photolist li a.avatar img {
                width: 500px;
            }

        .photolist li p {
            clear: both;
            text-align: center;
            font-style: italic;
            color: #0000cc;
            line-height: 1.4;
        }

/*OTHERGALLERY*/
.relativegalleries {
    clear: both;
}

    .relativegalleries h1 {
        font-size: 16px;
        color: #131313;
        font-weight: bold;
    }

    .relativegalleries ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 0 0;
    }

    .relativegalleries li {
        width: 160px;
        float: left;
        line-height: 1.4;
        padding-right: 10px;
    }

        .relativegalleries li.last {
            float: right;
            padding-right: 0;
        }

        .relativegalleries li.sep {
            clear: both;
            float: none;
            padding: 0;
            margin: 0;
            width: 100%;
            height: 20px;
        }

    .relativegalleries a.avatar {
        display: block;
        float: left;
        width: 100%;
        height: 110px;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .relativegalleries a.avatar img {
            float: left;
            width: 100%;
            height: 100%;
            min-height: 110px;
        }

    .relativegalleries li a {
        color: #131313;
        font-weight: normal;
        text-transform: none;
    }

    .relativegalleries li h4 {
        color: #131313;
    }

.relativegalleries-i {
    clear: both;
    padding: 10px 0;
}


/*AWARDLIST*/
.awardlist {
    clear: both;
}


.awardlist-item {
}

    .awardlist-item .avatar {
        display: block;
        max-height: 160px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        z-index: 0;
        border: #FFE160 3px solid;
        box-sizing: border-box;
    }

        .awardlist-item .avatar img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .awardlist-item .avatar i {
            position: absolute;
            z-index: 0;
            bottom: 0;
            left: 0;
            width: 32px;
            height: 32px;
        }

            .awardlist-item .avatar i.video {
                background: url(../images/video-icon.png) no-repeat center center;
            }

            .awardlist-item .avatar i.audio {
                background: url(../images/audio-icon.png) no-repeat center center;
            }

            .awardlist-item .avatar i.photo {
                background: url(../images/photo-icon.png) no-repeat center center;
            }

            .awardlist-item .avatar i.news {
                background: url(../images/news-icon.png) no-repeat center center;
            }

    .awardlist-item a {
        color: #131313;
        font-weight: normal;
        text-transform: none;
    }

    .awardlist-item h4 {
        color: #131313;
    }

/*RELATIVEAWARDS*/
.relativeawards {
    clear: both;
}

.relativeawards-item {
    clear: both;
}

    .relativeawards-item .avatar {
        display: block;
        float: left;
        width: 100%;
        max-height: 180px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        z-index: 0;
        border: #FFE160 2px solid;
        box-sizing: border-box;
    }

    .relativeawards-item a.avatar img {
        float: left;
        width: 100%;
        height: 100%;
    }

    .relativeawards-item .avatar i {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        height: 32px;
    }

        .relativeawards-item .avatar i.video {
            background: url(../images/video-icon.png) no-repeat center center;
        }

        .relativeawards-item .avatar i.audio {
            background: url(../images/audio-icon.png) no-repeat center center;
        }

        .relativeawards-item .avatar i.photo {
            background: url(../images/photo-icon.png) no-repeat center center;
        }

        .relativeawards-item .avatar i.news {
            background: url(../images/news-icon.png) no-repeat center center;
        }

    .relativeawards-item a {
        color: #131313;
        font-weight: normal;
        text-transform: none;
    }

    .relativeawards-item h4 {
        color: #131313;
    }


/*AWARDFORM*/
.awardform {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.awardformfield {
    clear: none;
    float: left;
    width: 190px;
    padding-right: 10px;
}

    .awardformfield.last {
        padding-right: 0;
    }

    .awardformfield label {
        float: none;
        display: block;
        padding-bottom: 3px;
        font-weight: bold;
    }

    .awardformfield .textbox {
        width: 100%;
        border: #CCCCCC 1px solid;
        text-indent: 5px;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .awardformfield .selectbox {
        width: 100%;
        border: #CCCCCC 1px solid;
        text-indent: 5px;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .awardformfield .button {
        border: 0;
        background-color: #D00000;
        color: #FFFFFF;
        padding: 5px 10px;
        min-height: 30px;
    }

/*MEDIA QUERY*/
@media (min-width:320px) {
    .videotitle h1 {
        margin-bottom: 10px;
    }

        .videotitle h1 a, .videotitle h1 span {
            padding: 0 10px;
        }

    .videolist h1 {
        padding: 0 10px;
    }

    .videolist li {
        clear: none;
        width: 50%;
        float: left;
        margin-right: 0;
        padding-right: 10px;
        box-sizing: border-box;
    }

        .videolist li.last {
            float: left;
        }

        .videolist li.sep {
            display: none;
        }

        .videolist li.m-sep {
            clear: both;
            float: none;
            width: 100%;
            display: block;
            height: 10px;
        }

    .videolist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
    }

    .videolist-i {
        padding: 0 0 0 10px;
    }

    .videocont-l {
        float: none;
        width: 100%;
    }

    .videocont-r {
        float: none;
        width: 100%;
    }

    .videodetail {
        margin-bottom: 10px;
    }

        .videodetail h1 {
            padding: 10px 10px 0 10px;
        }

    .videodetail-player {
        min-height: initial;
    }

    .videodetail-i {
        padding: 0 10px;
    }

    .videolike {
        padding: 4px 10px;
    }

    /*GALLERY*/
    .gallerytitle h1 a, .gallerytitle h1 span {
        padding: 0 10px;
    }

    .gallerylist li {
        clear: none;
        width: 50%;
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 10px;
        box-sizing: border-box;
    }

        .gallerylist li.last {
            padding-left: 10px;
            float: left;
        }

        .gallerylist li.sep {
            display: none;
        }

        .gallerylist li.m-sep {
            margin: 0;
            padding: 0;
            clear: both;
            float: none;
            width: 100%;
            display: block;
            height: 10px;
        }

    .gallerylist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
    }

    .gallerylist-i {
        padding: 0 0 0 10px;
    }

    .gallerydetail {
        padding: 0 10px;
    }

    .photolist {
        padding: 10px 10px;
    }

        .photolist li a.avatar {
            max-width: 100%;
        }

            .photolist li a.avatar img {
                width: 100%;
            }

    .gallerylike {
        padding: 4px 10px;
    }

    /*OTHERGALLERY*/
    .relativegalleries h1 {
        padding: 0 10px;
    }

    .relativegalleries li {
        width: 50%;
        float: left;
        margin: 0;
        padding-right: 10px;
        box-sizing: border-box;
    }

        .relativegalleries li.last {
            float: left;
            padding-right: 10px;
        }

        .relativegalleries li.sep {
            display: block;
            height: 10px;
        }

        .relativegalleries li.m-sep {
            margin: 0;
            padding: 0;
            clear: both;
            width: 100%;
            float: none;
            display: block;
            height: 10px;
        }

    .relativegalleries a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
    }

    .relativegalleries-i {
        padding: 10px 10px;
    }

    /*AWARD*/   
    /*.awardlist-item .avatar {
        width: 100%;
        max-height: 110px;
        margin-bottom: 5px;
    }*/

    /*RELATIVEAWARDS*/    

    /*.relativeawards .avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
    }*/

    /*AWARDFORM*/
    .awardformfield {
        clear: both;
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

        .awardformfield.last {
            margin-bottom: 0;
        }

            .awardformfield.last label {
                display: none;
            }
}

@media (min-width:481px) {

    .videolist a.avatar {
        height: 150px;
        margin-bottom: 10px;
    }

    .gallerylist a.avatar {
        height: 150px;
        margin-bottom: 10px;
    }

    .relativegalleries a.avatar {
        height: 150px;
        margin-bottom: 10px;
    }

    /*.awardlist-item .avatar {
        max-height: 150px;
        margin-bottom: 10px;
    }*/

    /*.relativeawards .avatar {
        height: 150px;
        margin-bottom: 10px;
    }*/
}

@media (min-width:641px) {

    .videolist a.avatar {
        height: 200px;
        margin-bottom: 10px;
    }

    .gallerylist a.avatar {
        height: 200px;
        margin-bottom: 10px;
    }

    .relativegalleries a.avatar {
        height: 200px;
        margin-bottom: 10px;
    }

    /*.awardlist-item .avatar {
        max-height: 200px;
        margin-bottom: 10px;
    }

    .relativeawards a.avatar {
        height: 200px;
        margin-bottom: 10px;
    }*/
}

@media (min-width:769px) {

    .videolist a.avatar {
        height: 250px;
        margin-bottom: 10px;
    }

    .gallerylist a.avatar {
        height: 250px;
        margin-bottom: 10px;
    }

    .relativegalleries a.avatar {
        height: 250px;
        margin-bottom: 10px;
    }

    /*.awardlist-item .avatar {
        max-height: 250px;
        margin-bottom: 10px;
    }

    .relativeawards a.avatar {
        height: 250px;
        margin-bottom: 10px;
    }*/
}

@media (min-width:981px) {
    .videotitle h1 {
        margin-bottom: 15px;
    }

        .videotitle h1 a, .videotitle h1 span {
            padding: 0;
        }

    .videolist h1 {
        padding: 0;
    }

    .videolist li {
        clear: none;
        width: 180px;
        padding-right: 0;
        margin-right: 25px;
    }

        .videolist li.last {
            float: right;
        }

        .videolist li.sep {
            display: block;
        }

        .videolist li.m-sep {
            display: none;
        }

    .videolist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .videolist-i {
        padding: 10px 0;
    }

    .videocont-l {
        float: left;
        width: 660px;
    }

    .videocont-r {
        float: right;
        width: 320px;
    }

    .videodetail {
        margin-bottom: 15px;
    }

        .videodetail h1 {
            padding: 0;
        }

    .videodetail-player {
        min-height: 360px;
    }

    .videodetail-i {
        padding: 0;
    }

    .videolike {
        padding: 4px 0;
    }

    /*GALLERY*/
    .gallerytitle h1 a, .gallerytitle h1 span {
        padding: 0;
    }

    .gallerylist li {
        clear: none;
        width: 180px;
        float: left;
        padding-right: 0;
        margin-right: 25px;
    }

        .gallerylist li.last {
            float: right;
        }

        .gallerylist li.sep {
            display: block;
        }

        .gallerylist li.m-sep {
            display: none;
        }

    .gallerylist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .gallerylist-i {
        padding: 10px 0;
    }

    .gallerydetail {
        padding: 0;
    }

    .photolist {
        padding: 20px 0 20px 0;
    }

        .photolist li a.avatar {
            max-width: 680px;
        }

            .photolist li a.avatar img {
                width: 500px;
            }

    .gallerylike {
        padding: 4px 0;
    }

    /*OTHERGALLERY*/
    .relativegalleries h1 {
        padding: 0;
    }

    .relativegalleries li {
        width: 25%;
    }

        .relativegalleries li.sep {
            display: block;
            height: 20px;
        }

        .relativegalleries li.m-sep {
            display: none;
        }

    .relativegalleries a.avatar {
        height: 110px;
        margin-bottom: 5px;
    }

    .relativegalleries-i {
        padding: 10px 0;
    }

    /*AWARD*/

    /*.awardlist-item a.avatar {
        width: 100%;
        max-height: 150px;
        overflow: hidden;
        margin-bottom: 10px;
    }*/

    /*RELATIVEAWARDS*/
   
    /*.relativeawards a.avatar {
        height: 110px;
        margin-bottom: 5px;
    }

    .relativeawards-i {
        padding: 10px 0;
    }*/

    .awardformfield {
        clear: none;
        float: left;
        width: 20%;
        padding: 0;
        padding-right: 10px;
        margin: 0;
    }

        .awardformfield.last {
            padding-right: 0;
        }

            .awardformfield.last label {
                display: block;
            }
}


@media (min-width:1201px) {
    .videotitle h1 {
        margin-bottom: 15px;
    }

        .videotitle h1 a, .videotitle h1 span {
            padding: 0;
        }

    .videolist h1 {
        padding: 0;
    }

    .videolist li {
        clear: none;
        width: 180px;
        padding-right: 0;
        margin-right: 25px;
    }

        .videolist li.last {
            float: right;
        }

        .videolist li.sep {
            display: block;
        }

        .videolist li.m-sep {
            display: none;
        }

    .videolist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .videolist-i {
        padding: 10px 0;
    }

    .videocont-l {
        float: left;
        width: 660px;
    }

    .videocont-r {
        float: right;
        width: 320px;
    }

    .videodetail {
        margin-bottom: 15px;
    }

        .videodetail h1 {
            padding: 0;
        }

    .videodetail-player {
        min-height: 360px;
    }

    .videodetail-i {
        padding: 0;
    }

    .videolike {
        padding: 4px 0;
    }

    /*GALLERY*/
    .gallerytitle h1 a, .gallerytitle h1 span {
        padding: 0;
    }

    .gallerylist li {
        clear: none;
        width: 180px;
        float: left;
        padding-right: 0;
        margin-right: 25px;
    }

        .gallerylist li.last {
            float: right;
        }

        .gallerylist li.sep {
            display: block;
        }

        .gallerylist li.m-sep {
            display: none;
        }

    .gallerylist a.avatar {
        width: 100%;
        height: 110px;
        margin-bottom: 5px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .gallerylist-i {
        padding: 10px 0;
    }

    .gallerydetail {
        padding: 0;
    }

    .photolist {
        padding: 20px 0 20px 0;
    }

        .photolist li a.avatar {
            max-width: 680px;
        }

            .photolist li a.avatar img {
                width: 500px;
            }

    .gallerylike {
        padding: 4px 0;
    }

    /*OTHERGALLERY*/
    .relativegalleries h1 {
        padding: 0;
    }

    .relativegalleries li {
        width: 25%;
    }

        .relativegalleries li.sep {
            display: block;
            height: 20px;
        }

        .relativegalleries li.m-sep {
            display: none;
        }

    .relativegalleries a.avatar {
        height: 110px;
        margin-bottom: 5px;
    }

    .relativegalleries-i {
        padding: 10px 0;
    }

    /*AWARD*/

    /*.awardlist-item a.avatar {
        width: 100%;
        max-height: 160px;
        overflow: hidden;
        margin-bottom: 10px;
    }*/

    /*RELATIVEAWARDS*/  

    /*.relativeawards a.avatar {
        height: 110px;
        margin-bottom: 5px;
    }*/

    .awardformfield {
        clear: none;
        float: left;
        width: 20%;
        padding: 0;
        padding-right: 10px;
        margin: 0;
    }

        .awardformfield.last {
            padding-right: 0;
        }

            .awardformfield.last label {
                display: block;
            }
}
