@font-face {
    font-family: Lato;
    src: url(font/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: bold;
    src: url(font/Lato-Bold.ttf);
}

#sec_playlet_top {
	color: #FFF;
	background: #592770;
	padding-top: 60px;
}

.img_hero {
	z-index: 99;
}

.col.left.hero {
	width: 55%;
	padding-bottom: 75px;
}

.col.right.hero {
	width: 45%;
}

#playlet_logowrapper {
	padding-bottom: 3px;
}

#playlet_logo {
	width: 90%;
	max-width: 180px;
	height: auto;
	margin-left: -10px;
}

.desc.playlet {
	padding-top: 60px;
}

#katlink {
	color: #855999;
	text-decoration: underline;
}

#katlink:hover {
	color: #A98BB7;
}

.headline.playlet {
	color: #FFF;
}

.headertext.playlet {
	color: #FFF;
}

.contributiontext.playlet {
	color: #B196BE;
	opacity: 1;
}

.dividerwhite.playlet {
	margin-top: -120px;
}

.dividerimg.playlet {
	width: 100%;
	height: 51px;
	margin-top: -101px;
	position: absolute;
}

.whitebg {
	background: #FFF;
}

.button.playlet {
	background-color: #592770;
	color: #FFF;
	max-width: 170px;
	width: 150px;
	border: none;
	margin-top: 20px;
	border-radius: 5px;
}

.button.playlet:hover {
	background-color: #714B82;
}

#protobuttontop {
	display: block;
	margin: 50px auto 20px auto;
	width: 0px;
	padding: 12px;
	opacity: 0;
	color: #592770;
	overflow: hidden;
	white-space: nowrap;
	max-width: 0px;
	text-decoration: none!important;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#protobuttontop.pop {
	width: 180px;
	opacity: 1;
	max-width: none;
}

#protobuttontop.white {
	color: #FFF;
}

#playlet_tiles {
	background: #FFF url('../assets/playlet/gradient.png') repeat-x;
	background-size: contain;
}

#tilesimg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
	margin: 25px 0 20px 0;
}

#playlet_scriptview {
	background-color: #55DBDD;
	color: #006B6C;
	padding-bottom: 80px;
}

#playlet_videoview {
	background-color: #54C9FC;
	color: #096994;
	padding-bottom: 80px;
}

#playlet_stitching {
	background-color: #DCD1E2;
	color: #673980;
}

.sectioninner.stitching {
	padding-top: 40px;
	padding-bottom: 80px;
}

#playlet_recordflow {
	background: #DCD1E2 url('../assets/playlet/playlet_recordflow_bg.jpg') no-repeat center center;
	background-size: cover;
	height: 565px;
	text-align: center;
}

#videoflow, #scriptflow {
	position: relative;
	max-width: 300px;
	display: inline-block;
	padding: 40px 0;
}

#videoflowsrc, #scriptflowsrc {
	width: 100%;
}

#recordflowwrapper {
	position: relative;
	margin: auto;
	max-width: 252px;
}

#recordflowphone {
	width: 100%;
	position: relative;
}

#heroflowwrapper {
	position: relative;
	display: inline-block;
	max-width: 270px;
}

#recordflowvideo, #heroflowvideo {
	width: 87.4074%;
	height: 76.0869%;
	position: absolute;
	left: 6.4148%;
	top: 11.588%;
	z-index: 100;
}

#heroflowvideo {
	width: 87.6374%;
}

#recordflowvideosrc, #heroflowvideosrc {
	max-width: 100%;
}

#heroflowvideosrc {
	z-index: 1001;
}

#playlet_openproto {
	background-color: #FFF;
	color: #333;
	text-align: center;
}

.sectioninner.openproto {
	padding-top: 40px;
}

#tryproto {
	color: #592770;
}

#protobottom, #protobottomwrapper {
	width: 0px;
	opacity: 0;
}

#protobottom {
	margin-top: 0;
	width: 150px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#protobottom.pop {
	opacity: 1;
}

#protobottomwrapper {
	background-color: #592770;
	margin-top: 30px;
	position: relative;
	left: 50%;
	margin-left: 0px;
	max-height: 50px;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-radius: 5px;
}

#protobottomwrapper.show {
	width: 170px;
	margin-left: -85px;
	opacity: 1;
}

#navwrapper.playlethero.open, #navwrapper.playlethero:hover {
	background-color: rgba(163,128,178,0.98);
}

#navwrapper.playletscript.open, #navwrapper.playletscript:hover {
	background-color: rgba(69,196,199,0.98);
}

