/* Full width Slideshow */

/* body:after{
    display:none;
    content: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share.jpg) url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-sport.jpg);
} */

.slideshow-wrapper{
	position: relative;
	background-color: #000;
	height: 500px;
}

.slideshow-wrapper .arrow-up {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -2px;
	display: block;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	z-index: 3;
	
}

.slideshow {
	overflow: hidden;
	position: relative;
	height: 500px;
}

.slideshow-sly-wrapper{
	position: relative;
}

.slideshow-image-container {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.slideshow-image-container > .slidee {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	
}

.slideshow-image-container.hover > .slidee {
	opacity: 0;
	
	
}
/*
.slideshow-image-container.desktop-slider #slide-1{ background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-sport.jpg); }
.slideshow-image-container.tablet-slider #slide-1{ background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-sport_tablet.jpg); }
.slideshow-image-container.phone-slider #slide-1{ background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-sport_phone.jpg); }

.slideshow-image-container.desktop-slider #slide-1.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share.jpg);	} 
.slideshow-image-container.tablet-slider #slide-1.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share_tablet.jpg);	}
.slideshow-image-container.phone-slider #slide-1.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share_phone.jpg);	}

.slideshow-image-container.desktop-slider #slide-2{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer.jpg);}
.slideshow-image-container.tablet-slider #slide-2{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer_tablet.jpg);}
.slideshow-image-container.phone-slider #slide-2{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer_phone.jpg);}

.slideshow-image-container.desktop-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s4.jpg);}
.slideshow-image-container.tablet-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s4_tablet.jpg);}
.slideshow-image-container.phone-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s4_phone.jpg);}
*/

.slideshow-image-container.desktop-slider #slide-2{ background-image: url(http://euwp05.tecnavia.com/eedition/wp-content/uploads/2020/08/header-image.png);background-color: #fff;background-size: contain;background-position-y: 20%; }
.slideshow-image-container.tablet-slider #slide-2{ background-image: url(http://euwp05.tecnavia.com/eedition/wp-content/uploads/2020/08/header-image.png);background-color: #fff;background-size: contain;background-position-y: 20%; }
.slideshow-image-container.phone-slider #slide-2{ background-image: url(http://euwp05.tecnavia.com/eedition/wp-content/uploads/2020/08/header-image.png);background-color: #fff;background-size: contain;background-position-y: 20%; }

.slideshow-image-container.desktop-slider #slide-2.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share.jpg);	} 
.slideshow-image-container.tablet-slider #slide-2.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share_tablet.jpg);	}
.slideshow-image-container.phone-slider #slide-2.hover{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/ipad-vertical-share_phone.jpg);	}

.slideshow-image-container.desktop-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer.jpg);}
.slideshow-image-container.tablet-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer_tablet.jpg);}
.slideshow-image-container.phone-slider #slide-3{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/iphone-computer_phone.jpg);}

.slideshow-image-container.desktop-slider #slide-1{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s1-2015.jpg);}
.slideshow-image-container.tablet-slider #slide-1{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s1-2015_tablet.jpg);}
.slideshow-image-container.phone-slider #slide-1{background-image: url(/eedition/wp-content/themes/enfold/images/homepage/landscape-s1-2015_phone.jpg);}

.slideshow-image-container > .slidee > img{
	max-width: none;
	position: absolute;
	left: 0;
	z-index: 1;
}

.slideshow-image-container > .slidee.active > img{
	max-width: none;
	position: absolute;
	left: 0;
	z-index: 2;
}

.slideshow-image-container .image-rollover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 3;
}
.slideshow-content{
	position: absolute;
	top: 0;
	left: 0;
	height: 205px;
	width: 540px;
	z-index: 4;
}

.slideshow-overlay{
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	opacity: 0;
	z-index: 3;
}

.slideshow-content .slideshow-content-container{
	text-align: center;
	opacity: 0;
	position: relative;
	height: 205px;
}
.slideshow-content .slider-caption{
	color: white;
	/*font-family: 'zurich_lt_btlight';*/	
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	width:540px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
}

.slideshow-content .slider-caption.active.first{
	margin-left: -60px;
	
}

.slideshow-content .slider-caption.active{
	visibility: visible;
}

