@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    box-sizing: border-box;
    outline: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

input, select {
    vertical-align:middle;
    outline: none;
}
html {
    background: url(../images/bg.gif);
}
body {
    background: url(../images/top_bg.jpg) repeat-x 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #000;
}
a {
	position: relative;
    color: #b41c48;
	text-decoration: none;
    transition: 0.15s ease color;
}
a:hover {
    color: #000;
}
h1, h2, h3 {
	margin: 10px 0 5px;
	font-size: 20px;
	font-weight: bold;
}
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform:capitalize;
}
section {
    margin: 20px 0;
}
.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}
.exo-native-widget-item-container {
    height: auto !important;
}
.exo-native-widget {
    height: auto !important;
}
.clearfix:after {
    display: table;
    content: "";
    clear: both;
}
.heading-container {
    position: relative;
    padding: 0 5px;
}
    .heading-container:after {
        content: '';
        display: block;
        clear: both;
    }

.header {

}
    .header .width-wrap {
        display: table;
        width: 100%;
    }
        .header .width-wrap:after {
            content: '';
            display: block;
            clear: both;
        }

    .header .logo {
        display: table-cell;
        vertical-align: top;
        padding: 4px 0 0 10px;
    }
        .header .logo a,
        .header .logo img {
            display: block;
        }

    .header .right-container {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-top: 5px;
        padding-left: 7px;
    }
        .header .right-container .navigation-block {
            position: relative;
            width: 100%;
            border-radius: 13px;
        }
            .header .right-container .navigation-block .menu-switcher-container {
                display: none;
            }
                .header .right-container .navigation-block .menu-switcher-container .menu-switcher {
                    display: block;
                    width: 40px;
                    height: 40px;
                    background: #000;
                }

            .header .right-container .navigation-block nav {
                float: left;
                vertical-align: middle;
                width: 387px;
                height: 46px;
                padding-left: 9px;
                background: url(../images/menu.png) no-repeat;
            }
                .header .right-container .navigation-block nav ul {
                    white-space: nowrap;
                    letter-spacing: -5px;
                    line-height: 44px;
                }
                    .header .right-container .navigation-block nav ul li {
                        display: inline-block;
                        letter-spacing: 0;
                        line-height: 14px;
                    }
                        .header .right-container .navigation-block nav ul li:first-child {
                            border-left: none;
                        }
                        .header .right-container .navigation-block nav ul li:last-child {
                            border-right: none;
                        }
                        .header .right-container .navigation-block nav ul li a {
                            padding: 0 14px;
                            font-size: 14px;
                            color: #500055;
                            font-weight: bold;
                            text-transform: uppercase;
                        }
                            .header .right-container .navigation-block nav ul li a:hover,
                            .header .right-container .navigation-block nav ul li.active a {
                                color: #fff;
                            }

            .header .right-container .navigation-block .search {
                display: block;
                float: left;
                position: relative;
                width: calc(100% - 390px);
                padding: 0 4px;
                vertical-align: middle;
            }
                .header .right-container .navigation-block .search .search-input {
                    display: block;
                    width: 100%;
                    height: 46px;
                    padding: 0 42px 0 17px;
                    border: 0;
                    border-radius: 5px;
                    background: #fff;
                    font-family: 'Roboto', sans-serif;
                    font-size: 14px;
                }
                .header .right-container .navigation-block .search .search-submit {
                    display: block;
                    position: absolute;
                    top: 2px;
                    right: 6px;
                    width: 41px;
                    height: 42px;
                    border: 0;
                    background: url(../images/search_button.png) no-repeat 50% 50%;
                    cursor: pointer;
                    transition: 0.15s ease opacity;
                }
                    .header .right-container .navigation-block .search .search-submit:hover {
                        opacity: 0.5;
                    }

