/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #73a0aa; color: #fff; text-shadow: none; }
::selection { background: #73a0aa; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/*Our styles*/

/*Stop firefox outlinining links on focus*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
*:focus{
}


html{
	
}

body{
	position:relative;
	color:#555;
	font-family:'PT Serif';
    font-size:16px;
	line-height:24px;
	text-align:left;
	background:#2d2d2d;
}
.spread{position:relative}
.spread img{display:none}
.spread .preloader{
	background:#eee;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.spread .backbg{
	opacity:0;
	z-index:1;
	position:relative;
    
}
html,body{
    height:100%;
    margin:0;
    padding:0;
}

html,body {

   height: 100%;
   width: 100%;

}
a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}

header{
	height:calc(100% + 50px);
	background:transparent;
	margin:0 auto;
	position:fixed;
	background:#2F3442;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	
	left: -25%;
	z-index: 1000;
	width: 25%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

header.open{
	left:0;
}
header .close{
	position:absolute;
	top:0;
	right:0px;
	background:transparent url(/images/stylesheet/close_me_white.png) center center no-repeat;
	background-size:25px;
	width:50px;
	height:50px;
	cursor:pointer;
	
	
	
}

body#frontpage header{
	left:0;
	background:#fff;
}

header h1{
	font-size:36px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:200;
	text-align:center;
	margin:10% 25%;
	width:50%;
	
}
header h1 a{
	text-decoration:none;
	
}
header h1 a:hover{
	color:#fff;
}
body#frontpage header .close{
	display:none;
}
body#frontpage header h1{
	font-size:48px;
	line-height:42px;
	margin:10% 20%;
	width:60%;
	
}
body#frontpage header h1 a{
	font-size:48px;
	line-height:42px;
	color: #88A6A4;
	text-shadow: -1px 1px 0 #fff, -3px 3px 0 #F4E1C3;
}
header p{
	margin:20% 20% 10%;
	font-size:12px;
	line-height:16px;
	text-align:justify;

    
}
header a, header a:visited{
	color:#fff;
}
#frontpage header a{
	color:#444942;
}
header a:hover{
	color:#DEB9B9;
}
#frontpage header a:hover{
	color:#88A6A4;
}
header ul.split{
	margin:15% 0 0;
	padding:0;
}
#frontpage header ul.split{
	margin:10% 0 0 0;
}
header ul.split li{
	display:block;
	width:40%;
	margin:0 30%;
	padding:0;
}
header ul.split li{
	position:relative;
}
header ul.split li:after{
	content: " ";
	border-bottom: 1px solid #fff;
	width: 26%;
	margin: 0 37%;
	position: absolute;
}
#frontpage header ul.split li:after{
	border-color:#444942;
}
header ul.split li:last-child:after{
	border:0;
}
header ul.split li a{
	font-size:18px;
	line-height:18px;
	font-weight:200;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:8% 0;
}
 header a.logo{
	display:block;
	background:transparent url("/images/stylesheet/sloe_works_logo.png") center center no-repeat;

	border-radius: 999px;
	width: 60%;
	height: 0;
	padding: 0;
	background-size: 55%;
	margin: 15% auto 5%;
	padding-bottom: 60%;
	
	
    
}
body#frontpage header a.logo{
	background: #444942 url("/images/stylesheet/sloe_works_logo_hilltops.png") center center no-repeat;
	background-size: 55%;
	
	
}


header .headerBg{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	overflow:hidden;
}
/*This stops the image covering the nav?*/
header .headerBg .backbg{
	min-height:670px;
	
}




.main{
	position:relative;
	overflow:hidden;
	background:#fff;
	min-height:100%;
	
	width:100%;
	margin:0;
	left:0;
	
	padding-bottom:10%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	
}
body#frontpage .main{
	padding-bottom:0;
}

body.menu-open .main{
	left:18%;
	opacity:0.4;
	cursor:pointer;
	
}
body.timeline #intro_img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.timeline.menu-open #intro_img{
	/*right:-40%;*/
	transform:translateX(56%);
	
}


body.menu-open{
    overflow-x: hidden; 
    overflow-y: hidden;
	
	
}

.main .mobile_slide{
	width:6%;
	height:100%;
	position:fixed;
	background:#2F3442;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:9999;
}
.main .mobile_slide.touch{
	background-image:url(/images/stylesheet/project_ham_white.png);
	background-position:center center;
	background-size:30%;
	background-repeat:no-repeat;
	
	
}

#frontpage .main .mobile_slide{
	display:none;
	
}
.main .mobile_slide:hover{
	background:#282B35;
	cursor:pointer;
}
.mobile_slide:after{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	content: " ";
	border: 1px solid transparent;
	width: 26%;
	padding-bottom: 26%;
	border-radius: 9999px;
	margin: 0 35%;
	background: transparent;
	display: block;
	position: absolute;
	top: 44%;
	
}
.mobile_slide:hover:after {
	border-color:rgba(255,255,255,0.5);
}
.main .mobile_slide a.logo{
	width:60%;
	display:block;
	margin:25% 20%;
	height:0;
	padding-bottom:47.5%;
	background:transparent url("/images/stylesheet/sloe_works_logo_penguin.png") top left no-repeat;
	background-size: 100% 100%;
	
    
}


