@import url('https://fonts.googleapis.com/css?family=Laila');
* {
    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;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #333;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    outline: none;
}
body {
	background: #222;
    font-family: 'Laila', serif;
    font-weight: 400;
	font-size: 14px;
	color: #ccc;
}
a {
	position: relative;
	color: #f0f0f0;
	text-decoration: none;
}
a:hover {
	color: #f90;
}
h1, h2, h3 {
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 400;
}
.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
}
.clearfix:after {
    display: table;
    content: "";
    clear: both;
}
.heading-container {
    position: relative;
    margin: 20px 0 10px 0;
}
    .heading-container:after {
        content: '';
        display: block;
        clear: both;
    }

.header {
    padding: 5px 0;
    text-align: center;
}
    .header .menu-switcher-container {
        display: none;
        float: left;

        padding: 11px 0;
    }
        .header .menu-switcher-container .menu-switcher {
            height: 38px;
            padding: 0 10px;
            border: 1px solid #333;
            background: #fff;
            font-size: 18px;
            line-height: 36px;
            color: #222;
            transition: 0.15s ease color;
            cursor: pointer;
        }
            .header .menu-switcher-container:hover .menu-switcher,
            .menu-opened .header .menu-switcher-container .menu-switcher {
                color: #f90;
            }

    .header .logo {
        color: #fff;
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
    }
        .header .logo a {
            display: block;
            color: #fff;
            transition: 0.15s ease color;
        }
        .header .logo span {
            color: #f90;
            transition: 0.15s ease color;
        }
            .header .logo a:hover {
                color: #f90;
            }
            .header .logo a:hover span {
                color: #fff;
            }