.top-searches-section {
    margin: 0 0 10px;
    padding: 10px 0;
}
    .top-searches-section .top-searches {
        padding-left: 15px;
        font-size: 12px;
        color: #5f5f5f;
        text-transform: uppercase;
    }
    .top-searches-section .top-searches span {
        display: inline-block;
    }
    .top-searches-section .top-searches ul {
        display: inline-block;
        letter-spacing: -5px;
    }
        .top-searches-section .top-searches ul li {
            display: inline-block;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0 2px;
        }
            .top-searches-section .top-searches ul li:first-child {
                border-left: none;
            }
            .top-searches-section .top-searches ul li:last-child {
                border-right: none;
            }
            .top-searches-section .top-searches ul li a {
                display: inline-block;
                padding: 0 13px;
                border: 1px solid #dbdbdb;
                border-radius: 3px;
                background: #fff;
                color: #500055;
                transition: 0.15s ease border-color, 0.15s ease background-color, 0.15s ease color;
            }
                .top-searches-section .top-searches ul li a:hover {
                    border-color: #500055;
                    background: #500055;
                    color: #fff;
                }
.block {
	margin: auto;
}
	.newblock {
		text-align: center;
	}
			.block .newblock ul li {
				display: inline-block;
			}
				.block .newblock ul li a {
					padding: 0 5px;
				}

