html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}



/*
~~~~~
Spacers
~~~~~
*/

.s {
	clear: both;
}

.s-lg-0 { height: 0px; }
.s-lg-1 { height: 1px; }
.s-lg-2 { height: 2px; }
.s-lg-3 { height: 3px; }
.s-lg-4 { height: 4px; }
.s-lg-5 { height: 5px; }
.s-lg-10 { height: 10px; }
.s-lg-20 { height: 20px; }
.s-lg-30 { height: 30px; }
.s-lg-40 { height: 40px; }
.s-lg-50 { height: 50px; }
.s-lg-75 { height: 75px; }
.s-lg-100 { height: 100px; }
.s-lg-125 { height: 125px; }
.s-lg-150 { height: 150px; }
.s-lg-200 { height: 200px; }

@media (max-width: 960px){

	.s-md-0 { height: 0px; }
	.s-md-1 { height: 1px; }
	.s-md-2 { height: 2px; }
	.s-md-3 { height: 3px; }
	.s-md-4 { height: 4px; }
	.s-md-5 { height: 5px; }
	.s-md-10 { height: 10px; }
	.s-md-20 { height: 20px; }
	.s-md-30 { height: 30px; }
	.s-md-40 { height: 40px; }
	.s-md-50 { height: 50px; }
	.s-md-75 { height: 75px; }
	.s-md-100 { height: 100px; }
	.s-md-125 { height: 125px; }
	.s-md-150 { height: 150px; }
	.s-md-200 { height: 200px; }

}

@media (max-width: 480px){

	.s-sm-0 { height: 0px; }
	.s-sm-1 { height: 1px; }
	.s-sm-2 { height: 2px; }
	.s-sm-3 { height: 3px; }
	.s-sm-4 { height: 4px; }
	.s-sm-5 { height: 5px; }
	.s-sm-10 { height: 10px; }
	.s-sm-20 { height: 20px; }
	.s-sm-30 { height: 30px; }
	.s-sm-40 { height: 40px; }
	.s-sm-50 { height: 50px; }
	.s-sm-75 { height: 75px; }
	.s-sm-100 { height: 100px; }
	.s-sm-125 { height: 125px; }
	.s-sm-150 { height: 150px; }
	.s-sm-200 { height: 200px; }

}

/*
~~~~~
Blocks
~~~~~
*/

.c, .cs {
	position: relative;
}

.lg-hidden,
.sm-hidden,
.md-hidden {
	display: block;
}

@media (min-width: 960px){
	.lg-hidden {
		display: none;
	}
}

@media (max-width: 960px) and (min-width: 480px){
	.md-hidden {
		display: none;
	}
}

@media (max-width: 480px){
	.sm-hidden {
		display: none;
	}
}

/*
~~~~~
Images
~~~~~
*/


img.i,
.h,
.wys {
	position: relative;
	z-index: 2;
}

.i-cover,
.i-contain {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

img.i-fix {
	position: absolute;
	max-height: 100%;
	width: auto;
}

.i-fix.bot {
	bottom: 0;
}
.i-fix.top {
	top: 0;
}
.i-fix.left {
	left: 0;
}
.i-fix.right {
	right: 0;
}

.i-cover {
	background-size: cover;
}

.i-contain {
	background-size: contain;
	background-repeat: no-repeat;
}

.i-cover.left {
	background-position: center left;
}
.i-cover.right {
	background-position: center right;
}
.i-cover.center {
	background-position: center center;
}

.i-contain.bot.center {
	background-position: bottom center;
}

/*
~~~~~
Editing
~~~~~
*/

.edit-link {
	color: red;
}

.save-inline {
	display: inline-block;
	position: relative;
	z-index: 99;
	background: red;
	color: #fff;
	padding: 5px 12px;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	cursor: pointer;
}

.options-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 10px;
	font-size: 12px;
	color: #fff;
}

.option {
	display: inline-block;
	width: 175px;
}

.options-wrap select {
	color: #333;
}


/*
~~~~~
Headings
~~~~~
*/

/*
~~~~~
Wysiwyg
~~~~~
*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*
~~~~~
Colour
~~~~~
*/

.tc-light {
	color: #fff;
}

/*
~~~~~
Helpers
~~~~~
*/


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

