/*
Theme Name: Cooke Components
*/
/* Uses the HTML 5 Boilerplate for compatibility and normalization. 
   DO NOT edit this CSS file - all edits should be made in the original SASS files and recompiled.
   
   */

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

header, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* add a default with double the top margin to the bottom */
a {
  text-decoration: none;
  color: inherit;
}

nav ul, nav li, nav a {
  padding: 0;
  margin: 0;
}

header[role="banner"], header[role="banner"] img, header[role="banner"] nav > ul a, div.cycle-slide div,
div.slide-caption, body.home div.cycle-slide div, body.home .wp-caption, .product-overview article, body.page-template-page-photo-php:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

/* WordPress Core Styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* recommended for $content_width */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  max-width: 100%;
  height: auto;
}

/* post_class() */
                   /*

.post-id
.post
.attachment
.sticky
.hentry (hAtom microformat pages)
.category-ID
.category-name
.tag-name
.format-name 

See http://codex.wordpress.org/Function_Reference/post_class for what appears where */
/* see also http://codex.wordpress.org/Function_Reference/body_class */
/* More at:
   http://www.wpbeginner.com/wp-themes/default-wordpress-generated-css-cheat-sheet-for-beginners/
   http://wp.tutsplus.com/tutorials/creative-coding/working-with-classes-and-ids-generated-by-wordpress/
   http://digwp.com/2010/05/default-wordpress-css-styles-hooks/ (by Chris Coyier)
   
   
   */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot?v=3.2.1");
  src: url("font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, body > header nav {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*
#252525 footer
#606060 social bg
#BEBEBE social fg
#9D9C9C nav lines?*/
/***** Layout *****/
body {
  max-width: 100%;
  background: white;
  padding: 0;
}
@media only screen and (min-width: 1292px) {
  body {
    width: 1292px;
    margin: 0 auto;
  }
}
body.home {
  height: 100%;
  width: auto;
  margin: 0;
}

html.home {
  max-width: 100%;
}
html.home.no-touch {
  height: 100%;
}

header[role="banner"] {
  width: 100%;
  padding: 16px 10px 0 10px;
  top: 0;
  z-index: 10000;
}
html.touch body.home header[role="banner"] {
  color: white;
  text-align: center;
  background: #7E9DB3;
}
html.touch body.home header[role="banner"] img {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 500;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
@media only screen and (max-width: 628px) {
  html.no-touch body.home header[role="banner"] {
    color: white;
    text-align: center;
    background: #7E9DB3;
  }
  html.no-touch body.home header[role="banner"] img {
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: 500;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@media only screen and (min-width: 628px) {
  html.no-touch body.home header[role="banner"] {
    position: absolute;
    left: auto;
    right: 50%;
    width: 470px;
    padding: 75px 35px 20px;
  }
}
@media only screen and (max-width: 1120px) {
  html.no-touch body.home header[role="banner"] {
    left: 80px;
    right: auto;
  }
}
@media only screen and (max-width: 640px) {
  html.no-touch body.home header[role="banner"] {
    left: 80px;
    right: 80px;
    width: auto;
  }
}
body.admin-bar header[role="banner"] {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar header[role="banner"] {
    top: 46px;
  }
}
header[role="banner"] img {
  width: 112px;
  height: 112px;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
header[role="banner"] .site-description {
  font-size: 1.1em;
  text-transform: none;
  margin: -0.2em 0 26px;
  font-family: helvetica, arial, sans-serif;
}

main {
  font-size: 1.1em;
  padding: 0 10px 90px;
  text-align: center;
  text-transform: none;
  overflow: hidden;
  max-width: 730px;
}
main h1.page-title {
  font-size: 1.6667em;
  margin-top: 90px;
  margin-bottom: 42px;
}
main h2 {
  font-size: 1.8em;
  margin: 1.1em 0 0.55em;
  font-weight: normal;
}
main h3 {
  font-size: 1.15em;
  margin: 1.1em 0 -0.3em;
  font-weight: normal;
}
main p {
  margin: 0.5em 0;
  line-height: 1.3;
}
main p.striking {
  font-size: 1.5em;
  color: black;
}
body.home main p.striking, body.page-template-page-contact-php main p.striking {
  color: white;
}
body.home main {
  font-size: 1em;
  padding: 0;
  max-width: none;
}
main .entry-content {
  /*padding: 50px 10px;
  margin: 0 auto;
  max-width: 714px;*/
  /* > * {
  	max-width: 714px;
  	margin-left: auto;
  	margin-right: auto;
  } */
  color: #505050;
}
body.page-template-page-contact-php main .entry-content {
  color: white;
}
body.home main .entry-content {
  padding: 1px 10px 50px;
  margin: 0 auto;
  max-width: 620px;
  position: relative;
  background: #cbcbcb;
  color: #595c5e;
  /* Styling for second triangle (border) */
  	                              /*&:before {
  	border-left: 73px solid transparent;
  	border-right: 73px solid transparent;
  	border-top: 73px solid;
  	border-top-color: $lightgrey; /* Can't be included in the shorthand to work * /
  	bottom: -73px;
  	margin-left: -73px;
  }*/
}

body.home main .entry-content a:link, body.home main .entry-content a:visited {
	color: #35383b;
}

body.home main .entry-content a:hover, body.home main .entry-content a:active {
	color: #7e9db3;
}


body.home main .entry-content:after, body.home main .entry-content:before {
  bottom: 0;
  top: 0;
  content: '';
  background: inherit;
  position: absolute;
  width: 9999px;
}
body.home main .entry-content:before {
  right: 100%;
}
body.home main .entry-content:after {
  left: 100%;
}
body.home main .entry-content + div {
  position: relative;
  padding: 0 10px;
}
body.home main .entry-content + div:before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffcc02;
  top: -41px;
  content: '';
  left: 50%;
  margin-left: -30px;
  position: absolute;
}

footer[role="contentinfo"] {
  background: #7e9db3;
  color: white;
  text-transform: none;
  text-align: center;
  padding-bottom: 6px;
}
footer[role="contentinfo"] .social a {
  display: inline-block;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
}
footer[role="contentinfo"] .links a {
  display: inline-block;
  padding: 0 1.2em;
  border-left: 1px solid white;
  color: #bebebe;
  text-transform: uppercase;
  line-height: 1;
}
footer[role="contentinfo"] .links a:first-of-type {
  border-left: none;
}
footer[role="contentinfo"] .links a:hover {
  color: #ffcc02;
}
footer[role="contentinfo"] .blurb {
  font-size: 0.95em;
  margin-top: 1.7em;
  margin-bottom: 1.4em;
  font-weight: 100;
}

/****** Type ******/
body {
  font-size: 100%;
  line-height: 1.25;
  font-family: georgia, serif;
  color: #333;
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 1.25vw;
  }
}

main a:link,
main a:visited {
  text-decoration: underline;
  color: #444;
}

a:hover,
a:active {
  text-decoration: none;
  color: #EA5D0A;
}

main a:hover,
main a:active {
  text-decoration: underline;
  color: #7e9db3;
}

/*h1, h2 {
	text-transform: uppercase;
}*/
/****** Branding ******/
header[role="banner"] {
  color: #020030;
  overflow-x: hidden;
}
body.home header[role="banner"], body.page-template-page-contact-php header[role="banner"], body.page-template-page-photo-php header[role="banner"] {
  color: white;
}

a[href^=tel] {
  text-decoration: underline;
}

/****** Main Nav ******/
header[role="banner"] nav {
  text-transform: uppercase;
  /*@media only screen and ( max-width: 420px ) {
  	text-align:right;
  	position:relative;
  	top: -63px;
  }*/
}
header[role="banner"] nav li {
  border-bottom: 1px solid #505050;
}
header[role="banner"] nav li:first-of-type {
  border-top: 1px solid #505050;
}
body.home header[role="banner"] nav li:first-of-type, body.page-template-page-contact-php header[role="banner"] nav li:first-of-type, body.page-template-page-photo-php header[role="banner"] nav li:first-of-type {
  border-color: white;
}
body.home header[role="banner"] nav li, body.page-template-page-contact-php header[role="banner"] nav li, body.page-template-page-photo-php header[role="banner"] nav li {
  border-color: white;
}
header[role="banner"] nav li.current-menu-item {
  background: #ffcc02;
  color: white;
}
html.no-touch header[role="banner"] nav li:hover {
  background: #e1e1e1;
  color: #505050;
}
html.no-touch header[role="banner"] nav li:hover a {
  color: #505050;
}
header[role="banner"] nav > ul {
  width: 224px;
  text-align: left;
}
header[role="banner"] nav > ul a {
  line-height: 29px;
  padding-top: 4px;
  font-size: 1.1em;
  padding-left: 5px;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  header[role="banner"] nav > ul a {
    line-height: 33px;
  }
}
@media only screen and (max-height: 390px) and (max-width: 751px) {
  header[role="banner"] nav {
    text-align: right;
    position: relative;
    top: -40px;
  }
}

.menu-toggle {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px;
  cursor: pointer;
  color: white;
  background: #020030;
  font-size: 1em;
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 750px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle::before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  padding-right: 2px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header[role="banner"] nav ul {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  background: transparent;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body.home header[role="banner"] nav ul, body.page-template-page-contact-php header[role="banner"] nav ul, body.page-template-page-photo-php header[role="banner"] nav ul {
    background: #252525;
  }
}
@media only screen and (min-width: 750px) {
  header[role="banner"] nav ul {
    max-height: 1000px;
    width: 224px;
  }
}

header[role="banner"] nav ul.toggled-on {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
}

/****** Slideshows ******/
.cycle-slideshow,
.no-touch .swipe-wrap {
  margin: 0 auto;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  /* some weirdness with padding adjustments when screen narrows */
  width: 100%;
  /* this line is only to fix a Chrome oddity with window height changes */
}

.cycle-slideshow img,
.no-touch .swipe-wrap img {
  width: 100%;
}

.cycle-wrap {
  overflow: hidden;
}
body.home .cycle-wrap {
  height: 100%;
}

img.cycle-slide.cycle-sentinel {
  padding-top: 0;
  /* and then adjust for the sentinel slide as it is pos: static */
  padding-bottom: 0;
}

#custom-pager {
  font-size: 1.5em;
  color: #d0d0d0;
  margin-bottom: 1.3em;
}
body.home #custom-pager {
  margin-top: -1.45em;
  position: relative;
  z-index: 3;
  margin-bottom: 1.55em;
}
@media only screen and (max-width: 550px) {
  body.home #custom-pager {
    margin-top: 0;
  }
}

#custom-pager span {
  cursor: pointer;
  margin: 2px;
}

