<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------------------------
 *
 *	Global
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg {
	margin-bottom: 10px;
	box-sizing: border-box;
}

.aiovg,
.aiovg * {
	line-height: 1.5;
}

.aiovg *, 
.aiovg *:before, 
.aiovg *:after {
	box-sizing: inherit;
}

.aiovg img {
	display: block;
	max-width: 100%;
	border-radius: 0;
	box-shadow: none;
}

h3.aiovg-header {
	margin-bottom: 10px;
}

a.aiovg-link-title {
	text-decoration: none;
}

.aiovg-no-margin {
	margin: 0;
}

.aiovg-margin-bottom {
	margin-bottom: 10px;
}

.aiovg-no-padding {
	padding: 0;
}

.aiovg-text-left {
	text-align: left;
}

.aiovg-text-right {
	text-align: right;
}

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

.aiovg-text-small {
	font-size: 90%;
}

.aiovg-text-muted {
	color: #757575;
}

.aiovg-pull-left {
	float: left;
}

.aiovg-pull-right {
	float: right;
}

.aiovg-clearfix {
	display: block;
    content: "";
    clear: both;
}

.aiovg-relative {
	position: relative;
}

.aiovg-d-flex {
	display: flex;
}

.aiovg-flex-shrink-0 {
	flex-shrink: 0;
}

.aiovg-flex-grow-1 {
	flex-grow: 1;
}

.aiovg-responsive-button {
	width: 100%;
}

.aiovg-disable-mouse-events {
	pointer-events: none;
}

.aiovg-spinner {
    width: 20px;
    height: 20px;
	background-image: url( '../images/spinner.gif' );
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 481px) {
	.aiovg-responsive-button {
		width: auto;
	}
}
 