.main #intro_img{
	background-size:cover;
	height:400px;
	height:50vh;
	width:100%;
	overflow:hidden;
  	

}
body.timeline .main #intro_img{
	position:fixed;
	width:40%;
	height:100%;
	right:0;
	
}
.main .inner_control{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

	
.main article{
	width:94%;
	margin:0 auto;	
	
	max-width:650px;
	padding-left:6%;
}
.main h2+article{
	padding-bottom:200px;
	padding-bottom:60px;
	
}
body.timeline .main article{
	margin:0 auto 0 0;
	width:54%;
	max-width:800px;
}

.main a{
	color:#73898D;
}

.main h1{
	font-size:64px;
	line-height:76px;
	color:#73898D;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	margin:60px auto 0;
	font-weight:200;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #DEB9B9;
	
	width:80%;
	text-align:center;
	padding-left:6%;
}
body.timeline .main h1{
	margin-left:0;
	width:54%;
}
.main h2{
	font-size:18px;
	line-height:24px;
	color:#DEB9B9;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	margin:10px auto 50px;
	font-weight:200;
	
	text-align:center;
	width:80%;
	padding-left:6%;
}
body.timeline .main h2{
	margin-left:0;
	width:54%;
}

.main article h3{
	font-size: 36px;
	line-height: 48px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin: 20px 40px;
	font-weight: 300;
	text-align:center;
	
}
.main article p{
	font-family:'PT Serif';
	margin:0 40px 5px;
	font-size:16px;
	line-height:24px;
	color:#2F3442;
	text-indent:15px;
	-webkit-font-smoothing:antialiased;
}

.main article p:first-child,
.main h2 + p, .main article h3 + p, .main article blockquote + p, .main article blockquote p:first-child{
	text-indent:0;
	
}

.main article p.pierceSpeaks, .main article p.heleneSpeaks{
	text-indent:0;
	margin-top:40px;
	border-top:2px solid #DEB9B9;
	padding-top:10px;
}
.main article p.heleneSpeaks{
	border-color:#73898D;
}
.main h2 + p.pierceSpeaks, .main h2 + p.heleneSpeaks{
	margin-top:0;
}
.main article p.pierceSpeaks:before, .main article p.heleneSpeaks:before{
	content:"Pierce";
	font-size: 18px;
	line-height: 18px;
	color: #DEB9B9;
	border: 1px solid #DEB9B9;
	font-family: 'Raleway', sans-serif;
	margin: 5px 10px 5px 0;
	font-weight:500;
	float:left;
	display:inline;
	text-transform:uppercase;
	padding: 9px 10px 8px;
	
}
.main article p.heleneSpeaks:before{
	content:"Helene";
	color: #73898D;
	border-color: #73898D;
 }
.main article blockquote{
	border-left:2px solid #73898D;
	margin:10px 40px 30px;
}
.main article blockquote p{
	margin:0 30px 3px 20px;
	font-size:13px;
	line-height:21px;
	color:#2F3442;
	text-indent:10px;
	font-style:italic;
	text-align:justify;
}

.main article a.jump_out, .main article input.jump_out{
	font-size:18px;
	line-height:24px;
	color:#fff;
	background:#73898D;
	border:1px solid #73898D;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	font-weight:300;
	display:block;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #DEB9B9;
	
	width:60%;
	margin:40px 20% 0;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	
	clear:both;	
}

.main article a.jump_out:hover, .main article input.jump_out:hover{
	background:#fff;
	color:#73898D;
}
.main article a.jump_out.second{
	display:none;
}
.main article span.open_purchase.fadeOut{

	height:0;
	line-height:0;
	padding:0;
	
}


.main article ul.techspec{
	float:right;
	display:inline;
	width:20%;
	background:transparent;
	margin:0 10px 10px;
	list-style-type:none;
	text-align:center;
	font-size:14px;
	font-family:'PT Serif';
	line-height:18px;
	margin-right:-20%;
	margin-top:15%;
	padding:0;
	border:1px solid #DEB9B9;
	
	
	
}

.main article ul.techspec li{
	
	padding:20px 10px;
	border-bottom:1px solid #DEB9B9;
	position:relative;
}
.main article ul.techspec li:last-child{
	border-bottom:0;
	
	
}
.main article ul.techspec li:after{
	content: " ";
	border: 1px solid #DEB9B9;
	width: 1%;
	height: 100px;
	position: absolute;
	margin: 0 auto;
	height: 1%;
	width: 11px;
	height: 11px;
	border-radius: 50px;
	bottom: -7px;
	left: 45%;
	background: transparent;
}
.main article ul.techspec li:last-child:after{
	border-width:0;
}



.main article p.date {
	text-indent: 0;
	clear: left;
	position: relative;
	overflow-y: hidden;
	padding:10px 0 10px 150px;
	margin-top:0;
	margin-bottom:0;
}
.main article h4+p.date {
	padding-top:20px;
}
.main article p.date:before{
	content: " ";
	border: 1px solid rgba(115, 137, 141,0.2);
	position: absolute;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	left: 126px;
	top:18px;
	background: transparent;
	z-index:10;
}
.main article h4+p.date:before{
	top:28px;

}


p.date span {
	font-size: 14px;
	line-height: 14px;
	color: #73898D;
	border-right: 1px solid rgba(115, 137, 141,0.2);
	font-family: 'Raleway', sans-serif;
	margin: 0 10px 0 0;
	font-weight: 300;
	display: inline;
	text-transform: uppercase;
	padding:16px 15px 1000px 10px;
	clear: both;
	float: left;
	width: 115px;
	text-align: right;
	position: absolute;
	left: -10px;
	top: 0;
}
.main article h4+p.date span{
	padding-top:26px;
}


h4{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	border-bottom: 1px solid rgba(115, 137, 141,0.2);
	margin:40px auto 0;
	padding:10px 0 10px 110px;
	text-align:left;
	color:#73898D;
	
}

/*Shop Thing*/

span.price{
	background: #DDC0A2;
	color: #fff;
	border-radius: 2000px;
	font-size: 36px;
	line-height:36px;
	font-family: 'Raleway', sans-serif;
	padding:28px 0 32px;
	width:100px;
	height:36px;
	display:block;
	margin:0 auto;
	text-align:center;
}
span.price .denom{
	font-size:24px;
}
span.open_purchase{
	-webkit-transition: all 0.4s ease-out;
	-0-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display:block;
	overflow:hidden;
	height:100px;
}

#buyNowForm{
	height:0;
	overflow:hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s; 
    transition-delay: 0.4s;
    
}
#buyNowForm.slidDown{
	height:240px;
	
}
#buyNowForm .hidden{
	display:none;
}

#buyNowForm .shipping{
	border:1px solid #DEB9B9;
	width:60%;
	margin:40px 20% 3%;
}
#buyNowForm .shipping h5{
	display: block;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding:10px 10px 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
#buyNowForm .shipping span{
	float:left; 
	display:inline;
	line-height:14px;
	font-weight:700;
	position:relative;
	width:40%;
	margin:5% 0 5% 10%;
	font-size:14px;
}
#buyNowForm .shipping span + span{
	margin:5% 10% 5% 0;
}
#buyNowForm .shipping label.label_radio{
	padding-left:22px;
	font-weight:300;
}

#buyNowForm .shipping input[type=radio] {
	display: none;
}
#buyNowForm .shipping label.label_radio:before {
	content: "";
	display: inline-block;

	width: 15px;
	height: 15px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #fff;
	border:1px solid #DEB9B9;
}

#buyNowForm .shipping label.label_radio:before {
	border-radius: 15px;
}

#buyNowForm .shipping input[type=radio]:checked + label:before {
    content: "\2022";
    color: #DEB9B9;
    font-size: 32px;
    text-align: left;
    line-height: 12px;
}

.main article.split{
	margin:0 0.8% 0.8% 0;
	padding:0;
	width:49%;
	width: -moz-calc((100% / 2) - 0.41%);
	width: -webkit-calc((100% / 2)- 0.41%);
	width: -o-calc((100% / 2)- 0.41%);
	width: calc((100% / 2) - 0.41%);
	float:left;
	display:inline;
	max-width:none;
}
.main article.split+article.split{
	margin-right:0;
}
.main article.split p{
	max-width:600px;
}



.main .support_gallery_wrap, .main .split_article_wrap{
	width:50%;
	width: -moz-calc(100% / 2);
	width: -webkit-calc(100% / 2);
	width: -o-calc(100% / 2);
	width: calc(100% / 2);
	width:46.9%;
	margin:0 0 0 0%;
	float:left;
	display:inline;
	
	width:94%;
	margin:0 0 0 6%;
}
.main .support_gallery, .main .split_article{
	width:80%;
	margin:0 10%;
}
.main .support_gallery_wrap+article{
	padding-top:2%;
	padding-bottom:2%;
	clear:left;
}
.main .support_gallery .square, .main .support_gallery .landscape, .main .support_gallery .portrait{
	width:100%;
	float:left;
	display:inline;
	height:541px;
	margin:0 0.8% 0.8% 0;
	background:#eee;
}
.main .support_gallery .landscape{
	height:360px;
}
.main .support_gallery .portrait{
	height:720px;
}




