/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

This file uses LESSCSS - see http://lesscss.org

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 
Last update made by: Adam Wright (@rike) for big-backyard.co.nz

CREDITS -------------------------------------------
this file adapted from the fantastic resources at http://html5boilerplate.com/ html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) other relevant credits have been left inline
*/

/* Reset & Minimal base styles -------------------------------------------------------------------------------------------*/

/*

	.LESS include - Reset & minimal base styles

*/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses 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.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/*
 * Corrects 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;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 0 0;
}
dd {
  margin: 0 0 0 0;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 0;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */ 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
/*

	.LESS include - Colors

*/
/* BASE ======================================================================================== */
/* INTERACTION ================================================================================= */
/* TYPE ======================================================================================== */
/* LESS vars / Additional mixins -----------------------------------------------------------------------------------------*/

.kep {
  font-family: "kepler-std", Georgia, serif;
}
.ieKep {
  font-family: "kepler-std-n4", Georgia, serif;
}
.txt {
  font-family: "proxima-nova-alt", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ieTxt {
  font-family: "proxima-nova-alt-n4", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* LESS mixin classes ----------------------------------------------------------------------------------------------------*/
/*

	.LESS include - Common mixins

*/
.noDrop {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* CSS TRANSFORMS / TRANSITIONS ========================================================================================= */
/* ELEMENT DISPLAY & POSITIONING ======================================================================================== */

.block {
  display: block;
}
.inline {
  display: inline;
}
.in-block {
  display: inline-block;
}
.rel {
  position: relative;
}
/* TEXT / TYPOGRAPHY ==================================================================================================== */

.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
.cen {
  text-align: center;
}
/* SPRITES ============================================================================================================== */
/* MISC USEFUL MIXINS =================================================================================================== */

.noBullets {
  list-style-type: none;
  margin: 0;
}
.hwAccel {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* Default Styles --------------------------------------------------------------------------------------------------------*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #f8f8f8;
}
body,
select,
input,
textarea {
  color: #545454;
  line-height: 18px;
  font-family: "proxima-nova-alt", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: #545454;
  text-shadow: white 0px 1px 0px;
}
h1 {
  font-size: 38px;
  line-height: 46px;
  margin: 0 0 50px 0;
  color: #761532;
  text-transform: uppercase;
  font-family: "kepler-std", Georgia, serif;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 30px 0 20px 0;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0 10px 0;
}
h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px 0;
}
.ie7 body,
.ie8 body {
  font-family: "proxima-nova-alt-n4", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ie7 h1,
.ie8 h1 {
  font-family: "kepler-std-n4", Georgia, serif;
}
.ie7 h2,
.ie8 h2,
.ie7 h3,
.ie8 h3,
.ie7 h4,
.ie8 h4,
.ie7 h5,
.ie8 h5,
.ie7 h6,
.ie8 h6 {
  font-family: "proxima-nova-alt-n4", "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
ul {
  margin: 0 0 24px 18px;
}
a,
a:active,
a:visited {
  color: #00a1dd;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
a:hover {
  color: #761532;
}
::-moz-selection {
  background: #dff1f7;
  text-shadow: none;
}
::selection {
  background: #dff1f7;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #dff1f7;
}
/* Forms -----------------------------------------------------------------------------------------------------------------*/

/*

	.LESS include - Forms

*/

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  border: 1px solid #dff1f7;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fdfdfd;
  text-shadow: white 0px 1px 0px;
  outline: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  color: #a0a0a0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #8dcde3;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
  color: #545454;
}
select {
  padding: 4px 6px;
}
label {
  display: block;
  line-height: 35px;
}
input[type="submit"],
button {
  border: none;
  height: 35px;
  background: #761532;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  outline: none;
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  position: relative;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus {
  background: #4b0d20;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:active,
button:active {
  top: 2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  label {
    line-height: 33px;
  }
  input[type="submit"],
  button {
    height: 33px;
  }
}
fieldset ul {
  list-style-type: none;
  margin: 0;
}
fieldset ul li {
  margin-bottom: 10px;
}
fieldset ul li .error,
fieldset ul li .note {
  display: block;
  line-height: 25px;
  background: #ff3600;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  padding: 5px 10px;
  text-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px;
  position: relative;
}
fieldset ul li .error:before,
fieldset ul li .note:before {
  content: '!';
  display: inline-block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.4);
  background: #ff724d;
  color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 10px 0 -2px;
  font-weight: bold;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.2);
}
fieldset ul li .error:after,
fieldset ul li .note:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ff3600;
  position: absolute;
  top: -3px;
  left: 15px;
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
fieldset ul li .note {
  background: #dff1f7;
  color: #545454;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}
fieldset ul li .note:before {
  content: 'i';
  background: white;
  color: #8dcde3;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}
fieldset ul li .note:after {
  background: #dff1f7;
}
fieldset.stacked li {
  overflow: hidden;
}
fieldset.stacked li label {
  width: 25%;
  float: left;
}
fieldset.stacked li select,
fieldset.stacked li textarea,
fieldset.stacked li input[type="text"],
fieldset.stacked li input[type="password"] {
  width: 50%;
  float: left;
}
fieldset.stacked li .error,
fieldset.stacked li .note {
  width: 20%;
  float: left;
  margin: 0 0 0 5%;
}
fieldset.stacked li .error:after,
fieldset.stacked li .note:after {
  position: absolute;
  top: 50%;
  left: -3px;
  bottom: auto;
  right: auto;
  margin-top: -6px;
}
fieldset.stacked li input[type="submit"],
fieldset.stacked li button {
  float: right;
  margin: 0 25% 36px 0;
}
/* Site Css ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Structure -------------------------------------------------------------------------------------------------------------*/

.center {
  width: 914px;
  margin: auto;
}
#main {
  width: 914px;
  margin: auto;
}
/* Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

header {
  margin-bottom: 50px;
}
header .site-head {
  height: 100px;
  border-bottom: 1px solid white;
  position: relative;
  background: #434343 url(../img/interface/bg-masthead.jpg) no-repeat 50% 0;
}
header .site-head .logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 556px;
  height: 63px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -31px 0 0 -457px;
}
header .main-nav {
  background: #761532;
}
header .main-nav div {
  width: 914px;
  margin: auto;
}
header .main-nav div.t {
  display: table;
}
header .main-nav div.r {
  display: table-row;
}
header .main-nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  padding: 18px 0;
  display: block;
  display: table-cell;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}
header .main-nav a:first-child {
  text-align: left;
}
header .main-nav a:last-child {
  text-align: right;
}
header .main-nav a:hover {
  text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 5px;
}
header .main-nav a.bio span {
  display: block;
  position: relative;
  left: 6px;
}
header .main-nav .ind {
  display: block;
  width: 0px;
  height: 1px;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 142px;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
header .main-nav.nav-home .ind {
  top: 42px;
}
.ie7 header .main-nav .t {
  overflow: hidden;
}
.ie7 header .main-nav .r {
  float: left;
  width: auto;
  overflow: hidden;
}
.ie7 header .main-nav a {
  display: block;
  float: left;
}
.ie7 header .main-nav a.bio {
  left: 0;
}
.nav-locked header {
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
}
.nav-locked header .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
footer {
  margin-top: 70px;
  clear: both;
}
footer .contact {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 25px 0;
}
footer .contact .wrap {
  width: 914px;
  margin: auto;
}
footer .contact .wrap h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 208px;
  height: 21px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -90px;
  margin-top: 0;
}
footer .contact .wrap p {
  margin: 20px 0 0 0;
  color: #838383;
}
footer .contact .wrap div {
  float: right;
  margin: 0;
  color: #838383;
  text-align: center;
  padding: 0 25px;
  border-right: 1px solid #dedede;
  zoom: 1;
}
footer .contact .wrap div span {
  display: block;
  width: 31px;
  height: 31px;
  margin: 0 auto 10px auto;
}
footer .contact .wrap div a {
  color: #838383;
}
footer .contact .wrap div a:hover {
  color: #761532;
}
footer .contact .wrap div.phone span {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -120px;
}
footer .contact .wrap div.mail span {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -60px -120px;
}
footer .contact .wrap div.skype {
  border-right: none;
  padding-right: 0;
}
footer .contact .wrap div.skype span {
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -120px -120px;
}
footer .copy {
  padding: 25px 0;
  width: 914px;
  margin: auto;
  font-size: 12px;
  color: #838383;
}
footer .copy .gw {
  float: right;
  width: 120px;
  height: 13px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -180px -120px;
}
.ie7 footer .contact .wrap div {
  width: 150px;
}
/* Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

.feature {
  margin: -49px 0 60px;
  background: #252525 url(../img/interface/bg-feature-main.jpg) no-repeat 50% 100%;
}
.feature .center {
  position: relative;
  padding: 60px 0 50px;
}
.feature .center .sub {
  display: block;
  width: 425px;
  height: 350px;
  background: url(../img/interface/bg-feature-sub.jpg) no-repeat 0px 0px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -350px;
  right: -138px;
}
.feature .center h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 550px;
  height: 32px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -180px;
}
.feature .center blockquote {
  margin: 0;
  font-family: "kepler-std", Georgia, serif;
  color: white;
  font-size: 32px;
  line-height: 38px;
  width: 595px;
  text-align: center;
  font-weight: 300;
  position: relative;
  padding-bottom: 18px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
  /*.q				{ .abs(@t: 10px, @l: -25px); font-size: 70px; }*/

}
.feature .center blockquote .q {
  display: none;
}
.feature .center hr {
  width: 130px;
  margin-left: 232px;
  background: #b0b0b0;
  background: rgba(255, 255, 255, 0.8);
  border-top: none;
  height: 1px;
}
.ie7 .feature blockquote,
.ie8 .feature blockquote {
  font-family: "kepler-std-n4", Georgia, serif;
  /*.q						{ font-size: 38px; left: 0; top: -4px; }*/

}
.ie7 hr,
.ie8 hr {
  display: none;
}
.home {
  width: 600px;
}
.home h3 {
  margin-bottom: 20px;
}
.media {
  float: right;
  margin: 0 0 60px 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 20px 20px 40px 20px;
  position: relative;
}
.media img {
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.media blockquote {
  background: #dff1f7;
  display: block;
  padding: 60px 20px 40px;
  margin: 0;
  max-width: 320px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "kepler-std", Georgia, serif;
  color: #761532;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
}
.media blockquote hr {
  border-bottom: none;
  width: 50%;
  margin-top: 20px;
  height: 1px;
}
.ie7 .media blockquote,
.ie8 .media blockquote {
  font-family: "kepler-std-n4", Georgia, serif;
}
.contact-us {
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}
.contact-us .detail {
  float: left;
  width: 209px;
}
.contact-us .detail h3 {
  line-height: 24px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 16px;
  margin: 0 0 16px 0;
}
.contact-us .detail p {
  margin: 0 0 46px 0;
  line-height: 18px;
}
.contact-us .detail p span {
  display: block;
  margin-bottom: 10px;
}
.contact-us .detail p:last-child {
  margin-bottom: 0;
}
.contact-us .detail p.address {
  line-height: 1.8;
}
.contact-us .map {
  width: 615px;
  height: 615px;
  background: #dff1f7;
  line-height: 615px;
  text-align: center;
  float: right;
}
.pic-shad-r {
  display: block;
  position: absolute;
  top: 0px;
  left: auto;
  bottom: auto;
  right: -40px;
}
.pic-shad-b {
  display: block;
  position: absolute;
  top: auto;
  left: 0px;
  bottom: -32px;
  right: auto;
}
.related {
  background: #dff1f7;
  padding: 24px 18px 4px;
  margin-top: 40px;
  clear: both;
}
.related a {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.related a span {
  display: block;
  width: 23px;
  height: 11px;
  background-image: url('../../img/interface/sprite.png');
  background-repeat: no-repeat;
  background-position: -360px -120px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  margin: -5px 0 0 0;
}
/* <END> Site Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* Non-semantic Helper Classes -------------------------------------------------------------------------------------------*/

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* 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 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Media queries for responsive design -----------------------------------------------------------------------------------*/

/*

	.LESS include - Media Queries

*/

.size-right {
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}
@media all and (max-width: 1450px) {
  
}
@media all and (max-width: 1300px) {
  
}
@media all and (max-width: 1100px) {
  
}
@media all and (max-width: 400px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* Print styles --------------------------------------------------------------------------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  
  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .main-nav {
    display: none;
  }
}