#custom-pager.solo {
  visibility: hidden;
}

#custom-pager a {
  width: 16.666666%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 6px 0 0;
  border: 4px solid white;
  background: #333;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 600px) {
  #custom-pager a {
    width: 25%;
  }
}
@media screen and (max-width: 400px) {
  #custom-pager a {
    width: 33.333333%;
  }
}
@media screen and (max-width: 330px) {
  #custom-pager a {
    width: 50%;
  }
}

#custom-pager {
  margin-left: -4px;
  margin-right: -4px;
}

#custom-pager a img {
  outline: 2px solid white;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}

#custom-pager a.cycle-pager-active img, #custom-pager a:hover img {
  outline: 2px solid #505050;
  border: 1px solid white;
}

#custom-pager a:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cycle-wrap {
  position: relative;
}

.cycle-prev, .cycle-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  color: white;
  background: #888;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 35px;
  line-height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cycle-prev {
  right: 100%;
  margin-right: 50px;
  padding-right: 5px;
  left: 3%;
  right: auto;
  color: white;
  background: transparent;
  /* @media screen and (max-width: 600px) {
  	left: 4%;
  	top: auto;
  	bottom: 4%;
  	margin: 0;
  } */
}

.cycle-next {
  left: 100%;
  margin-left: 50px;
  padding-left: 5px;
  right: 3%;
  left: auto;
  color: white;
  background: transparent;
  /* @media screen and (max-width: 600px) {
  	right: 4%;
  	top: auto;
  	bottom: 4%;
  	margin: 0;
  } */
}