.main .support_gallery .full{
	width:100%;
	
}

.main .support_gallery .half{
	width:49.5%;
	width: -moz-calc((100% / 2) - 0.41%);
	width: -webkit-calc((100% / 2) - 0.41%);
	width: -o-calc((100% / 2) - 0.41%);
	width: calc((100% / 2) - 0.41%);
	
}
.main .support_gallery .third{
	width:32.5%;
	width: -moz-calc((100% / 3) - ((0.81% / 3) * 2));
	width: -webkit-calc((100% / 3) - ((0.81% / 3) * 2));
	width: -o-calc((100% / 3) - ((0.81% / 3) * 2));
	width: calc((100% / 3) - ((0.81% / 3) * 2));
	
	
}
.main .support_gallery .two_thirds{
	width:65.5%;
	width: -moz-calc(((100% / 3)*2) - 0.3);
	width: -webkit-calc(((100% / 3)*2) - 0.3%);
	width: -o-calc(((100% / 3)*2) - 0.3%);
	width: calc(((100% / 3)*2) - 0.3%);
	
	
}
.main .support_gallery .half+.half,
.main .support_gallery .third+.third+.third,
.main .support_gallery .portrait.third+.two_thirds,
.main .support_gallery .two_thirds+.portrait.third,
.main .support_gallery .portrait.half+.half+.half{

	margin-right:0;
}
.main .support_gallery .half+.half+.half{
	margin-right:0.8%;
	
}
.main .support_gallery .half+.half+.half+.half{
	margin-right:0;
	
}
.main .support_gallery .half+.third,
.main .support_gallery .third+.half
{
	clear:left;
}





.main a.tile{
	display:block;
	height:auto;
	float:left;
	display:inline;
	position:relative;
	width:84%;
	padding:2%;
	margin:0 6%;
	text-decoration:none;
	overflow:auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius:2px;
	
	
}
.main a.tile:hover{
	background:#FaFaFa;
}

.main a.tile .preloader{
	background:transparent;
}
.tilebox{
	width:75%;
	margin:3% 0 2% 25%;
	padding-bottom:10%;
	overflow:auto;
}
.main a.tile .illustrate{
	width:80px;
	height:80px;
	border-radius:999px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:10px;
	background:#eee;
}

.main .tilebox .tile h2{
	font-family: 'Raleway', sans-serif;
	width:auto;
	margin:5px 0 0 0;
	font-size:48px;
	line-height:56px;
	text-transform:uppercase;
	font-weight:200;
	z-index:100;
	padding:0 0 0 110px;
	text-align:left;
	
	text-decoration:none;
	
	color:#73898D;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #DEB9B9;
}
.main a.tile h3{
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:300;
	z-index:100;
	text-align:left;
	padding:0 0 0 110px;
	text-decoration:none;
	color:#DEB9B9;
	
	
	
}
.main a.tile:hover h2{
}

.main a.tile:hover h3{
/*		opacity:1;
	transform: translateY(-50%);
  */
}

.main .tile h3, .main .tile h2{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}
.col-1 {
	width:33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: -o-calc(100% / 3);
	width: calc(100% / 3);
	
}
.col-2 {
	width:66.66%;
	width: -moz-calc((100% / 3) * 2);
	width: -webkit-calc((100% / 3) * 2);
	width: -o-calc((100% / 3) * 2);
	width: calc((100% / 3) * 2);
	
}
.col-3 {
	width:100%;
}
.main .tile.height-2{
	height:720px;
}

.main .paginate_wrap{
	clear:left;
	width:94%;
	margin-left:6%;
}
.main .paginate{
	float:left;
	margin:100px 10% 0;
	width:80%;

}
.main .paginate div{
	padding:0;
	width:45%;
	float:left;
	display:inline;
	min-height:1px; /* makes sure it affects floats when empty*/
	
}
.main .paginate a{
	width:80%;
	display:block;
	text-transform:uppercase;
	font-size:24px;
	line-height:30px;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	background:transparent url(/images/stylesheet/back_arrow.png) center left no-repeat;
	background-size:30px;
	color:rgba(0,0,0,0);
	padding:5% 10%;
	
	
	
}
.main .paginate .next a{
	float:right;
	text-align:right;
	background-image:url(/images/stylesheet/forward_arrow.png);
	background-position:center right;
}
.main .paginate .projects{
	width:10%;
	float:left;
}
.main .paginate .projects a{
	background-image:url(/images/stylesheet/project_ham.png);
	background-position:center center;
	background-size:50px;
	background-repeat:no-repeat;
	padding:23% 0;
	color:rgba(0,0,0,0) !important;
	width:100%;
	
	
	
}
.main .paginate a:hover{
	color:#73898D;
	
}
/* Vertical TABLET LAYOUT 
----------------------------------------------- */
@media only screen and (min-width: 1250px) {
	header img{
		width:30%;
		margin:0 35%;
	}
	
}

@media only screen and (max-width: 1250px) {

	body#frontpage header h1{
		margin:10% 10%;
		width:80%;
	
	}
	
	
	header{
		left: -30%;
		width: 30%;

	}
	body.menu-open .main{
		left:23%;
	}
	
	.tilebox{
		width:70%;
		margin:3% 0 2% 30%;
	}
	
	
}

@media only screen and (max-width: 1050px) {
	header h1{
		font-size:30px;
		line-height:24px;
	}
	header p{
		font-size:11px;
		line-height:14px;
	}
	.main h1{
		font-size:48px;
		line-height:60px;
	}
	.main article ul.techspec{
		margin-right:-10%;
		
	}
	.main article ul.techspec li{
		padding:15px 10px;
	}
	
	.main .paginate a{
		font-size:21px;
		line-height:24px;
	}

}

@media only screen and (max-width: 960px) {
	header{
		left: -40%;
		width: 40%;
	}
	body.menu-open .main{
		left:33%;
		opacity:0.6;
	}
	.tilebox{
		width:60%;
		margin:3% 0 2% 40%;
	}
	.main a.tile{
		padding:4% 2%;
	}
	.main .tilebox .tile h2{
		font-size:36px;
		line-height:48px;
	}
	.main .tilebox .tile h3{
		font-size:14px;
		line-height:18px;
	}
	
	

	.main .mobile_slide{
		width:7%;
	}

	.main article{
		width:93%;
		padding-left:7%;
	}
	.main .support_gallery_wrap, .main .split_article_wrap, .main .paginate_wrap{
		width:93%;
		margin-left:7%;
	}
	.main .support_gallery, .main .split_article{
		width:96%;
		margin:0 0 0 2%;
		
	}
	
	.main article.split p{
		margin:0 10px 5px;
		font-size:14px;
		line-height:21px;
	}
	.main h1{
		font-size:48px;
		line-height:60px;
		padding-left:7%;
		
	}
	.main h2{
		padding-left:7%;
	}
	
	
	p.date span{
		width:95px;
		left:-20px;
	}
	
	.main article p.date{
		padding:10px 0 10px 120px;
	}
	.main article p.date:before{
		left:96px;
	}

	.main .paginate{
		width:86%;
		margin:100px 7% 0;
	}
	.main .paginate a{
		font-size:18px;
		line-height:24px;
	}


}

