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__catalog_by {
	position: absolute;
	display: block;
	height: 25px;
	width: 111px;
	overflow: hidden;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
}

#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;
}