/*----------------------------------------------------------------------------------------------
 *
 *	Icons
 *
 *--------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'aiovg-icons';
	src: url('../fonts/aiovg-icons.eot?794k8m');
	src: url('../fonts/aiovg-icons.eot?794k8m#iefix') format('embedded-opentype'),
		url('../fonts/aiovg-icons.ttf?794k8m') format('truetype'),
		url('../fonts/aiovg-icons.woff?794k8m') format('woff'),
	  	url('../fonts/aiovg-icons.svg?794k8m#aiovg-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
  
[class^="aiovg-icon-"],
[class*=" aiovg-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'aiovg-icons' !important;
	speak: none;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aiovg-svg-icon {
	display: inline-block;
	width: 16px;
	fill: #666;
	stroke: none;
	stroke-width: 0;
	vertical-align: middle;
}

.aiovg-svg-icon-videos {
	margin-top: -2px;
}

.aiovg-svg-icon-play {
	position: absolute;
	width: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	fill: #fff;
	pointer-events: none;
	z-index: 3;	
}

.aiovg-icon-download:before {
	content: "\e9c7";
}

.aiovg-icon-share:before {
	content: "\ea82";
}

.aiovg-icon-facebook:before {
	content: "\ea90";
}

.aiovg-icon-twitter:before {
	content: "\eab9";
}

.aiovg-icon-linkedin:before {
	content: "\eaca";
}

.aiovg-icon-pinterest:before {
	content: "\ead1";
}

.aiovg-icon-tumblr:before {
	content: "\eab9";
}

.aiovg-icon-whatsapp:before {
	content: "\ea93";
}

.aiovg-icon-close:before {
	content: "\ea0f";
}	

/*----------------------------------------------------------------------------------------------
 *
 *	Categories
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-categories-nav a {
	text-decoration: none;
}

.aiovg-categories-template-list ul,
.aiovg-categories-template-list ul li {
	list-style: none;
}

.aiovg-categories-template-list &gt; ul &gt; li {
	margin-left: 0;
	padding-left: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Grid
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-row {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.aiovg-row .aiovg-row,
.aiovg-row.aiovg-no-margin {
    margin: 0;
}

.aiovg-col {
    width: 100%;
}

@media only screen and (min-width: 481px) {
	.aiovg-col-2 { 
		width: 50%; 
	}
	
	.aiovg-col-3 { 
		width: 33.33%; 
	}    
	
	.aiovg-col-4 { 
		width: 25%; 
	}
	
	.aiovg-col-5 { 
		width: 20%; 
	}
	
	.aiovg-col-6 { 
		width: 16.66%; 
	}
	
	.aiovg-col-7 { 
		width: 14.28%; 
	}
	
	.aiovg-col-8 { 
		width: 12.5%; 
	}
	
	.aiovg-col-9 { 
		width: 11.11%; 
	}
	
	.aiovg-col-10 { 
		width: 10%; 
	}
	
	.aiovg-col-11 { 
		width: 9.09%; 
	}
	
	.aiovg-col-12 { 
		width: 8.33%; 
	}
	
	.aiovg-col-p-25 {
		width: 25%;
	}
	
	.aiovg-col-p-40 {
		width: 40%;
	}
	
	.aiovg-col-p-60 {
		width: 60%;
	}
	
	.aiovg-col-p-75 {
		width: 75%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
    .aiovg-col-sm-3 { 
        width: 33.33%; 
    }  
}

@media (min-width: 321px) and (max-width: 480px) {
    .aiovg-col-xs-2 { 
        width: 50%; 
    }
}

/*----------------------------------------------------------------------------------------------
 *
 *	Thumbnail
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-thumbnail {
	margin: 10px;
}

.aiovg-responsive-container {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #F0F0F0;
}

.aiovg-responsive-container img:not(.aiovg-play),
img.aiovg-responsive-element {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
	z-index: 1;
}

.aiovg-duration {
	position: absolute;
	padding: 5px;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.5 );
	font-size: 90%;
	color: #FFF;
	line-height: 1;
	pointer-events: none;
	z-index: 2;
}

.aiovg-caption {
	margin: 0;
    padding: 7px 0;
}

.aiovg-caption .aiovg-title {
	margin: 0;
	font-size: 1.1em;
}

.aiovg-caption .aiovg-user,
.aiovg-caption .aiovg-category,
.aiovg-caption .aiovg-tag,
.aiovg-caption .aiovg-views,
.aiovg-caption .aiovg-count {
	margin-top: 3px;
}

.aiovg-caption .aiovg-description,
.aiovg-caption .aiovg-excerpt {
	margin-top: 7px;
}

@media only screen and (min-width: 481px) {
    .aiovg-thumbnail-style-image-left .aiovg-caption {
		padding: 0 10px;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Player
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-player {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.aiovg-player iframe,
.aiovg-player .video-js,
.aiovg-player .plyr {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}

.aiovg-player [class^="aiovg-icon-"],
.aiovg-player [class*=" aiovg-icon-"] {
	color: #fff;
}

.aiovg-player a,
.aiovg-player a:hover,
.aiovg-player a:focus {
	text-decoration: none;
} 

.aiovg-player .aiovg-privacy-wrapper { 
	position: absolute;           
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #222;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.aiovg-player .aiovg-privacy-consent-block {
	position: relative;
	width: 90%;
	max-width: 640px;
	height: auto;
	margin: 0;
	padding: 15px;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;   
	color: #fff;
	text-align: center;        
	box-sizing: border-box;
}

@media only screen and (max-width: 320px) {
	.aiovg-player .aiovg-privacy-consent-block {
		width: 100%;
		height: 100%;
	}
}

.aiovg-player .aiovg-privacy-consent-button {
	display: inline-block;
	margin-top: 10px;
	padding: 7px 15px;
	background: #e70808;	
	border: 0;
	border-radius: 3px;   
	box-shadow: none; 
	color: #fff;     
	line-height: 1; 
	cursor: pointer;  
}

.aiovg-player .aiovg-privacy-consent-button:hover {
	opacity: 0.8;
}

#aiovg-contextmenu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: rgba( 0, 0, 0, 0.5 );
	border-radius: 2px;
	z-index: 9999999999; /* make sure it shows on fullscreen */
}

#aiovg-contextmenu .aiovg-contextmenu-content {
	margin: 0;
	padding: 8px 12px;
	font-family: Verdana, sans-serif;
    font-size: 11px;
	color: #fff;	
	line-height: 1;	
	white-space: nowrap;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Player: Video.js
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-player .video-js.vjs-youtube-mobile .vjs-poster {
	display: none;
}

.aiovg-player .video-js.vjs-ended .vjs-poster {
	display: block;
}		

