@import url("https://use.typekit.net/wig1gcq.css");


/***/
div {
	position: relative;
	display: block;
}

/* HTML */
html:not(.fixed):not(.fullscreen) {
	overflow: auto;
}

/* BODY */
body {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	color: #333;
	background-color: #fff;
}
html.mobile,
html.mobile body,
html[os="android"].fullscreen #container {
	background-color: #f5f5f5 !important;
}


/* CONTAINER */
#container {
	width: 100%;
	height: auto;
}
html.no-mobile #container {
	height: 100vh;
	display: flex;
	justify-content: start;
}
html.fixed #container,
html.fullscreen #container {	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto !important;
	height: auto !important;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}


/* WRAPPER */
#wrapper {
	width: 100%;
}
html.no-mobile #wrapper {
	flex: 1 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}


/* HEADER */
#header {
	font-size: 20px;
	background-color: #fff;
	z-index: 100;
}
html.no-mobile #header {
	flex: 0 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}

/***/
#header-wrapper {
	height: 50px;
	display: flex;
	justify-content: space-between;
}

/***/
#header-breadcrumb {
	flex: 1 1 1em;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 300;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#header-breadcrumb div {
	display: inline;
}
#header-breadcrumb .breadcrumb-note::after {
	content: ' – ';
}
#header-breadcrumb > div:not(.breadcrumb-content) {
	color: #FB6822;
}
#header-breadcrumb .breadcrumb-content {
	margin-left: 25px;
}
#header-breadcrumb .breadcrumb-content::before {
	content: '';
	position: absolute;
	top: -6px;
	left: -13px;
	bottom: -5px;
	border-left: 1px solid #ddd;
}

/***/
.header-button {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.header-button.disabled {
	pointer-events: none;
	cursor: default;
}
.header-button.selected {
	background-color: #666;
}
html.no-touch .header-button:not(.disabled):not(.selected):hover {
	background-color: rgba(0,0,0,.1);
}

#header-navigation-home {
	background-image: url(../index/images/nav-home.svg);
}
#header-navigation-prev {
	background-image: url(../index/images/nav-prev.svg);
}
#header-navigation-next {
	background-image: url(../index/images/nav-next.svg);
}
#header-navigation-home.disabled {
	background-image: url(../index/images/nav-home-disabled.svg);
}
#header-navigation-prev.disabled {
	background-image: url(../index/images/nav-prev-disabled.svg);
}
#header-navigation-next.disabled {
	background-image: url(../index/images/nav-next-disabled.svg);
}
#header-buttons-info {
	background-image: url(../index/images/info.svg);
}
#header-buttons-fullscreen {
	background-image: url(../index/images/fullscreen-true.svg);
}
html.fullscreen #header-buttons-fullscreen {
	background-image: url(../index/images/fullscreen-false.svg);
}
html:not(.fullscreen-toggle) #header-buttons-fullscreen {
	display: none;
}
.header-button-tools {
	background-image: url(../index/images/tools.svg);
}

/***/
#header-navigation {
	flex: 0 0 auto;
	display: flex;
}

/***/
#header-buttons {
	flex: 0 0 auto;
	display: flex;
	margin-left: 9px;
}
#header-buttons::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 7px;
	bottom: 7px;
	border-left: 1px solid #ddd;
}



html.mobile #header {
	background-color: transparent;
}
html.mobile #header-wrapper {
	flex-wrap: wrap;
	height: auto;
}

html.mobile #header-breadcrumb {
	flex: 1 0 100%;
	order: 3;
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 12px 15px;
	line-height: 26px;
	white-space: normal;
}
html.mobile:not(.content-links-no) #header-breadcrumb {
	padding-right: 65px;
	cursor: pointer;
}
html.mobile:not(.content-links-no) #header-breadcrumb::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-image: url(images/content-links-buttons-toggle.png);
	background-size: 44px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px dotted #E4E4E4;
}
html.mobile:not(.content-links-no):not(.content-links-hidden) #header-breadcrumb::after {
	background-image: url(images/content-links-buttons-toggle-close.png);
	background-size: contain;
}
html.no-touch.mobile:not(.content-links-no) #header-breadcrumb:hover::after {
	background-color: rgba(0,0,0,.1);
}