@media only screen and (max-width: 800px) {


	body#frontpage .main .mobile_slide{
		display:block;
		background:#d3cdd0;
	}

	body#frontpage header.open{
		left:0;
	}
	body#frontpage header .close{
		display:block;
		background-image:url(/images/stylesheet/close_me.png);
	}
	
	
	
	.tilebox{
		width:100%;
		margin:3% 0 2% 0;
		padding-top:60px;
	}
	.main a.tile{
		padding:2%;
	}
	.main .tilebox .tile h2{
		font-size:48px;
		line-height:56px;
	}
	.main .tilebox .tile h3{
		font-size:18px;
		line-height:24px;
	}
	
	
	
	
	body.timeline .main #intro_img{
		position:relative;
		width:100%;
		height:50vh;


	}
	body.timeline.menu-open #intro_img{
		/*right:-40%;*/
		transform:translateX(0);
	}
	
	body.timeline .main h1{
		width:80%;
		padding-left:6%;
		margin-left:auto;
	}
	body.timeline .main article{
		width: 93%;
		padding-left: 7%;
		margin: 0 auto;
		max-width: 650px;
	}

	.main .support_gallery .landscape.third{
		width:50%;
		width: -moz-calc((100% / 2) - 0.4%);
		width: -webkit-calc((100% / 2)- 0.4%);
		width: -o-calc((100% / 2)- 0.4%);
		width: calc((100% / 2) - 0.4%);


	}
	.main .support_gallery .landscape.third+.landscape.third{
		margin-right:0;
	}
	.main .support_gallery .landscape.third+.landscape.third+.landscape.third{
		width:100%;
	}
	
	.main article ul.techspec{
		margin-top:5%;
		margin-right:0;
		width:25%;
		
	}
	.main article ul.techspec li{
		padding:10px 10px;
	}
	.main article ul.techspec li:after{
		border-width:0;
	}
	
	.main .paginate a{
		width:70%;
		padding:5% 15%;
	}
	.main .paginate .projects a{
		padding:30% 0;
	}
	
	

}
/* WIDE MOBILE LAYOUT (LANDSCAPE/800PX) 
----------------------------------------------- */
@media only screen and (max-width: 800px) {
	.main .mobile_slide{
		width:100%;
		height:60px;
	}
	.main .mobile_slide a.logo{
		width:35px;
		margin:16px;
		padding-bottom:28px;
	}
	.mobile_slide:after{
		width:28px;
		padding-bottom:28px;
		top:0;
		margin:16px;
		left:calc(50% - 14px);
		
	}
	.main .mobile_slide.touch{
		background-image:url(/images/stylesheet/project_ham_white.png);
		background-size:25px;
	}
	
	.main h1,.main h2{
		padding-left:0;
	}
	.main article{
		width:100%;
		padding-left:0;
	}
	.main .support_gallery_wrap, .main .split_article_wrap, .main .paginate_wrap{
		width:100%;
		margin-left:0;
		
	}
	
	header{
		left:0;
		top:-100vh;
		width:100%;
		height:auto;
		padding-bottom:10%;
		
	}
	
	header.open{
		top:0;
	}

	body.menu-open .main{
		left:0;
	}

	body.menu-open{
		overflow-x:auto;
		overflow-y:auto;
		
	}
	
	header a.logo{
		width:40%;
		margin:10% auto 0;
		padding-bottom:40%;
	}
	header h1{
		margin:0 25%;
	}
	header ul.split{
		margin:5% 0 0;
	}
	.sloeLandscape header .logoContainer{
		float:left;
		width:50%;
	}
	.sloeLandscape header ul.split{
		width:50%;
		float:left;
		margin:10% 0 0;
	}
	
	.sloeLandscape body#frontpage header h1{
		font-size:30px;
		line-height:24px;
		margin-top:0;
		margin:5% 20% 0;
		width:60%;
		
	}
	.sloeLandscape body#frontpage header h1 a{
		font-size:30px;
		line-height:24px;
	}
}

/* WIDE MOBILE LAYOUT (LANDSCAPE/640PX) 
----------------------------------------------- */

@media only screen and (max-width: 640px) {

	
	
	.main a.tile{
		padding:4% 2%;
	}
	.main .tilebox .tile h2{
		font-size:36px;
		line-height:48px;
	}
	.main .tilebox .tile h3{
		font-size:14px;
		line-height:18px;
	}
	
	
	.main .support_gallery_wrap+article{
		padding-top:5%;
		padding-bottom:5%;
	}
	
	.main article a.jump_out, .main article input.jump_out{
		width:86%;
		margin:40px 7% 0;
	}
	.main article blockquote p{
		text-align:left;
	}
	#buyNowForm .shipping{
		width:86%;
		margin:20px 7% 3%;
		
	}
	#buyNowForm .shipping span{
		width:47%;
		margin:5% 0 5% 3%;
	}
	#buyNowForm .shipping span + span {
		margin: 5% 2% 5% 0;
		width: 48%;
	}
	
	.main article ul.techspec{
		margin-top:0;
		margin-right:2%;
		width:40%;
		display:none;
		
	}
	.main article ul.techspec li{
		padding:10px 10px;
	}
	
	.main .paginate a{
		width:60%;
		padding:5% 20%;
	}
	.main .paginate .projects a{
		padding:50% 0;
	}
	
	.main .paginate{
		width:80%;
		margin:100px 10% 0;
	}
	.main .paginate div{
		width:100%;
		margin-bottom:5%;
	}
	.main .paginate .projects{
		display:none;
	}
	.main .paginate a{
		color:#2F3442 !important;
		padding-right:0;
		width:80%;
	}
	.main .paginate .next a{
		float: left;
		padding-right: 20%;
		padding-left: 0;		
	}
	
	.main article.split{
		margin:2%;
		width:96%;
	}
	
	

}

@media only screen and (max-width: 440px) {

/*

	header, body#frontpage header{
		width:90%;
		left:-90%;
	}
	
	body.menu-open .main{
		left:80%;
	}
	.main .mobile_slide{
		width:10%;
	}
	
	.main article{
		width:90%;
		padding-left:10%;
	}
	.main .support_gallery_wrap, .main .paginate_wrap{
		width:90%;
		margin-left:10%;
	}
	.main .support_gallery{
		width:100%;
		margin:0;
		
	}
	
	*/
	body#frontpage .main .tilebox .tile h2{
		font-size:24px;
		line-height:30px;
		text-shadow:none;
	}
	
	.main .support_gallery .square, .main .support_gallery .landscape, .main .support_gallery .portrait{
		width:100% !important;
		margin-right:0 !important;
		
	}
	.main article p{
		margin:0 20px 5px;
	}
	
	.main h1{
		font-size:30px;
		line-height:36px;
		width:92%;
	}
	.main article h3{
		font-size:30px;
		line-height:36px;
		
	}
	

}