#custom-pager a {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 6px 0 0 3px;
  border: 4px solid #d0d0d0;
  border-radius: 50%;
  background: #d0d0d0;
  overflow: visible;
}
body.home #custom-pager a {
  background: shade(white, 40%);
  border-color: shade(white, 40%);
}

#custom-pager {
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
}

#custom-pager a img {
  display: none;
}

#custom-pager a.cycle-pager-active, #custom-pager a:hover {
  background: #404040;
  border-color: #404040;
}
body.home #custom-pager a.cycle-pager-active, body.home #custom-pager a:hover {
  background: white;
  border-color: white;
}

html.touch #custom-pager a {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 6px 0 0 3px;
  border: 4px solid #d0d0d0;
  border-radius: 50%;
  background: #d0d0d0;
  overflow: visible;
}
html.touch #custom-pager {
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
}
html.touch #custom-pager a img {
  display: none;
}
html.touch #custom-pager a.cycle-pager-active, html.touch #custom-pager a:hover {
  background: #404040;
  border-color: #404040;
}

/*** From https://github.com/thebird/Swipe ***/
.touch .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.touch .swipe-wrap {
  overflow: hidden;
  position: relative;
}

.touch .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

/*** end ***/
.touch .swipe img {
  width: 100%;
}

html.touch .cycle-prev,
html.touch .cycle-next {
  display: none;
}

