@charset "UTF-8";
/*

	SCREATCH MY NOSE
	
	Copyright: Tim Welfare, 2016
	http://www.scratchmynose.net

	TABLE OF CONTENTS

	#NORMALIZE
	#HELPERS
	#LAYOUT
	#GRID
	#TYPOGRAPHY
	#HEADER
	#FORMS
	#IMAGES
	#ELEMENTS
	#PAGES
	#PLUGINS
	#PRINT
	
*/

/* #NORMALIZE ======================================= */

/* @group NORMALIZE */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* @end */

/* #HELPERS ========================================= */

/* @group HELPERS */

.hidden {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
}

.mobile-hidden {
	visibility: visible;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.left,
.align-left {
	text-align: left;
}

.centre,
.center,
.centre p,
.center p,
.align-center,
.align-centre {
	text-align: center;
}

.right,
.align-right {
	text-align: right;
}

.justify,
.align-justify {
	text-align: justify;
}

.direction-ltr {
	direction: ltr;
}

.direction-rtl {
	direction: rtl;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

/* Display 'table' to allow centering */
.table {
	display: table;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.table-right {
	display: table;
	margin: 0 0 0 auto;
}

.margin-top-none {
	margin-top: 0;
}

.margin-bottom-none {
	margin-bottom: 0;
}

/* @end */

@media (max-width: 767px) {
  .mobile-hidden {
    visibility: hidden;
  }
}

@media (max-width: 540px) {
  .mobile-center {
    text-align: center;
  }
}

/* @group CLEARFIX */
/*
	Assign the class "clearfix" to any  wrapper that needs to clear it's children
	http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* @end */

/* @group SELECTION */

/* Safari */
p::-moz-selection {
	background: #fff292;
}

p::selection {
	background: #fff292;
}

/* Firefox */
p::-moz-selection {
	background: #fff292;
}

/* @end */

/* @group OUTLINES */

* {
	outline: none;
}

:focus {
	outline: 0;
}

/* @end */

/* #LAYOUT ========================================== */

/* @group LAYOUT - BODY */

html {
    font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	line-height: 1.2em;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.wrapper {
	display: block;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
}

/* @end */

/* @group LAYOUT - HEADER */

header {
	width: 1140px;
	margin: 0 auto;
	min-height: 310px;
	padding: 75px 0 0;
	display: block;
	clear: left;
	position: relative;
}

/* @end */

/* @group LAYOUT - NAV */

nav {
	width: 100%;
	min-height: 90px;;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
    text-align: right;
}

/* @end */

@media (max-width: 1199px) {
	
	header {
		width: 90%;
	}
	
}

/* #GRID ============================================ */

/* @group GRID - CUSTOMIZED */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding-right: 30px;
	/* http://css-tricks.com/make-sure-columns-dont-collapse-horizontally/ */
	min-height: 1px; 
}

.grid {
	width: 100%;
	max-width: 1140px;
	/* 767 minus 100px + 1 for padding (50px on either side) */
	min-width: 666px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 0;
}

.grid-pad-reduced {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 0;
}

.push-right {
	float: right;
}

/* @end */

/* @group GRID - CONTENT COLUMNS */

.col-1-1 {
	width: 100%;
}

.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* @end */

/* @group GRID - LAYOUT COLUMNS */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* @end */

/* @group GRID - PUSHING BLOCKS */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

/* @end */

@media handheld, only screen and (max-width: 767px) {
	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 25px;
		/* grid-space to left */
		padding-left: 25px;
		/* grid-space to right: */
		/* (grid-space-left - column-space) e.g. 25px-10px=15px */
		padding-right: 15px;
	}
	
    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 0;
        /* column-space */
        padding-right: 10px;
    }
	
	/* Mobile Layout */
	[class*='mobile-col-'] {
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 0;
		/* column-space */
		padding-right: 10px;
		padding-bottom: 0;
	}
	
	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}

/* @group GRID - NESTED */

/* Used for nested content within the main grid. */

.row {
	margin: 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.row:last-child {
    margin-bottom: 0;
}

[class*='column-'] {
    margin-bottom: 20px;
}

/* @end */

@media all and ( min-width: 539px ) {
	
	/* Don't make this 100% as it larger than 100% */
	.row {
		margin: 0 -10px 20px;
	}

	.column-1-1 {
		float: left;
		width: 100%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-1-2 {
		float: left;
		width: 50%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}	
	
	.column-1-3 {
		float: left;
		width: 33.33%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-2-3 {
		float: left;
		width: 66.66%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}	
	
	.column-1-4 {
		float: left;
		width: 25%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}		

	.column-3-4 {
		float: left;
		width: 75%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-1-5 {
		float: left;
		width: 20%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-4-5 {
		float: left;
		width: 80%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-1-6 {
		float: left;
		width: 16.6666666667%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
	.column-5-6 {
		float: left;
		width: 83.3333333333%;
		padding: 0 10px;
		min-height: 1px;
		margin-bottom: 0;
	}
	
}

/* #TYPOGRAPHY ====================================== */

/* @group TYPOGRAPHY */


p {
	margin-bottom: 1.3em;
	text-align: justify;
	word-wrap: break-word;
	margin-top: .85em;
}

h1, .h1 {
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 0.5em 0;
	text-transform: none;
	word-wrap: break-word;
    font-size: 2.4em;
    text-align: left;
}

.template-collection h1, .template-collection .h1 {
  line-height: 0.8em;
}

h2, .h2 {
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 1.414em 0 0.5em;
	text-transform: none;
	word-wrap: break-word;
    font-size: 1.8em;
    text-align: left;
}

h3, .h3 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 1.414em 0 0.5em;
	text-transform: none;
	word-wrap: break-word;
    font-size: 1.6em;
    text-align: left;
}

h4, .h4 {
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin: 1.414em 0 0.5em;
	text-transform: uppercase;
	word-wrap: break-word;
    font-size: 1.4em;
    text-align: left;
}

h5, .h5 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: none;
	word-wrap: break-word;
	font-size: 1.2em;
    text-align: left;
}

h6, .h6 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: none;
	word-wrap: break-word;
    font-size: 1em;
    text-align: left;
}

h2 a:link, .h2 a:link,
h2 a:visited,
.h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h2 a:hover, .h2 a:hover {
	color: #cc3333;
	text-decoration: none;
}

small,
.font_small {
	font-size: 0.9em;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #cc3333;
	text-decoration: none;
}

a:active {
	color: #cc3333;
	text-decoration: none;
}

abbr[title] {
	cursor: help;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

q,
em,
i,
var {
	font-style: italic;
}

del,
strike,
s {
	text-decoration: line-through;
}

u,
underline {
	text-decoration: underline;
}

strong,
b {
	font-weight: bold;
}

address {
	display: block;
	font-style: normal;
	margin: 0;
	padding: 10px 0;
}

.highlight {
	background-color: #fef68a;
	padding: 1px;
	font-weight: normal;
	font-style: normal;
}

hr {
	margin: 25px 0 15px;
	border: 0;
	border-top: none;
	border-bottom: 1px solid #000000;
	clear: both;
	padding: 0;
	display: block;
}

.columns-auto-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.columns-auto-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.columns-auto-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

/* @end */

@media all and (min-width: 539px) {
	
	.featured-h2,
	.featured-h3,
	.featured-h4 {
		margin-top: 0;
	}
	
}

@media (max-width: 540px) {
	.columns-auto-2,
	.columns-auto-3,
	.columns-auto-4 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

/* #HEADER ========================================== */

/* @group HEADER - LOGO */

.logo-container {
	display: block;
	width: 100%;
	min-height: 20px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 25px;
	margin: 0;
}

.logo {
	height: auto;
	width: auto;
	max-width: 650px;
}

/* @end */

@media (max-width: 767px) {

	.logo-container {
		padding: 20px 0;
		text-align: center;
	}
	
	img.logo {
		max-width: 450px;
	}

}
@media (max-width: 540px) {
	
	img.logo {
		max-height: 160px;
		max-width: 240px;
	}
	
}

/* #FORMS =========================================== */

/* @group FORMS - RESET */

form {
	padding: 0;
	margin: 0;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
}

input[type=search] {
	box-sizing: border-box;
}

input[type=submit] {
	-webkit-appearance: none;
}

/* @end */

/* @group FORMS - STRUCTURE */

.input-row {
	clear: both;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
	max-width: 720px;
	width: 98%;
}

.input-row-half {
	clear: both;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 50%;
	margin-left: 1%;
	max-width: 350px;
	width: 48%;
}

.input-row-half-inline {
	clear: right;
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
	max-width: 350px;
	width: 48%;
}

.input-row-checkbox {
	clear: both;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 1%;
	margin-left: 1%;
	max-width: 720px;
	width: 98%;
}

/* @end */

/* @group FORMS - FIELDSET */

fieldset {
	margin: 10px 0;
	padding: 0;
	border-style: none;
}

legend {
	padding-right: 10px;
	padding-left: 10px;
}

/* @end */

/* @group FORMS - LABELS */

label {
	color: #333333;
	display: block;
}

span.required {
	color: #333333;
}

/* @end */

/* @group FORMS - INPUT */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
	padding: 11px !important;
	width: 100%;
	border: none;
	line-height: 1em;
	height: 40px;
	color: #333333;
	background-color: #f7f7f7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus {
	background-color: #efefef;
}

input:disabled,
input.disabled {
	color: gray;
	background-color: white;
	box-shadow: none;
	border-bottom-style: none;
}

/* @end */
/* @group FORMS - TEXTAREA */
textarea {
	padding: 11px !important;
	width: 100%;
	border: 0;
	border: none;
	line-height: 1.2em;
	min-height: 160px;
	color: #333333;
	background-color: #f7f7f7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

textarea:focus {
	background-color: #efefef;
}

/* @end */
/* @group FORMS - BUTTONS */
input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset] {
	width: auto;
	display: inline-block;
	cursor: pointer;
	margin: .5em .5em .5em 0;
	padding: .6em 1.2em;
	background-color: #333333;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .12em;
	z-index: 1;
	line-height: 1em;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}

input[type=submit].button--large,
input[type=reset].button--large,
button[type=submit].button--large,
button[type=reset].button--large {
	padding: .7em 1.4em;
	font-size: 1.4em;
}

input[type=submit].button--small,
input[type=reset].button--small,
button[type=submit].button--small,
button[type=reset].button--small {
	padding: .5em 1em;
	font-size: 1em;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
	color: #ffffff;
	border: none;
	background-color: #cc3300;
}

input[type=submit]:active,
input[type=reset]:active,
button[type=submit]:active,
button[type=reset]:active {
	color: #ffffff;
	border: none;
	background-color: #333333;
}

input[type=submit].disabled,
input[type=reset].disabled,
button[type=submit].disabled,
button[type=reset].disabled {
	cursor: not-allowed;
	opacity: 0.5;
	color: #ffffff;
	border: none;
	background-color: #333333;
}

input[type=submit].secondary,
input[type=reset].secondary,
button[type=submit].secondary,
button[type=reset].secondary {
	color: #ffffff;
	background-color: #666666;
}

.submit-note {
  color: #7f7f7f;
}

/* @end */

/* @group FORMS - SELECT */

select {
	border: 1px solid #7f7f7f;
	max-width: 380px;
	width: 100%;
	border-radius: 0;
	padding: 5px 8px;
	color: #333333;
	background-color: transparent;
}

select option {
	background-color: #f7f7f7;
}

/* @end */

/* @group FORMS - CHECKBOX */
input[type=checkbox] {
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

input[type=checkbox]:checked + label {
	font-weight: bold;
}

/* @end */

/* @group FORMS - RADIO */

input[type=radio] {
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

/* @end */

/* @group FORMS - PLACEHOLDER */

::-webkit-input-placeholder {
	color: #7f7f7f;
	line-height: 1.414em;
}

::-moz-placeholder {
	color: #7f7f7f;
	line-height: 1.414em;
}

:-ms-input-placeholder {
	color: #7f7f7f;
	line-height: 1.414em;
}

.placeholder {
	color: #7f7f7f;
	line-height: 1.414em;
}

/* @end */

/* @group FORMS - ERRORS */

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=search].error,
input[type=date].error,
textarea.error {
	color: #333333;
	background-color: #ffe8ea;
}

form .error {
	color: #cc3333;
}

/* @end */

@media (max-width: 767px) {
	
	.input-row-half.mobile-full {
		margin-right: 1%;
		margin-left: 1%;
		width: 98%;
	}
	
	select,
	.select-style {
		max-width: 640px;
	}
}

@media (max-width: 540px) {
	
	.input-row,
	.input-row-half,
	.input-row-half-inline,
	.input-row-checkbox {
		max-width: 98%;
		width: 100%;
	}
	
	.submit-note {
		width: 100%;
		clear: both;
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	
}

/* #IMAGES ========================================== */

/* @group IMAGES */

img {
	border: 0 none;
}

img,
iframe {
	max-width: 100%;
}

.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.image-full-width {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

/* @end */

@media (max-width: 320px) {
	
	.image-left {
		margin-right: 0;
		width: 100%;
		height: auto;
	}
	
	.image-right {
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	
}

/* #ELEMENTS ======================================== */

/* @group ALERTS */

.alert {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 10px 30px 10px 15px;
	border-radius: 6px;
	position: relative;
	clear: left;
}

.alert h3, .alert .h3,
.alert h4,
.alert .h4,
.alert p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.alert ul {
	list-style-type: disc;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.alert li {
	text-align: left;
}

.white {
	background-color: #f9f9f9;
}

.green {
	background-color: #dffcd0;
}

.blue {
	background-color: #e3f9fe;
}

.yellow {
	background-color: #ffffcc;
}

.red {
	background-color: #ffcccc;
}

.alert a:link,
.alert a:visited {
	color: #cc3333;
}

a.dismiss-alert:link,
a.dismiss-alert:visited {
	color: #333333;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	padding: 0;
	background-color: transparent;
	display: block;
	z-index: 60;
	width: 16px;
	height: 16px;
	font-size: 1.3em;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a.dismiss-alert:hover {
	text-decoration: none;
	color: #cc3333;
}

/* @end */

/* @group BUTTONS */

.button {
	width: auto;
	display: inline-block;
	cursor: pointer;
	margin: .5em .5em .5em 0;
	padding: .6em 1.2em;
	background-color: #333333;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .12em;
	z-index: 1;
	line-height: 1em;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}

.button:focus {
	outline: none;
}

a.button,
a:link.button {
	color: #ffffff;
	text-decoration: none;
}

.button--large {
	padding: .7em 1.4em;
	font-size: 1.4em;
}

.button--small {
	padding: .5em 1em;
	font-size: 1em;
}

.button--full-width {
	width: 82%;
	margin-right: 9%;
	margin-left: 9%;
}

.button--border-none {
	border-style: none;
	border-width: 0;
}

a:visited.button {
	color: #ffffff;
}

a:hover.button {
	color: #ffffff;
}

.button:hover {
	color: #ffffff;
	border: none;
	background-color: #cc3300;
}

a:active.button {
	color: #ffffff;
}

.button:active {
	color: #ffffff;
	border: none;
	background-color: #333333;
}

/* @end */

/* @group BUTTONS - DISABLED */

.button--disabled,
a.button--disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.button--disabled:hover,
a.button--disabled:hover,
.button--disabled:active,
a.button--disabled:active {
	color: #ffffff;
	border: none;
	background-color: #333333;
}

/* @end */

/* @group LISTS */

ol, ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 30px;
	clear: left;
}

/*
	The selector main-content-container is required to
	prevent extra padding messing up the Mobile Nav
*/

main-content-container li {
	list-style-type: disc;
	padding: 2px 0 2px 5px;
	margin-left: 10px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

ol li ol li {
	list-style-type: lower-roman;
}

ol ol, ul ul {
	padding: 5px 0 5px 30px;
}

.footer-widget ul,
.footer-widget ol {
	padding-top: 0;
	padding-bottom: 0;
}

/* @end */

/* @group LISTS - HORIZONTAL LISTS */

.horizontal-list a {
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1em;
}

.horizontal-list a .fa {
	vertical-align: middle;
	line-height: 1em;
	top: -2px;
	position: relative;
}

.horizontal-list a:hover,
.horizontal-list a:active {
	color: #cc3333;
}

.horizontal-list a.current-item {
	color: #cc3333;
}

.horizontal-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

.horizontal-list li {
	display: inline;
	padding: 0 12px;
	margin: 0;
	vertical-align: middle;
}

.horizontal-list li:not(:last-child) {
	border-right: 1px solid #7f7f7f;
}

/* @end */

/* @group LISTS - VERTICAL LISTS */

.vertical-list a {
	color: #333333;
	text-decoration: none;
}

.vertical-list a:hover,
.vertical-list a:active {
	color: #cc3333;
}

.vertical-list a.current-item,
.vertical-list .current-tag-item a {
	color: #cc3333;
}

/* @end */

/* @group LISTS - DEFINITION LISTS */

.table-display {
	width: 100%;
	margin: 15px 0 30px;
	padding: 0;
	display: block;
	float: left;
	clear: both;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.table-display dt {
	float: left;
	width: 30%;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	letter-spacing: .1em;
	position: relative;
	display: inline-block;
}

.table-display dd {
	float: left;
	margin: 0;
	width: 70%;
	padding: 5px 0 5px 5%;
	border-top: 1px solid #cccccc;
	position: relative;
	display: inline-block;
}

/* @end */

/* @group TABLES */

table {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	border-collapse: collapse;
	border-style: none;
}

tr {
	border-bottom: 1px solid #cccccc;
	height: 45px;
}

.zebra tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.zebra tr:hover {
	border-bottom: 1px solid #7f7f7f;
}

td,
th {
	padding: 6px;
	text-align: left;
}

th {
	background-color: #ffffff;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.1em;
	font-weight: 400;
}

th a {
	text-decoration: none;
	color: #333333;
}

th a:hover {
	text-decoration: none;
}

/* @end */

/* @group VIDEO */

iframe {
	border-style: none;
}

/* @end */

/* #PAGES =========================================== */

/* @group CATALOG */

.project-preview-list {
    margin: 0;
    padding: 0;
}

.project-preview-list li {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}


/* @end */

/* #PLUGINS ========================================= */

/* @group SLICK - SLIDER */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* @end */

/* @group SLICK - THEME */

.slider2 .slick-slide {
    padding-right: 5px;
}

/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("../images/loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("../images/slick.eot");
	src: url("../images/slick.eot?#iefix") format("embedded-opentype"), 
		 url("../images/slick.woff") format("woff"), 
		 url("../images/slick.ttf") format("truetype"), 
		 url("../images/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* @end */

/* @group AUDIO */

.audioplayer {
	height: 2.5em; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}

.audioplayer > div {
	position: absolute;
}

.audioplayer-playpause {
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
	background-color: #222;
}

.audioplayer-playpause a {
	display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em; /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}

.audioplayer-time-current {
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

.audioplayer-bar {
	height: 0.875em; /* 14 */
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 6.875em; /* 110 */
	left: 6.875em; /* 110 */
	margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}

.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1;
}

.audioplayer-bar-played {
	background: #007fd1;
	background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( left, #007fd1, #c600ff );
	background: -moz-linear-gradient( left, #007fd1, #c600ff );
	background: -ms-radial-gradient( left, #007fd1, #c600ff );
	background: -o-linear-gradient( left, #007fd1, #c600ff );
	background: linear-gradient( left, #007fd1, #c600ff );
	z-index: 2;
}

.audioplayer-volume {
	width: 2.5em; /* 40 */
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
	background-color: #222;
}

.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}
		
.audioplayer-volume-button a {
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}
			
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}

.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #fff; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
		
.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #222;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
		
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}

.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
			
.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
	background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
	background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
	background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
	background: -o-linear-gradient( bottom, #007fd1, #c600ff );
	background: linear-gradient( bottom, #007fd1, #c600ff );
}
				
.audioplayer-novolume .audioplayer-volume {
	display: none;
}
		
.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
	-webkit-filter: drop-shadow( 1px 1px 0 #000 );
	-moz-filter: drop-shadow( 1px 1px 0 #000 );
	-ms-filter: drop-shadow( 1px 1px 0 #000 );
	-o-filter: drop-shadow( 1px 1px 0 #000 );
	filter: drop-shadow( 1px 1px 0 #000 );
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
	-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}

.audioplayer-volume-adjust {
	-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

/* @end */

/* #PRINT =========================================== */

@media print {
	
	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	.h2,
	h3,
	.h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,
	.h2,
	h3,
	.h3 {
		page-break-after: avoid;
	}
	
	html,
	body {
		color: #000000;
		background-color: #ffffff;
		background-image: none;
	}

}

h4.alert {
    color: yellow;
    font-weight: bold;
}
