<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: RetroTube
Theme URI: https://www.wp-script.com/themes/retrotube-adult-tube-theme/
Author: WP-Script
Author URI: https://www.wp-script.com
Description: Premium WordPress Video Tube Theme
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpst
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Acme');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
.multilingualpress_language_switcher h2{display:none;}
audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	outline: 0;
color:#777;
}
footer, footer a,footer a:hover{color:#fff;}
footer ul{list-style: none;}
a * {
	outline: 0;
}

a:active,
a:hover,
a:focus,
a:visited {
	outline: 0;
	-webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.site-title {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
}

p.site-description {
	margin: 0 0 0.5em;
	color: #999;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}
#biere{margin-top:15px;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	outline: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search-form label {
	width: auto;
}

fieldset {
	border: 1px solid #333;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}
ins a img{width:100%;height:auto;}
legend {
	border: 0;
	padding: 0 10px;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

i {
	margin-right: 0.188em;
}

.text-center {
	text-align: center;
}

ul {
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

select {
	cursor: pointer;
}

button,
.button,
.button:visited,
.button:focus {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.padding-top-1 {
	padding-top: 1em;
}

.padding-top-2 {
	padding-top: 2em;
}

.padding-top-3 {
	padding-top: 3em;
}

.padding-top-4 {
	padding-top: 4em;
}

.padding-bottom-1 {
	padding-bottom: 1em;
}

.padding-bottom-2 {
	padding-bottom: 2em;
}

.padding-bottom-3 {
	padding-bottom: 3em;
}

.padding-bottom-4 {
	padding-bottom: 4em;
}

.margin-top-1 {
	margin-top: 1em;
}

.margin-top-2 {
	margin-top: 2em;
}

.margin-top-3 {
	margin-top: 3em;
}

.margin-top-4 {
	margin-top: 4em;
}

.margin-bottom-1 {
	margin-bottom: 1em;
}

.margin-bottom-2 {
	margin-bottom: 2em;
}

.margin-bottom-3 {
	margin-bottom: 3em;
}

.margin-bottom-4 {
	margin-bottom: 4em;
}
.lit{font-size:75%;margin-bottom:12px;}
article .lit{margin-bottom: 0;
    background: #f7f8fb;
    padding: 3px 6px;
	max-height:58px;
	overflow-y:auto;}

.intro{   
    color: #3c5e82;
      margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 100;
    font-family: sans-serif}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #dee5ef;
	color: #666;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
background-color: #ececec;
border: 0;
height: 1px;
margin: 1em 0;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 .1em;
	width: 100%;
}

.row {
	max-width: 100em;
	margin: 0 auto;
}

.width70 {
	width: 70%;
}

.width100 {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.label,
.pagination ul li a,
.comment-reply-link,
a.tag-cloud-link,
.template-actors li a {
	border: 1px solid;		
	padding: 0.4em 0.8em;
	color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.label:focus {
	color: #fff;
	outline: 0;
}
.widget_categories ul li a:hover{background:transparent !important;}
.widget_categories ul li a:before {
	content: "\f07b";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.widget_categories ul li:hover a:before {
	content: "\f07c";
	margin-right: 0.33em;
}

.widget_categories ul li a,
a.tag-cloud-link {
	margin: 0 0.25em 0.5em 0;
}

.page-template-template-tags a.tag-cloud-link {
	margin: 0 1em 0.5em 0;
}
.with-sidebar-right .happy-sidebar{margin-top:3.7em;}
a.tag-cloud-link:before {
	content: "\f02b";
	font-family: fontAwesome;
	margin-right: 0.4em;
}

a.tag-cloud-link {
	display: inline-block;
}

a.tag-cloud-link:hover {
	color: #fff;
}

.widget a.tag-cloud-link {
	font-size: 0.9em!important;
}

button.large,
.button.large {
	font-size: 1.2em;
	padding: 0.75em 1em;
    border: 1px solid #dcdcdc !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
background-color: #eaeaea !important;
    color: #696964;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.label:hover,
.comment-reply-link:hover,
a.tag-cloud-link,
.template-actors li a {
	background-color: #555!important;
	border-color: #555!important;
	transition: all 200ms linear;
	color: #fff;
	outline: none;
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #555;
	border-color: #555;
	outline: none;
}
.scroller{width:13em;border-right:1px solid #eee;}
.voisin table tr{width:100%;}
.ez-tool-user-list img{border:1px solid #999 !important;width:88px !important;}
.ez-tool-user-list td &gt; div.infos{width:100px !important;font-size: 14px;width:100px !important;}
.ez-tool-user-list td &gt; div.infos p:nth-child(3){display:none;}
.cite{display: inline-block;width: 100%;padding:5px 0;}
.voisin .ez-tool-user-list p{width:auto;}
.voisin .ez-tool-user-list td {

    width: 16.666%;
    display: inline-block;}
.cite img{width:100%;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.wp-editor-container {
background-color: #eee;
border: 0px solid #ddd;
box-shadow: 0 0 1px rgba(255, 255, 255, 0.05), 0 0 5px rgba(0, 0, 0, 0.3) inset;
color: #333;
padding: 0 0.8em;
height: 40px;
width: 100%;
border-radius: 0;
}

textarea {
	min-height: 10em;
	padding: 0.5em 0.8em;
}

.wp-editor-container {
	height: auto;
}

.label {

      font-size: .95em;
    border-color: #dcdcdc;
    padding: 0.5em 0.5em;
    background-color: #eaeaea!important;
    color: #696964;
    margin-right: 5px;
    font-weight: 100;}

.label.secondary,
.pagination ul li a {
    background-color: #eaeaea;
    border-color: #DCDCE0;
    outline: none;
    color: #666;
}
.attachment-250x370,.acteur,.size-acteur{width:100%;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
	background-color: #444;
	outline: 0;
	-webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

textarea {
	width: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.happy-sidebar img{width:100%;}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#biere1 a img{width:100%;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:focus,
a:active {
	color: #777;
}

a:focus {
	outline: thin dotted;
}

a.tag-cloud-link:focus {
	color: #fff;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation,
#site-navigation ul,
#site-navigation ul li,
#site-navigation ul li a,
#site-navigation #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#site-navigation:after,
#site-navigation &gt; ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

#site-navigation #head-mobile,
#site-navigation .button-nav,
#site-navigation .head-mobile{
	display:none;
}

#site-navigation {
	display: block;
	height: 3.125em;
	line-height: 3.125em;
	background: rgb(10, 43, 76);
}

#site-navigation ul {
	max-width: 102em;
	margin: 0 auto;
	z-index: 500;
}

#site-navigation &gt; ul &gt; li {
	float:left;
}



#site-navigation &gt; ul &gt; li &gt; a {
	display: block;
	padding: 0 1.35em;
	line-height: 50px;
	height: 50px;
	color: #fff;
	border-right: 1px solid #213a5f;
	outline: 0;
}

#site-navigation &gt; ul &gt; li:hover &gt; a,
#site-navigation ul li.current-menu-item a {
	color:#fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 );
	
}

#site-navigation &gt; ul &gt; li:hover,
#site-navigation ul li.current-menu-item:hover,
#site-navigation ul li.current-menu-item,
#site-navigation ul li.has-sub.current-menu-item:hover {
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}

/*#site-navigation &gt; ul &gt; li.has-sub &gt; a {
	padding-right:30px;
}*/

#site-navigation &gt; ul &gt; li.has-sub &gt; a:after {
	/*position:absolute;
	top:24px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';*/
	content: "\f0d7";
	font-family: fontAwesome;
	padding-left: 0.75em;
}

#site-navigation &gt; ul &gt; li.has-sub &gt; a:hover:after {
	color: #fff;
}

/*#site-navigation &gt; ul &gt; li.has-sub &gt; a:before{
	position:absolute;
	top:21px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

#site-navigation &gt; ul &gt; li.has-sub:hover &gt; a:before {
	top:24px;
	height:0;
}*/
.player-cams{
    background: #222;
    align-items: center;
    justify-content: center;
    margin-top: -.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-banner{    background-size: cover;}
.player-cams .logo {
    min-width: 125px;
    padding: 0 .35em 0 .35em;
    float: left;
    text-align: center;
	    display: inline-block;
    height: 90px;
	margin: 0 0 0 .5em;
}
.pblu {
    height: 52px;
    transition: width .15s ease-out;
    display: inline;
    margin: auto;
    margin-top: auto;
    width: 100%;
    background: #0f7eb4;
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    float: right;
    max-width: 60%;
    margin-top: 23px;
    text-decoration: none;
}
	
#site-navigation ul ul {
	position:absolute;
	left:-9999px;
	background: rgb(10, 43, 76);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding-left: 0;
}

#site-navigation ul ul li {
	height:auto;
	width:100%;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

#site-navigation ul ul li a:before {
	content: "";
}

#site-navigation ul ul li a:hover,
#site-navigation ul ul li a:focus {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 );
	-moz-box-shadow: inset 0px 0px 2px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 2px 0px #000000;
	-o-box-shadow: inset 0px 0px 2px 0px #000000;
	box-shadow: inset 0px 0px 2px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=2);
}

#site-navigation li:hover &gt; ul {
	left:auto;
}

#site-navigation li:hover &gt; ul &gt; li {
	height:auto;
}

#site-navigation ul ul ul {
	margin-left:100%;
	top:0;
}
#site-navigation ul ul li a {
	padding:11px 15px;
	width:100%;
	font-size:15px;
	text-decoration:none;
	color:#ddd;
	font-weight:400;
}

