

/* audio */
#defaultCanvas0.portrait{
	width:70%!important;
	/*height:30%!important;*/
	height:auto!important;
    margin: 0;
    top: 14%;
    left: 15%;
    position: absolute;
}


#defaultCanvas0.horizontal{
	width:40%!important;
	/*height:30%!important;*/
	height:auto!important;
    margin: 0;
    top: 11%;
    left: 30%;
    position: absolute;
}



/* Classic Design */

#classic.s50x70{
	font-size:0.8em;
}
#classic.s30x40{
	font-size:0.425em;
}
#classic.s61x91{
	font-size:1em;
}
#classic.s50x70.print{
	font-size:3.2em!important;
}
#classic.s30x40.print{
	font-size:1.7em!important;
}
#classic.s61x91.print{
	font-size:4em!important;
}



.classic{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	border: 3em solid #fff;
}

#border{
	left: 0em;
    top: 0em;
    right: 0em;
    bottom: 0em;
    border: 0.4em solid #000;
    position: absolute;
    z-index: 98;
}

#border2{
	left: -.5em;
    top: -.5em;
    right: -.5em;
    bottom: -.5em;
    position: absolute;
    border: .4em solid #000;
    z-index: 99;
}
.titleBg{
	/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(50%,#fff),color-stop(50%,#fff));
	background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 50%,#fff 0);
	height: 40%;
	margin-top: 0vh;
	position: absolute;
	bottom: 0;
	width: 100%;*/
}
.titleText{
	position: relative;
	width: 100%;
	z-index: 102;
}

.textblock{
	padding: 5em;
}

.textblock.horizontal{
	padding: 3em;
}


.subtitleText{
	position: relative;
	bottom: 0;
	z-index: 102;
}

.titleclassic{
	display: block;
    text-align: center;
    line-height: 1;
	font-size: 3.5em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .10em;
	font-family: Heebo/*, Avenir,Arial,Open Sans*/,sans-serif;
}


.subtitleclassic{
	display: block;
    text-align: center;
    line-height: 1;
	font-size: 2.5em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .20em;
	padding-bottom: 0.5em;
	overflow: hidden;
	font-family: Heebo/*, Avenir,Arial,Open Sans*/,sans-serif;
}

.subsubtitleclassic{
	display: block;
    text-align: center;
    line-height: 1;
	font-weight: 400;
	padding: 1em;
	overflow: hidden;
	font-family: Heebo/*, Avenir,Arial,Open Sans*/,sans-serif;
	border-top: 0.2em solid #000;
	font-size: 1.5em;
}


.gpsclassic{
	display: block;
    text-align: center;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-family: Heebo/*, Avenir,Arial,Open Sans*/,sans-serif;
	font-size: 1.5em;
	margin-top: 0.5em;
}