html.mobile #header-breadcrumb .breadcrumb-content::before {
	top: 4px;
	height: 15px;
	bottom: auto;
}

html.mobile #header-navigation {
	order: 1;
}

html.mobile #header-buttons {
	order: 2;
	margin: 0;
}
html.mobile #header-buttons::before {
	display: none;
}




/* CONTENTS */
#contents {
	font-size: 20px;
}
html.no-mobile #contents {
	flex: 0 1 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	overflow: hidden;
}
html.mobile #contents {
	padding: 10px 0 50px;
}
html.mobile.landscape #contents {
	padding-bottom: 0;
}
html.no-mobile.leveys-1280:not(.content-links-no) #contents {
	padding-left: 50px; /*Asetetaan js:llä*/
}
html:not(.leveys-1280) #contents,
html.content-links-no #contents,
html.mobile #contents {
	padding-left: 0 !important;
}



/* CONTENT *****************************************************************************************************/
#content {	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
html.no-mobile #content {
	flex: 0 1 auto;
	order: 1;
}
html.mobile #content {
	height: 100vh; /* korkeus säädetään lopulta index-layouts.css:ssä, kun android tai windows-phone */
}
html.mobile.portrait #content {
	height: calc(100vh - 50px); /* korkeus säädetään lopulta index-layouts.css:ssä, kun android tai windows-phone */
}

/***/
.content-iframe-container {
	width: 100%;
	height: 100%;
}
.content-iframe-container:not(.active) {
	display: none;
}
.content-iframe-container iframe,
.content-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.content-iframe-container iframe:not(:first-child) {
	background-color: #fff;
}
html[os="ios"].mobile .content-iframe-container iframe.iframe-hidden {
	display: none;
}

.close-extra-content {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 2.5em;
	padding: 0 1em 0 1.5em;
	color: #fff;
	cursor: pointer;
	background-color: #666;
}
html.no-touch .close-extra-content:hover {
	text-decoration: underline;
}
.close-extra-content > div {
	font-size: .9em;
}
.close-extra-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.5em;
	background-image: url(../images/nappi/vasen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


/* IMAGE **************************************************************************************************************************/
#image {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	cursor: zoom-out;
	z-index: 100000;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.75);
}
#image-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#image iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


/* CONFIRM **************************************************************************************************************************/
.confirm-container {
	position: fixed;
	z-index: 100001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.confirm {
	display: block;
	padding: 2em;
	border: .5em solid #FB6822;
	border: .5em solid #2DAC44;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.confirm-button {
	cursor: pointer;
	padding: .35em .5em;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-top: .5em;
}
html.no-touch .confirm-button:hover {
	border-color: #333;
}
html.mobile .confirm {
	border-width: 2px;
	padding: 1em;
}


/* CONTENT-LINKS ******************************************************************************************************************/
#content-links {
	background-color: #fff;
}
html.content-links-no #content-links {
	display: none !important;
}
html.no-mobile #content-links {
	flex: 0 0 auto;
	order: 0;
	width: 351px;
	max-width: 100%;
	height: 100%;
	border-right: 1px solid #E4E4E4;
	display: flex;
	flex-direction: column;
}
html.no-mobile.leveys-1280 #content-links {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
html.no-mobile:not(.content-links-hidden).leveys-1280 #content-links {
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
html.mobile #content-links {
	min-height: calc(100vh - 50px);
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #E4E4E4;
}


