/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;} 
	
/* Reset HTML5 Elements to Block */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
	
body {
	line-height: 1;}
	
ol, ul {
	list-style: none;}
	
blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;}

/* Reset End */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	font: normal 100% 'Karla', sans-serif;
	z-index:3;
	background-color:#F6F6F2;}
	
/* Side styles */

#side-info {
	position:fixed;
	z-index: 10;
	left: 1.500em;
	top: 1.500em;}

.side-container {
	float: left;}

.side {
	font: 700 100% 'Karla', sans-serif;
	font-size: 0.750em;
	letter-spacing: 0.350em;
	color:#000;
	
	display: inline-block;
    overflow: hidden;
	width: 1em;}

.side-inner {
	display: inline-block;
    white-space: nowrap;

    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;}

.side-inner:before {
    content: "";
    float: left;
	margin-top: 100%;}

.side-inner span {
	color:#2C2CFF;
	padding-right: 8em}

.side-inner span#email {
	color: #000;
	padding: 0em;}

.side-inner a {
	text-decoration: none;}

.side-inner a:hover, .side-inner a:focus {
	color: #fff;
	text-decoration:none;
	
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;} 

/* Main */	

#main {
	width: 70%;
	max-width: 37em;
	float: left;
	padding: 1.5em 1.5em 1.5em 5em;
	position: relative;}

#main-image img {
	width:100%;
	height: 100%;}

#main-text {
	margin-top: 5em;
	font: normal 100% 'Karla', sans-serif;
	font-size: 1.250em;
	line-height: 1.5em;
	color:#000;}

.main-creatives {
	margin-top: 3em;
	margin-right: 4em;
	position: relative;
	float: left;
	font: normal 100% 'Karla', sans-serif;
	font-size: 1.250em;
	line-height: 1.5em;
	color:#000;
	z-index: 10;}

.main-creatives a {
	font: normal 100% 'Abril Fatface', sans-serif;
	font-size: 2.813em;
	line-height: 1.5em;
	color: #2C2CFF;
	text-decoration:none;
	
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}

.main-creatives a:hover, .main-creatives a:focus {
	color:#fff;}