.aiovg-player .video-js:not(.vjs-has-started) .vjs-text-track-display {
	display: none;
}

.aiovg-player .video-js.vjs-ended .vjs-text-track-display {
	display: none;
}

.aiovg-player.vjs-waiting .vjs-loading-spinner {
	display: block !important;
}

.aiovg-player .vjs-waiting.vjs-paused .vjs-loading-spinner {
	display: none;
}

.aiovg-player .video-js .vjs-big-play-button {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.56047 5.09337C8.34001 4.9668 8.07015 4.96875 7.85254 5.10019C7.63398 5.23162 7.5 5.47113 7.5 5.73011L7.5 18.2698C7.5 18.5298 7.63398 18.7693 7.85254 18.9007C7.96372 18.9669 8.0882 19 8.21268 19C8.33241 19 8.45309 18.9688 8.56047 18.9075L18.1351 12.6377C18.3603 12.5082 18.5 12.2648 18.5 12C18.5 11.7361 18.3603 11.4917 18.1351 11.3632L8.56047 5.09337Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-color: rgba(13, 13, 13, 0.6);
	background-size: 64px;
	background-position: center;
	border: 0;
	border-radius: 40px;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);  
}

.aiovg-player .video-js:hover .vjs-big-play-button,
.aiovg-player .video-js .vjs-big-play-button:focus {
	background-color: rgba(13, 13, 13, 0.6);
	opacity: 0.8;
}

.aiovg-player .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: "";
}
		
.aiovg-player.vjs-waiting .vjs-big-play-button {
	display: none !important;
}

.aiovg-player .vjs-waiting.vjs-paused .vjs-big-play-button,
.aiovg-player .video-js.vjs-ended .vjs-big-play-button {
	display: block;
}

.aiovg-player .video-js.vjs-no-control-bar .vjs-control-bar {
	display: none;
}		

.aiovg-player .video-js.vjs-ended .vjs-control-bar {
	display: none;
}

.aiovg-player .video-js .vjs-current-time,
.aiovg-player .video-js .vjs-duration {
	display: block;
}

.aiovg-player .video-js .vjs-play-progress:before,
.aiovg-player .video-js .vjs-volume-level:before {
	line-height: normal;
}

.aiovg-player .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
	content: "\f10d";
}

.aiovg-player .video-js .vjs-menu li {
	text-transform: Capitalize;
}

.aiovg-player .video-js .vjs-menu li.vjs-selected:focus,
.aiovg-player .video-js .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2b333f;
}

.aiovg-player .video-js.vjs-quality-menu .vjs-quality-menu-button-4K-flag:after, 
.aiovg-player .video-js.vjs-quality-menu .vjs-quality-menu-button-HD-flag:after {
	background-color: #F00;
}

.aiovg-player .video-js .vjs-quality-selector .vjs-quality-menu-item-sub-label {			
	position: absolute;
	width: 4em;
	right: 0;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	text-transform: none;			
}

.aiovg-player .video-js.vjs-4k .vjs-quality-selector:after, 
.aiovg-player .video-js.vjs-hd .vjs-quality-selector:after {
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	top: 0.5em;
	right: 0;
	padding: 0;
	background-color: #F00;
	border-radius: 2em;						 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.7em;
	font-weight: 300;   
	content: "";
	color: inherit;    
	text-align: center;    
	letter-spacing: 0.1em;
	line-height: 2.2em; 
	pointer-events: none;
}

.aiovg-player .video-js.vjs-4k .vjs-quality-selector:after {
	content: "4K";
}

.aiovg-player .video-js.vjs-hd .vjs-quality-selector:after {
	content: "HD";
}	

.aiovg-player .video-js .vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.2em;
	line-height: 2.6em;
}

.aiovg-player .video-js .vjs-share {
	margin: 5px;
}	

.aiovg-player .video-js .vjs-share button {
	display: flex;
	margin: 0;
	padding: 10px;
	background: rgba( 0, 0, 0, 0.5 );	
	border: 0;		
	border-radius: 2px;
	box-shadow: none;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}

.aiovg-player .video-js .vjs-share button:hover {
	background: rgba( 0, 0, 0, 0.7 );
}

.aiovg-player .video-js .vjs-share .vjs-icon-share {
	line-height: 1;
}