/*** CONTENT-LINKS-BUTTONS ***/
#content-links-buttons {
	display: flex;
	justify-content: space-between;
	height: 2.5em;
	border-bottom: 1px solid #E4E4E4;
}
html.no-mobile #content-links-buttons {
	flex: 0 1 auto;
}
html.mobile #content-links-buttons {
	display: none;
}
html.content-links-edit-hidden #content-links-buttons {
	justify-content: flex-end;
}
#content-links-buttons > div {
	flex: 0 0 auto;
	min-width: 2.5em;
	height: 2.5em;
	cursor: pointer;
}
html.no-touch #content-links-buttons > div:hover {
	background-color: rgba(0,0,0,.1);
}
#content-links-buttons > div span {
	font-size: 14px;
	line-height: 50px;
	visibility: hidden;
}
#content-links-buttons > div.selected span,
html.no-touch #content-links-buttons > div:hover span {
	visibility: visible;
}
html.no-mobile.content-links-hidden #content-links-buttons > div span {
	display: none !important;
}


/***/
#content-links-edit {
	padding-left: 2em;
	padding-right: .75em;
	background-image: url(images/content-links-buttons-edit.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
html.no-mobile.content-links-hidden #content-links-edit {
	display: none;
}
html.content-links-edit-hidden #content-links-edit {
	display: none !important;
}
/***/
#content-links-toggle {
	background-image: url(images/content-links-buttons-toggle-close.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
html.content-links-hidden #content-links-toggle {
	width: 100%;
	background-image: url(images/content-links-buttons-toggle.png);
	background-position: left center;
}


/***/
#content-links-wrapper {
	-webkit-overflow-scrolling: touch;
	background-color: inherit;
	overflow: hidden;
}
html.no-mobile #content-links-wrapper {
	flex: 0 1 100%;
	width: 350px;
}
html.no-mobile #content-links.scroll #content-links-wrapper {
	overflow-y: scroll;
}
html.no-mobile #content-links.scroll.scrolled #content-links-buttons {
	border-bottom-color: transparent;
}
html.no-mobile #content-links.scroll.scrolled #content-links-buttons::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 8px;
	pointer-events: none;
	z-index: 1;
	background-image: url(images/content-links-shadow-down.png);
	background-size: 125% 100%;
	background-repeat: no-repeat;
	background-position: center;
}


/* kuvake */
.content-links-element-icon {
	flex: 0 0 auto;
	width: 2.5em;
	height: 2.5em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.content-link-container .content-links-element .content-links-element-icon {
	visibility: hidden;
}


/* .content-link-container auki/kiinni + toggle */
.content-link-container.open {
	color: inherit !important;
	background-color: inherit !important;
}
.content-link-container::before {
	content: '+';
	position: absolute;
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	z-index: 1;
	pointer-events: none;
}
.content-link-container.open::before {
	content: '–';
}
.content-link-container .content-link-container::before {
	left: 40px;
}
.content-link-container .content-link-container .content-link-container::before {
	left: 60px;
}
.content-link-container .content-link-container .content-link-container .content-link-container::before {
	left: 80px;
}
.content-link-container .content-link-container .content-link-container .content-link-container .content-link-container::before {
	left: 100px;
}
.content-link-container:not(.open) > .content-links-elements {	
	display: none;
}
html:not(.content-links-hidden) .content-link-container.open::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	pointer-events: none;
	
	background-image: url(images/content-links-shadow-up.png);
	background-size: 125% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
html:not(.content-links-hidden) #content-links-wrapper > .content-link-container.open:last-child::after {
	display: none;
}
.dummy{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}



/***/
.content-links-elements {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: inherit;
}
html:not(.content-links-hidden) .content-links-elements,
.content-link-container:not(.open) .content-links-elements {
	top: auto !important;
	height: auto !important;
}
.content-links-elements > .content-links-element-header {
	font-weight: bold;
	display: none;
	cursor: default;
}


/***/
.content-links-element {
	opacity: 1;
	transition: opacity .25s linear;
	min-width: 2.5em;
	min-height: 2.5em;
	background-color: inherit;
}
.content-links-element.disabled > .content-links-element-wrapper > .content-links-element-wrapper-content {
	cursor: default;
	pointer-events: none;
}
.content-links-element.selected {
	color: #fff;
	background-color: #2DAC44;
}

