/* ----- Custom Fonts ---------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600|Open+Sans+Condensed:300,700);

/* ----- Body ------------------------ */
body {
	font-family: "Open Sans", Arial, sans-serif;
	background:#EFEEED;
	color:#524d4b;
	font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
	margin:0;
	padding:0;
}
#header {
	text-align:center;
	background: #e5e4e3;
	background: -moz-linear-gradient(top,  #e5e4e3 0%, #e8e4f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e4e3), color-stop(100%,#e8e4f0));
	background: -webkit-linear-gradient(top,  #e5e4e3 0%,#e8e4f0 100%);
	background: -o-linear-gradient(top,  #e5e4e3 0%,#e8e4f0 100%);
	background: -ms-linear-gradient(top,  #e5e4e3 0%,#e8e4f0 100%);
	background: linear-gradient(to bottom,  #e5e4e3 0%,#e8e4f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e3', endColorstr='#e8e4f0',GradientType=0 );
}
.inner-wrapper {
	width:960px;
	max-width:100%;
	padding:2em;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header .inner-wrapper {
	padding-bottom: 0;	
}
#header-graphic, #header-text {
	display: inline-block;
    max-width: 49%;
    width: 49%;
	vertical-align: bottom;
}
#header-text {
	padding-bottom: 2em;
}
#container, #footer {
	-webkit-box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.2) inset;
}
#footer {
	font-size: 0.9em;
	background: #e5e4e3;
	background: -moz-linear-gradient(top,  #e5e4e3 0%, #d6d5d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e4e3), color-stop(100%,#d6d5d4));
	background: -webkit-linear-gradient(top,  #e5e4e3 0%,#d6d5d4 100%);
	background: -o-linear-gradient(top,  #e5e4e3 0%,#d6d5d4 100%);
	background: -ms-linear-gradient(top,  #e5e4e3 0%,#d6d5d4 100%);
	background: linear-gradient(to bottom,  #e5e4e3 0%,#d6d5d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e3', endColorstr='#d6d5d4',GradientType=0 );
}
.mem-logo a {
	opacity:.5;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.mem-logo a:hover, .mem-logo a:focus {
	opacity:1;
}
#header p {
	font-size:1.1em;
	line-height: 1.4em;
	margin-bottom:1em;
}

#navigation {
	border-top: 1px solid #88366E;
    height: 0;
    text-align: center;
}
#navigation ul {
	margin: -0.7em 0 0;
}
#navigation ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 0.3em;
}
#navigation ul li:last-child {
	margin-right:0;
}
#navigation ul li a {
	background-color: #EFEEED;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
    border-radius: .5em;
    padding: 0.2em 0.7em;
	border: 1px solid #88366E;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	background-color:#ffffff;
}
img {
	max-width:100%;
	height:auto;
}
#container li {
	margin-bottom: 0.5em;
}
iframe {
	max-width:100%;
}

/* ----- Kit parts ----- */
.kit-part {
	border-bottom: 4px solid #E5E4E3;
    clear: both;
    margin-bottom: 1em;
    min-height: 250px;
    padding-bottom: 1em;
}
.kit-part h3 {

}
.kit-part img {
	max-width: 100%;
    width: 100%;
}
.kit-part ul {
	font-size: .8em;
}
.kit-img, .kit-content {
	display: inline-block;
    vertical-align: top;
}
.kit-img {
	width: 30%;
	margin-right: 2%;
}
.kit-content {
    width: 66%;
}
.instructions {
	font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
a.back-to-top {
	background: #E5E4E3;
    font-size: 0.6em;
    letter-spacing: 0.02em;
    padding: 0.2em 0.7em;
    text-transform: uppercase;
}
a.back-to-top:hover, a.back-to-top:focus {
	background:#ffffff;
}

/* ----- Text ------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight:300;
}
h1 {
	font-size:3em;
	text-align:center;
	margin: 0.5em 0;
	line-height:1em;
}
h2 {
	background: #E5E4E3;
    color: #88366E;
    font-size: 1.5em;
    margin-bottom: 0.7em;
    margin-top: 2em;
    padding: 0.2em;
    text-align: center;
	/*-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);*/
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
#downloads {
	text-align:center;
}
.download {
	display: inline-block;
}
.btn {
	background:#E8E4F0;
	display: inline-block;
    margin-bottom: 0.5em;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.btn:hover {
	background:#DAD1ED;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
li {
	line-height:1.4em;
}
.credits {
	font-size:.8em;
}

/* ----- Links ----------------------- */
a:focus {
    outline: thin dotted #C9C8C7;
}
a {
	color:#88366E;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:hover, a:focus {
	color:#000000;
	text-decoration:none;
}

/* ---- Social sharing buttons ---- */
.social {
	display: inline-block;
}
.fb-share {
	margin-right:1em;
}
.twitter-share {
	
}


/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */

@media (min-width:980px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 979px) {
	h1 {
		font-size:2.5em;
	}
}
@media (max-width: 767px) {
	.block.span3 {
		width:40%;
	}
	.block.span9 {
		width:57%;
	}
	#navigation {
		border-top:0;
		height:auto;
		background:#88366E;
		padding: 0.3em 0.5em;
	}
	#navigation ul {
		line-height:2.5em;
		margin-top:0;
	}
	#header-graphic, #header-text {
		display:block;
		width:100%;
		max-width:100%;
	}
	#header-graphic img {
		max-width: 50%;
	}
}
@media (max-width: 600px) {
	.block.span3, .block.span9 {
		width:100%;
		margin-left:0;
	}
	.kit-img, .kit-content {
		width: 100%;
		display: block;
	}
	.kit-img {
		text-align: center;
	}
	.kit-part img {
		max-width: 50%;
	}
	iframe {
		height:auto;
	}
	
}
@media (max-width: 480px) {
	body {
		font-size:16px;
	}
	.inner-wrapper {
		padding:1.3em;
	}
	#navigation ul li {
    display: block;
    margin-bottom: 0.2em;
	margin-right:0;
	}
	#navigation ul li a {
		display:block;
	}
	h1 {
		font-size:2.2em;
	}
	#header p {
		font-size:1em;
	}
	.kit-part img {
		max-width: 80%;
	}
}
/* ----- Print ----------------------- */