@media only screen and (max-height: 550px) {
	/*
	header a.logo{
		margin:10% auto 5%;
		width:50%;
		padding-bottom:50%;
	}
	*/
}	
@media only screen and (max-height: 500px) {
	
	/*
	header a.logo{
		margin:5% auto 5%;
		width:40%;
		padding-bottom:40%;
	}
	body#frontpage header h1 a{
		font-size:40px;
		line-height:36px;
	}
	#frontpage header ul.split, header ul.split{
		margin:5% 0 0 0;
	}
	header h1{
		margin:5% 25%;
	}
	*/
}	


/* Preloader */

div.loading{
  margin:0 auto;
  width:20px;
  height:20px;
  border-radius:25px;
  box-sizing:border-box;
  border:5px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;

	animation-name: loading;
	animation-duration: 1.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;	
	animation-direction: normal;
	animation-delay: 0;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;


}
.spread.illustrate div.loading{
	transform: translateY(-46%) translateX(-46%);
  	opacity:0.4;
}
@keyframes loading
{
  0% {
    border: 10px solid #ccc;
    background:#eee;
  }
  49.9% {
    border: 0px solid #ccc;
    background:#eee;
  }
  50% {
    border: 10px solid #eee;
    background:#ccc;
  }
  100%{
    border: 0px solid #eee;
    background:#ccc;
  }
}

@-webkit-keyframes loading /* Safari and Chrome */
{
  0% {
    border: 10px solid #ccc;
    background:#eee;
  }
  49.9% {
    border: 0px solid #ccc;
    background:#eee;
  }
  50% {
    border: 10px solid #eee;
    background:#ccc;
  }
  100%{
    border: 0px solid #eee;
    background:#ccc;
  }
}



/* Colour Palettes */

body.leather header a.logo,
body.leather .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_leather.png");
}
body.leather{
	color:#555;
	background:#2d2d2d;
}

body.leather header{
	background:#3B5964;
	color:#fff;
}

body.leather header h1{
	color:#fff;	
}
body.leather header h1 a:hover{
	color:#fff;
}
body.leather header a, body.leather header a:visited{
	color:#fff;
}
body.leather header a:hover{
	color:#CBC3B8;
}
body.leather header ul.split li:after{
	border-color:#fff;
}
body.leather .main{
	background:#F8F5F5;
}
body.leather .main .mobile_slide{
	background-color:#3B5964;
}
body.leather .main .mobile_slide:hover{
	background-color:#304850;
}
body.leather .main a{
	color:#80100F;
}
body.leather .main .paginate a{
	color:rgba(0,0,0,0);
}
body.leather .main .paginate a:hover{
	color:#80100F;
}
body.leather .main h1, .main .tilebox .tile.leather h2{
	color:#3B5964;
	text-shadow: -1px 1px 0 #EDE7E7, -3px 3px 0 #CBC3B8;	
}
body.leather .main h2, .main a.tile.leather h3{
	color:#80100F;
}
body.leather .main article p{
	color:#2F3442;
}
body.leather .main article p.pierceSpeaks{
	border-color:#3B5964;
}
body.leather .main article p.heleneSpeaks{
	border-color:#80100F;
}
body.leather .main article p.pierceSpeaks:before{
	color: #3B5964;
	border-color:#3B5964;	
}
body.leather .main article p.heleneSpeaks:before{
	color: #80100F;
	border-color: #80100F;
 }
body.leather .main article blockquote{
	border-color:#80100F;
}
body.leather .main article blockquote p{
	color:#3B5964;
}
body.leather .main article a.jump_out, body.leather .main article input.jump_out{
	color:#fff;
	background:#80100F;
	border-color:#80100F;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #CBC3B8;
}
body.leather .main article a.jump_out:hover, body.leather .main article input.jump_out:hover{
	background:#F8F5F5;
	color:#80100F;
}
body.leather .main article ul.techspec{
	border-color:#CBC3B8;
}
body.leather .main article ul.techspec li{
	border-color:#CBC3B8;
}
body.leather .main article ul.techspec li:after{
	border-color:#CBC3B8;
}
.main article p.date.leather:before{
	background-color:#3B5964;
	border-color:#3B5964;
}
body.leather .main .support_gallery .square, body.leather .main .support_gallery .landscape, body.leather .main .support_gallery .portrait{
	background:#eee;
}


body.hilltops header a.logo,
body.hilltops .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_hilltops.png");
}

body.hilltops{
	color:#555;
	background:#2d2d2d;
}
body.hilltops header{
	background:#444942;
	color:#fff;
}

body.hilltops header h1{
	color:#fff;	
}
body.hilltops header h1 a:hover{
	color:#fff;
}
body.hilltops header a, body.hilltops header a:visited{
	color:#fff;
}
body.hilltops header a:hover{
	color:#E8D55D;
}
body.hilltops header ul.split li:after{
		border-color:#fff;
}
body.hilltops .main{
	background:#fff;
}
body.hilltops .main .mobile_slide{
	background-color:#444942;
}
body.hilltops .main .mobile_slide:hover{
	background-color:#373B35;
}
body.hilltops .main article{
	background:#fff;
}
body.hilltops .main a{
	color:#88A6A4;
}
body.hilltops .main .paginate a{
	color:rgba(0,0,0,0);
}
body.hilltops .main .paginate a:hover{
	color:#88A6A4;
}
body.hilltops .main h1, .main .tilebox .tile.hilltops h2{
	color:#88A6A4;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #F4E1C3;	
}
body.hilltops .main h2, .main a.tile.hilltops h3{
	color:#88A6A4;
}
body.hilltops .main article h4{
	color:#88A6A4;
}
body.hilltops .main article p{
	color:#2F3442;
}
body.hilltops .main article p.pierceSpeaks{
	border-color:#DC5901;
}
body.hilltops .main article p.heleneSpeaks{
	border-color:#88A6A4;
}
body.hilltops .main article p.pierceSpeaks:before{
	color: #DC5901;
	border-color:#DC5901;	
}
body.hilltops .main article p.heleneSpeaks:before{
	color: #88A6A4;
	border-color: #88A6A4;
 }
body.hilltops .main article blockquote{
	border-color:#88A6A4;
}
body.hilltops .main article blockquote p{
	color:#2F3442;
}
body.hilltops .main article a.jump_out, body.hilltops .main article input.jump_out{
	color:#fff;
	background:#88A6A4;
	border-color:#88A6A4;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #F4E1C3;
}
body.hilltops .main article a.jump_out:hover, body.hilltops .main article input.jump_out:hover{
	background-color:#fff;
	color:#88A6A4;
}
body.hilltops .main article ul.techspec{
	border-color:#E8D55D;
}
body.hilltops .main article ul.techspec li{
	border-color:#E8D55D;
}
body.hilltops .main article ul.techspec li:after{
	border-color:#E8D55D;
}
.main article p.date.hilltops:before{
	background-color:#88A6A4;
	border-color:#88A6A4;
}
body.hilltops .main article p.date span, body.timeline.hilltops h4{
	border-color:rgba(136,166,164,0.2);
}