.content-links-element-wrapper {
	display: block;
	background-color: inherit;
}
.content-links-element-wrapper > * {
	background-color: inherit;
}

.content-links-element-wrapper-content {
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
	padding-left: 1em;
	background-color: inherit;
}
.content-links-element-wrapper-content > * {
	background-color: inherit;
}
.content-link-container .content-link-container .content-links-elements .content-links-element-wrapper-content {
	padding-left: 2em;
}
.content-link-container .content-link-container .content-link-container .content-links-elements .content-links-element-wrapper-content {
	padding-left: 3em;
}
.content-link-container .content-link-container .content-link-container .content-link-container .content-links-elements .content-links-element-wrapper-content {
	padding-left: 4em;
}
.content-link-container .content-link-container .content-link-container .content-link-container .content-links-elements .content-links-elements .content-links-element-wrapper-content {
	padding-left: 5em;
}
.content-links-element-header {
	flex: 1 1 auto;
	line-height: 1em;
	padding: .75em 1.5em .75em 0;
}
.content-links-element-header > div {
	font-size: .9em;
}
.content-links-element.disabled .content-links-element-icon,
.content-links-element.disabled .content-links-element-header > div {
	opacity: .5;
}
html.mobile .content-links-element-header br {
	display: none;
}

html.no-touch:not(.content-links-hidden) .content-link-container > .content-links-element-wrapper > .content-links-element-wrapper-content:hover,
html.no-touch:not(.content-links-hidden) .content-link:not(.selected) > .content-links-element-wrapper > .content-links-element-wrapper-content:hover,
html.no-touch.no-mobile.content-links-hidden .content-link-container > .content-links-element-wrapper > .content-links-element-wrapper-content > .content-links-element-header:hover,
html.no-touch.no-mobile.content-links-hidden .content-link:not(.selected) > .content-links-element-wrapper > .content-links-element-wrapper-content > .content-links-element-header:hover{
	text-decoration: underline;
}


/* muokkaus */
.content-links-element-edit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	
	display: flex;
	justify-content: flex-end;
	background-color: rgba(255,255,255,.66);
}
.content-links-element-edit > * {
	flex: 1 0 auto;
	
	width: 2.5em;
	height: 100%;
	cursor: pointer;
	
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.content-links-element-toggle {
	background-image: url(images/checkbox-on.png);
}
.content-links-element.unchecked > .content-links-element-wrapper .content-links-element-toggle {
	background-image: url(images/checkbox-off.png);
}
.content-links-element:not(.no-move) .content-links-element-toggle::after {
	content: '';
	position: absolute;
	top: 5px;
	right: -1px;
	bottom: 5px;
	border-left: 1px solid rgba(0,0,0,.1);
}
.content-links-element-move {
	background-image: url(images/content-links-element-move.png);
	cursor: move;
	cursor: s-resize;
}
html:not(.content-links-editable) .content-links-element-edit {
	display: none;
}

html:not(.content-links-editable) .unchecked,
html.content-links-hidden .unchecked {
	display: none;
}


/* popup */
.content-links-element[data-type="popup"] .content-links-element-header > div::after {
	content: '';
	position: relative;
	display: inline-block;
	width: .9em;
	height: 1.2em;
	margin-left: .5em;
	vertical-align: text-top;
		
	background-image: url(images/content-links-element-popup.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

/* save */
.content-links-element[data-type="save"] .content-links-element-header > div::after {
	content: '';
	position: relative;
	display: inline-block;
	width: .9em;
	height: 1.2em;
	margin-left: .5em;
	vertical-align: text-top;
		
	background-image: url(images/content-links-element-save.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}


/* STATIC / NO-HIDE / NO-MOVE */
.content-links-element.static > .content-links-element-wrapper .content-links-element-edit {
	display: none;
}
.content-links-element.no-hide > .content-links-element-wrapper .content-links-element-toggle {
	display: none;
}
.content-links-element.no-move > .content-links-element-wrapper .content-links-element-move {
	display: none;
}


/* DRAGGING */
.content-links-element.dragging {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.content-links-element.dragging .content-links-element-wrapper {
	cursor: move;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.content-links-element.dragging * {
	cursor: move !important;
}
#content-links-helper {
	visibility: hidden;
}


/* CONTENT-LINKS-HIDDEN *******************************************************************************************************/
html.no-mobile.content-links-hidden #content-links {
	z-index: 2;
	width: auto;
}
html.no-mobile.content-links-hidden #content-links-wrapper {
	width: auto;
}
html.no-mobile.content-links-hidden #content-links-wrapper > .content-links-element {
	width: 2.5em;
}
html.no-mobile.content-links-hidden .content-links-element-wrapper-content {
	padding-left: 0;
}
html.no-mobile.content-links-hidden .content-links-element .content-links-element .content-links-element .content-links-element-wrapper-content {
	padding-left: 1em;
}


html.mobile.content-links-hidden #content-links {
	display: none;
}
html.mobile:not(.content-links-hidden):not(.content-links-no) #header-breadcrumb .breadcrumb-content,
html.mobile:not(.content-links-hidden):not(.content-links-no) #content {
	display: none;
}
html.mobile:not(.content-links-hidden):not(.content-links-no) #contents {
	padding: 0;
}