#site-navigation ul ul li:last-child &gt; a,
#site-navigation ul ul li.last-item &gt; a {
	border-bottom:0;
}

#site-navigation ul ul li:hover &gt; a,
#site-navigation ul ul li a:hover {
	color:#fff;
}

#site-navigation ul ul li.has-sub &gt; a:after {
	/*position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';*/
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	right: 11px;
}

#site-navigation ul ul li.has-sub &gt; a:hover:after,
#site-navigation ul ul li.has-sub &gt; a:focus:after {
	color: #fff;
}

/*#site-navigation ul ul li.has-sub &gt; a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

#site-navigation ul ul &gt; li.has-sub:hover &gt; a:before {
	top:17px;
	height:0;
}*/

.sp{    flex: none;
    order: 3;
    text-align: center;
    padding: 10px;background:#eee;}
.ez-tool-user-list td &gt; div.infos {
    width: 100px !important;
    overflow: hidden;}
	table tr{
    border-bottom:1px solid #dedede;
padding: 8px 0;}

.ez-tool-user-list img {

    border: 1px solid rgb(255, 255, 255);

}

#site-navigation ul ul li.has-sub:hover,
#site-navigation ul li.has-sub ul li.has-sub ul li:hover {
	background:#363636;
}

#site-navigation ul ul ul li.current-menu-item a {
	border-left:1px solid #333;
}

#site-navigation &gt; ul &gt; li.has-sub &gt; ul &gt; li.current-menu-item &gt; a,
#site-navigation &gt; ul ul &gt; li.has-sub &gt; ul &gt; li.current-menu-item&gt; a {
	border-top:1px solid #333;
}


@media screen and (max-width:1000px){
	#site-navigation {
		width:100%;
	}

.site-content {
	padding: .5em !important;}
	#site-navigation ul {
		background: #222;
		width:100%;
		padding-left: 0;
		display:none;
	}
	#site-navigation ul li {
		width:100%;
		border-bottom:1px solid #121212;
	}
	#site-navigation ul li:hover{
		background:#363636;
	}
	#site-navigation ul ul li,#site-navigation li:hover &gt; ul &gt; li{
		height:auto;
	}
	#site-navigation ul li a,#site-navigation ul ul li a{
		width:100%;
		border-bottom:0;
	}
	
	#site-navigation ul ul li a{
		padding-left:25px;
	}
	#site-navigation ul ul li{
		background:#333!important;
	}
	#site-navigation ul ul li:hover{
		background:#363636!important;
	}
	#site-navigation ul ul ul li a{
		padding-left:35px
	}
	#site-navigation ul ul li a{
		color:#ddd;
		background:none
	}
	#site-navigation ul ul li:hover &gt; a,
	#site-navigation ul ul li.active &gt; a{
		color:#fff
	}
	#site-navigation ul ul,
	#site-navigation ul ul ul{
		position:initial;
		left:0;
		width:100%;
		margin:0;
		text-align:left
	}
	#site-navigation &gt; ul &gt; li.has-sub &gt; a:after,
	#site-navigation &gt; ul &gt; li.has-sub &gt; a:before,
	#site-navigation ul ul &gt; li.has-sub &gt; a:after,
	#site-navigation ul ul &gt; li.has-sub &gt; a:before{
		display:none
	}
	#site-navigation #head-mobile{
		display:block;
		padding:23px;
		color:#ddd;
		font-size:12px;
		font-weight:700
	}
	#site-navigation .button-nav{
		display: block;
		background-color: inherit;
		border: none;
		position:absolute;
		left:8px;
		top:0;
		cursor:pointer;
		height: 50px;
		line-height: 50px;
		width: 48px;
	}
	 #site-navigation .search-mobile {display: block;
		background-color: inherit;
		border: none;
		position:absolute;
		right:8px;
		top:0;
		cursor:pointer;
		height: 50px;
		line-height: 50px;
		width: 48px;
		    text-align: center;
    color: #fff;
    font-size: 18px;}
	#site-navigation .button-nav:after{
		position:absolute;
		top:23px;
		left:14px;
		display:block;
		height:9px;
		width:20px;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		content:''}
	
	#site-navigation .button-nav:before{
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		position:absolute;
		top:16px;
		left:14px;
		display:block;
		height:2px;
		width:20px;
		background:#ddd;
		content:''
	}
	
	.search-menu{  width: calc(50%);
    padding-left: 0;
    margin: 0 auto;
    z-index: 500;
    position: absolute;
    right: 0px;
    top: 0;
    padding-right: 10px;
	}
	#searchform{padding:0 !important;}
	
	.search-menu .header-search .input-group-field{width: 75%;
    position: absolute;
    height: 30px;
    font-size: 16px;
    top: 10px;
    right: 10px;
		color:#333;
	background-color: #f3f5f7;
	    border-radius: 6px;}
	
	.search-menu .header-search #searchsubmit{    border: 0;
    background: none;
    background-color: inherit !important;
    position: absolute;
    right: 7px;
    top: 6px;
    box-shadow: none;
    color: #333;}
	#site-navigation .button-nav.menu-opened:after{
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		top:23px;
		border:0;
		height:2px;
		width:19px;
		background:#fff;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg)
	}
	#site-navigation .button-nav.menu-opened:before{
		top:23px;
		background:#fff;
		width:19px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	#site-navigation .submenu-button{
		position:absolute;
		z-index:99;
		right:0;
		top:0;
		display:block;
		border-left:1px solid #121212;
		height:50px;
		width:48px;
		cursor:pointer
	}
	#site-navigation .submenu-button.submenu-opened{
		background:#262626
	}
	#site-navigation ul ul .submenu-button{
		height:34px;
		width:34px
	}
	#site-navigation .submenu-button:after{
		position:absolute;
		top:24px;
		right:19px;
		width:8px;
		height:2px;
		display:block;
		background:#ddd;
		content:''
	}
	#site-navigation ul ul .submenu-button:after{
		top:15px;
		right:13px
	}
	#site-navigation .submenu-button.submenu-opened:after{
		background:#fff
	}
	#site-navigation .submenu-button:before{
		position:absolute;
		top:21px;
		right:22px;
		display:block;
		width:2px;
		height:8px;
		background:#ddd;
		content:''
	}
	#site-navigation ul ul .submenu-button:before{
		top:12px;
		right:16px
	}
	#site-navigation .submenu-button.submenu-opened:before{
		display:none
	}
	#site-navigation ul ul ul li.active a{
		border-left:none
	}
	#site-navigation &gt; ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a,
	#site-navigation &gt; ul ul &gt; li.has-sub &gt; ul &gt; li.active &gt; a{
		border-top:none
	}
}


.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	height: 3.125em;
	line-height: 3.125em;
	background: rgb(10, 43, 76);
	max-width: 100em;
    margin: 0 auto;
}

.main-navigation div {
	max-width: 100em;
	margin: 0 auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid #213a5f;
}

.main-navigation a {
	    display: block;
    text-decoration: none;
    padding: 0 1em;
    color: #fff;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
    outline: 0;
	border-right: 1px solid #213a5f;
}

.main-navigation .menu-item-has-children &gt; a:after {
	content: "\f0d7";
	font-family: fontAwesome;
	padding-left: 0.75em;
}

.main-navigation .menu-item-has-children:hover &gt; a:after,
.main-navigation .menu-item-has-children.current-menu-item &gt; a:after {
	color: #fff;
}