body.hilltops .main .support_gallery .square, body.hilltops .main .support_gallery .landscape, body.hilltops .main .support_gallery .portrait{
	background:#eee;
}


body.giraffe header a.logo,
body.giraffe .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_giraffe.png");
}
body.giraffe{
	color:#555;
	background:#2d2d2d;
}

body.giraffe header{
	background:#8F999B;
	color:#fff;
}

body.giraffe header h1{
	color:#fff;	
}
body.giraffe header h1 a:hover{
	color:#fff;
}
body.giraffe header a, body.giraffe header a:visited{
	color:#fff;
}
body.giraffe header a:hover{
	color:#DDC0A2;
}
body.giraffe header ul.split li:after{
	border-color:#fff;
}
body.giraffe .main{
	background:#fff;
}
body.giraffe .main .mobile_slide{
	background-color:#8F999B;
}
body.giraffe .main .mobile_slide:hover{
	background-color:#737B7C;
}
body.giraffe .main article{
	background:#fff;
}
body.giraffe .main a{
	color:#8F999B;
}
body.giraffe .main .paginate a{
	color:rgba(0,0,0,0);
}
body.giraffe .main .paginate a:hover{
	color:#8F999B;
}

body.giraffe .main h1, .main .tilebox .tile.giraffe h2{
	color:#8F999B;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #CCD9E7;	
}
body.giraffe .main h2, .main a.tile.giraffe h3{
	color:#DDC0A2;
}
body.giraffe .main article p{
	color:#2F3442;
}
body.giraffe .main article p.pierceSpeaks{
	border-color:#DDC0A2;
}
body.giraffe .main article p.heleneSpeaks{
	border-color:#8F999B;
}
body.giraffe .main article p.pierceSpeaks:before{
	color: #DDC0A2;
	border-color:#DDC0A2;	
}
body.giraffe .main article p.heleneSpeaks:before{
	color: #8F999B;
	border-color: #8F999B;
 }
body.giraffe .main article blockquote{
	border-color:#CCD9E7;
}
body.giraffe .main article blockquote p{
	color:#2F3442;
}
body.giraffe .main article a.jump_out, body.giraffe .main article input.jump_out{
	color:#fff;
	background:#a2aaac;
	border-color:#a2aaac;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #DDC0A2;
}
body.giraffe .main article a.jump_out:hover, body.giraffe .main article input.jump_out:hover{
	background-color:#fff;
	color:#a2aaac;
}
body.giraffe .main article ul.techspec{
	border-color:#DDC0A2;
}
body.giraffe .main article ul.techspec li{
	border-color:#DDC0A2;
}
body.giraffe .main article ul.techspec li:after{
	border-color:#DDC0A2;
}
body.giraffe #buyNowForm .shipping,
body.giraffe #buyNowForm .shipping label.label_radio:before{
	border-color:#DDC0A2;
}
body.giraffe #buyNowForm .shipping input[type=radio]:checked + label:before{
	color:#DDC0A2;
}
.main article p.date.giraffe:before{
	background-color:#DDC0A2;
	border-color:#DDC0A2;
}
body.giraffe .main .support_gallery .square, body.giraffe .main .support_gallery .landscape, body.giraffe .main .support_gallery .portrait{
	background:#eee;
}


body.mobiles header a.logo,
body.mobiles .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_mobiles.png");
}

body.mobiles{
	color:#555;
	background:#2d2d2d;
}
body.mobiles header{
	background:#E4E0DD;
	color:#fff;
}
body.mobiles header .close{
	background-image:url(/images/stylesheet/close_me.png);
}
body.mobiles header h1{
	color:#fff;	
}
body.mobiles header h1 a:hover{
	color:#fff;
}
body.mobiles header a, body.mobiles header a:visited{
	color:#2F3442;
}
body.mobiles header a:hover{
	color:#FAB661;
}
body.mobiles header ul.split li:after{
		border-color:#2F3442;
}
body.mobiles .main{
	background:#fff;
}
body.mobiles .main .mobile_slide{
	background-color:#E4E0DD;
}
body.mobiles .main .mobile_slide:hover{
	background-color:#B7B4B1;
}
body.mobiles .main article{
	background:#fff;
}
body.mobiles .main a{
	color:#D53D15;
}
body.mobiles .main .paginate a{
	color:rgba(0,0,0,0);
}
body.mobiles .main .paginate a:hover{
	color:#D53D15;
}
body.mobiles .main h1, .main .tilebox .tile.mobiles h2{
	color:#D53D15;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #E4E0DD;	
}
body.mobiles .main h2, .main a.tile.mobiles h3{
	color:#FAB661;
}
body.mobiles .main article p{
	color:#2F3442;
}
body.mobiles .main article p.pierceSpeaks{
	border-color:#FAB661;
}
body.mobiles .main article p.heleneSpeaks{
	border-color:#CEC3BB;
}
body.mobiles .main article p.pierceSpeaks:before{
	color: #FAB661;
	border-color:#FAB661;	
}
body.mobiles .main article p.heleneSpeaks:before{
	color: #CEC3BB;
	border-color: #CEC3BB;
 }
body.mobiles .main article blockquote{
	border-color:#EBA246;
}
body.mobiles .main article blockquote p{
	color:#2F3442;
}
body.mobiles .main article a.jump_out, body.mobiles .main article input.jump_out{
	color:#fff;
	background:#0060DB;
	border-color:#0060DB;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #FAB661;
}
body.mobiles .main article a.jump_out:hover, body.mobiles .main article input.jump_out:hover{
	background-color:#fff;
	color:#0060DB;
}
body.mobiles .main article ul.techspec{
	border-color:#FAB661;
}
body.mobiles .main article ul.techspec li{
	border-color:#FAB661;
}
body.mobiles .main article ul.techspec li:after{
	border-color:#FAB661;
}
.main article p.date.mobiles:before{
	background-color:#D53D15;
	border-color:#D53D15;
}

body.mobiles .main .support_gallery .square, body.mobiles .main .support_gallery .landscape, body.mobiles .main .support_gallery .portrait{
	background:#eee;
}



body.swimming header a.logo,
body.swimming .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_swimming.png");
}

body.swimming{
	color:#555;
	background:#2d2d2d;
}
body.swimming header{
	background:#2A4A59;
	color:#fff;
}