.slideshow-content .slider-caption strong{
	/*font-family: 'zurich_btbold';*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

.slideshow-content .slider-caption .icon-epublishing-letter{
	font-size: 26px;
}

.slideshow-menu {
	width: 348px;
	position: absolute;
	margin: 0;
	left: 97px;
	bottom: 0;
}

.slideshow-menu-element{
	float: left;
	position: relative;
}

.slideshow-sly-wrapper .pages{
	position: absolute;
	bottom: 0;
	right: 20px;
	overflow: hidden;	
	z-index: 4;
}

.slideshow-sly-wrapper .pages > li{
	background-color: #F0F0F0;
	background-color: rgba(240,240,240,.4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-right: 7px;
	float: left;	
	text-indent: -9999px;
	cursor: pointer;
}

.slideshow-sly-wrapper .pages > li:hover, .slideshow-sly-wrapper .pages > li.active{
	background-color: #026dab;
	border: 1px solid #016BAA;
}

.slideshow-menu-element > a{
	display: block;
	margin: 0 auto;
	background-color: #F0F0F0;
	background-color: rgba(240,240,240,.4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 70px;
	height: 70px; 
	opacity: 0;
}

.slideshow-menu-element .menu-description {
	color: white;
	text-transform: uppercase;
	/*font-family: 'zurich_lt_btlight';*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
}

.slideshow-menu-element > a:hover{
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.slideshow-menu-element.menu-first > a:hover{
	background-color: #fbbf13;
	background-color: rgba(251,191,19,.4);
}

.slideshow-menu-element.menu-second > a:hover{
	background-color: #006eab;
	background-color: rgba(0,110,171,.4);
}

.slideshow-menu-element.menu-third > a:hover{
	background-color: #e0156e;
	background-color: rgba(224,21,110,.4);
}
.slideshow-menu-element .paperbird{	
	width: 50px;
	position: absolute;
	top: 13%;
	left: 20%;
}

.slideshow-menu .hyphen {
	float: left;
	background-color: #fff;
	display: block;
	width: 3px;
	height: 40px;
	margin: 16px 32px;
}

#homepage-section-numbers{
	border-top: 0;
	display: none;
}

#homepage-section-numbers .container{
	width: 630px;
}

#homepage-section-numbers .content{
	padding: 30px 0;
	margin-bottom: 0 !important;
	text-align: center;
}

#homepage-section-numbers .counter{
	font-size: 40px;
	line-height: 40px;
	/*font-family: 'zurich_lt_btlight';*/
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	
}
#homepage-section-numbers p{
	margin: 0;
}

#homepage-solutions-section .content{
	padding-bottom: 35px;
}

#homepage-solutions-section .content .av_one_fourth.first{
	margin-bottom: 0;
}

#homepage-video-section, #homepage-highlights-section{
	border: 0;
}

#homepage-video-section .container, #homepage-newspapers-section .container{
	width: 100%;
}

#homepage-newspapers-section .container{
	padding: 0 40px;
}

#homepage-video-section .content{
	padding: 0;
	margin-bottom: 0 !important;
}

#homepage-video-section {
	height: 500px;
	cursor: pointer;
}

#homepage-video-section #player {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: none;
}

#homepage-video-section .avia_textblock{
	height: 500px;
}

#homepage-video-section .avia-image-container{
	position: absolute;
	top: 0;
}

#homepage-video-section .arrow-right {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 32px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -10px;
}

#homepage-video-section:hover #homepage-video-player-button{
	background-color: rgba(207,0,0,.8);
}

#homepage-video-section iframe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#homepage-video-player-button{
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
}

#homepage-video-player-button.visible{
	display: block;
}

#homepage-highlights-section div .avia-gallery .avia-gallery-big{
	padding: 0;
	border-width: 0;
}

#homepage-highlights-section div .avia-gallery img{
	border-width: 0;
}

#homepage-highlights-section .hr-full{
	overflow: hidden;
	margin: 40px 0;
}

#homepage-highlights-section strong{
	color: #026dab;	
}

#slide-4{
	height: 500px;
}