.main-navigation ul ul {
	background: rgb(10, 43, 76);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3.1em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 );
	-moz-box-shadow: inset 0px 0px 2px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 2px 0px #000000;
	-o-box-shadow: inset 0px 0px 2px 0px #000000;
	box-shadow: inset 0px 0px 2px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=2);
}

.main-navigation ul ul :hover &gt; a,
.main-navigation ul ul .focus &gt; a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.pagination ul li a.current,
.pagination ul li a:hover {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 );
	    border-color: #DCDCE0;
    background-color: #eaeaea!important;
    color: #828282;
	
}
.rating-bar-meter, .vjs-play-progress, #filters .filters-options span:hover, .bx-wrapper .bx-controls-direction a, .top-bar .social-share a:hover, .thumb-block:hover span.hd-video, .featured-carousel .slide a:hover span.hd-video {
background-color: #229aed!important;
}

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled ul {
	z-index: 9999;
	padding: 0 1.4em;	
}

.main-navigation.toggled ul li {
	float: none;
	background: #222;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	z-index: 9999;
	text-align: center;
	clear: both;
}

.main-navigation.toggled ul li a {
	font-size: 1em;
	text-align: center;	
	width: 100%;
	padding: 0.5em 0;
}

.main-navigation.toggled li:hover &gt; a,
.main-navigation.toggled li.focus &gt; a,
.main-navigation.toggled li.current_page_item &gt; a,
.main-navigation.toggled li.current-menu-item &gt; a {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}

.main-navigation.toggled ul ul.sub-menu {
	display: block;  
    position: static;
	text-align: center;
	margin: 0 auto;
	z-index: 99999;
	width: 100%;
	padding: 0;
}

.main-navigation.toggled ul ul.sub-menu li {
	z-index: 99999;
	background: #181818;
}

.menu-toggle {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	font-size: 1.25em;
	margin-left: 0.5em;
	line-height: 32px;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none!important;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		padding: 0 1.5em;
	}
	.main-navigation ul.sub-menu {
		padding: 0;
	}
	.main-navigation ul li:first-child {
		border-left: 1px solid #121212;
	}
}*/

.footer-menu-container {
	width: 100%;
	margin: 1em 0 0;
}

.footer-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5em;
	text-align: center;
}

.footer-menu-container ul li {
	display: inline;
	margin: 0 1em;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
clear: both;
display: table;
margin: 0 auto;
text-align: center;
}

.pagination ul {
	list-style: none;
	overflow: hidden;
	padding: 0em 0 2em 0;
    margin:0;
	display: table-cell;
vertical-align: middle;
}

.pagination ul li {
	margin: 0 0.5em;
	display: inline-block;	
}

.pagination ul li a {
	display: block;	
	padding: 0.5em 1em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-header,.site-footer{	background: url('https://www.rencontreminetgay.com/wp-content/themes/rencontre/images/logo-background.png');
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	position: relative;
}
#biere a img{width:100%;}
.page-title,
.page .entry-title {
	margin: 0 0 1em;
	    font-size: 23px;
    font-weight: normal;
    font-family: Acme;
    color: #5f5f5f;
}

.widget-title,
.page-title,
.page .entry-title,
.comments-title,
.comment-reply-title {
	    background: #dee5ef;
    color: rgb(10, 43, 76);
    padding: 0.4em 0.8em;
    font-size: 1.1em;
    font-weight: normal;
    border-left-width: 6px;
    border-left-style: solid;
    font-family: 'Acme','sans-serif';
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_categories ul li a {
	    display: inline-block;
    float: left;
    font-size: 1em;
    outline: none;
    width: 100%;
    font-weight: 100;
    border-bottom: 1px solid #eee;
    padding: 0px 0 7px 2px;
}

.search-field {
	width: 72%;
	margin-left: 1px;
}

.widget_videos_listings {
	position: relative;
}

.more-videos {
	position: absolute;
	top: 7px;
	right: 7px;
}

#sidebar .more-videos i,
.site-footer .more-videos i {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.featured-carousel {
	visibility: hidden;
}

.bx-wrapper {
	position: relative;
	margin-top: 1px;
	margin-bottom: 0.75em;
	height: 180px;
	max-width: 100em !important;
    margin: 0 auto;
}

.bx-viewport {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
	border-bottom: 1px solid #151515;
	height: 180px!important;
}

.bx-viewport .slide {
	position: relative;
	border-right: 1px solid #151515;
}

.bx-viewport .slide a {
	display: block;
}

.bx-viewport .slide img {
	cursor: pointer;
	width: 100%;
	height: 180px;
}

.bx-viewport .slide .no-thumb {
	height: 180px;
}

.bx-caption {
	position: absolute;
    bottom: 4px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    text-align: center;
    font-size: 0.875em;
    height: 30px;
	line-height: 26px;
	padding: 0 5px;
	color:#ccc;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	z-index: 500;
	font-size: 2em;
	color: #fff;
	display: block;
	height: 180px;
	width: 35px;
	opacity: 0.50;
	filter: alpha(opacity =50);
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity =100);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: "\f053";
	font-family: fontAwesome;
	position: relative;
	top: 68px;
	left: 3px;
}

.bx-wrapper .bx-controls-direction a.bx-next::before {
	content: "\f054";
	font-family: fontAwesome;
	position: relative;
	top: 68px;
	right: -8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.top-bar {
	background-color: #111;
	padding: 0.25em 0;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
}

.top-bar .row {
	padding: 0 1.5em;
}

.top-bar small {
	color: #777;
}

.top-bar .social-share a {
	background: #222;
	display: inline-block;
	text-align: center;
	width: 30px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.top-bar .social-share i {
	color: #777;
	margin-right: 0;
	position: relative;
    top: 1px;
}

.top-bar .social-share a:hover i {
	color: #fff;
}

.top-bar-content {
	display: flex;
	justify-content: space-between;
}

#content {
    padding-top: 20px;
    background: #fff;}

.site-content {
	padding: 0 1.5em;
	overflow: hidden;
}
h1.title {color: rgb(10, 43, 76);
    font-size: 1.4em;
    font-weight: normal;
    border-left-width: 0px;
    border-left-style: solid;
    font-family: 'Acme','sans-serif';
	margin:0 0 10px 0;
	line-height: 1.1em;
}
.tags-list{
    overflow-x: auto;
    white-space: nowrap;
    padding: 4px 0;
    line-height: 1.8em;
}
.tags{    margin: 7px 0;position:relative;}
.site-branding {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.site-branding .logo,
.site-branding .header-search,
.site-branding .happy-header {
	align-self: center;
	width: 100%;
}

.site-branding .happy-header {
	text-align: right;
}

.site-branding .logo a {
	display: inline-block;
	color: #e5e5e5;
	outline: none;
    display: inline-flex
}

.site-branding .logo i {
	margin-right: 0;
}

.site-branding .header-search input {
	width: 70%;
	    background-color: rgba(33,33,33,.3);
    border: 1px solid #282828;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(58, 55, 55, 0.3) inset;
	border-right:0;
	float: left;
		color:#fff !important;

}

.site-branding .header-search input#searchsubmit {
	width: 45px;
	    border-left: 0px !important;
    background-color: rgba(33,33,33,.3) !important;
    border: 1px solid #282828;
	color:#fff !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(58, 55, 55, 0.3) inset;
    height: 40px;
}

.sticky {
	display: block;
}

.hentry {	
	margin: 0 0 1em;
}

img[data-src] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img[data-src].display-img {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}
img[data-src].loaded {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}


.page-header {
	margin-bottom: 1em;
	position: relative;
}

.videos-list {
	margin-bottom: 25px;
	width: 100%;
	display:inline-block;
}

.thumb-block {	
display:inline-block;
vertical-align:top;
	    cursor: pointer;
}

.thumb-block .entry-header {
	    height: 2.5em;
    overflow: hidden;
    color: #666;
    display: block;
    font-size: .85em;
    font-weight: 600;
    line-height: 1.3;
	    cursor: pointer;
}

.thumb-block .post-thumbnail {
	line-height: 0;
	position: relative;	
   padding-bottom: 56.25%;
border-radius: 4px;
height: 0;
cursor:pointer;
    overflow: hidden;
    width: 100%;
    background-color: #000;
}

.thumb-block .post-thumbnail a {
	display: inline-block;
	    cursor: pointer;
}

.thumb-block .post-thumbnail img {
width: 100%;
position: absolute;
height: 100%;
z-index: 11;
cursor:pointer;
}
.thumb-block a{position:relative;z-index:999;}
.rating-bar-meter {
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}


.no-thumb {
	background: #333;
}

.no-thumb span {
	color: #777;	
	position: absolute;
	/*transform: translateY(-50%);*/
	top: 50%;
  	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;	
	margin: auto;
	display: table;
	text-shadow: 1px 1px #181818;
}

.play-icon-hover {
	position: absolute;
	top: 50%;
  	left: 0;
	width: 100%;
	height: 100%;
	display: none;	
	text-align: center;	 
	    cursor: pointer;
}

.play-icon-hover i {
	color: #fff;
	opacity: 0.7;
	transform: translateY(-50%);		
	margin-right: 0;
}

.post-thumbnail:hover .play-icon-hover,
.slide:hover .play-icon-hover {
	display: block;	
	cursor: pointer;	
}

.post-thumbnail:hover .play-icon-hover i::before,
.slide:hover .play-icon-hover i::before {
	transition: all 0.5s linear;
}

span.views,
span.duration,
span.hd-video {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 0.2em 0.4em;
	font-size: 0.75em;
z-index:11;
}

span.duration {
    left: inherit;
    right: 5px;
}

span.hd-video {
	font-weight: 900;
	padding: 10px 5px;
	top: 5px;
	right: 5px;
	left: inherit;
	bottom: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar span.hd-video {
	font-size: 0.65em;
	padding: 8px 3px;
}

.bx-wrapper span.hd-video {
	padding: 2px 5px;
}

span.views i, span.duration i {
	position: relative;
	top: -1px;
}
#video-rate{float:right;}
#rating {
	color: #aaa;
	font-size: 1em;
}

#rating i.fa-thumbs-up {
	color: #eee;
	font-size: 1.2em;
	margin-right: 0;
}

.rating-bar,
.categories-list .thumb-block .entry-header,
.actors-list .thumb-block .entry-header,
#filters .filters-select,
#filters .filters-options {
	background-color: #eee!important;
	text-align: center;
	font-size: 75%;
	color: #222;
margin: 3px 0;
}

.categories-list .thumb-block .entry-header,
.actors-list .thumb-block .entry-header {
	height: 2em;
	overflow: hidden;
	font-size: 1em;
	padding: 0.25em 0 0;
	box-shadow: none;
}

.categories-list .thumb-block .entry-header .cat-title:before {
	content: "\f07b";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.categories-list .thumb-block:hover .entry-header .cat-title:before {
	content: "\f07c";
	margin-right: 0.33em;
}

.actors-list .thumb-block .entry-header .actor-title:before {
	content: "\f005";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.rating-bar-meter {
	height: .3em;		
}

#filters {
	position: absolute;
	right: 0.45em;
	top: 0.45em;
}

#filters .filters-select {
	background-color: #ffffff91!important;
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: auto;
	padding: 0.25em 1em;
}

#filters .filters-select:after {
	content: "\f0d7";
	font-family: fontAwesome;
	margin-left: 0.3em;
}

#filters .filters-options {
	display: none;
	background-color: #222!important;
	border-top: 8px solid #282828!important;
	border-color: #282828!important;
	border-width: 1px;
	position: absolute;
	z-index: 99999;
	right: -9px;
	top: 100%;
	height: auto;
	font-size: inherit;
	box-shadow: none;
}

