/*
  HTML5 ? Boilerplate

  style.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:0px; border:0; border-bottom:1px solid #aeaeae; border-top:#707070 1px solid; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*
 * minimal base styles
 */

/*body, select, input, textarea {
	font: normal 16px/22px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}*/

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #efd29d; text-decoration: none }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

textarea { overflow: auto; }

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate */

::-moz-selection{ background: #e2e2e2; color:#333; text-shadow: none; }
::selection { background:#e2e2e2; color:#333; text-shadow: none; }

img::selection {background: transparent;}
img::-moz-selection {background: transparent;}


/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* make buttons play nice in IE: */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: */

.ie7 img { -ms-interpolation-mode: bicubic; }



/*
 * Non-semantic helper classes
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
 */
html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	font-size: 16px;
	background: #91b7a9 url('../images/noisePattern.png');
	background:rgba(31,107,79,.5) url('../images/noisePattern.png');
	-webkit-transition: .25s;
}

img {
	max-width: 100%;
}

#page-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	top: 20px;
	padding-bottom: 400px;
	-webkit-transition: .25s;
}

header {
	position: relative;
	left: 25px;
	margin: 0 auto;
	width: 100%;
}

hgroup.headline {
	position: relative;
	float:left;
	margin-left: 40px;
}

h1 {
	letter-spacing: -2px;
	font-family:museo-sans-rounded-1,museo-sans-rounded-2,sans-serif;
	font-weight: 800;
	font-size: 4.5em;
	color: rgba(12,54,96,1.0);
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

h1 a {
	outline: none;
	text-decoration:none;
	color: rgba(255,255,255,1.0);
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);

}

h1 a:hover {
	color: yellow;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}

h2 {
	position: relative;
	font-family: rooney-web-1,rooney-web-2,sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 1.5em;
}

ul#circles {
	position: relative;
	float: left;
	height: 100px;
	top: 30px;
}

ul#circles li {
	text-indent: -9999px;
	position: relative;
	float: left;
	list-style-type: none;
}

ul#circles li a {
	display:block;
	z-index:0;
	position:relative;
	left: 25%; top: -15px;
	margin-left: -10px;
	border-radius:200px;
	background: white;
	width: 100px; height: 100px;
	-webkit-transition: .5s;
}

ul#circles li:nth-child(1) a {
	background: #c85a51;
	background: rgba(255, 0, 0, .5);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-name: red;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-delay: 1s;
	-moz-animation-name: red;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes red {
	0% {background-color: rgba(255, 0, 0, .5); z-index:2;}
	50% {background-color: rgba(255, 0, 0, 1); z-index:6;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(255, 0, 0, 1); z-index:6;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(255, 0, 0, .5); z-index:2;}
}

@-moz-keyframes red {
	0% {background-color: rgba(255, 0, 0, .5); z-index:2}
	50% {background-color: rgba(255, 0, 0, 1); z-index:6;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(255, 0, 0, 1); z-index:6;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(255, 0, 0, .5); z-index:2;}
}

ul#circles li:nth-child(1) a:hover {
	background: red;
	background: rgba(255, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);
	z-index: 4;
}

ul#circles li:nth-child(2) a {
	background: #c9cc4d;
	background: rgba(255, 222, 0, .5);
	z-index: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-name: yellow;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: yellow;
	-moz-animation-delay: 2s;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes yellow {
	0% {background-color: rgba(255, 222, 0, .5); z-index:2;}
	50% {background-color: rgba(255, 222, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(255, 222, 0, 1); z-index:4;
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(255, 222, 0, .5); z-index:2;}
}

@-moz-keyframes yellow {
	0% {background-color: rgba(255, 222, 0, .5); z-index:2;}
	50% {background-color: rgba(255, 222, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(255, 222, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(255, 222, 0, .5); z-index:2;}
}

ul#circles li:nth-child(2) a:hover {
	background: yellow;
	background: rgba(255, 222, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);
	z-index: 4;
}

ul#circles li:nth-child(3) a {
	background: #45a34e;
	background: rgba(7, 146, 0, .5);
	z-index: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation-name: green;
	-webkit-animation-delay: 3s;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: green;
	-moz-animation-delay: 3s;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes green {
	0% {background-color: rgba(7, 146, 0, .5); z-index:2;}
	50% {background-color: rgba(7, 146, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(7, 146, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(7, 146, 0, .5); z-index:2;}
}

@-moz-keyframes green {
	0% {background-color: rgba(7, 146, 0, .5); z-index:2;}
	50% {background-color: rgba(7, 146, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	75% {background-color: rgba(7, 146, 0, 1); z-index:4;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);}
	100% {background-color: rgba(7, 146, 0, .5); z-index:2;}
}

ul#circles li:nth-child(3) a:hover {
	background: green;
	background: rgba(7, 146, 0, 1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.45);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.45);
	z-index: 4;
}


#button-wrap {
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 35px;
	width: 50%; height: 80px;
}

#choose-image {
	width:90%;
	margin: 10px auto;
	padding: 12px;

}

#svgForm {
	/*display: none;*/
}