.aiovg-player .video-js.vjs-has-started .vjs-share {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s,opacity .1s;
}

.aiovg-player .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-share {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s,opacity 1s;
}		

.aiovg-player .video-js .vjs-modal-dialog-share-embed {
	background: #222 !important;
}

.aiovg-player .video-js .vjs-modal-dialog-share-embed .vjs-close-button {
	margin: 7px;
}

.aiovg-player .video-js .vjs-share-embed {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;   
}

.aiovg-player .video-js .vjs-share-embed-content {
	width: 100%;
}

.aiovg-player .video-js .vjs-share-buttons {
	text-align: center;
}

.aiovg-player .video-js .vjs-share-button {
	display: inline-block;
	margin: 2px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	line-height: 1;
	vertical-align: middle;
}       

.aiovg-player .video-js .vjs-share-button,
.aiovg-player .video-js .vjs-share-button:hover,
.aiovg-player .video-js .vjs-share-button:focus {
	text-decoration: none;
} 

.aiovg-player .video-js .vjs-share-button:hover {
	opacity: 0.9;
}

.aiovg-player .video-js .vjs-share-button-facebook {
	background-color: #3B5996;
}   

.aiovg-player .video-js .vjs-share-button-twitter {
	background-color: #55ACEE;
}

.aiovg-player .video-js .vjs-share-button-linkedin {
	background-color: #006699;
}

.aiovg-player .video-js .vjs-share-button-pinterest {
	background-color: #C00117;
}

.aiovg-player .video-js .vjs-share-button-tumblr {
	background-color: #28364B;
} 

.aiovg-player .video-js .vjs-share-button-whatsapp {
	background-color: #25d366;
}  