#filters .filters-options span,
#filters .filters-select:hover .filters-options {
	display: block;
}

#filters .filters-options span {
	width: 160px;
	text-align: right;
	padding: 0.75em 1em;	
}

#filters .filters-options span a {
	color: #eee;
}

#video-buttons i, span.post-like, .show-more i {
	color: #777;
}

.like #more:hover .grey-link {
	color: #fff;
}

.grey-link {
    color: #fff;
    font-size: 1rem;
}

.post-like a{    background: #444;
    padding: .5em 1em;
    border-radius: 4px;
    color: #fff;
    display: inline-block;}
.post-like a:hover{background:#222;color:#fff !important;}
span.post-like {
	font-size: 1.3em;
}


.tab-content &gt; div {
	display: none;
}

.tab-content #video-about {
	display: block;
}

.entry-content #video-views {
	font-size: 0.875em;
	padding-bottom: 0.4em;
}

.entry-content #video-views span {
	font-size: 1.25em;
	font-weight: bold;
	color: #eee;
}

.entry-content .rating-bar {
	width: 80%;
}

.entry-content .rating-bar-meter {
	width: 0%;
}

.rating-result {
	width: 80%;
	margin-top: 0.4em;
	overflow: hidden;
}

.rating-result .percentage,
.rating-result .likes {
	width: 50%;
	float: left;
	font-size: 0.875em;
}

.rating-result .likes {
	text-align: right;
}

.rating-result .likes_count {
	margin-right: 0.4em;
}

#video-about .tags {	
	margin-top: 0.5em;
}

#video-about .tags .tags-list .label {
	margin: 0 0.6em 0.6em 0;
	display: inline-block;
}

#video-about .tags .tags-list .label i {
	margin-right: 5px;
}

.edit-link {
	font-size: 0.875em;
}

#video-about p {
	font-size: 0.875em;
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom:0 !important;
}

#video-author, #video-date, #video-actors {
	padding-bottom: 0.5em;
}

#video-author i, #video-date i, #video-actors i {
	color: #eee;
}

.desc {
	margin-bottom: .1em;
	overflow:hidden;
}

.morecontent span {
	display: none;
	outline: 0;
}

.morelink {
	display: block;
	padding: 0.2em 0;
	margin-top: .1em;
	border-top: 3px solid #777;
	text-align: center;
	outline: 0;
	color: #777;
	font-weight: bold;
	letter-spacing: -0.5px!important;
}

.morelink:hover {
	color: #ccc;
}

.morelink:visited,
.morelink:focus,
.morelink.less {
	outline: 0;
}

.morelink i {
	margin-left: 2px;
}

.advertising {
	text-align: center;
	margin: 1.25em 0 0;
	line-height: 0;
}

.title-block {
	overflow: hidden;
	    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.title-block h1.entry-title {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 1.45em;
	border-bottom: 1px solid #151515;
	font-weight: normal;
	color: #eee;
}
#video-tabs div{display:inline-block}
#video-tabs {
	    order: 2;
	position: relative;
	padding-top: 0.5em;
}

#video-tabs button.tab-link {
	background: none!important;
	border: none;
	box-shadow: none;
	border-bottom: 3px solid #555!important;
	padding: 0 2em 0.75em;
}

#video-tabs button.tab-link.active {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#tracking-url {
	margin-left: 1em;
	/*display: inline-block;*/
width:100%;
}

#tracking-url i {
	position: relative;
	top: -1px;
}

.clear {
	clear: both;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.happy-sidebar {
	margin-top: 0.9em;
}

.site-footer {
	padding: 2em 0;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.12);
	clear: both;
	width: 100%;
}

.site-footer .row {
	padding: 0 1.5em;
}

.site-footer .widget-title {
	box-shadow: none;
	margin-top: 0;
}

.site-footer .site-info {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding-top: 1em;
}

.site-footer .one-column-footer .widget {
	width: 100%;
}

.site-footer .two-columns-footer .widget {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.site-footer .three-columns-footer .widget {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}

.site-footer .four-columns-footer .widget {
	width: 22%;
	margin: 0 4% 0 0;
	float: left;
}

.site-footer .two-columns-footer .widget:nth-child(2n),
.site-footer .three-columns-footer .widget:nth-child(3n),
.site-footer .four-columns-footer .widget:nth-child(4n) {
	margin-right: 0;
}

.happy-footer {
	text-align: center;
	margin-bottom: 1.5em;
}

.logo-footer {
	text-align: center;
	padding-top: 2em;
}

.logo-footer a {
	display: inline-block;
	max-width: 12.5em;
}

.video-js .vjs-play-control,
.vjs-fullscreen-control,
.vjs-fullscreen-control:hover,
.vjs-mute-control,
.vjs-mute-control:hover {
	background: none!important;
	box-shadow: none;
}

.video-js .vjs-control-bar {
	background-color: #333!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	
	border: 1px solid #333;
	height: 3.1em;
}

.video-player {
	position: relative;
}

.responsive-player {
position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;	/*padding-top: 25px;*/
}
.fluid_video_wrapper{position: absolute !important;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;}
.responsive-player iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-tech,
.video-player,
.video-js {
	outline: none;
}

.vjs-big-play-centered .vjs-big-play-button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.video-js .vjs-big-play-button {
	font-size: 5em;
}

.logo-watermark-img {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#logo-watermark .top-left {
	top: 1em;
	left: 1em;
}
#logo-watermark .top-right {
	top: 1em;
	right: 1em;
}
#logo-watermark .bottom-left {
	bottom: 3em;
	left: 2em;
}
#logo-watermark .bottom-right {
	bottom: 3em;
	right: 2em;
}