#form-wrapper {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#browse-svg, #preview-button {
		float: left;
		position: relative;
		left: 20px;
		-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.5);
		-moz-text-shadow: 0 1px 0 rgba(0,0,0,.5);
	  	text-shadow: 0 1px 0 rgba(0,0,0,.5);
    	color: #fff;
		padding:10px 40px;
		text-align:center;
    	cursor: pointer;
		border: 0 none;
    	font-family: rooney-web-1,rooney-web-2,sans-serif;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.25em !important;
    	text-decoration: none;
		-webkit-border-radius: 12px;
    	-moz-border-radius: 12px;
		background: rgb(255,156,0);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);}
}

#browse-svg {
	margin-right: 20px;
}

#preview-button {
	margin-left: 20px;
}

a[disabled=disabled] {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.5) !important;
	margin-left: 20px !important;
	background: #619181 !important;
	color: #2e5a4c !important;
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,.5) !important;
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,.5) !important;
  	text-shadow: 0 1px 0 rgba(255,255,255,.5) !important;
}

#raphaelCode-wrapper {
	background: #0C3660;
	background: rgba(12,54,96,1.0);
	width:90%;
/* 	left: -5%; */
	position: relative;
	margin: 0 auto;
	padding: 12px;
	/* Add border radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#raphaelCode {
	background: #fff;
	height: 400px;
	border: #ccc 1px solid;
	padding: 16px;
	overflow: auto;
	position: relative;
	overflow-x: hidden;
	/* Add border radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: Verdana, san-serif;
	line-height: 1.75em;
}

#frameWrapper {
	position: absolute;
	left: -9999px;
}

#overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#rsr-wrapper {
padding: 16px;
z-index:1002;
overflow: auto;
}

#badge-copy {
	position: absolute;
	bottom: 12px; left: 40%;
	width: 15%;
	background: #0C3660;
	padding: 4px 14px 12px 10px;
	border-radius: 5px 5px 0 0;
}


a:hover #badge-copy {
	background: #FF9C00;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
}

#badge-copy h2 {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 1em;
	padding-top: 10px;
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.75);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.75);
	text-shadow: 0 1px 0 rgba(0,0,0,.75);
}

#badge {
	text-align: center;
	position: absolute;
	right:-93px; top: 25px;
	background-color: rgba(102,173,41,.75);
	background: rgb(102,173,41);
	padding: 4px 10px 12px;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.5), inset 2px 0 2px rgba(0,0,0,.25);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.5), inset 2px 0 2px rgba(0,0,0,.25);
	box-shadow: -1px 1px 2px rgba(0,0,0,.5), inset 2px 0 2px rgba(0,0,0,.25);
}


#badge h2 {
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	font-size: 1.5em;
	font-style:normal;
}

#badge a {
	background-color: rgba(255,246,0,.5);
	padding: 2px 8px;
	color: black;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
}

#badge a:hover {
	background-color: rgba(255,246,0,1);
}

#rsr-buttons {
	margin-top: 14px;
}

#rsr-buttons a {
	font-family: rooney-web-1,rooney-web-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25em !important;
    text-decoration: none;
	color: #000;
	background: #fff;
	padding: 6px;
	/* Add border radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.rsr-toggle {
	background: #fff;
}

#loader {
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
	width: 100%;
	height: 100%;
}

section#docs { /* Doc Headline */
	margin: 30px auto;
	width: 93%;
	clear: both;
	position: relative;
}

section#docs h1 { /* Doc Headline */
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,.5);
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
	letter-spacing: .5px;
	font-family:museo-sans-rounded-1,museo-sans-rounded-2,sans-serif;
	font-weight: 800;
	font-size: 1.5em;
	color: #fff;
}

section#docs article { /* Doc Headline */
	float: left;
	margin: 10px auto;
	width: 50%;
}


section#docs article h2 { /* Doc Headline */
	padding-top: 10px;
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-family:rooney-web-1, rooney-web-2,serif;
	font-weight: 700;
	font-style:normal;
	font-size: 1em;
	color: #000;
}

section#docs article p {
	padding-top: 5px;
	width: 85%;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	line-height: 1.5em;
	font-family:rooney-web-1, rooney-web-2,serif;
	font-style:normal;
	font-weight: 400;
	font-size: .85em;
	color: #000;
}

section#docs article p a {
	background: #c5d649;
	background: rgba(255,246,0,.5);
	padding: 2px 8px;
	color: black;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
}

section#docs article p a:hover {
	background: #fff900;
	background: rgba(255,246,0,1);
}

section#docs article:nth-of-type(even) {
	float: right;
}

section#docs article ul {
	clear: both;
	margin-top:8px;
	margin-left: 12px;
}