.navigation {
    padding: 10px 0;
    background: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
    .navigation .width-wrap:after {
        content: '';
        display: block;
        clear: both;
    }
    .navigation ul {
        float: left;
    }
        .navigation li {
            display: inline-block;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 38px;
        }
            .navigation a {
                height: 38px;
                padding: 0 10px;
                display: block;
                border: 2px solid transparent;
                border-radius: 5px;
                color: #fff;
                line-height: 34px;
                transition: 0.15s ease border-color;
            }
                .navigation a:hover,
                .navigation li.active a {
                    border-color: #f90;
                }

    .navigation .search {
        float: right;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;
    }
        .navigation .search .search-input {
            width: 300px;
            height: 38px;
            padding: 0 40px 0 10px;
            border: 1px solid #333;
            border-radius: 5px;
            background: #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: 'Laila', serif;
        }
        .navigation .search .search-submit {
            display: block;
            position: absolute;
            top: 0;
            right: -1px;
            width: 38px;
            height: 38px;
            padding: 0 10px;
            border: 0;
            border-radius: 5px;
            background: #f90;
            color: #fff;
            cursor: pointer;
            text-align: center;
            transition: 0.15s ease color;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
            .navigation .search .search-submit:hover {
                color: #000;
            }

.thumbs {
    margin: 10px -5px;
    text-align: center;
    letter-spacing: -5px;
}
    .thumbs .thumb {
        display: inline-block;
        width: 25%;
        padding: 0 4px 5px 4px;
        letter-spacing: 0;
    }
        .thumbs .thumb:hover a {
            color: #aaa;
        }
        .thumbs .thumb .thumb-image {
            position: relative;
            display: block;
        }
        .thumbs .thumb .thumb-container {
            position: relative;
            z-index: 1;
            display: block;
            overflow: hidden;
            background: #333;
            border-radius: 5px;
        }
            .thumbs .thumb .thumb-image img {
                display: block;
                width: 100%;
            }
            .thumbs .thumb .thumb-description {
                padding: 10px 5px 5px;
                display: block;
                position: relative;
                top: -5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                background: #333;
                border-radius: 0 0 5px 5px;
                color: #fff;
                line-height: 16px;
                transition: 0.15s ease background-color;
            }
                .thumbs .thumb.category .thumb-description {
                    font-size: 18px;
                    line-height: 24px;
                    text-align: center;
                }
                .thumbs .thumb:hover .thumb-description {
                    background: #f90;
                }

            .thumbs .thumb .thumb-info {
                opacity: 0;
                font-size: 13px;
                position: absolute;
                height: 20px;
                bottom: 3px;
                right: 3px;
                padding: 0 5px;
                border-radius: 5px;
                background: rgba(255,255,255,0.5);
                line-height: 22px;
                font-weight: bold;
                color: #000;
                transition: 0.15s ease opacity;
            }
                .thumbs .thumb.category .thumb-info {
                    bottom: 3px;
                    right: 3px;
                }
                .thumbs .thumb:hover .thumb-info {
                    opacity: 1;
                }
                .thumbs .thumb .thumb-info span {
                    display: block;
                    text-align: center;
                }
                    .thumbs .thumb .thumb-info span {
                        display: block;
                        text-align: center;
                    }

.paginator {
    margin: 0 auto;
    text-align: center;
}
    .paginator li {
        margin: 0 0 2px;
        display: inline-block;
        vertical-align: top;
    }
        .paginator li a {
            min-width: 38px;
            height: 38px;
            padding: 0 10px;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 15px;
            font-weight: 600;
            line-height: 34px;
            border: 2px solid #333;
            border-radius: 5px;
            background: #000;
            color: #fff;
            transition: 0.15s ease border-color;
        }
            .paginator li a:hover,
            .paginator li a.active {
                border-color: #f90;
            }
            .paginator li a i {
                height: 38px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
            }

.bottom-text {
    padding: 30px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.list-section {

}
    .list-section ul {
        -webkit-columns: 5;
        columns: 5;
    }
        .list-section ul.categories {
            -webkit-columns: 1;
            columns: 1;
        }
        .list-section ul li {
            padding: 5px 5px 5px 0;
        }
            .list-section ul.categories li {
                display: block;
                float: left;

                width: 25%;

                padding: 5px 20px 5px 0;
            }
            .list-section ul li a {
                display: table;
                overflow: hidden;
                width: 100%;

                font-size: 16px;
                line-height: 24px;

                transition: 0.15s ease color;
            }
                .list-section ul li a span {
                    display: table-cell;
                    transition: 0.15s ease border-color, 0.15s ease color;
                }
                    .list-section ul li a span:nth-child(1) {
                        font-weight: bold;
                    }
                    .list-section ul li a span:nth-child(2) {
                        width: 100%;
                        border-bottom: 1px dotted #333;
                    }
                    .list-section ul li a span:nth-child(3) {
                        color: #ccc;
                        border: 1px solid #333;
                        border-radius: 5px;
                        padding: 0 5px;
                        background: #000;
                    }
                    .list-section ul li a:hover span {
                        color: #f90;
                    }
                        .list-section ul li a:hover span:nth-child(3) {
                            border-color: #f90;
                        }

.spots-section {
    padding: 10px 0;
}
    .spots {
        text-align: center;
    }
        .spots .spot {
            display: inline-block;
        }

.video-wrapper {
    padding: 0 0 10px;
}
.video-container {
    float: left;

    width: calc(100% - 310px);
}
    .video-container .video {
        position: relative;

        padding-top: 66%;
    }
        .video-container .video > img,
        .video-container .video iframe {
            display: block;
            position: absolute;

            top: 0;
            left: 0;

            width: 100%;
            height: 100%;
        }

    .video-about {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }
        .video-about a {
            display: inline-block;
            margin-bottom: 2px;
            padding: 0 10px;
            background: #000;
            border: 2px solid #333;
            border-radius: 5px;
            color: #fff;

            transition: 0.15s ease border-color;
        }
            .video-about a:hover {
                border-color: #f90;
            }

.video-aside {
    float: left;

    width: 310px;

    padding: 0 0 0 10px;
}
    .video-aside .video-aside-block {
        margin-bottom: 10px;
    }
        .video-aside .video-aside-block img,
        .video-aside .video-aside-block iframe {
            display: block;
        }

.footer {
    padding: 30px 0;
    border-top: 1px solid #333;
    background: #000;
    font-size: 13px;
}
    .footer .width-wrap:after {
        content: '';
        display: block;
        clear: both;
    }
    .footer a {
        color: #f90;
        text-decoration: underline;
        cursor: pointer;
    }
        .footer a:hover {
            text-decoration: none;
        }
        .footer .footer-copyright {
            text-align: center;
            line-height: 20px;
            color: #ccc;
        }

@media (max-width: 1230px) {
    .spots .spot {
        width: 33.333333%;
    }
    .spots .spot:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1100px) {
    .header .navigation li {
        float: none;

        padding: 0 10px;

        line-height: 40px;
    }
    .header .navigation a {
        height: 40px;
    }
}
@media (max-width: 1000px) {
    .spots .spot {
        width: 50%;
    }
    .spots .spot:nth-child(3) {
        display: none;
    }
    .list-section ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .list-section ul.categories li {
        width: 33.333333%;
    }
    .video-container {
        float: none;

        width: 100%;

        margin-bottom: 10px;
    }
    .video-aside {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .video-aside .video-aside-block {
        display: inline-block;
    }
}
@media (max-width: 760px) {
    .header .search {
        left: 10px;
        width: calc(100% + 20px);
        height: 50px;
        padding: 0 10px 10px;
    }
    .header .search .search-input {
        width: 100%;
    }
    .header .search .search-submit {
        top: 0;
        right: 10px;
    }
    .header .menu-switcher-container {
        float: right;
        z-index: 11;
        position: relative;
    }
    .menu-opened .header .menu-switcher-container .menu-switcher {
        border-bottom: 1px solid #fff;
    }
    .navigation .width-wrap ul {
        float: none;
        text-align: center;
    }
    .navigation .search {
        float: none;
        margin-top: 10px;
    }
    .navigation .search .search-input {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .list-section ul.categories li {
        width: 50%;
    }
}
@media (max-width: 670px) {
    .spots .spot {
        width: 100%;
    }
    .spots .spot:nth-child(2) {
        display: none;
    }
    .video-aside .video-aside-block:nth-child(2) {
        display: none;
    }
}
@media (max-width: 560px) {
    .width-wrap {
        padding: 0 5px;
    }
    .navigation {
        padding: 5px 0;
    }
    .navigation .search {
        margin-top: 5px;
    }
    .navigation a {
        height: 34px;
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
    }
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .list-section ul.categories li {
        width: 100%;
    }
    .footer {
        padding: 10px 0;
    }
    .footer .footer-text {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .footer-copyright {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (max-width: 340px) {
    .spots .spot {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
}
@media (max-width: 940px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
}
@media (max-width: 630px) {
    .thumbs .thumb {
        width: 50%;

        padding-bottom: 5px;
    }
}
@media (max-width: 310px) {
    .thumbs .thumb {
        width: 100%;
    }
}

.fluid_video_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}