@font-face{ 
	font-family: 'av';
	src: url('/sites/55e282cec648480747ec0f65/theme/fonts/av.eot?1440909863');
	src: url('/fonts/av.eot?#iefix') format('embedded-opentype'),
	     url('/sites/55e282cec648480747ec0f65/theme/fonts/av.woff?1440909863') format('woff'),
	     url('/sites/55e282cec648480747ec0f65/theme/fonts/av.ttf?1440909863') format('truetype'),
	     url('/fonts/av.svg#webfont') format('svg');
}
@font-face {
    font-family: 'GrandesignNeue';
    src: url('/sites/55e282cec648480747ec0f65/theme/fonts/grandesign_neue.eot?1440909863');
    src: url('/fonts/grandesign_neue.eot?#iefix') format('embedded-opentype'),
         url('/sites/55e282cec648480747ec0f65/theme/fonts/grandesign_neue.woff?1440909863') format('woff'),
         url('/sites/55e282cec648480747ec0f65/theme/fonts/grandesign_neue.ttf?1440909863') format('truetype'),
         url('/fonts/grandesign_neue.svg#GrandesignNeueSerifBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body    { margin: 0; padding: 0; height: 100%;}
body          { height: 100%; background: url(../images/bg.png?1440909863) 0 0 repeat; }
.contact.type,
.talent.type,
.type         { font: 2.5em/.65em av, GillSans-Light, GillSans, "Gill Sans", Futura, sans; text-shadow: 0 1px white; }


#wrapper      { height: 100%; display: table; position: relative;  margin: 0 auto; }
#logo-outside { display: block; margin-top: 3em; background: none;}

.dialog       { padding: .25em 1.5em; position: relative; height: 5em; border: 10px solid rgba(0,0,0,0.1); border-radius: 100px; }
.contact      { position: absolute; left: 1.5em; top: 0; margin:.83em 0; margin-left: -100%; opacity: 0; } /* Initial*/
.contact a    { color: #000; text-shadow: 0 1px #fff;}
#talentwrap   { width: 100%; height: 100%; position: relative; padding-left: 20em;}
.talent       { position: absolute; left: 1.5em; top: 0; margin:.83em 0; width: 20em; }
.contact a span ,
.talent .name { color: rgb(99,166,169); }
#talents      { display: inline-block; margin: 1.5em 0 0 1em; padding: 0; list-style: none; 
                font: 1.5em GrandesignNeue, Georgia, serif; text-shadow: 0 1px white }
#talents li   { display: inline-block; }
#talents li:nth-child(1n) { color: rgb(236,100,107); }
#talents li:nth-child(2n) { color: rgb(138,192,131); }
#talents li:nth-child(3n) { color: rgb(138,204,236); }

/* Mouseover transition*/
.dialog       { overflow: hidden; 
                -webkit-transition: background 0.24s linear; }
#talentwrap   { -webkit-transition: margin 0.24s linear;}
.contact      { -webkit-transition: margin,opacity 0.24s linear; }
.dialog:hover { background: rgba(138,204,236,0.35)}
.dialog:hover #talentwrap { margin-left: 100%; }
.dialog:hover .contact { margin-left: 0; opacity: 1}