#navwrapper.playletvideo.open, #navwrapper.playletvideo:hover {
	background-color: rgba(69,179,228,0.98);
}

#deadairlist {
	list-style: inherit;
	margin-top: 1.5em;
	padding: 0 2.5em;
}

.list.first {
	margin-bottom: 1em;
}

#process {
	padding-bottom: 80px;
	padding-top: 20px;
}

#whiteboardwrapper {
	margin: 40px 0;
}

.whiteboard {
	width: 58.63%;
	height: auto;
	display: inline-block;
	float: right;
}

.whiteboard.first {
	width: 38.63%;
	margin-left: 0;
	float: initial;
}

.playletlowfi {
	width: 100%;
	height: auto;
	margin: 40px 0;
}

.playletlowfi.subtitle {
	margin-bottom: 0;
}

#playletscript {
	margin-top: 20px;
}

.topmargin {
	margin-top: 80px;
}

#playletfont {
	width: 100%;
	box-sizing: border-box;
	margin: 30px 0 10px 0;
	padding: 25px 20px;
	border: 1px solid #DDD;
	display: inline-block;
}

.fonttype {
	width: 90px;
	display: inline-block;
	float: left;
	color: #BBB;
}

.lato {
	font-family: Lato;
	color: #555;
}

#playletheader {
	font-size: 18px;
	margin-bottom: 20px;
}

#playletbody {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#playletcharacter {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 1px 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fontcharacter {
	display: inline-block;
	padding: 1px 6px;
	background-color: #36D1D4;
}

#playletpalette {
	margin-bottom: 60px;
}

.palwrap.bottom {
	margin-top: 30px;
}

.palettecolor {
	display: inline-block;
	width: 30%;
	margin-left: 3%;
	color: #FFF;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: bold;
	box-sizing: border-box;
	padding: 80px 10px 10px 10px;
	border-radius: 5px;
	white-space: nowrap;
	position: relative;
	top: 0;
}

.palettecolor.first {
	margin-left: 0;
}

#turquoise, #white {
	top: 70px;
}

.colorhex {
	padding-top: 5px;
	font-weight: normal;
}

#honeyflower {
	background: #51126D;
}

#turquoise {
	background: #36D1D4;
}

#curiousblue {
	background: #278AB6;
}

#razzmatazz {
	background: #C00E4B;
}

#white {
	background: #FFF;
	color: #555;
	border: 1px solid #DDD;
}

#codgray {
	background: #111;
}

#playletfinal {
	margin: 120px 0 0 0;
}


@media only screen and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 1) {

#playlet_logo {
	max-width: 160px;
}

}


@media only screen and (max-width: 699px) and (-webkit-min-device-pixel-ratio: 1) {

.navelem, .navelem.selected, .navelem:hover{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#playlet_logo {
	max-width: 140px;
	margin-left: -5px;
}


}

@media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1) {

.col.left.br600, .col.right.br600 {
	width: 100%;
	display: block;
	}

.col.right.br600 {
	text-align: center;
	}

.ninety {
	width: 100%;
}

.sectioninner.stitching {
	padding-top: 0px;
	padding-bottom: 40px;
}

#tilesimg {
	width: 150%;
	margin-left: -25%;
}


}




@media only screen and (max-width: 499px) and (-webkit-min-device-pixel-ratio: 1) {

#sec_playlet_top {
	padding-top: 75px;
	background-size: 150%;
	background-position: 25% 20px;
	}

.col.left.hero, .col.right.hero {
	width: 100%;
	display: block;
	}

.col.left.hero {
	padding-bottom: 20px;
	}

.col.right.hero {
	text-align: center;
	}

#playlet_logo {
	margin-top: 0px;
	width: 150px;
	height: auto;
	padding-bottom: 0px;
	margin-left: -5px;

	}

#tilesimg {
	width: 150%;
	margin-left: -25%;
}

.img_hero {
	max-width: 270px;
}


}




@media only screen and (max-width: 399px) and (-webkit-min-device-pixel-ratio: 1) {

#tilesimg {
	width: 200%;
	margin-left: -50%;
}


}







@media only screen and (min-width: 700px) and (-webkit-min-device-pixel-ratio: 1) {

.navelem.selected, .navelem:hover {
	border-bottom: 5px solid rgba(0,0,0,0.3);
}

.palettecolor {
	width: 31%;
	margin-left: 1.25%;
}

#playletfont {
	width: initial;
	padding: 30px;

}

.fonttype {
	width: 120px;
}

.palwrap {
	display: inline-block;
	width: 49%;
}

#turquoise, #razzmatazz, #codgray {
	top: 70px;
}

#white {
	top: 0;
}

}