html.no-mobile.content-links-hidden #content-links-wrapper > .content-links-element.open {
	position: fixed;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	z-index: 1;
}
html.no-mobile.content-links-hidden .content-link-container::before {
	display: none;
}
html.no-mobile.content-links-hidden #content-links-wrapper > .content-link-container.open::after {
	content: '';
	position: absolute;
	top: -.75em;
	bottom: -.75em;
	right: 0;
	width: .75em;
	background: none;
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	z-index: -1;
}
html.no-mobile.content-links-hidden .content-link-container > .content-links-element-wrapper > .content-links-element-wrapper-content > .content-links-element-header {
	display: none;
}
html.no-mobile.content-links-hidden .content-links-element-header br {
	display: none;
}
html.no-mobile.content-links-hidden #content-links-wrapper > .content-link-container > .content-links-elements {
	position: absolute;
	top: 0;
	left: 2.5em;
	z-index: -1;
	background-color: inherit;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
html.no-mobile.content-links-hidden #content-links-wrapper > .content-link .content-links-element-header {
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	z-index: -1;
}
html.no-mobile.content-links-hidden .content-links-elements > .content-links-element-header {
	display: block;
}
html.no-mobile.content-links-hidden .content-links-element-header {
	flex: 1 0 auto;
	padding-left: .75em;
	padding-right: .75em;
}
html.no-mobile.content-links-hidden .content-links-elements .content-links-element-icon {
	display: none;
}
html.no-mobile.content-links-hidden #content-links-wrapper > .content-links-element:not(.open) > .content-links-element-header {
	display: none;
}
html.no-mobile.content-links-hidden .content-links-element-header {
	white-space: nowrap;
}


/***/
#popupWindow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	z-index: 100000;
}
#popupWindow-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background-color: #FB6822;
	background-image: url(../images/nappi/sulje.png);
	background-size: contain;
	cursor: pointer;
}
#popupWindow-close.disabled {
	background-color: #aaa;
	pointer-events: none;
}
#popupWindow-close.disabled::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}
html.no-touch #popupWindow-close:not(.disabled):hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.1);
}

#popupWindow-iframe-container {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	right: 55px;
	bottom: 10px
}
#popupWindow-iframe-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
}


html.mobile #popupWindow-close {
	top: 5px;
	right: 5px;
}
html.mobile #popupWindow-iframe-container {
	top: 5px;
	left: 5px;
	right: 45px;
	bottom: 5px;
}
html.mobile.portrait #popupWindow-iframe-container {
	top: 45px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}