body.swimming header h1{
	color:#fff;	
}
body.swimming header h1 a:hover{
	color:#fff;
}
body.swimming header a, body.swimming header a:visited{
	color:#fff;
}
body.swimming header a:hover{
	color:#F4E1C3;
}
body.swimming header ul.split li:after{
		border-color:#fff;
}
body.swimming .main{
	background:#fff;
}
body.swimming .main .mobile_slide{
	background-color:#2A4A59;
}
body.swimming .main .mobile_slide:hover{
	background-color:#223C48;
}
body.swimming .main article{
	background:#fff;
}
body.swimming .main a{
	color:#7CACBB;
}
body.swimming .main .paginate a{
	color:rgba(0,0,0,0);
}
body.swimming .main .paginate a:hover{
	color:#7CACBB;
}
body.swimming .main h1, .main .tilebox .tile.swimming h2{
	color:#837D8B;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #F4E1C3;	
}
body.swimming .main h2, .main a.tile.swimming h3{
	color:#7CACBB;
}
body.swimming .main article p{
	color:#2F3442;
}
body.swimming .main article p.pierceSpeaks{
	border-color:#F4E1C3;
}
body.swimming .main article p.heleneSpeaks{
	border-color:#2A4A59;
}
body.swimming .main article p.pierceSpeaks:before{
	color: #F4E1C3;
	border-color:#F4E1C3;	
}
body.swimming .main article p.heleneSpeaks:before{
	color: #2A4A59;
	border-color: #2A4A59;
 }
body.swimming .main article blockquote{
	border-color:#837D8B;
}
body.swimming .main article blockquote p{
	color:#2F3442;
}
body.swimming .main article a.jump_out, body.swimming .main article input.jump_out{
	color:#fff;
	background:#7CACBB;
	border-color:#7CACBB;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #F4E1C3;	
}
body.swimming .main article a.jump_out:hover, body.swimming .main article input.jump_out:hover{
	background-color:#fff;
	color:#7CACBB;
}
body.swimming .main article ul.techspec{
	border-color:#F4E1C3;
}
body.swimming .main article ul.techspec li{
	border-color:#F4E1C3;
}
body.swimming .main article ul.techspec li:after{
	border-color:#F4E1C3;
}
.main article p.date.swimming:before{
	background-color:#2A4A59;
	border-color:#2A4A59;
}
body.swimming .main .support_gallery .square, body.swimming .main .support_gallery .landscape, body.swimming .main .support_gallery .portrait{
	background:#eee;
}



body.penguin header a.logo,
body.penguin .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_penguin.png");
}

body.penguin{
	color:#555;
	background:#2d2d2d;
}
body.penguin header{
	background:#DBDEE3;
	color:#fff;
}
body.penguin header .close{
	background-image:url(/images/stylesheet/close_me.png);
}
body.penguin header h1{
	color:#fff;	
}
body.penguin header h1 a:hover{
	color:#fff;
}
body.penguin header a, body.penguin header a:visited{
	color:#000;
}
body.penguin header a:hover{
	color:#A88658;
}
body.penguin header ul.split li:after{
		border-color:#000;
}
body.penguin .main{
	background:#fff;
}
body.penguin .main .mobile_slide{
	background-color:#DBDEE3;
}
body.penguin .main .mobile_slide:hover{
	background-color:#B0B2B6;
}
body.penguin .main article{
	background:#fff;
}
body.penguin .main a{
	color:#9AB8BA;
}
body.penguin .main .paginate a{
	color:rgba(0,0,0,0);
}
body.penguin .main .paginate a:hover{
	color:#9AB8BA;
}
body.penguin .main h1, .main .tilebox .tile.penguin h2{
	color:#9AB8BA;
	text-shadow:  -1px 1px 0 #fff, -3px 3px 0 #DBDEE3;	
}
body.penguin .main h2, .main a.tile.penguin h3{
	color:#A88658;
}
body.penguin .main article p{
	color:#2F3442;
}
body.penguin .main article p.pierceSpeaks{
	border-color:#9AB8BA;
}
body.penguin .main article p.heleneSpeaks{
	border-color:#A88658;
}
body.penguin .main article p.pierceSpeaks:before{
	color: #9AB8BA;
	border-color:#9AB8BA;	
}
body.penguin .main article p.heleneSpeaks:before{
	color: #A88658;
	border-color: #A88658;
 }
body.penguin .main article blockquote{
	border-color:#DBDEE3;
}
body.penguin .main article blockquote p{
	color:#2F3442;
}
body.penguin .main article a.jump_out, body.penguin .main article input.jump_out{
	color:#fff;
	background:#A88658;
	border-color:#A88658;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #DBDEE3;
}
body.penguin .main article a.jump_out:hover, body.penguin .main article input.jump_out:hover{
	background-color:#fff;
	color:#A88658;
}
body.penguin .main article ul.techspec{
	border-color:#9AB8BA;
}
body.penguin .main article ul.techspec li{
	border-color:#9AB8BA;
}
body.penguin .main article ul.techspec li:after{
	border-color:#9AB8BA;
}
.main article p.date.penguin:before{
	background-color:#9AB8BA;
	border-color:#9AB8BA;
}

body.penguin .main .support_gallery .square, body.penguin .main .support_gallery .landscape, body.penguin .main .support_gallery .portrait{
	background:#eee;
}


body.brewing header a.logo,
body.brewing .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_brewing.png");
}
body.brewing{
	color:#555;
	background:#2d2d2d;
}

body.brewing header{
	background:#2F3442;
	color:#fff;
}

body.brewing header h1{
	color:#fff;	
}
body.brewing header h1 a:hover{
	color:#fff;
}
body.brewing header a, body.brewing header a:visited{
	color:#fff;
}
body.brewing header a:hover{
	color:#DAD4C4;
}
body.brewing header ul.split li:after{
	border-color:#fff;
}
body.brewing .main{
	background:#fff;
}
body.brewing .main .mobile_slide{
	background-color:#2F3442;
}
body.brewing .main .mobile_slide:hover{
	background-color:#595D68;

/*	background:transparent;
	border-right:1px solid #595D68;*/
	background:#262A35;
}
body.brewing .main a{
	color:#FDD132;
}
body.brewing .main .paginate a{
	color:rgba(0,0,0,0);
}
body.brewing .main .paginate a:hover{
	color:#FDD132;
}
body.brewing .main h1, .main .tilebox .tile.brewing h2{
	color:#512000;
	text-shadow: -1px 1px 0 #fff, -3px 3px 0 #DAD4C4;	
}
body.brewing .main h2, .main a.tile.brewing h3{
	color:#deb9b9;
}
body.brewing .main article h3{
	color:#512000;
}
body.brewing .main article p{
	color:#2F3442;
}
body.brewing .main article p.pierceSpeaks{
	border-color:#512000;
}
body.brewing .main article p.heleneSpeaks{
	border-color:#deb9b9;
}
body.brewing .main article p.pierceSpeaks:before{
	color: #512000;
	border-color:#512000;	
}
body.brewing .main article p.heleneSpeaks:before{
	color: #deb9b9;
	border-color: #deb9b9;
 }
body.brewing .main article blockquote{
	border-color:#FDD132;
}
body.brewing .main article blockquote p{
	color:#512000;
}
body.brewing .main article a.jump_out, body.brewing .main article input.jump_out{
	color:#fff;
	background:#FDD132;
	border-color:#FDD132;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #DAD4C4;
}
body.brewing .main article a.jump_out:hover, body.brewing .main article input.jump_out:hover{
	background-color:#fff;
	color:#FDD132;
}
body.brewing .main article ul.techspec{
	border-color:#DAD4C4;
}
body.brewing .main article ul.techspec li{
	border-color:#DAD4C4;
}
body.brewing .main article ul.techspec li:after{
	border-color:#DAD4C4;
}
.main article p.date.brewing:before{
	background-color:#FDD132;
	border-color:#FDD132;
}
body.brewing .main .support_gallery .square, body.brewing .main .support_gallery .landscape, body.brewing .main .support_gallery .portrait{
	background:#eee;
}