#homepage-customer-section .main_color .hr-short .hr-inner-style{
	background-color: #fcfcfc;
	
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	/* 768 and 989 */
	#homepage-video-section .video-wrapper {
		padding: 20%;
	}

	#homepage-solutions-section .content .av_one_fifth{
		width: 21%;
		margin-left: 0;
	}
	
	#homepage-solutions-section .content .av_one_fifth.first{
		width: 16%;
	}
	
	#homepage-solutions-section .content .googleplay{
		margin-right: 0;
	}
	
}
/* 767 */
@media only screen and (max-width: 767px) {
	
	.slideshow-wrapper, .slideshow-overlay, #homepage-video-section .avia_textblock, #homepage-video-section, #homepage-video-section #player{
		height: 400px;
	}

	.slideshow-content .slider-caption{
		font-size: 32px;
		line-height: 36px;
		width: 479px;
	}
	
	.slideshow-content, .slideshow-content .slideshow-content-container{
		width: 479px;
		height: 180px;
	}
	
	.slideshow-menu{
		left: 67px;
	}
	
	.slideshow-content .slider-caption .icon-epublishing-letter{
		font-size: 25px;		
	}
	
	#homepage-section-numbers .container{
		width: auto;
	}
	
	.responsive #top #homepage-solutions-section .flex_column{
		width: 50%;
	}
	
	#homepage-video-section .video-wrapper {
		padding: 25%;
	}
}

@media only screen and (max-width: 479px) {
/* 479 */	
	.slideshow-wrapper, .slideshow-overlay, #homepage-video-section, #homepage-video-section .avia_textblock, #homepage-video-section #player{
		height: 295px;
	}

	.slideshow-content .slider-caption{
		font-size: 20px;
		line-height: 24px;
	}		
	
	.slideshow-content, .slideshow-content .slideshow-content-container{
		width: 320px;
		height: 140px;
	}
	
	.slideshow-content .slider-caption{
		width: 320px;
	}	
	
	.slideshow-menu{
		width: 290px;
		left: 19px;
	}
	
	.slideshow-content .slider-caption .icon-epublishing-letter{
		font-size: 16px;		
	}
	
	.slideshow-menu-element > a{
		width: 60px;
		height: 60px;	
	}
	
	.slideshow-menu-element .paperbird{
		width: 40px;
	}
	
	.slideshow-menu .hyphen{
		height: 30px;
		margin: 17px 22px;
	}
	
	.slideshow-menu-element .menu-description{
		font-size: 11px;
	}
	
	
	.responsive #top #homepage-solutions-section .flex_column{
		width: 100%;
	}
	
	#homepage-video-section .video-wrapper {
		padding: 30%;
	}

}

#intro_vid {
	height: 500px;
	width: 100%;
	background-color: black;
	display:none;
}

#plaindealer_vid {
	visibility: hidden;
	display: block;
}

#homepage-video-section,  .homepage-plaindealer-vid{
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#homepage-video-section{
	background-image: url(/eedition/wp-content/themes/enfold/video/tecnavia-introduction.jpg);
}

.homepage-plaindealer-vid{
	background-image: url(/eedition/wp-content/themes/enfold/video/plain-dealer-e-edition.jpg);
}

#homepage-video-section:hover, .homepage-plaindealer-vid:hover{
	cursor: pointer;
}
 
#homepage-video-section:hover .play-button, .homepage-plaindealer-vid:hover .play-button{
	background-color: rgba(207,0,0,.8);
}

#homepage-video-section .container .template-page.content {
	padding: 0;
}
#homepage-video-section, #homepage-video-section .container, #homepage-video-section .container .template-page.content, #homepage-video-section .container .template-page .post-entry,
#homepage-video-section .container .template-page .post-entry .entry-content-wrapper, #homepage-video-section .container .template-page .post-entry .entry-content-wrapper .av_textblock_section,
#homepage-video-section .container .template-page .post-entry .entry-content-wrapper .av_textblock_section .avia_textblock {
	height: 500px;
	width: 100%;
} 

.play-button{
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
}

.play-button .arrow-right{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 32px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -10px;
}

.special-h1{text-transform: none; font-size: 46px; margin-left: 0px; opacity: 1;}
.special-h1 span{text-transform: none; font-size:24px; line-height:12px;}
.special-button{margin-left:-60px; bottom: 0;position: absolute;}

@media only screen and (min-width: 989px) and (max-width: 1600px) {
	.special-h1{
		margin-left: -60px!important;
	    width: 720px!important;
	}
}

@media (max-width: 450px) {
	.special-h1{font-size: 42px;}
	.special-h1 span{font-size:20px!important;}
}