.video-view-section {
    margin: 10px 0 20px;
}
    .video-view-section .width-wrap {
        position: relative;
    }
    .video-view-section .video-block {
        padding: 5px 15px 5px 5px;
        border-radius: 5px;
        background: #fff;
    }
    .video-view-section .video-container {
        width: calc(100% - 310px);
    }
        .video-view-section .video-container .video {
            position: relative;
            height: 0;
            margin-bottom: 13px;
            padding-bottom: 56.25%;
        }
            .video-view-section .video-container .video iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .video-view-section .video-container .heading-container {
            padding: 0;
        }
        .video-view-section .video-container h1 {
            margin: 0 0 3px;
            padding: 0 5px;
            font-size: 18px;
            line-height: 24px;
        }

        .video-view-section .video-container .stats-container {
            margin-bottom: 13px;
            padding: 0 9px;
        }
            .video-view-section .video-container .stats-container:after {
                content: '';
                display: block;
                clear: both;
            }
            .video-view-section .video-container .stats-container .rating {
                float: left;
                margin-bottom: 10px;
            }
                .video-view-section .video-container .stats-container .rating:after {
                    content: '';
                    display: block;
                    clear: both;
                }
                .video-view-section .video-container .stats-container .rating a {
                    float: left;
                    width: 48px;
                    height: 48px;
                    transition: 0.15s ease opacity;
                }
                    .video-view-section .video-container .stats-container .rating a:hover {
                        opacity: 0.5;
                    }

                .video-view-section .video-container .stats-container .rating .like {
                    margin-right: 16px;
                    background: url(../images/like.svg) no-repeat;
                }
                .video-view-section .video-container .stats-container .rating .dislike {
                    width: 49px;
                    background: url(../images/dislike.svg) no-repeat;
                }
                .video-view-section .video-container .stats-container .rating .rating-value {
                    padding: 0 0 0 20px;
                    font-size: 10px;
                    line-height: 35px;
                    color: #919191;
                }
                    .video-view-section .video-container .stats-container .rating .rating-value span {
                        position: relative;
                        top: 7px;
                        font-size: 30px;
                        color: #000;
                    }

            .video-view-section .video-container .stats-container .stats {
                float: right;
                color: #919191;
                font-size: 10px;
                text-transform: uppercase;
            }
                .video-view-section .video-container .stats-container .stats > div {
                    display: inline-block;
                    margin-right: 20px;
                }
                    .video-view-section .video-container .stats-container .stats > div:last-child {
                        margin-right: 0;
                    }
                    .video-view-section .video-container .stats-container .stats > div span {
                        color: #3a3937;
                    }

        .video-view-section .video-container .tags {
            margin-bottom: 25px;
            padding: 0 10px;
            font-size: 12px;
            line-height: 22px;
            color: #5f5f5f;
            text-transform: uppercase;
        }
            .video-view-section .video-container .tags span {
                display: inline-block;
            }
            .video-view-section .video-container .tags ul {
                display: inline-block;
                letter-spacing: -5px;
            }
                .video-view-section .video-container .tags ul li {
                    display: inline-block;
                    letter-spacing: 0;
                    margin-bottom: 2px;
                    padding: 0 2px;
                }
                    .video-view-section .video-container .tags ul li:first-child {
                        border-left: none;
                    }
                    .video-view-section .video-container .tags ul li:last-child {
                        border-right: none;
                    }
                    .video-view-section .video-container .tags ul li a {
                        display: block;
                        padding: 0 13px;
                        border: 1px solid #dbdbdb;
                        border-radius: 3px;
                        background: #fff;
                        color: #500055;
                        transition: 0.15s ease border-color, 0.15s ease background-color, 0.15s ease color;
                    }
                        .video-view-section .video-container .tags ul li a:hover {
                            border-color: #500055;
                            background: #500055;
                            color: #fff;
                        }

        .video-view-section .video-container .comments {
            padding: 0 10px;
            max-width: 620px;
        }
            .video-view-section .video-container .comments h3 {
                margin-bottom: 17px;
                font-size: 12px;
                line-height: 20px;
                color: #5f5f5f;
            }
            .video-view-section .video-container .comments .add-comment-block {
                margin-bottom: 28px;
            }
                .video-view-section .video-container .comments .add-comment-block .row {
                    margin-bottom: 15px;
                }
                    .video-view-section .video-container .comments .add-comment-block .row.bottom {
                        text-align: right;
                    }
                        .video-view-section .video-container .comments .add-comment-block .row.bottom img {
                            display: inline-block;
                            vertical-align: middle;
                        }
                        .video-view-section .video-container .comments .add-comment-block .row.bottom .input-submit {
                            display: inline-block;
                            margin-left: 5px;
                            width: 111px;
                            height: 46px;
                            border: 0;
                            background: url(../images/button.png);
                            font-size: 14px;
                            font-weight: bold;
                            color: #500055;
                            text-transform: uppercase;
                            cursor: pointer;
                            transition: 0.15s ease color;
                        }
                            .video-view-section .video-container .comments .add-comment-block .row.bottom .input-submit:hover {
                                color: #fff;
                            }

                    .video-view-section .video-container .comments .add-comment-block .row .input-text {
                        display: block;
                        width: 100%;
                        height: 28px;
                        padding: 0 4px;
                        border: 0;
                        border-bottom: 1px solid #888888;
                        font-size: 14px;
                    }
                        .video-view-section .video-container .comments .add-comment-block .row.bottom .input-text {
                            display: inline-block;
                            height: 31px;
                            width: 105px;
                            margin-left: 5px;
                            vertical-align: middle;
                            text-align: center;
                        }

            .video-view-section .video-container .comments .comments-list {
                padding-bottom: 1px;
            }
                .video-view-section .video-container .comments .comments-list .show-all-comments {
                    margin-bottom: 12px;
                }
                    .video-view-section .video-container .comments .comments-list .show-all-comments a {
                        display: inline-block;
                        padding: 0 10px;
                        border: 1px solid #dbdbdb;
                        border-radius: 3px;
                        background: #fff;
                        font-size: 14px;
                        line-height: 22px;
                        text-transform: uppercase;
                        color: #500055;
                        transition: 0.15s ease border-color, 0.15s ease background-color, 0.15s ease color;
                    }
                        .video-view-section .video-container .comments .comments-list .show-all-comments a:hover {
                            border-color: #500055;
                            background: #500055;
                            color: #fff;
                        }

                .video-view-section .video-container .comments .comments-list ul {

                }
                    .video-view-section .video-container .comments .comments-list ul li {
                        margin-bottom: 12px;
                    }
                        .video-view-section .video-container .comments .comments-list ul li .comment-info {
                            display: block;
                        }
                            .video-view-section .video-container .comments .comments-list ul li .comment-info .name {
                                display: inline-block;
                                position: relative;
                                margin-right: 5px;
                                font-size: 14px;
                                line-height: 20px;
                                text-transform: uppercase;
                                color: #500055;
                                font-weight: bold;
                                transition: 0.15s ease color;
                            }
                                .video-view-section .video-container .comments .comments-list ul li .comment-info .name:hover {
                                    color: #2b2b2b;
                                    text-decoration: underline;
                                }

                            .video-view-section .video-container .comments .comments-list ul li .comment-info .date {
                                display: inline-block;
                                font-size: 10px;
                                line-height: 20px;
                                text-transform: uppercase;
                                color: #919191;
                            }
                                .video-view-section .video-container .comments .comments-list ul li .comment-info .date span {
                                    color: #3a3937;
                                }

                        .video-view-section .video-container .comments .comments-list ul li .comment-text {
                            display: block;
                            font-size: 14px;
                            line-height: 16px;
                            color: #3a3937;
                        }

    .video-view-section .video-aside {
        position: absolute;
        top: 32px;
        right: 25px;
    }