.grayscale {
	-webkit-filter: saturate(0);
	filter: saturate(0);
}

.happy-inside-player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 400;
	display: flex;
	max-width: 600px;
}

.happy-inside-player a {
	display: block;
}

.happy-inside-player .zone-1,
.happy-inside-player .zone-2  {
	align-self: center;
	width: 300px;
}

.close {
    position: absolute;
    top: -10px;
	right: -15px;
	padding: 0.1em 0.5em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	z-index: 99999;
}

.close i {
	margin-right: 0;
}
.happy-mob {
    text-align: center;
    padding: 10px;
    background: #fff;
}
.happy-mob img {
display: block;
margin: 0 auto;
min-width: 305px;
}

.happy-under-player {
	text-align: center;
	margin-top: 1.75em;
}

#video-share {
	padding-top: 1em;
}

#video-share i {
          font-size: 1.5rem;
          color: #fff;
          width: 43px;
          height: 43px;
          line-height: 43px;
          text-align: center;
        }
#video-share i#facebook {
	background-color: #3b5998;
}
#video-share i#twitter {
	background-color: #55acee;
}
#video-share i#googleplus {
	background-color: #dd4b39;
}
#video-share i#linkedin {
	background-color: #007bb5;
}
#video-share i#reddit {
	background-color: #ff4500;
}
#video-share i#tumblr {
	background-color: #36465d;
}
#video-share i#odnoklassniki {
	background-color: #f7931e;
}
#video-share i#vk {
	background-color: #507299;
}
#video-share i#email {
	background-color: #777;
}
#video-share a {
	margin: 0 0.2rem;
	display: inline-block;
	outline: 0;
}
#video-share a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.under-video-block {
	overflow: hidden;
}

.under-video-block .show-more-related a.button {
	display: table;
	margin: 10px auto;
	text-align: center;
}


.notfound-videos {
	margin-top: 2em;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-area {
	height: 30px;
	line-height: 28px;
	background-color: #eee!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	max-width:1580px;
	margin:0 auto;
}

#breadcrumbs {
list-style: none;
white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
overflow: hidden;

font-size: 0.8em !important;

text-align: left;

margin: 0;

padding: 0 2em;
}
  
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4em;
}

#breadcrumbs li.separator {
	margin-left: 0.3em;
}

#breadcrumbs li.item-current .bread-current {
	color: #444;
	font-weight: 400;
}
#breadcrumbs li a{color:#666;}
/*--------------------------------------------------------------
## Back to top
--------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top i {
	position: relative;
	top: -1px;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top i {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Template actors
--------------------------------------------------------------*/
.first-letter {
	display: block;
	font-size: 2rem;
	font-weight: 600;
}

.template-actors {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.template-actors li a {
	display: inline-block;
    float: left;
    font-size: 0.9em;
    margin-right: 1em;
	outline: none;
}

/*--------------------------------------------------------------
## Login register popup
--------------------------------------------------------------*/
.top-bar .membership ul {
	list-style: none;
	font-size: 0.875em;
}

.top-bar .membership ul li {
	float: left;
	margin: 0 10px;
}

.top-bar .membership .welcome {
	color: #999;
}

.top-bar .membership ul li.separator {
	font-size: 0.6em;
	position: relative;
	top: 3px;
	color: #aaa;
	margin: 0;
}

.top-bar .membership ul li.or {
	color: #aaa;
	margin: 0;
}

.top-bar .membership ul li.login {
	margin: 0 5px;
}

.top-bar .membership a {
	color: #ddd;
	display: block;
	outline: 0;
}

.top-bar .membership a:hover {
	color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px 10px;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #151515;    
    /*border-radius: 6px;*/
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-body {
    position: relative;
    padding: 40px;
}
.modal-body label {
	display: block;
	font-size: 0.875em;
	margin-bottom: 5px;
}
.modal-body input {
	display: block;
	width: 100%;
}
.modal-body .lost-password a {
	font-size: 0.875em;
}
.wpst-reset-password p {
	font-size: 0.875em;
}
.modal-footer {
    padding: 20px 40px;
    text-align: center;
    border-top: 2px solid #252525;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.wpst-register, .wpst-login, .wpst-reset-password, .wpst-register-footer, .wpst-login-footer {
    display: none;
}
div[data-active-tab="#wpst-reset-password"] .wpst-reset-password,
div[data-active-tab="#wpst-reset-password"] .wpst-login-footer,
div[data-active-tab="#wpst-login"] .wpst-login,
div[data-active-tab="#wpst-register"] .wpst-register,
div[data-active-tab="#wpst-register"] .wpst-login-footer,
div[data-active-tab="#wpst-login"] .wpst-register-footer {
    display: block;
}
.wpst-loading {
    display: none;
}
.alert&gt;p, .alert&gt;ul {
    margin-bottom: 0;
}

#wpst-user-modal h3 {
	clear: none;
	margin: 0 0 20px;
	border-bottom: 3px solid #444;
	padding-bottom: 10px;
	color: #eee;
}
.form-field {
	margin: 20px 0;
    position: relative;
}
@media (min-width: 768px) {
	.modal-dialog {
	    width: 600px;
	    margin: 70px auto;
	}
	.modal-content {
	    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}

/*--------------------------------------------------------------
## Template video submit
--------------------------------------------------------------*/
.video-submit-area label {
	display: block;
	margin-bottom: 10px;
}

.video-submit-area input,
.video-submit-area textarea {
	display: block;
	width: 50%;
	margin-bottom: 1.5em;
}

.video-submit-area select {
	display: block;
	margin-bottom: 1.5em;
}

.video-submit-area .duration-col {
	float: left;
	margin-right: 1em;
}

.video-submit-area .g-recaptcha {
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Template my profile
--------------------------------------------------------------*/
.wpst_form {
	padding: 1em 2em;
	background: #111;	
	border: 1px solid #252525;
	border-top: none;
}

.wpst_form input {
	display: block;
	width: 100%;
}

.wpst_form p {
	padding: 0 0 1em;
}

#wpst_theme_pro_login_submit,
#wpst_theme_pro_registration_form input.button {
	padding: 0.5em 1em;
	margin-top: 1.5em;
}

.page-template-template-my-profile h4 {
	margin-bottom: 0;
}

#edit-user label {
	display: block;
	margin-top: 1em;
	padding-bottom: 5px;
}

#edit-user input {
	margin-bottom: 1em;
}

#edit-user input,
#edit-user select {
	display: block;
	width: 100%;
}

#edit-user #updateuser {
	padding: 0.75em 1em;
	width: auto;
}

/*--------------------------------------------------------------
## My channel
--------------------------------------------------------------*/
.author-block {
	padding: 1em;
	background: #252525;
	border: 1px solid #333;
	margin-bottom: 1.5em;
}

.author-block strong {
	display: block;
	color: #eee;
	padding-bottom: 0.5em;
}

.author-display-name {
	display: inline-block;
	float: left;
	margin: 0 0.5em 0.5em 0;
	font-weight: bold;
	color: #eee;
}

.author-videos {
	display: inline-block;
	background: #111;
	border: 1px solid #333;
	margin-top: -2px;	
	padding: 0.2em 0.5em;
	font-size: 0.85em;
}

.author-description {
	font-size: 0.9em;
	text-align: justify;
}

/*--------------------------------------------------------------
## Menu icon
--------------------------------------------------------------*/
.home-icon a:before,
.cat-icon a:before,
.tag-icon a:before,
.star-icon a:before,
.blog-icon a:before,
.video-icon a:before,
.link-icon a:before {
	font-family: fontAwesome;
	margin-right: 0.4em;
}

.home-icon a:before {
	content: "\f015";
}

.cat-icon a:before {
	content: "\f07b";
}

.tag-icon a:before {
	content: "\f02c";
}

.star-icon a:before {
	content: "\f005";
}

.blog-icon a:before {
	content: "\f044";
}

.video-icon a:before {
	content: "\f144";
}

.link-icon a:before {
	content: "\f0c1";
}


/*--------------------------------------------------------------
## Style
--------------------------------------------------------------*/


.widget-title {
	margin-top: 0;
}

h1.widget-title i {
	margin-right: 0.4em;
}