html.touch #custom-pager a img {
  display: none;
}

html.touch #custom-pager a {
  width: 16px;
  border-radius: 8px;
  height: 16px;
  background: #ccc;
  /*
  pointer-events: none;
  cursor: default;
  */
}

html.touch #custom-pager a.cycle-pager-active {
  background: #444;
}

.no-touch #pagination, #pagination {
  display: none;
}

img.cycle-slide, div.cycle-slide img, div.cycle-slide, div.swipewrap > div, div.swipewrap > div img {
  display: none;
  display: block;
  /* amb 2014-01-28 fix slides not showing at all */
  width: 100%;
  height: auto;
  /* amb - added for blended slides which now have height attributes */
}

div.cycle-slide div,
div.slide-caption {
  position: absolute;
  z-index: 999999;
  left: 110px;
  bottom: 30px;
  color: black;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.7);
  max-width: 33%;
  padding: 20px 20px 0;
}
div.cycle-slide div h2,
div.slide-caption h2 {
  font-size: 1.125em;
  margin: 0;
}
div.cycle-slide div a,
div.slide-caption a {
  white-space: nowrap;
}
div.cycle-slide div a:after,
div.slide-caption a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: " \f138";
}
@media only screen and (max-width: 1153px) {
  div.cycle-slide div,
  div.slide-caption {
    left: 110px;
  }
}
@media only screen and (max-width: 1020px) {
  div.cycle-slide div,
  div.slide-caption {
    left: 110px;
    right: 110px;
    width: auto;
  }
}
@media only screen and (max-width: 940px) {
  div.cycle-slide div,
  div.slide-caption {
    padding: 20px;
  }
  div.cycle-slide div p,
  div.slide-caption p {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  div.cycle-slide div,
  div.slide-caption {
    bottom: 0;
    font-size: 0.5em;
    left: 72px;
    right: 72px;
    max-width: 100%;
  }
}

/****** Slideshows ******/
/*#custom-pager a {
display: inline-block;
height: 100px;
padding: 3px 3px 0 0;
img {
height: 100%;
}
}*/
#custom-pager {
  margin: 3px 0;
  text-align: center;
}

#custom-pager a img {
  display: none;
}
@media only screen and (min-width: 500px) {
  #custom-pager a img {
    display: inline-block;
    height: 80px;
    width: auto;
  }
}

#custom-pager a {
  display: inline-block;
  line-height: 1;
  width: 24px;
  border-radius: 50%;
  height: 24px;
  background: #333333;
  border: none;
  padding: 0;
  margin: 2px;
  /*
  pointer-events: none;
  cursor: default;
  */
}
@media only screen and (min-width: 500px) {
  #custom-pager a {
    border: 4px solid white;
    width: auto;
    height: auto;
    border-radius: 0;
  }
}

#custom-pager a.cycle-pager-active,
#custom-pager a:hover {
  background: #333333;
}
@media only screen and (min-width: 500px) {
  #custom-pager a.cycle-pager-active,
  #custom-pager a:hover {
    border: 4px solid #333333;
  }
}

body.home #custom-pager {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
body.home #custom-pager a {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 6px 0 0 3px;
  border: 4px solid white;
  border-radius: 50%;
  background: white;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}
body.home #custom-pager a img {
  display: none;
}
body.home #custom-pager a.cycle-pager-active, body.home #custom-pager a:hover {
  border-color: #7E9DB3;
  background: #7E9DB3;
}

