@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
    background: #3a233d;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}
a img {
    border: none;
}
.top {
    width: 100%;
    height: 55px;
    background: #2f1732;
    overflow: hidden;
    clear: both;
}
.logo {
    float: left;
    margin-top: 11px;
}
.order {
    float: right;
    margin-top: 15px;
}
.find {
    float: left;
    margin-top: 12px;
    margin-left: 135px;
}
.lb a {
    padding: 8px 15px;
    margin-left: 3px;
	color:#f7038d;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;

}
.lb a.active, .lb a:hover {
    padding: 8px 15px;
	background-color:#f7038d;
	color:#fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}
.lb a:after {
    content: "videos";
}
.search {
    width: 400px;
	padding:8px 15px;
	border:0px solid #fff;
	background-color: #fff;
	color: #000;
	outline: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: 700;
	line-height: 16px;
}
.button {
	position:relative;
	padding:6px 15px;
	left:-3px;
	border:2px solid #fff;
	background-color:#fff;
	color:#f7038d;
	font-family: FontAwesome, 'Roboto', Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 16px;
}
.button:hover {
    opacity: 1;
}
.container {
    width: 1584px;
    margin: auto;
    overflow: hidden;
    clear: both;
}
.upblock {
    overflow: hidden;
    height: 46px;
    padding-left: 2px;
    padding-right: 2px;
}
.upblock h1 {
    margin: none;
    padding: none;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    float: left;
}
.ya-share2 {
    float: right;
    margin-top: 11px;
}
.thumb {
    width: 260px;
    float: left;
    overflow: hidden;
    background: #2f1732;
    border-radius: 2px;
    margin: 2px;
    position: relative;
}
.thumb img {
    width: 260px;
    height: 190px;
}
.descript {
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    color: #ccc;
    height: 32px;
    overflow: hidden;
}
.thumb:hover .descript {
    color: #f7038d;
}
.thumb:hover .alt {
    color: #fff;
}
.alt {
    clear: both;
    margin: 6px;
    font-size: 12px;
    color: #ccc;
    height: 14px;
    overflow: hidden;
}
.tags {
    clear: both;
    margin: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    color: #7F807E;
    height: 14px;
    overflow: hidden;
    text-transform: capitalize;
}
.tags a {
    color: #f7038d;
    margin-right: 12px;
}
.tags a:hover {
    color: #fff;
}
a.tags {
    color: #f7038d;
    margin-right: 15px;
    text-transform: uppercase;
}
a.tags:hover {
    color: #fff;
}
.time {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #FBFAFA;
    background: #000;
    padding: 6px 8px;
    border-radius: 2px;
    opacity: 0.7;
    font-size: 10px;
}
.pagination {
    text-align: center;
    overflow: hidden;
    clear: both;
    padding: 12px;
}
.pagination a {
    display: inline-block;
    padding: 10px 16px;
    margin-right: 3px;
	background-color: #2f1732;
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}
.pagination a.active,.pagination a:hover {
    background: #f7038d;
    color: #fff;
}
.footer {
    background: #1a0d1c;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    clear: both;
    overflow: hidden;
}
.footer strong {
    text-transform: uppercase;
}
.bb {
    background: #2f1732;
    text-align: center;
    margin: auto;
    clear: both;
    overflow: hidden;
    padding-top: 4px;
    margin-top: 2px;
}
.ec {
	margin: 3px;
	height: 250px;
	width: 300px;
	cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 2px;
}
.ec img, .ec iframe {
	height: 250px;
    width: 300px;
    border-radius: 2px;
}
.footer a {
    color: #f7038d;
    line-height: 24px;
}
.bws {
	height: 250px;
	width: 300px;
	border: 6px solid #2f1732;
	position: fixed;
	right: 24px;
	bottom: 24px;
	cursor: pointer;
	border-radius: 2px;
	background-color: #2f1732;
}
.xf {
	line-height: 24px;
	color: #FFF;
	background-color: #f7038d;
	text-align: center;
	height: 24px;
	width: 24px;
	position: absolute;
	top: -15px;
	right: -15px;
	border-radius: 2px;
	cursor: pointer;
}
#player {
    background-color: #000;
    margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom:56.25%;
    border-radius: 2px;
    clear: both;
}
#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    border-radius: 2px;
}
#pbw {
	background-color: #2f1732;
	border: 6px solid #2f1732;
	height: 250px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -131px;
	margin-left: -306px;
    border-radius: 2px;
    z-index: 999;
}
#pbw iframe, .bws iframe {
	height: 250px;
	width: 300px;
}
.player-desc {
	background-color: #2f1732;
	overflow: hidden;
	margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}
.player-desc p {
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    padding: 15px;
    margin: 0px;
}
.pl-alt {
	float: left;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 700;
	color: #F8F4F4;
    line-height: 32px;
    padding-top: 6px;
    padding-left: 12px;
    clear: both;
    overflow: hidden;
}
.pl-tags {
	clear: both;
    float: left;
    padding-left: 6px;
	padding-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4C9730;
    overflow: hidden;
}
@media screen and (max-width:1618px) {
    .container {
        width: 1320px;
    }
    .hide-4 {
        display: none;
    }
    
}
@media screen and (max-width:1219px) {
    .container {
        width: 1056px;
    }
    .find {
        margin-left: 40px; 
    }
    .hide-3 {
        display: none;
    }
    
}
@media screen and (max-width:1055px) {
    .container {
        width: 792px;
    }
    .find {
        margin-left: 60px; 
    }
    .search {
        width: 140px;
    }
    .lb a:after {
        content: none;
    }
    .hide-2 {
        display: none;
    }
    
}
@media screen and (max-width:790px) {
    .logo {
        float: none;
        margin: 12px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13px;
    }
    .container {
        width: 98%;
    }
    .find {
        clear: both;
    }
    .thumb {
        width: 48.5%;
        height: auto;
    }
    .thumb img {
        width: 100%;
        height: auto;
    }
    .lb a:after {
        content: none;
    }
    #pbw {
        width: 300px;
        margin-left: -150px;

    }
    .hide-1 {
        display: none;
    }
    
}
@media screen and (max-width:480px) {
    #pbw {
        display: none;
    }
}
.mo-av { margin: 10px auto 0 auto; width: 300px; height: 100px; overflow: hidden; }
@media all and (min-width:1000px) {
.mo-av { display: none; }
}