.widget-area .widget-title {
     margin-top: .6em !important;
    font-size: 1.3em;
    margin: 0px 0px 10px 0;
    padding: 3px 0;
    border-left: 0;
    background: transparent;
    border-bottom: 2px solid #dee5ef !important;
    text-transform: uppercase;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	margin-top: 2em;
}

.comment-list {
	list-style: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
}

.comment-reply-link {
	font-size: 0.8em;
}

.comment-author img {
	position: relative;
	top: 5px;
	margin-right: 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comment-metadata {
	font-size: 0.8em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/****************/
/* MEDIAQUERIES */
/****************/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 48em) {
/* Styles */
	.top-bar {
		overflow: hidden;
		padding-bottom: 0.75em;
	}
#breadcrumbs {

    padding: 0 .75em !important;

}
	.top-bar-content {
		display: block;
		justify-content: inherit;
	}

	.top-bar .social-share {
		padding-top: 1em;
	}

	.top-bar .social-share small {
		display: none;
	}

	.top-bar .social-share,
	.top-bar .membership {
		width: 100%;
		display: block;
	}

	.top-bar .membership {
		padding-bottom: 1em;
	}

	.top-bar .membership ul li {
		margin: 3px 10px;
	}

	.top-bar .membership ul li.separator {
		font-size: 0.8em;
		top: 6px;
	}

	.site-branding {
		height: auto;
		max-height: inherit;
		clear: both;
	}

	.site-branding .logo {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	}

	.site-branding .header-search, .site-branding .happy-header {
		text-align: center;
		margin: 1em auto;
	}

.dial-mobile {
display: block;
background-color: inherit;
border: none;
position: absolute;
left: 70px;
top: 0;
cursor: pointer;
height: 50px;
line-height: 50px;
max-width: 155px;
text-align: center;
color: #fff;
font-size: 11px;
}
	.dial-mobile a{  
font-family: sans-serif;
font-size: 13px;
/* background: #fffe7d; */
padding: 5px 9px;
line-height: 16px;
display: inline-block;
border-radius: 5px;
/* margin-top: 6px; */
/* color: #28272b; */
font-weight: 600;
/* box-shadow: 2px 3px 3px #000; */
border: 2px solid #fff;}
	.site-branding .header-search input {
		width: 70%;
		float: none;
		    background-color: rgba(33,33,33,.3);
    border: 1px solid #282828;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(58, 55, 55, 0.3) inset;
    color: #ccc;
    padding: 0 0.8em;
    height: 40px;
	    border-right: 0;
	}

	.site-branding .header-search input#searchsubmit {
		position: relative;
		top: 0;
		left: -5px;
	}

	.site-branding .happy-header {
		margin: 2em auto 0;
	}

	#content {
		padding-top: 20px;
	}

	.thumb-block {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 0px;
	}	

	.thumb-block.full-width {
		width: 100%;
	}

	.under-video-block .show-more-related a.button {
		display: block;
	}

	.play-icon-hover i {	
		font-size: 5em;
	}


	.happy-header-mobile {
		margin: 0.5em auto 1em;
		text-align: center;
	}

	.top-bar-content,
	.title-block h1.entry-title,
	.happy-sidebar {
		text-align: center;
	}

	.title-block h1.entry-title {
		font-size: 1.25em;
	}

	.pagination ul li {
		margin: 0 0.5em 1em;
	}

	#sidebar {
		margin-top: 2em;
		clear: both;
		overflow: hidden;
	}

	.widget_categories ul li a {
		padding: 0.75em 1em;
		margin: 0 1em 1em 0;
	}

	.more-videos span {
		display: none;
	}

	.more-videos i {
		margin-left: 0.188em;
	}
#rating i.fa-thumbs-up, span.post-like {
font-size: .90em !important;
}
	.lecom, .lecom a, .grey-link, #rating i.fa-thumbs-up, span.post-like {
    font-size: 1em !important;
}
	#rating {

	margin-top:5px;
    float: right;
    order:2;
	}
	span.post-like {
    font-size: .90em;
}
	.video-description p, .archive-description p, p.comment-notes, #video-date, .desc {
    font-size: .875em;
}
#video-tabs{    float: left; order: 1 !important;}
	#video-tabs .about,
	#video-tabs .share {
		display: none;
	}

	#video-tabs #tracking-url,
	#tracking-url {
		display: block;
		position: relative;
		margin: 0 auto 1em;
		text-align: center;
	}

	#tracking-url {
		min-height: 50px;
		line-height: 37px;
	}

	#video-share {
		padding: 0 1em;
		margin: 1em 0;
		text-align: center;
	}

	#video-share a {
		margin: 0 0.2em 0.75em 0;
	}

	#video-share i {
		font-size: 1.5em;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	
	.video-description p,
	.archive-description p,
	p.comment-notes {
		font-size: 0.9em;
	}

	.happy-inside-player {
		display: none;
	}

	.tags {
		margin-top: .3em;
	}

	.tags .tags-list .label {
    margin: 0 0em 0.4em 0;
    padding: 0.3em 1em;
    font-size: 0.8em;
    display: inline-block;
	}

	#rating-col {
		width: 100%;
		padding: 0 1.375em 1.375em;
	}

	.entry-content .rating-bar,
	.rating-result {
		width: 100%;
	}

	#video-about {
		float: none;
		padding: .5em 1em 1em;
		width: 100%;
		text-align: center;
	}

	#comments input,
	#comments textarea {
		width: 100%;
		margin-bottom: 1em;
	}	

	#comments .button.margin-top-2 {
		margin-top: 0;
	}

	.site-footer {
		margin-top: 0;
	}

	.site-footer .one-column-footer .widget,
	.site-footer .two-columns-footer .widget,
	.site-footer .three-columns-footer .widget,
	.site-footer .four-columns-footer .widget {
		width: 100%;
		float: none;
		margin: 0 0 8%;
	}

	.site-footer .widget-title {
		margin-top: 1em;
	}

	.happy-footer {
		margin-bottom: 0.5em;
	}
}
.site-branding .logo{display:flex;}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 20em) {
	.beau{padding:8px;}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 20em) and (min-width : 48em) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 48.001em) and (max-width : 64em) {
/* Styles */

	.site-branding {
		height: auto;
		max-height: inherit;
	}

	.site-branding .logo, .site-branding .header-search, .site-branding .happy-header {
		text-align: center;

	}

	.site-branding .header-search input {
		width: 45%;
		float: none;
	}

	.site-branding .header-search input#searchsubmit {
		position: relative;
		top: 1px;
		left: -5px;
	}

	.site-branding .happy-header {
		margin: 2em auto 0.5em;
	}

	.site-content .widget-area {
	  float: right;
	  overflow: hidden;
	  width: 315px;
	}
	.beau{
width:66.66%;display:inline-block; padding:5px}
	.thumb-block {
		width: 33.333333%;
		padding: 5px;
		margin-bottom: 3px;
	}

	.play-icon-hover i {	
		font-size: 4em;
	}

	#rating {
	    padding: 0.5em 0 0 0.25em;
    order: 3;
	}

	#video-tabs {
		    order: 2;
	}
	#video-rate{float:right;}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;
		padding: 0 1em;
	}

	#sidebar {
		margin-top: 2em;
		display:none;
	}

	.happy-sidebar {
		text-align: center;
	}

	.site-content .widget-area {
		float: none;
		width: 100%;
	}

	.site-footer .one-column-footer .widget,
	.site-footer .two-columns-footer .widget,
	.site-footer .three-columns-footer .widget,
	.site-footer .four-columns-footer .widget {
		width: 100%;
	}

	.site-footer .widget-title {
		margin-top: 1em;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 48em) and (max-width : 64em) and (orientation : portrait) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 48em) and (max-width : 64em) and (orientation : landscape) {
/* Styles */	

}