.thumbs {
    text-align: center;
    letter-spacing: -5px;
}
    .thumbs .thumb {
        display: inline-block;
        width: 20%;
        padding: 0 1px 2px;
        letter-spacing: 0;
    }
        .thumbs .thumb.category-small {
            width: 14.285714%;
        }
        .thumbs .thumb a {
            display: block;
            padding: 2px;
            border-bottom: 2px solid #c1dcd9;
            border-radius: 5px;
            background: #fff;
            color: #000;
            transition: 0.15s ease border-color, 0.15s ease color;
        }
            .thumbs .thumb a:hover {
                border-bottom-color: #500055;
                color: #500055;
            }
            .thumbs .thumb .thumb-container {
                display: block;
                position: relative;
                background: #fff;
            }
                .thumbs .thumb .thumb-container img {
                    display: block;
                    width: 100%;
                    border-radius: 5px;
                }
                .thumbs .thumb .thumb-container .thumb-title {
                    overflow: hidden;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    padding: 0 8px;
                    background: rgba(0,0,0,0.8);
                    font-size: 12px;
                    line-height: 24px;
                    color: #fff;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    transition: 0.15s ease color;
                }

            .thumbs .thumb .thumb-description {
                overflow: hidden;
                padding: 0 5px;
                background: #fff;
                font-size: 12px;
                line-height: 28px;
                text-align: left;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
                .thumbs .thumb.category .thumb-description {
                    font-size: 16px;
                    padding: 0 10px;
					text-transform: uppercase;
                }

            .thumbs .thumb .thumb-info {
                overflow: hidden;
                position: absolute;
                top: 2px;
                right: 2px;
                padding: 0 10px;
                border-radius: 5px;
                background: rgba(0,0,0,0.5);
                font-size: 10px;
                line-height: 22px;
                color: #fff;
                text-align: right;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease background;
            }
                .thumbs .thumb a:hover .thumb-info {
                    background: #500055;
                }
                .thumbs .thumb .thumb-info .time {
                    display: inline-block;
					margin-right: 12px;
                }

                .thumbs .thumb .thumb-info .views {
                    display: inline-block;
                }

            .thumbs .thumb .rating {
                display: block;
                position: absolute;
                left: 3px;
                top: 3px;
                width: 16px;
                height: 16px;
            }
                .thumbs .thumb .rating.good {
                    background: url(../images/smile.svg) no-repeat;
                }
                .thumbs .thumb .rating.bad {
                    background: url(../images/cry.svg) no-repeat;
                }

.paginator {
    margin: 20px 0 30px;
    text-align: center;
}
    .paginator li {
        display: inline-block;
    }
        .paginator li a {
            display: block;
            min-width: 45px;
            min-height: 45px;
            padding: 0 15px;
            border-bottom: 2px solid #c1dcd9;
            border-radius: 10px;
            background: #fff;
            font-size: 16px;
            line-height: 45px;
            text-align: center;
            text-transform: uppercase;
            color: #000;
            transition: 0.15s ease border-color, 0.15s ease color;
        }
            .paginator li a:hover,
            .paginator li.current a {
                border-color: #500055;
                color: #500055;
            }

.list-categories {
    text-align: center;
    letter-spacing: -5px;
}
    .list-categories li {
        display: inline-block;
        width: 14.285714%;
        padding: 0 2px 2px;
        letter-spacing: 0;
    }
        .list-categories li a {
            display: block;
            overflow: hidden;
            padding: 0 8px;
            border-bottom: 2px solid #c1dcd9;
            border-radius: 5px;
            background: #fff;
            font-size: 16px;
            line-height: 32px;
            color: #000;
            text-align: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: 0.15s ease border-color, 0.15s ease color;
        }
            .list-categories li a:hover {
                border-color: #500055;
                color: #500055;
            }

.spots-section {

}
    .spots {
        text-align: center;
    }
        .spots .spot {
            display: inline-block;
        }

.footer {
    padding: 25px 0;
    text-align: center;
}
    .footer .footer-copyright {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }
.native {
	text-align:center;
    text-align: -moz-center;
}
.mobile {
	text-align:center;
	margin:0;
}
#float {
	position:fixed;
	bottom:3px;
	right:3px;
	z-index:999;
}
.fluid_video_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1540px) {
    .spots .spot:nth-child(5) {
        display: none;
    }
}
@media (max-width: 1284px) {
    .thumbs .thumb {
        width: 25%;
    }
    .thumbs .thumb.category-small,
    .list-categories li {
        width: 20%;
    }
}
@media (max-width: 1230px) {
    .spots .spot:nth-child(4) {
        display: none;
    }
}
@media (max-width: 968px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
    .thumbs .thumb.category-small,
    .list-categories li {
        width: 33.333333%;
    }
}
@media (max-width: 926px) {
    .header .width-wrap {
        display: block;
        text-align: center;
    }
    .header .logo {
        display: inline-block;
    }
    .header .right-container {
        display: block;
        padding-left: 0;
    }
    .top-searches-section {
        display: none;
    }
    .video-view-section .video-container {
        width: 100%;
    }
    .video-view-section .video-aside {
        position: static;
        margin: 10px 0;
        text-align: center;
    }
        .video-view-section .video-aside .video-aside-block {
            display: inline-block;
        }
        .video-view-section .video-aside .video-aside-block:nth-child(3) {
            display: none;
        }

    .spots .spot:nth-child(3) {
        display: none;
    }
}
@media (max-width: 652px) {
    .thumbs .thumb {
        width: 50%;
    }
    .thumbs .thumb.category-small,
    .list-categories li {
        width: 50%;
    }
}
@media (max-width: 624px) {
    .header .right-container .navigation-block nav {
        float: none;
        display: inline-block;
        width: 100%;
        padding-left: 0;
        background-position: 50% 50%;
    }
    .header .right-container .navigation-block nav ul li a {
        padding: 0 9px;
        font-size: 12px;
    }
    .header .right-container .navigation-block .search {
        float: none;
        margin: 5px 0;
        width: 100%;
    }
    .spots .spot:nth-child(2) {
        display: none;
    }
    .video-view-section .video-container h1 {
        text-align: center;
    }
    .video-view-section .video-aside .video-aside-block:nth-child(2) {
        display: none;
    }
    .video-view-section .video-container .stats-container {
        text-align: center;
    }
    .video-view-section .video-container .stats-container .rating,
    .video-view-section .video-container .stats-container .stats {
        float: none;
    }
    .video-view-section .video-container .stats-container .rating .rating-value {
        position: relative;
        top: -5px;
    }
    .video-view-section .video-container .tags {
        text-align: center;
    }
    .video-view-section .video-container .tags span {
        margin-bottom: 5px;
    }
    .video-view-section .video-container .tags ul li {
        margin-bottom: 2px;
    }
}
@media (max-width: 336px) {
    .thumbs .thumb {
        width: 100%;
    }
}