.aiovg-player .video-js .vjs-share-button span {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.aiovg-player .video-js .vjs-embed-code {
	margin: 20px;
}

.aiovg-player .video-js .vjs-embed-code label {
	display: block;
	margin: 0 0 7px 0;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.aiovg-player .video-js .vjs-embed-code input {
	width: 100%;
	padding: 7px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 1px;
	color: #000;
	line-height: 1;
}

.aiovg-player .video-js .vjs-embed-code input:focus {
	border: 1px solid #fff;
}

.aiovg-player .video-js .vjs-download {
	margin: 5px;
	cursor: pointer;
}

.aiovg-player .video-js .vjs-has-share.vjs-download {
	margin-top: 50px;
}

.aiovg-player .video-js .vjs-download a {
	display: flex;
	margin: 0;
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.5 );			
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	line-height: 1;
}	

.aiovg-player .video-js .vjs-download:hover a {
	background-color: rgba( 0, 0, 0, 0.7 );
}

.aiovg-player .video-js .vjs-download .aiovg-icon-download {
	color: inherit;
}		

.aiovg-player .video-js.vjs-has-started .vjs-download {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s,opacity .1s;
}

.aiovg-player .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-download {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s,opacity 1s;
}

.aiovg-player .video-js .vjs-logo {
	opacity: 0;
}

.aiovg-player .video-js.vjs-has-started .vjs-logo {
	opacity: 0.6;
	transition: opacity 0.1s;
}

.aiovg-player .video-js.vjs-has-started .vjs-logo:hover {
	opacity: 1;
}

.aiovg-player .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-logo {
	opacity: 0;
	transition: opacity 1s;
}

.aiovg-player .video-js .vjs-logo a {
	line-height: 1;
}

.aiovg-player .video-js .vjs-logo img {
	max-width: 100%;
	box-shadow: none;
}

.aiovg-player .video-js.vjs-ended .vjs-logo {
	display: none;
}

.aiovg-player .video-js .vjs-error-display {
	background: #222 !important;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Player: Vidstack
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-player .plyr,
.aiovg-player .plyr * {
	font-family: Verdana, sans-serif;
}

.aiovg-player .plyr__ads .plyr__control--overlaid {
	z-index: 999;
}

.aiovg-player .plyr__cues {
	visibility: hidden;
}

.aiovg-player .plyr__share-embed-button {
	position: absolute;  
	width: 35px;
	height: 35px;          	
	top: 15px;		
	right: 15px; 
	background: rgba( 0, 0, 0, 0.5 );	
	border-radius: 2px;	
	text-align: center;  
	line-height: 1;	  
	opacity: 1;
	-webkit-transition: opacity .5s;
	   -moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		 -o-transition: opacity .5s;
			transition: opacity .5s;
	z-index: 1;	
} 

.aiovg-player .plyr--hide-controls .plyr__share-embed-button {
	opacity: 0;
}         

.aiovg-player .plyr__share-embed-button:hover,
.aiovg-player .plyr__share-embed-button:focus {        
	background: #00B3FF;	
} 

.aiovg-player .plyr__share-embed-modal {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;   
	top: 0;
	left: 0;
	background-color: #222;	
	opacity: 0;			
	-webkit-transition: opacity .5s;
	   -moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		 -o-transition: opacity .5s;
			transition: opacity .5s;
	pointer-events: none;
	z-index: 9;			
}

.aiovg-player .plyr__share-embed-modal.fadein {
	opacity: 1;
	pointer-events: auto;
}

.aiovg-player .plyr__share-embed-modal-content {
	width: 100%;
}

.aiovg-player .plyr__share-embed-modal-close-button {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 15px;
	right: 15px;
	border-radius: 2px;	
	text-align: center;
	line-height: 1;		
	cursor: pointer;	
	z-index: 9;				
}

.aiovg-player .plyr__share-embed-modal-close-button:hover,
.aiovg-player .plyr__share-embed-modal-close-button:focus {        
	background: #00B3FF;	
} 

.aiovg-player .plyr__share {
	text-align: center;
}

.aiovg-player .plyr__share-button {
	display: inline-block;
	margin: 2px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	line-height: 1;
	vertical-align: middle;
}       

.aiovg-player .plyr__share-button:hover {
	opacity: 0.9;
}

.aiovg-player .plyr__share-button-facebook {
	background-color: #3B5996;
}   

.aiovg-player .plyr__share-button-twitter {
	background-color: #55ACEE;
}

.aiovg-player .plyr__share-button-linkedin {
	background-color: #006699;
}

.aiovg-player .plyr__share-button-pinterest {
	background-color: #C00117;
}

.aiovg-player .plyr__share-button-tumblr {
	background-color: #28364B;
} 

.aiovg-player .plyr__share-button-whatsapp {
	background-color: #25d366;
}  

.aiovg-player .plyr__share-button span {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.aiovg-player .plyr__embed {
	max-width: 720px;		
	margin: auto;
	padding: 20px;
}

.aiovg-player .plyr__embed label {
	display: block;
	margin: 0 0 7px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.aiovg-player .plyr__embed input {
	width: 100%;
	padding: 7px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 1px;
	box-sizing: border-box;
	color: #000;
	line-height: 1;
}

.aiovg-player .plyr__embed input:focus {
	border: 1px solid #fff;
}

.aiovg-player .plyr__logo {
	opacity: 1;
	-webkit-transition: opacity .5s;
	   -moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		 -o-transition: opacity .5s;
			transition: opacity .5s;
}

.aiovg-player .plyr--hide-controls .plyr__logo {
	opacity: 0;
}

.aiovg-player .plyr__logo a {
	position: absolute;
	opacity: 0.6;
	transition: opacity 0.1s;
	line-height: 1;
	z-index: 3; 
}

.aiovg-player .plyr__logo a:hover {
	opacity: 1;
}

.aiovg-player .plyr__logo img {
	max-width: 150px;
	box-shadow: none;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Search Form
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-search-form {
	position: relative;
}

.aiovg-search-form .aiovg-form-group {
	display: block;
	margin: 5px 0;
}

.aiovg-search-form .aiovg-form-control {
	width: 100%;
	box-sizing: border-box;
}

.aiovg-search-form-template-compact .aiovg-form-group.aiovg-field-submit {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
}

.aiovg-search-form-template-compact .aiovg-field-submit button,
.aiovg-search-form-template-compact .aiovg-field-submit button:hover,
.aiovg-search-form-template-compact .aiovg-field-submit button:focus {
	background: transparent;
	border: 0;
}

.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-desktop {
	display: block;
}

.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-mobile {
	display: none;
}

@media only screen and (min-width: 481px) {
	.aiovg-search-form-template-horizontal .aiovg-form-group {
		display: inline-block;
	}	

	.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-mobile {
		display: inline-block;
	}

	.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-desktop {
		display: none;
	}

	.aiovg-search-form-template-horizontal .aiovg-form-control {
		width: auto;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Tags
 *
 *--------------------------------------------------------------------------------------------*/
/** List */
.aiovg-tags-list a {
	display: block;
	margin-bottom: 5px;
	font-size: inherit !important;
	line-height: 1.5;
}

/** Autocomplete field */ 
.aiovg-autocomplete {
	position: relative;
}

.aiovg-autocomplete-items {
	position: absolute;
	max-height: 180px;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #d4d4d4;
	border-top: none;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;	
}

.aiovg-autocomplete-items div {
	padding: 8px 10px;	
	background-color: #fff;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 90%;
	line-height: 1;
	cursor: pointer;
}

.aiovg-autocomplete-items div:hover {
	background-color: #1e90ff;
	color: #fff;
}

.aiovg-autocomplete-items div:last-child {
	border-bottom: none;
}

.aiovg-autocomplete-items div.aiovg-autocomplete-active {
	background-color: #1e90ff;
	color: #ffffff;
}

.aiovg-autocomplete-tags {
	margin: 3px -3px;
}

.aiovg-tag-item {
	display: inline-block;
	margin: 3px;
	padding: 5px;	
	background-color: #1e90ff;
	border-radius: 2px;
	color: #fff;
	font-size: 90%;
	vertical-align: middle;
	line-height: 1;
	cursor: default;
}

.aiovg-tag-item span {
	display: inline-block;	
	line-height: 1;
}

.aiovg-tag-item-close {
	margin-left: 5px;
	cursor: pointer;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Pagination
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-pagination {
	display: block;
	margin: 10px 0;
}

.aiovg-pagination .page-numbers {
	display: inline;
	margin: 0 3px;
	padding: 3px 10px;	
	border: 1px solid #ddd;
	border-radius: 2px;
	line-height: 1;
	text-decoration: none;	
}
  
.aiovg-pagination .current {
	background-color: #08c;
	border: 1px solid #08c;
	color: white;	
}
  
.aiovg-pagination a:hover {
	background-color: #ddd;
}

.aiovg-pagination .aiovg-pagination-info {
	margin-top: 7px;
}

.aiovg-pagination.aiovg-spinner,
.aiovg-more.aiovg-spinner {
	margin: auto;
}

.aiovg-pagination.aiovg-spinner *,
.aiovg-more.aiovg-spinner * {
	display: none;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Socialshare Buttons
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-social {
    margin: 10px 0px;
}

.aiovg-link-social {
	display: inline-block;
	margin: 2px 2px 2px 0;
    padding: 4px 8px;
    border-radius: 2px;
	color: white;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;	
}
 
.aiovg-link-social:hover,
.aiovg-link-social:active {
    color: white;
	text-decoration: none;
} 

.aiovg-social-facebook {
    background: #3B5997;
}
 
.aiovg-social-facebook:hover,
.aiovg-social-facebook:active {
    background: #2d4372;
}

.aiovg-social-twitter {
    background: #00aced;
}
 
.aiovg-social-twitter:hover,
.aiovg-social-twitter:active {
    background: #0084b4;
}
 
.aiovg-social-linkedin {
    background: #0077B5;
}
 
.aiovg-social-linkedin:hover,
.aiovg-social-linkedin:active {
    background: #005B8C;
}
 
.aiovg-social-pinterest {
    background: #bd081c;
}
 
.aiovg-social-pinterest:hover,
.aiovg-social-pinterest:active {
    background: #9e0718;
}

.aiovg-social-tumblr {
    background: #335474;
}
 
.aiovg-social-tumblr:hover,
.aiovg-social-tumblr:active {
    background: #253D54;
}

.aiovg-social-whatsapp {
    background: #25d366;
}
 
.aiovg-social-whatsapp:hover,
.aiovg-social-whatsapp:active {
    background: #12af0a;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Third-party theme conflicts
 *
 *--------------------------------------------------------------------------------------------*/
.mfp-bg { 
	z-index: 999999 !important; 
}

.mfp-wrap { 
	z-index: 9999999 !important; 
}</pre></body></html>