body.home div.cycle-slideshow {
  height: 100%;
  overflow: hidden;
}
body.home div.cycle-slideshow p {
  display: inline;
}
@media only screen and (max-width: 600px) {
  body.home div.cycle-slideshow p {
    display: none;
  }
}
body.home div.cycle-slideshow p + p {
  display: inline;
}

.no-touch body.home .swipe-wrap {
  height: 100%;
  overflow: hidden;
}
.no-touch body.home .swipe-wrap p {
  display: inline;
}
@media only screen and (max-width: 600px) {
  .no-touch body.home .swipe-wrap p {
    display: none;
  }
}
.no-touch body.home .swipe-wrap p + p {
  display: inline;
}

body.home img.cycle-slide, body.home
div.cycle-slide img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (min-aspect-ratio: 3 / 2) {
  body.home img.cycle-slide, body.home
  div.cycle-slide img {
    width: 100%;
    height: auto;
  }
}

body.home div.cycle-slide {
  height: 100%;
  width: 100%;
}
body.home div.cycle-slide div {
  position: absolute;
  z-index: 999999;
  left: auto;
  bottom: 0;
  right: 50%;
  max-width: none;
  width: 470px;
  top: 0;
  color: white !important;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.5);
  padding: 225px 110px 0 35px;
}
@media only screen and (max-width: 1120px) {
  body.home div.cycle-slide div {
    left: 80px;
    right: auto;
  }
}
@media only screen and (max-width: 640px) {
  body.home div.cycle-slide div {
    left: 80px;
    right: 80px;
    width: auto;
  }
}
body.home div.cycle-slide div p {
  color: white !important;
  display: block !important;
  font-size: 0.95em;
}
body.home div.cycle-slide div p.linktext, body.home div.cycle-slide div .linktext, body.home div.cycle-slide div .linktext p {
  color: #b3d4fc !important;
  font-family: helvetica, arial, sans-serif;
}
body.home div.cycle-slide div h2 {
  font-size: 1.85em;
  margin: 0;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 1em;
}
body.home div.cycle-slide div a {
  white-space: nowrap;
}
body.home div.cycle-slide div a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: " \f138";
}

body.home .wp-caption {
  text-align: left;
  padding: 7px;
  width: 25%;
  max-width: 279px;
  margin: 0;
  border: 0;
  display: inline-block;
}
@media only screen and (max-width: 857px) {
  body.home .wp-caption {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 578px) {
  body.home .wp-caption {
    width: 50%;
  }
}
body.home .wp-caption span {
  width: 100%;
  display: block;
  position: relative;
}
body.home .wp-caption span:before {
  width: 100%;
  height: 0;
  display: block;
  padding: 100% 0 0;
  content: '';
}
body.home .wp-caption img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  max-width: none;
}
body.home .wp-caption img[width="300"] {
  width: 100%;
  height: auto;
}
body.home .wp-caption img[height="300"] {
  height: 100%;
  width: auto;
}
body.home .wp-caption p.wp-caption-text {
  font-size: 1.08333em;
  line-height: 1.2;
  margin: 0.2em 0;
  color: #888;
  text-transform: uppercase;
}
body.home .wp-caption p.wp-caption-text:first-line {
  color: black;
}
body.home .products {
  min-height: 350px;
  background: white;
  text-align: center;
}

/* Zooming layout */
@media only screen and (min-width: 91280px) {
  body {
    width: 100%;
  }

  header[role="banner"] {
    width: 19.063%;
    padding-left: 0.78125%;
    padding-right: 0.78125%;
  }
  header[role="banner"] nav ul {
    width: 100%;
  }
  header[role="banner"] nav a {
    line-height: 1.83333;
  }
  header[role="banner"] img {
    width: 16.875vw;
    height: 7.8906vw;
  }

  main {
    max-width: 57.031%;
  }
  main h1.page-title {
    margin-top: 6.70vw;
  }

  footer .social a::before {
    width: 1.5238em !important;
    height: 1.5238em !important;
    line-height: 1.619 !important;
  }

  body.home main .entry-content {
    max-width: 48.4375%;
  }

  body.home .wp-caption {
    max-width: none;
  }
}
/***** Products *****/
.product-overview article {
  margin: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 4em;
  font-size: 0.8em;
  text-align: center;
}
.product-overview article .entry-title {
  font-size: 1.3em;
  text-transform: uppercase;
}
.product-overview article .price {
  font-size: 1.3em;
  color: gray;
}
.product-overview article .flash {
  color: red;
}
.product-overview article a {
  text-decoration: none;
}

