/*----------------------------------------------------------------------------------------------
 *
 *	Global
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg {
	margin-bottom: 10px;
	line-height: 1.5;
	box-sizing: border-box;
}

.aiovg * {
	line-height: 1.5;
}

.aiovg *, 
.aiovg *:before, 
.aiovg *:after {
	box-sizing: inherit;
}

.aiovg img {
	display: block;
	max-width: 100%;
}

h3.aiovg-header {
	margin-bottom: 10px;
}

.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: #999;
}

.aiovg-pull-left {
	float: left;
}

.aiovg-pull-right {
	float: right;
}

.aiovg-clearfix {
	display: block;
    content: "";
    clear: both;
}

.aiovg-relative {
	position: relative;
}

.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?j6tmf3');
	src: url('../fonts/aiovg-icons.eot?j6tmf3#iefix') format('embedded-opentype'),
		url('../fonts/aiovg-icons.ttf?j6tmf3') format('truetype'),
		url('../fonts/aiovg-icons.woff?j6tmf3') format('woff'),
	  	url('../fonts/aiovg-icons.svg?j6tmf3#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-whatsapp:before {
	content: "\ea93";
}

/*----------------------------------------------------------------------------------------------
 *
 *	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 > ul > 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 -15px;
}

.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%;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Thumbnail
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-thumbnail {
	margin: 15px;
}

.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;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 1;
}

.aiovg-duration {
	position: absolute;
	padding: 5px;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.5 );
	font-size: smaller;
	color: #FFF;
	line-height: 1;
	pointer-events: none;
	z-index: 2;
}

.aiovg-caption {
	margin: 0;
    padding: 7px 0;
}

.aiovg-thumbnail-style-image-left .aiovg-caption {
	padding: 0 10px;
}

.aiovg-caption .aiovg-title {
	margin: 0;
	font-size: 1.1em;
}

.aiovg-caption .aiovg-title a {
	text-decoration: none;
}

.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;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Video Player
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg-player {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.aiovg-player iframe,
.aiovg-player .video-js {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}

.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 .video-js.vjs-error .vjs-loading-spinner {
	display: none;
}

.aiovg-player .video-js.vjs-waiting.vjs-paused .vjs-loading-spinner {
	display: none;
}

.aiovg-player .video-js .vjs-big-play-button {
	width: 1.5em;
	height: 1.5em;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 0;
	background-color: rgba( 0, 0, 0, 0.6 );
	border: none;
	border-radius: 50%;
	font-size: 6em;
	line-height: 1.5em;			
	transform: translateX( -50% ) translateY( -50% );
}

.aiovg-player .video-js:hover .vjs-big-play-button,
.aiovg-player .video-js .vjs-big-play-button:focus {
	background-color: rgba( 0, 0, 0, 0.7 );
}
		
.aiovg-player.vjs-waiting .video-js .vjs-big-play-button {
	display: none;
}

.aiovg-player .video-js.vjs-waiting.vjs-paused.vjs-error .vjs-big-play-button {
	display: none;
}

.aiovg-player .video-js.vjs-waiting.vjs-paused .vjs-big-play-button {
	display: block;
}

.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;
	cursor: pointer;
}	

.aiovg-player .video-js .vjs-share a {
	display: flex;
	margin: 0;
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.5 );			
	border-radius: 1px;
	font-size: 15px;
	color: #fff;
}

.aiovg-player .video-js .vjs-share:hover a {
	background-color: 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: #111 !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;
	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 p {
	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;
	color: #000;
}

.aiovg-player .video-js .vjs-embed-code input:focus {
	border: 1px solid #fff;
	outline-style: none;
}

.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: 1px;
	font-size: 15px;
	color: #fff;
}	

.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;
	cursor: pointer;
}

.aiovg-player .video-js.vjs-has-started .vjs-logo {
	opacity: 0.5;
	transition: opacity 0.1s;
}

.aiovg-player .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-logo {
	opacity: 0;
	transition: opacity 1s;
}

.aiovg-player .video-js.vjs-has-started .vjs-logo:hover {
	opacity: 1;
}

.aiovg-player .video-js .vjs-logo img {
	max-width: 100%;
}

.aiovg-player .video-js.vjs-ended .vjs-logo {
	display: none;
}

.aiovg-player .aiovg-privacy-wrapper { 
	position: absolute;           
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #222;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
}

.aiovg-player .aiovg-privacy-consent-block {
	position: relative;
	margin: 0 30px;
	padding: 15px;
	top: 50%;
	background: #000;
	border-radius: 3px;
	opacity: 0.9;
	transform: translateY( -50% );
	-ms-transform: translateY(- 50% );
	-webkit-transform: translateY( -50% );
}

.aiovg-player .aiovg-privacy-consent-button {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #F00;
	border-radius: 3px;
	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-color: #2B333F;
	background-color: rgba( 43, 51, 63, 0.7 );
	border-radius: 2px;
	z-index: 9999999999; /* make sure it shows on fullscreen */
}

#aiovg-contextmenu .aiovg-contextmenu-content {
	margin: 0;
	padding: 8px 12px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #EEE;		
	white-space: nowrap;
	cursor: pointer;
}

@media only screen and (max-width: 250px) {
	.aiovg-player .aiovg-privacy-consent-block {
		margin: 0;
		font-size: 12px;               
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	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
 *
 *--------------------------------------------------------------------------------------------*/
.aiovg .aiovg-thumbnail img {
	box-shadow: none;
}

.mfp-bg { 
	z-index: 999999 !important; 
}

.mfp-wrap { 
	z-index: 9999999 !important; 
}