/* Small desktops ----------- */
@media only screen  and (min-width : 64.001em) and (max-width : 84em) {	

	#content {
		min-height: 40em;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1 {
		margin-right: 4%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.site-branding .logo {
		margin-right: 1em;
	}

	.site-branding .logo,
	.site-branding .logo a,
	.site-branding .logo img {
		width: 90%;
	}

	.content-area {
	  float: left;
	  margin: 0 -21em 0 0;
	  width: 100%;
	}

	

	.site-main.with-sidebar-right {
	  	margin: 0 340px 0 0;    
	}


	.site-content .widget-area {
	  	float: right;
	  	overflow: hidden;
	  	width: 315px;
	}

	.site-content .widget-area.with-sidebar-right {
		float: right;
	}

	.site-content .widget-area.with-sidebar-left {
display:none;
	}

	.thumb-block {
		width: 20%;
		padding: 5px;
		margin-bottom: 0;
	}

	#sidebar .thumb-block,
	.site-footer .four-columns-footer .thumb-block {
		width: 50%;
	}

	.site-footer .two-columns-footer .thumb-block {
		width: 25%;
	}

	.site-footer .three-columns-footer .thumb-block {
		width: 33.33%;
	}

	#sidebar .thumb-block .entry-header,
	.site-footer .one-column-footer .thumb-block .entry-header,
	.site-footer .two-columns-footer .thumb-block .entry-header,
	.site-footer .three-columns-footer .thumb-block .entry-header,
	.site-footer .four-columns-footer .thumb-block .entry-header,
	#sidebar span.views,
	#sidebar span.duration,
	.site-footer span.views,
	.site-footer span.duration,	
	#sidebar .more-videos span,
	.site-footer .more-videos span {
		display: none;
	}

	#sidebar .more-videos i,
	.site-footer .more-videos i {
		margin-left: 0.188em;
	}

	.play-icon-hover i {	
		font-size: 3em;
	}

	#sidebar .play-icon-hover i,
	.site-footer .play-icon-hover i {	
		font-size: 2.5em;
	}

	#rating {
	    padding: 0.5em 0 0 0.25em;
    order: 3;
	}

	#video-tabs {
		    order: 2;
	}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;

	}
    
    #main .under-video-block #html2 .thumb-block{width:20% !important;}
		#main .under-video-block .thumb-block{width:25% !important;}
#html2{width:100%;min-height:120px;}

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 84.001em) {
/* Styles */
	#content {
		min-height: 40em;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1 {
		margin-right: 4%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.content-area {
		float: left;
		margin: 0 -21em 0 0;
		width: 100%;
	}

	.content-area.with-sidebar-right {
		float: left;
		margin: 0 -340px 0 0;
	}

	.content-area.with-sidebar-left {
		float: right;
		margin: 0 0 0 -21em;
	}

	.site-main.with-sidebar-right {
	  	margin: 0 340px 0 0;      
	}

	.site-main.with-sidebar-left {
	  	margin: 0 0 0 14em;      
	}

	.site-content .widget-area {
	  	float: right;
	  	overflow: hidden;
	  	width: 315px;
	}

	.site-content .widget-area.with-sidebar-right {
		float: right;
	}

	.site-content .widget-area.with-sidebar-left {
	    float: left;
    width: 13em !important;
    border-right: 1px solid #dee5ef;
    padding-right: 1.4em;
	}

	.comment-notes {
		font-size: 0.9em;
		font-style: italic;
	}

	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 48%;
		float: left;
	}

	.comment-form-comment.full-width {
		width: 100%;
	}

	.comment-form-comment {
		margin-right: 4%;
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.form-submit {
		clear: both;
		display: block;
		padding-top: 1em;
	}

	.thumb-block {
		width: 20%;
		padding: 10px;
		margin-bottom: 4px;
	}

	#sidebar .thumb-block,
	.site-footer .four-columns-footer .thumb-block {
		width: 50%;
	}

	.site-footer .two-columns-footer .thumb-block {
		width: 25%;
	}

	.site-footer .three-columns-footer .thumb-block {
		width: 33.33%;
	}

	#sidebar .thumb-block .entry-header,
	.site-footer .one-column-footer .thumb-block .entry-header,
	.site-footer .two-columns-footer .thumb-block .entry-header,
	.site-footer .three-columns-footer .thumb-block .entry-header,
	.site-footer .four-columns-footer .thumb-block .entry-header,
	#sidebar span.views,
	#sidebar span.duration,
	.site-footer span.views,
	.site-footer span.duration,
	#sidebar .more-videos span,
	.site-footer .more-videos span {
		display: none;
	}

	#sidebar .more-videos i,
	.site-footer .more-videos i {
		margin-left: 0.188em;
	}

	.play-icon-hover i {	
		font-size: 4em;
	}

	#sidebar .play-icon-hover i {
		font-size: 3em;
	}

	.site-footer .three-columns-footer .play-icon-hover i,
	.site-footer .four-columns-footer .play-icon-hover i {
		font-size: 3em;
	}

	#rating {
	    padding: 0.5em 0 0 0.25em;
    order: 3;
	}

	#video-tabs {
	    order: 2;
	}

	#rating-col {
		width: 30%;
		float: left;
		padding: 0 1.375em;
	}

	#video-about {
		float: left;

	}
    #main .under-video-block #html2 .thumb-block{width:20% !important;}
	#main .under-video-block .thumb-block{width:25% !important;}
    #html2{width:100%;min-height:120px;}
}

/* Large screens ----------- */
@media only screen  and (min-width : 114em) {
/* Styles */
}

.studio{position:relative;}
.insid img{width:auto;height:auto;max-width:80%;min-width: 60%;position: absolute;max-height:400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.beau a img{width:100%;}
.insid iframe{position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);}
.insid{background: #eee;
padding-top: 60px;
text-align: center;
height: 100%;
overflow:hidden;
position: absolute;
width: 100%;}
@media screen and (min-width: 1600px){
.row,.bx-wrapper{width: 1580px;}
.studio{width: 40%;
padding: 5px;
vertical-align: top;
float: right;
height: 430px;}



.beau{width:50%;padding: 15px 5px;
display: inline-block;
vertical-align: top;}
}

@media screen and (max-width: 1599px) and (min-width: 1440px){
	.studio{width: 40%;
padding: 5px;
vertical-align: top;
float: right;
        height: 393px;
        margin-bottom: 20px;}
		.beau{width:50%;padding: 15px 5px;
display: inline-block;
vertical-align: top;}
	.row,.bx-wrapper{width: 1420px;}
	.thumb-block {
width: 20% !important;
display: inline-block;
vertical-align: top;
padding: 5px;
float: left;
}
}
@media screen and (max-width: 1439px) and (min-width: 1366px) {
.row,.bx-wrapper{width: 1346px;}
.studio {width: 40%;
padding: 5px;
vertical-align: top;
float: right;
	height: 372px;
margin-bottom:20px;}
.beau{width:50%;padding: 15px 5px;
display: inline-block;
vertical-align: top;}

	.thumb-block {
width: 20% !important;
display: inline-block;
vertical-align: top;
padding: 5px;
}
}
@media screen and (max-width: 1365px) and (min-width: 1230px){
.row,.bx-wrapper{width: 1210px;}
.studio {
width: 40%;
padding: 5px;
vertical-align: top;
float: right;
height: 340px;}
		.beau{width:50%;padding: 15px 5px;
display: inline-block;
vertical-align: top;}
}
@media screen and (max-width: 1023px){.but, .but .widget-title, .but .tags{margin-bottom:0;}.insid{padding-top:7px;}.studio{display:none;}}
@media screen and (max-width: 1229px) and (min-width:1024px){

.thumb-block {
width: 25% !important;
display: inline-block;
vertical-align: top;
padding: 5px;
}
.studio{
width: 50%;
padding: 5px;
vertical-align: top;
float: right;
height: 355px;
}
.beau{width:50%;padding: 15px 5px;
display: inline-block;
vertical-align: top;}
.row,.bx-wrapper{
padding: 0 17px;
max-width: 1024px;
}
}
.btnn{background-color: #c00c0c !important;
font-weight: 600;
border: 2px solid #111;
padding: 8px;
font-size: 18px;}
.outro{font-weight: 700;
padding: 0px 0 9px 0;
font-size: 14px;
line-height: 18px;}

.connect {
    background: #eee;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.connect a {
    padding: 3px;
    width: 110px;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
text-align:center;
font-size:12px;
font-weight:600;
}

.lecom {
    color: #aaa;
font-size: 1em;
}
.lecom a {
    background: #444;
    float: right;
    padding: .5em .5em;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
}

.connect img {
 height:88px;
width:105px;
}