/*body.home main section.product-overview {
	-webkit-box-shadow: 0 10px 6px 0 #eee;
	   -moz-box-shadow: 0 10px 6px 0 #eee;
	        box-shadow: 0 10px 6px 0 #eee;


margin: 0 -10px;

position: relative;

	&:after {
   content: "";
   position: absolute;
   width: 50px;
   height: 50px;
   background: #fbfbfb; // shame cannot inherit, as that is transparent & so parent shadow shows
   -webkit-transform: rotate(45deg); 
   transform: rotate(45deg); 
   bottom: -25px;
   left: 50%;
   margin-left: -24px;
   -webkit-box-shadow: 10px 10px 6px 0px #eee;
-moz-box-shadow:    10px 10px 6px 0px #eee;
box-shadow:         10px 10px 6px 0px #eee;
}



} */
body.home main section.product-overview {
  margin: 0 -10px;
  position: relative;
  padding-top: 100px;
  margin-top: 50px;
  /*-webkit-box-shadow: 0 10px 6px 0 #eee, inset 0 10px 6px 0 #eee;
     -moz-box-shadow: 0 10px 6px 0 #eee, inset 0 10px 6px 0 #eee;
          box-shadow: 0 10px 6px 0 #eee, inset 0 10px 6px 0 #eee;*/
  -webkit-box-shadow: inset 0 10px 6px 0 #eee;
  -moz-box-shadow: inset 0 10px 6px 0 #eee;
  box-shadow: inset 0 10px 6px 0 #eee;
}
body.home main section.product-overview:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fbfbfb;
  -webkit-transform: rotate(45deg);
  /* Prefixes... */
  transform: rotate(45deg);
  /* Prefixes... */
  left: 50%;
  margin-left: -24px;
  -webkit-box-shadow: 10px 10px 6px 0px #eee;
  -moz-box-shadow: 10px 10px 6px 0px #eee;
  box-shadow: 10px 10px 6px 0px #eee;
  top: -25px;
}

main article.product {
  max-width: none;
}

:not(.product-overview) > article.product .entry-title, :not(.product-overview) > article.product .entry-content {
  width: 50%;
  float: right;
}
:not(.product-overview) > article.product .entry-thumbnail {
  width: 50%;
  float: left;
}

/* Forms */
/* body.page-template-page-contact-php h1.entry-title, body.page-template-page-contact-php .entry-title, body.page-template-page-contact-php .entry-content :not(textarea):not(input) {
color: 
white;
} */
form {
  text-align: left;
  font: Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
  margin-top: 2em;
}
form .calcol {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3%;
}

body.page form.contact-form label {
  font: Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
  margin-bottom: 0;
}

body.page form p {
  font: Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
  margin-bottom: 0;
  font-size: 0.8em;
}

input:not([type="submit"]):not([type="reset"]), textarea, input {
  border: 1px solid #444;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 3px;
  padding: 3px;
  color: #222222;
  text-shadow: none;
}

input:not([type="submit"]):not([type="reset"]), textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type="submit"]):not([type="reset"]), textarea {
  border-radius: 0;
  font-size: 1.25em;
  margin-top: 0px;
  background: rgba(240, 240, 240, 0.5);
}
input:not([type="submit"]):not([type="reset"]):hover, input:not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus {
  background: #eee;
}

input[type="submit"], input[type="reset"] {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 4px 7px;
  background: #ffcc02;
  color: white;
}
input[type="submit"]:hover, input[type="reset"]:hover {
  background: #020030;
}

/*html, body {
	-webkit-overflow-scrolling: touch;
}*/
body.page-template-page-contact-php {
  color: white;
}

body.page-template-page-photo-php {
  position: relative;
}
body.page-template-page-photo-php main {
  padding-bottom: 0;
}
body.page-template-page-photo-php main article {
  max-width: 365px;
  padding: 1px 30px 90px;
  background: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
}
body.page-template-page-photo-php main .entry-content {
  color: white;
}
body.page-template-page-photo-php main p.striking {
  color: white;
}
body.page-template-page-photo-php main h1 {
  color: #ffcc02;
}