body.clutch header a.logo,
body.clutch .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_clutch.png");
}
body.clutch{
	color:#555;
	background:#fff;
}

body.clutch header{
	background:#59515C;
	color:#fff;
}

body.clutch header h1{
	color:#fff;	
}
body.clutch header h1 a:hover{
	color:#fff;
}
body.clutch header a, body.clutch header a:visited{
	color:#fff;
}
body.clutch header a:hover{
	color:#D5C6BF;
}
body.clutch header ul.split li:after{
	border-color:#fff;
}
body.clutch .main{
	background:#fff;
}
body.clutch .main .mobile_slide{
	background-color:#59515C;
}
body.clutch .main .mobile_slide:hover{
	background-color:#48414A;
}
body.clutch .main a{
	color:#6D6670;
}
body.clutch .main .paginate a{
	color:rgba(0,0,0,0);
}
body.clutch .main .paginate a:hover{
	color:#6D6670;
}
body.clutch .main h1, .main .tilebox .tile.clutch h2{
	color:#7F7C5B;
	text-shadow: -1px 1px 0 #fff, -3px 3px 0 #D5C6BF;	
}
body.clutch .main h2, .main a.tile.clutch h3{
	color:#6D6670;
}
body.clutch .main article p{
	color:#59515C;
}
body.clutch .main article p.pierceSpeaks{
	border-color:#7F7C5B;
}
body.clutch .main article p.heleneSpeaks{
	border-color:#6D6670;
}
body.clutch .main article p.pierceSpeaks:before{
	color: #7F7C5B;
	border-color:#7F7C5B;	
}
body.clutch .main article p.heleneSpeaks:before{
	color: #6D6670;
	border-color: #6D6670;
 }
body.clutch .main article blockquote{
	border-color:#7F7C5B;
}
body.clutch .main article blockquote p{
	color:#59515C;
}
body.clutch .main article a.jump_out, body.clutch .main article input.jump_out{
	color:#fff;
	background:#6D6670;
	border-color:#6D6670;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #D5C6BF;
}
body.clutch .main article a.jump_out:hover, body.clutch .main article input.jump_out:hover{
	background-color:#fff;
	color:#6D6670;
}
body.clutch .main article ul.techspec{
	border-color:#D5C6BF;
}
body.clutch .main article ul.techspec li{
	border-color:#D5C6BF;
}
body.clutch .main article ul.techspec li:after{
	border-color:#D5C6BF;
}
.main article p.date.clutch:before{
	background-color:#7C8AA7;
	border-color:#7C8AA7;
}

body.clutch .main .support_gallery .square, body.clutch .main .support_gallery .landscape, body.clutch .main .support_gallery .portrait{
	background:#eee;
}




body.calendar header a.logo,
body.calendar .main .mobile_slide a.logo{
	background-image:url("/images/stylesheet/sloe_works_logo_calendar.png");
}
body.calendar{
	color:#555;
	background:#fff;
}

body.calendar header{
	background:#063441;
	color:#fff;
}

body.calendar header h1{
	color:#fff;	
}
body.calendar header h1 a:hover{
	color:#fff;
}
body.calendar header a, body.calendar header a:visited{
	color:#fff;
}
body.calendar header a:hover{
	color:#DDE1E4;
}
body.calendar header ul.split li:after{
	border-color:#fff;
}
body.calendar .main{
	background:#fff;
}
body.calendar .main .mobile_slide{
	background-color:#063441;
}
body.calendar .main .mobile_slide:hover{
	background-color:#052A34;
}
body.calendar .main a{
	color:#ABA690;
}
body.calendar .main .paginate a{
	color:rgba(0,0,0,0);
}
body.calendar .main .paginate a:hover{
	color:#ABA690;
}
body.calendar .main h1, .main .tilebox .tile.calendar h2{
	color:#09485D;
	text-shadow: -1px 1px 0 #fff, -3px 3px 0 #DDE1E4;	
}
body.calendar .main h2, .main a.tile.calendar h3{
	color:#ABA690;
}
body.calendar .main article p{
	color:#2F3442;
}
body.calendar .main article p.pierceSpeaks{
	border-color:#ABA690;
}
body.calendar .main article p.heleneSpeaks{
	border-color:#ABA690;
}
body.calendar .main article p.pierceSpeaks:before{
	color: #ABA690;
	border-color:#ABA690;	
}
body.calendar .main article p.heleneSpeaks:before{
	color: #ABA690;
	border-color: #ABA690;
 }
body.calendar .main article blockquote{
	border-color:#ABA690;
}
body.calendar .main article blockquote p{
	color:#ABA690;
}
body.calendar .main article a.jump_out, body.calendar .main article input.jump_out{
	color:#fff;
	background:#ABA690;
	border-color:#ABA690;
	box-shadow:-1px 1px 0 #fff, -3px 3px 0 #09485D;
}
body.calendar .main article a.jump_out:hover, body.calendar .main article input.jump_out:hover{
	background-color:#fff;
	color:#ABA690;
}
body.calendar .main article ul.techspec{
	border-color:#DDE1E4;
}
body.calendar .main article ul.techspec li{
	border-color:#DDE1E4;
}
body.calendar .main article ul.techspec li:after{
	border-color:#DDE1E4;
}
.main article p.date.calendar:before{
	background-color:#0099C2;
	border-color:#0099C2;
}

body.calendar .main .support_gallery .square, body.calendar .main .support_gallery .landscape, body.calendar .main .support_gallery .portrait{
	background:#eee;
}




/*IE Fixes*/
html.lt-ie9 .main img.headshot{
	display:none;
}

html.lt-ie9 .sandbag-right, html.lt-ie9 .sandbag-left {
	display:none;
}

html.lt-ie9 .main .mobile_slide a.logo{
	background:transparent;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stylesheet/sloe_works_logo.png', sizingMethod='scale');

}
html.lt-ie9 header a.logo{
	width:40%;
	padding-bottom:35%;
	background:transparent;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stylesheet/sloe_works_logo.png', sizingMethod='scale');

}
html.lt-ie9 body#frontpage header a.logo{
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stylesheet/sloe_works_logo_hilltops.png', sizingMethod='scale');
	background:transparent;
}
html.lt-ie9 .main .column{
	overflow:visible;
	/* For IE 8 */
	-ms-filter: 0;
	/* For IE 5.5 - 7 */
	filter: 0;
	
}
html.lt-ie9 .main .mobile_slide{
	z-index:999;
}
html.lt-ie9 header .close{
	width:25px;
	height:25px;
	margin:10px;
}
html.lt-ie9 .main .paginate .projects a{
	display:none;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}






/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}