body,html{height:100%;width:100%;margin:0;padding:0}
#wrapper{height:100%;width:100%;font-family:Verdana;font-size:12px;color:#000000;text-align:center}
.v7__embed__center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.v7__embed__overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.v7__embed__overlay-video-container {
	width: 80%;
	height:60%;
}
.v7__browser_update {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 0.9em;
}

.v7__browser_update div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 400px;
	margin: auto;
	text-align: center;
}

.v7__browser_update img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.v7__browser_update p {
	text-align: left;
}
.v7__browser_update span {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
}



/** v7__catalog_by **/

#v7__extra_btn {
	right:0;
	top:0;
	position: absolute;
	display: block;
	height: 50px;
	width: 128px;
	overflow: hidden;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;


	animation: 3s fadeInShow;
	animation-fill-mode: forwards;
	
	visibility: hidden;
}
@keyframes fadeInShow {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
#v7__extra_btn img{
	width:30px;
	margin-top: 12px;
	fill:#499CCC;

}
#v7__extra_btn > a {
	display: -webkit-inline-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 12px;
	text-decoration: none !important;
}
#v7__extra_btn > a:hover {
	text-decoration: none !important;
}
#v7__extra_btn p{
	margin-top: 17px;
	width: 75px;
	text-align: right;
	color:#499CCC;
	margin-right: 11px;
}
.hidden-sm {
	display: block !important;
}
.show-sm {
	display: none !important; 
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
	.hidden-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important; 
    }
	#v7__extra_btn img{
		width: 72px;
		margin-top: 2px;

	}
	#v7__extra_btn p{
		/* width: 127px;
		text-align: center;
		color:#000; */
		display: none;
	}
	#v7__extra_btn {
		top:auto !important;
		right:0;
		bottom:5px !important;
		position: absolute;
		display: block;
		height: 40px;
		width: 120px;
	}
}
@media screen and (max-width: 1024px)  {
	.hidden-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important; 
    }
	#v7__extra_btn img{
		width: 72px;
		margin-top: 2px;

	}
	#v7__extra_btn p{
		/* width: 127px;
		text-align: center;
		color:#000; */
		display: none;
	}
	#v7__extra_btn {
		top:auto !important;
		right:0;
		bottom:5px !important;
		position: absolute;
		display: block;
		height: 40px;
		width: 120px;
	}
}

@media screen and (max-width: 768px){
	.hidden-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important; 
    }
	#v7__extra_btn img{
		width: 72px;
		margin-top: 2px;

	}
	#v7__extra_btn p{
		/* width: 127px;
		text-align: center;
		color:#000; */
		display: none;
	}
	#v7__extra_btn {
		top:auto !important;
		right:0;
		bottom:5px !important;
		position: absolute;
		display: block;
		height: 40px;
		width: 95px;
	}
}
@media screen and (max-width: 430px){
	#v7__extra_btn {
		top:auto !important;
		right:0;
		bottom:5px !important;
		position: absolute;
		display: block;
		height: 40px;
		width: 67px;
	}
}

#v7__catalog_by > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 9px;
	text-decoration: none !important;
}

#v7__catalog_by > a:hover {
	text-decoration: none !important;
}

/*left || right*/
#v7__catalog_by.v7_by--left {
	left: 0;
	right: auto;
}

#v7__catalog_by.v7_by--right {
	right: 0;
	left: auto;
}

/* top || bottom*/
#v7__catalog_by.v7_by--top {
	top: 220px;
	bottom: auto;
}

#v7__catalog_by.v7_by--bottom {
	top: auto;
	bottom: 70px;
}

/*horizontal || vertical*/
#v7__catalog_by.v7_by--horizontal {
}

#v7__catalog_by.v7_by--vertical {
}

#v7__catalog_by.v7_by--vertical.v7_by--left {
	-ms-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	transform-origin: top left;
}

#v7__catalog_by.v7_by--vertical.v7_by--right {
	-ms-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	transform-origin: top right;
}

/*text || image*/
#v7__catalog_by.v7_by--text {
	width: 180px;
	padding: 0 10px;
	text-align: center;
}

#v7__catalog_by.v7_by--text > a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
}

#v7__catalog_by.v7_by--image {
}

#v7__catalog_by.v7_by--image * {
	color: transparent;
}

#v7__catalog_by.v7_by--image > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

/*positive|negative*/
#v7__catalog_by.v7_by--positive.v7_by--image > a {
	background: url('../res/logoPrestimedia-positive.png') no-repeat;
}

#v7__catalog_by.v7_by--negative.v7_by--image > a {
	background: url('../res/logoPrestimedia-negative.png') no-repeat;
}

#v7__catalog_by.v7_by--positive.v7_by--text > a {
	color: #72797F;
}

#v7__catalog_by.v7_by--positive.v7_by--text > a > span {
	color: #A40919;
}

#v7__catalog_by.v7_by--negative.v7_by--text > a {
	color: #FFFFFF;
}

#v7__catalog_by.v7_by--negative.v7_by--text > a > span {
	color: #8F979E;
}

/*mirrorX|mirrorY*/
#v7__catalog_by.v7_by--mirrorX > a {
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

#v7__catalog_by.v7_by--mirrorY > a {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#v7__catalog_by.v7_by--mirrorX.v7_by--mirrorY > a{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* particularDesktop|v7_by--particularTablet|v7_by--particularPhone */
#v7__catalog_by.v7_by--particularDesktop {
	/*z-index: 1;*/
	opacity: 1;
}
#v7__catalog_by.v7_by--particularPhone {
	z-index: -1;
	opacity: 0;
}
#v7__catalog_by.v7_by--particularTablet {
	z-index: -1;
	opacity: 0;
}