body.page-template-page-photo-php:before {
  position: absolute;
  z-index: 5000;
  content: ' ';
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  width: 370px;
  padding: 16px 0 0 10px;
  min-height: 100%;
  top: 0;
  left: 0;
}

body > footer {
  z-index: 10000;
  position: relative;
}

/* Social Icons */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot?v=3.2.1");
  src: url("font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  position: relative;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: block;
  speak: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.4em;
  line-height: 1.7;
  text-indent: 0;
}

.icon-twitter:before {
  content: "\f099";
  color: #00acee;
}

.icon-twitter:hover:before {
  background-color: #00acee;
  color: white;
}

.icon-linkedin:before {
  content: "\f0e1";
  color: #0e76a8;
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-envelope:hover:before {
  background-color: #D9B729;
  color: white;
}

.icon-facebook:before {
  content: "\f09a";
  color: #3b5998;
}

.icon-facebook:hover:before {
  background-color: #3b5998;
  color: white;
}

.icon-envelope-o::before {
  content: "\f003";
  line-height: 1;
}

.icon-angle-double-down::before {
  content: "\f103";
  font-size: 1.2em !important;
  line-height: 0.9;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter:hover::before {
  color: #00aced;
  border-color: #00aced;
  background-color: #00aced;
  color: white;
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook:hover::before {
  color: #3b5998;
  border-color: #3b5998;
  background-color: #3b5998;
  color: white;
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-linkedin:hover::before {
  color: #007bb6;
  border-color: #007bb6;
  background-color: #007bb6;
  color: white;
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-envelope:hover::before {
  border-color: #ffcc02;
  background-color: #ffcc02;
  color: white;
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-google-plus:hover::before {
  color: #dd4b39;
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: white;
}

.icon-youtube:before {
  content: "\f167";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-instagram:hover::before {
  color: #517fa4;
  border-color: #517fa4;
  background-color: #517fa4;
  color: white;
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest:hover::before {
  background-color: #cb2027;
  color: white;
  border-color: #cb2027;
}

footer .social {
  padding: 10px 0;
  line-height: 2.5;
  /* a */
}

footer .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  text-align: center;
  width: 4em;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 1.8;
  /* space between icon and label */
  color: #bebebe;
}

footer .social a::before {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  background: #606060;
  border: 1px solid #606060;
  color: inherit;
  margin: 0 auto;
  font-size: 1em;
  line-height: 34px;
  font-family: FontAwesome;
  font-weight: normal;
}

footer .social a:hover {
  text-decoration: none;
  color: white;
}

footer .social a:hover::before {
  background: #ffcc02;
  border-color: #ffcc02;
}

footer .social a:hover span {
  text-decoration: none;
  color: inherit;
}

footer .social a span {
  font-size: 0.8em;
}

/* something like:

$foreground: $darkgrey;
$background: $lightgrey;
$branded: true;

then standard code handling colouring

*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
footer[role="contentinfo"]:before, footer[role="contentinfo"]:after {
  	/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer[role="contentinfo"]:after {
  clear: both;
}
html.lt-ie7 footer[role="contentinfo"] {
    	/*
		 * For IE 6/7 only
		 * Include this rule to trigger hasLayout and contain floats.
		 */
  zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */
  }

  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;
  }
}

.touch .slidecaption {
	padding-left: 10px;
	padding-right: 10px;
}

a.strikinglink, .linktext {
	font-size: 1.4em;
}

body.home main .entry-content a.strikinglink:link, body.home main .entry-content a.strikinglink:visited {
	color: #eb5d0a;
}

body.home main .entry-content a.strikinglink:hover, body.home main .entry-content a.strikinglink:active {
	color: #7e9db3;
}

body.home div.cycle-slide div p.linktext, body.home div.cycle-slide div .linktext, body.home div.cycle-slide div .linktext p {
	color: #eb5d0a !important;
}

body.home div.cycle-slide a:hover, body.home div.cycle-slide a:active {
	color: #7e9db3;
}

body.home #custom-pager,
body.home .cycle-next,
body.home .cycle-prev {
	visibility: hidden;
}