section#docs article li {
	float: left;
	width: 48%;
	list-style-image: url(../images/sq.png);
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	line-height: 1.5em;
	font-family:rooney-web-1, rooney-web-2,serif;
	font-style:normal;
	font-weight: 400;
	font-size: .85em;
	color: #000;
}

section#docs article li:nth-child(even) {
	margin-left: 10px;
}


section#docs article li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

section#docs article li a:hover {
	background: #c5d649;
	background: rgba(255,246,0,.5);
	padding: 2px 8px;
	color: black;
	list-style-image: url(../images/hover_sq.png);

}
article#download {
	position: relative;
	top: 14px;
	text-indent: 15px;
	margin-left: 10px;
	background: white;
	background: rgba(255,255,255,.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 116px;
}

section#docs article#download p:nth-child(4) {
	margin-top: 14px;
	padding-top:12px;
	padding-bottom: 3px;
	border-top: #91B7A9 1px solid;
	width: 100%;
}

#download img  {
	position: relative;
	bottom: 43px; right: 10px;
	float:right;
	width: 10%;
	opacity: 1;

}

#download a:hover img {
	opacity: 0.8;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
}

.break {
	height:200px;
	position: relative;
}
footer {
	clear:both;
	position:fixed;
	bottom: 0;
	width: 100%; height: 50px;
	background: #264e6f;
	background:rgba(12,54,96,.8);
}

footer #last-words {
	font-family:rooney-web-1, rooney-web-2,serif;
	font-style:normal;
	font-weight: 400;
	font-size: .85em;
	margin: 14px 0 0 40px;
	color: #FFF;
}

footer #last-words a {
	background: #c5d649;
	background: rgba(255,246,0,0.7);
	padding: 2px 8px;
	color: black;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
	margin-left: 4px;
}

footer #last-words a:hover {
	background: #fff900;
	background: rgba(255,246,0,1);
}

footer #social ul {
	list-style:none;
	clear: both;
	float: right;
	margin: 14px 20px 0 0;
}
footer #social ul li{
	float:left;
	list-image-style: none;
}

footer #social ul li:nth-of-type(2) {
  margin-right: 8px;
	margin-left: 2px;
}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override.
 */
@media screen and (max-width: 930px) {

	h1 {font-size: 3.5em;}
	h2 {font-size: 1.25em;}
	ul#circles {top: 30px;}
	ul#circles li a {
		border-radius:160px;
		width: 80px; height: 80px;
	}
	#browse-svg, #preview-button {
			font-size: 1em !important;
	    padding: 10px 40px;
			left: 0px;
}
#raphaelCode-wrapper {
	top: 20px;
}

section#docs {
	margin: 50px auto;
	width: 95%;
}
}

@media screen and (max-width: 775px) {
		h1 {font-size: 3em;}
		h2 {font-size: 1em;}
		ul#circles {top: 20px;}
		ul#circles li a {
			border-radius:140px;
			width: 70px; height: 70px;
		}
		#button-wrap {
			width: 400px;
		}
		#browse-svg, #preview-button {
				font-size: 1em !important;
		    padding: 10px 40px;
				left: 0px;
	}
	#raphaelCode-wrapper {
		top: 20px;
	}
	section#docs {
		margin: 50px auto;
		width: 95%;
	}
}

@media screen and (max-width: 630px) {
		hgroup.headline {
			margin-left: 20px;
		}
		#choose-image {
		margin: 0 auto;
		}
		h1 {font-size: 2.5em;}
		h2 {font-size: 1em;}
		ul#circles {top: 20px;}
		ul#circles li a {
			border-radius:100px;
			width: 50px; height: 50px;
		}
		#button-wrap {
			top: 0px;
			width: 400px;
			height: 20px;
		}
		#browse-svg, #preview-button {
				font-size: 1em !important;
		    padding: 10px 40px;
				left: 0px;
	}
	section#docs { /* Doc Headline */
	        margin: 50px auto;
	        width: 95%;
	    }
	    section#docs article {
	        width: 100%;
	    }
}


@media screen and (max-width: 540px) {
		hgroup.headline {
			margin-left: -20px;
		}
		#button-wrap {
			top: 20px;
		}
 		h1 {font-size: 2.75em;}
    h2 {font-size: 1em;}
    ul#circles {
        float: none;
        margin: 0 auto;
        width: 35%;
    }
    ul#circles li a {
        border-radius:130px;
        width: 65px; height: 65px;
    }
		section#docs { /* Doc Headline */
		        margin: 50px auto;
		        width: 95%;
		    }
		    section#docs article {
		        width: 100%;
		    }

}

@media screen and (max-width: 480px) {
    ul#circles {
        float: none;
				margin-left: 20%;
        width: 45%;
    }
    ul#circles li a {
        border-radius:130px;
        width: 65px; height: 65px;
    }
		section#docs { /* Doc Headline */
		        margin: 50px auto;
		        width: 95%;
		    }
		    section#docs article {
		        width: 100%;
		    }
		footer #social ul {
	display: none;
}
}