.yellow{background: #000;
padding:10px 6px;}
.yellow-bar-row{text-align: center;
padding: 0 5px;display:none;line-height: 35px;
height: 42px;}
.yellow-bar-text{color: #FFF;
letter-spacing: 1px;
font-weight: 400;
font-size: 16px;
float: left;}
.yellow-bar-button{background: #d84412;
color: #fff !important;
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
display: inline-block;
line-height: 18px;
padding: 7px 25px;
margin-left: 5px;
float: right;
border-radius: 2px;
border: 1px solid #d86e35;}
.yellow a img{margin: 15px auto 0 auto;width:100%;
display: block;}
@media ( max-width: 575px) {
	.beau{width:100%;padding: 20px 0px;
display: inline-block;
vertical-align: top;}
.yellow{background: #fff;
padding: 0;display:block;}

.yellow-bar-row{line-height: 16px;height:auto;

margin: 0 0 5px 0;

display: none;

flex-direction: column;padding:0;}
	.yellow-bar-text{font-size: 14px;
float: initial;
order: 1;
color: #000;
padding: 6px 0;
background: #eee;
margin-top: 6px;
width: 100%;
margin-bottom: 6px;
	display: block;}
.yellow-bar-button {font-size: 14px;
font-weight: 700;
	display:none;
background: #eb6f20;
color: #fff !important;
border-radius: 4px;
text-shadow: 1px 1px 2px #5d250e;
border: 2px solid #813f05;
margin: 0 auto;
order: 2;
display: block;
	float:none !important;
}
	.yellow a img{display:block;margin: 5px auto 0 auto;}
}

.single-product {
    min-height: 110px;
}
.barbe{margin: 0 auto;

display: none;

width: 156px;

padding: 2px 5px;

background: #000;

float: right;

margin: 0 !important;

text-align: right;

height: 22px;
    }
.product-dark {
    background-color: #EEE;



position: relative;
}

.single-product-inner {
max-width: 500px;
margin: 0 auto;
position:relative;
    }
    .single-product-text, .single-product-image{
        top:0px;
        left:0px;
        }
    @media (min-width: 750px) and (max-width: 1000px){

        .single-product-inner {
            max-width: 500px;
            margin: 0 auto;
            position:relative;
        }
        .single-product-image {
            width: 105px;
            height: 105px;
        }
        .single-product-text {
            max-width: 500px;
            padding-top: 20px;
            padding-left: 100px;
            padding-right: 90px;
        }
        .single-product-text strong {
            line-height: 24px;
            font-size: 22px;
        }
        .single-product-buy {
            margin-top: 30px;
        }
    }
    @media ( min-width: 1000px) {
    .single-product-image {
        width: 95px;
        height: 95px;
        margin: 10px;
    }
    .single-product-text strong {
        line-height: 24px;
        font-size: 22px;
    }
    .single-product-text {
        max-width: 500px;
        padding-top: 20px;
        padding-left: 100px;
        padding-right: 90px;
    }
    .single-product-buy {
        margin-top: 30px;
    }
}
    .single-product-image {
        display: inline-block;
        width: 90px;
        height: 90px;
        position: absolute;
        margin: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;

    }

    .single-product-text {
   display: inline-block;

width: 100%;

height: 95px;

position: absolute;

padding-left: 100px;

padding-right: 80px;

box-sizing: border-box;

padding-top: 26px;

text-align: center;
    }
    .product-dark strong {
        color: #333;
        font-weight: 900;
        display: block;
        padding-bottom: 5px;
        line-height: 18px;
        font-size: 17px;
    }

    .single-product .prices {
        width: 100%;
    }
    .single-product-text {
        text-align: center;
    }

    .product-dark .price-before {
        color: #777;
    }
    .single-product .price-before {
        display: inline-block;
        padding-right: 10px;
        text-decoration: line-through;
        font-size: 16px;
    }

    .product-dark .price-now {
        color: #e15352;
        display: inline-block;
        font-size: 16px;
        color: #e15352;
        font-weight: 900;
    }
    .product-dark .single-product-buy {
        box-shadow: 0 5px 14px rgba(0,0,0,0.28), inset 0 1px 0 #f7a5a5;
    }

    .single-product-buy {
      display: inline-block;

float: right;

background-color: #d14948;

position: relative;

width: 55px;

height: 55px;

margin-top: 20px;

margin-right: 15px;

border-radius: 7px;

background-size: 50px;

background-repeat: no-repeat;

background-position: center;


position: absolute;

right: 0;

top: 23px;
    }

    .sectionshop {
        margin: 0 auto;
        padding: 0;
        margin-top: 15px;
        margin-bottom: 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
  
        width: 100%;
    }

    .sectionshop-inner {
            overflow-y: scroll;
            overflow-y: auto;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    width: 100%;
    }
    .product-preview {
        width: 170px;
        overflow: hidden;
        display: inline-block;
        margin-right: 5px;
    }

    .product-preview img {
        width: 170px;
        margin-bottom: 7px;
    }
    .product-preview .preview-text {
        text-align: center;
    }

    .product-preview .preview-text h3 {
        margin: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 1.1rem;
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #fff;
    }
    .product-preview .preview-text .was {
        display: inline-block;
        margin-right: 12px;
        font-size: 18px;
        text-decoration: line-through;
        color: #777;
    }
    .product-preview .preview-text {
        text-align: center;
    }

    .product-preview .preview-text .price {
        display: inline-block;
        font-size: 18px;
        color: #e15352;
    }
    .product-preview .buttonshop {
        width: 130px !important;
        text-align: center;
        background-color: #e15352;
        color: #fafafa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 10px auto 0 auto;
        padding: 13px 20px;
        font-size: 13px;
        font-weight: 400;
        outline: none;
        border: none;
        cursor: pointer;
        -moz-transition: 0.5s;
        transition: 0.5s;
        font-weight: 700;
    }
.icoplan{vertical-align: middle;

height: 40px;

padding-bottom: 5px;}
.breadcrumbs a {

    color: #666;

}
.intit{text-align: center;

font-size: 12px;

font-weight: 700;

color: #374a60;

margin-top: 10px;

background: #eee;

padding-top: 3px;}
.tags .gradient{position: absolute;
top: 0;
right: 0;
height: 100%;
background: #fff;
width: 70px;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );}
#searchform{
padding: 4px 4px 4px 8px;
}
.bloc1 span {
font-size: 16px;
display: block;
padding-top: 6px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
color: #444;
}
.bloc1 {
margin-top: 12px;
display: block;
}
.blocville {
text-align: center;
color: #fff;
font-weight: 800;
padding-top: 5px;
background: #3e3e3e;
width: calc(100% - 14px);
display: block;
margin: 0 auto;
border-radius: 12px;
}

.blocville .ez-geolink {
color: #fff;
font-weight: 800;
font-size: 21px;
background: #3e3e3e;
padding-right: 3px;
font-style: italic;
}
.endd{margin-top: 5px;
background: #fff;
}
.modifier {
font-size: 12px;
padding-left: 8px;
font-weight: 400;
text-decoration: underline;
color: #999;
}
.fbg {
padding: 10px 5px;
text-align: center;
}
.lati{width: 24px !important;height: 26px !important;margin-right: -4px;vertical-align: middle;margin-top: -5px;}
.fbga {
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: #d70201;
    display: block;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.fbgc {
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: #2e6f96;
    display: block;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.fbga:hover, .fbgc:hover{color:#fff;}
.ft{margin:0 -8px;}
.ft img{width:100%;}
.ft2 img, .ft2 iframe{    display: block;
    margin: 0 auto 20px auto;}
.ftbig{
width: 100%;
padding: 15px 5px;
display: inline-block;
vertical-align: top;
}
.ftbig img{width:100%;}

.fluidMedia {
	    cursor:pointer;

    position: relative;
    padding-bottom: 52%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.happymob iframe{margin: 0 auto;
display: block;}


.video-debounce-bar {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    opacity: 0.5;
    background: rgb(255, 255, 255);
}
.video-debounce-bar {
    background: #FF3565 !important;
}
.video-preview {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.thumb-block .post-thumbnail .wpst-trailer {
	width: 100%;
}

.video-debounce-bar {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	opacity: 0.5;
	background: rgb(255,255,255);
}

.video-debounce-bar--wait {
	/*
	 * debounce-bar-load
	 * 0.50s = animation time
	 * 0.25s = delay time
	 *
	 * debounce-bar-hide
	 * 0.50s = animation time
	 * 1s    = animation delay ( &gt; debounce-bar-load animation + delay times)
	 */
animation: debounce-bar-load 0.5s 0s ease-in-out forwards, debounce-bar-hide 0.5s 1s ease-in-out forwards;
}

@keyframes debounce-bar-load {
	0% {width: 0%;}
	100% {width: 100%;}
}

@keyframes debounce-bar-hide {
	0% {top: 0;}
	100% {top: -100%;}
}

.video-img--hidden {
opacity: 0 !important;
z-index:1 !important;
transition: opacity .25s ease-in !important;
background:#000;
}

.post-thumbnail-container {
    display: flex;
    align-items: stretch;
    position: absolute;
    width: 100%;
    height: 100%;
}</pre></body></html>