/* Colours */
/* Typography */
/* Functions */
/*font-size: convert(10, "em"); - font-size: 0.625em;
font-size: convert(10, "%"); - font-size: 62.5%;
margin: convert(10, "%", 200); - margin: 5%;*/
/* line 20, ../sass/styles.scss */
html {
  background-color: #111111;
}

/*
 * Body
 */
/* line 26, ../sass/styles.scss */
body {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.5em;
  color: #FFF;
}

/* line 32, ../sass/styles.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 36, ../sass/styles.scss */
a {
  text-decoration: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 26, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 29, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 32, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 37, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 49, ../sass/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 62, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../sass/_reset.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 89, ../sass/_reset.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 100, ../sass/_reset.scss */
a {
  background: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 118, ../sass/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 132, ../sass/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 139, ../sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 147, ../sass/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 161, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 165, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 175, ../sass/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 182, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
/* line 192, ../sass/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 201, ../sass/_reset.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 208, ../sass/_reset.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 227, ../sass/_reset.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 236, ../sass/_reset.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 246, ../sass/_reset.scss */
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.
 */
/* line 257, ../sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 276, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 286, ../sass/_reset.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 297, ../sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 308, ../sass/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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).
 */
/* line 318, ../sass/_reset.scss */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 330, ../sass/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 338, ../sass/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 346, ../sass/_reset.scss */
optgroup {
  font-weight: bold;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================
   Basic grid
   ========================================================================== */
/* ==========================================================================
   Helpful URLS
   ========================================================================== */
/* ==========================================================================
   Sprites
   ========================================================================== */
/* $icons-layout:horizontal; /* Or diagonal ":vertical;" */
/*@import "icons/*.png";*/
/*@import "small_icons/*.png";*/
/*@import "main/*.png";*/
/*@import "gif/*.gif";*/
/*@import "header/*.png";*/
/*.bg-NAME {
	display: inline-block;
	background-position: sprite-position($main, gradient);
	width: image-width("main/gradient.png");
	height: image-height("main/gradient.png");
}
$FOLDER-IMG NAME-spacing:20px;
.CLASSNAME {
	@include FOLDER-sprite(IMG NAME);
}

*/
/*$main-spacing: 100px;

@import "main/*.png";

@mixin background-sprite($name, $repeat: no-repeat, $offset-x: 0, $offset-y: 0) {
	background-image: $main-sprites;
	background-repeat: $repeat;
  	@include sprite-background-position($main-sprites, $name, $offset-x, $offset-y);
  	// if no offsets given, set the dimensions of the element to match the image
  	@if $offset-x == 0 and $offset-y == 0 {
    @include sprite-dimensions($main-sprites, $name);
  	}
}*/
/*	@include background-sprite(IMGNAME, repeat-x, 0, 45px);	*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
  Animations
  ========================================================================== */
@-webkit-keyframes **** & @keyframes **** {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(90deg) translate(0px, 20px);
    transform: rotateX(90deg) translate(0px, 20px);
  }
  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: rotateX(0deg) translate(0px, 0px);
    transform: rotateX(0deg) translate(0px, 0px);
  }
}
/*
keyframe animation - https://stackoverflow.com/questions/20150621/sass-mixin-for-animation-keyframe-which-includes-multiple-stages-and-transform-p
@include animation('animation-name .4s 1')
@include animation(animation name duration timing-function delay interation-count direction)
*/
@-webkit-keyframes head-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 0px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-moz-keyframes head-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 0px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-o-keyframes head-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 0px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@keyframes head-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 0px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-webkit-keyframes head2-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-moz-keyframes head2-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-o-keyframes head2-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@keyframes head2-drop {
  0% {
    opacity: 0;
    left: 0px;
    top: 50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 150px;
  }
}
@-webkit-keyframes mouse-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mouse-fade2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes mouse-fade2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes mouse-fade2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes mouse-fade2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   Main
   ========================================================================== */
/* line 11, ../sass/_main.scss */
#back {
  background: transparent url(../img/hero/group-grid.jpg) no-repeat center top fixed;
  -webkit-animation: fade-in 0.6s ease-in;
  -moz-animation: fade-in 0.6s ease-in;
  -o-animation: fade-in 0.6s ease-in;
  animation: fade-in 0.6s ease-in;
  -moz-background-size: 1920px 740px;
  -o-background-size: 1920px 740px;
  -webkit-background-size: 1920px 740px;
  background-size: 1920px 740px;
}

/* line 18, ../sass/_main.scss */
#hero {
  height: 565px;
  width: auto;
  border-bottom: 2px solid #323232;
}
/* line 22, ../sass/_main.scss */
#hero h1 {
  text-align: center;
  position: relative;
  margin-top: 30px;
  opacity: 0;
  text-shadow: 1px 1px 1px #000;
  -webkit-animation: head-drop 1s ease-in-out 1s 1 normal forwards;
  -moz-animation: head-drop 1s ease-in-out 1s 1 normal forwards;
  -o-animation: head-drop 1s ease-in-out 1s 1 normal forwards;
  animation: head-drop 1s ease-in-out 1s 1 normal forwards;
}
/* line 30, ../sass/_main.scss */
#hero h2 {
  text-align: center;
  position: relative;
  font-size: 4.25em;
  font-weight: 900;
  opacity: 0;
  text-shadow: 1px 1px 1px #000;
  -webkit-animation: head2-drop 0.9s ease-in-out 1s 1 normal forwards;
  -moz-animation: head2-drop 0.9s ease-in-out 1s 1 normal forwards;
  -o-animation: head2-drop 0.9s ease-in-out 1s 1 normal forwards;
  animation: head2-drop 0.9s ease-in-out 1s 1 normal forwards;
}
/* line 39, ../sass/_main.scss */
#hero img {
  display: block;
  margin: 200px auto 0;
  opacity: 0;
  -webkit-animation: mouse-drop 1s ease-in 2s 1 normal forwards, mouse-fade 1.4s linear 2s 1 forwards, mouse-fade2 1.4s linear 3.4s infinite alternate;
  -moz-animation: mouse-drop 1s ease-in 2s 1 normal forwards, mouse-fade 1.4s linear 2s 1 forwards, mouse-fade2 1.4s linear 3.4s infinite alternate;
  -o-animation: mouse-drop 1s ease-in 2s 1 normal forwards, mouse-fade 1.4s linear 2s 1 forwards, mouse-fade2 1.4s linear 3.4s infinite alternate;
  animation: mouse-drop 1s ease-in 2s 1 normal forwards, mouse-fade 1.4s linear 2s 1 forwards, mouse-fade2 1.4s linear 3.4s infinite alternate;
}

/* line 46, ../sass/_main.scss */
#history {
  min-height: 740px;
  padding: 100px 40px 80px 40px;
  border-bottom: 2px solid #323232;
  background: transparent url(../img/history/history.gif) repeat 0 0;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#history:after {
  content: "";
  display: table;
  clear: both;
}
/* line 52, ../sass/_main.scss */
#history .hist-left {
  width: 40%;
  float: left;
  -webkit-animation: fade-in 1s ease-in;
  -moz-animation: fade-in 1s ease-in;
  -o-animation: fade-in 1s ease-in;
  animation: fade-in 1s ease-in;
}
/* line 56, ../sass/_main.scss */
#history .hist-left h2 {
  margin-bottom: 30px;
}
/* line 59, ../sass/_main.scss */
#history .hist-left p {
  margin-bottom: 40px;
}
/* line 61, ../sass/_main.scss */
#history .hist-left p:last-child {
  font-family: 'Permanent Marker', cursive;
  text-align: right;
  font-size: 1.5em;
}
/* line 68, ../sass/_main.scss */
#history .hist-right {
  width: 55%;
  height: 521px;
  float: right;
  margin-top: 100px;
  padding-bottom: 100px;
  background: url(../img/history/europe.png) no-repeat center center;
  -webkit-animation: fade-in 1s ease-in;
  -moz-animation: fade-in 1s ease-in;
  -o-animation: fade-in 1s ease-in;
  animation: fade-in 1s ease-in;
}
/* line 76, ../sass/_main.scss */
#history .hist-right #counter .clock-top {
  height: auto;
  width: 100%;
  padding-left: 110px;
  margin-top: 60px;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#history .hist-right #counter .clock-top:after {
  content: "";
  display: table;
  clear: both;
}
/* line 82, ../sass/_main.scss */
#history .hist-right #counter .clock-top #years, #history .hist-right #counter .clock-top #months, #history .hist-right #counter .clock-top #days {
  width: 25%;
  float: left;
}
/* line 86, ../sass/_main.scss */
#history .hist-right #counter .clock-top p {
  text-align: center;
  font-size: 2.25em;
  margin-top: 20px;
  color: #333;
}
/* line 92, ../sass/_main.scss */
#history .hist-right #counter .clock-top .year {
  color: #D86C00;
  font-size: 3.25em;
}
/* line 96, ../sass/_main.scss */
#history .hist-right #counter .clock-top .months {
  color: #999;
  font-size: 3.25em;
}
/* line 100, ../sass/_main.scss */
#history .hist-right #counter .clock-top .days {
  color: #CCC;
  font-size: 3.25em;
}
/* line 105, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom {
  width: 100%;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#history .hist-right #counter .clock-bottom:after {
  content: "";
  display: table;
  clear: both;
}
/* line 108, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom #hours, #history .hist-right #counter .clock-bottom #minutes, #history .hist-right #counter .clock-bottom #seconds {
  margin-top: 80px;
  width: 90px;
  float: right;
}
/* line 113, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom p {
  text-align: center;
  margin-top: 10px;
  color: #333;
}
/* line 118, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom .hours {
  color: #F0F;
  font-size: 0.875em;
}
/* line 122, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom .minutes {
  color: #999;
  font-size: 0.875em;
}
/* line 126, ../sass/_main.scss */
#history .hist-right #counter .clock-bottom .seconds {
  color: #CCC;
  font-size: 0.875em;
}

/* line 133, ../sass/_main.scss */
#accordion {
  width: auto;
  border-bottom: 2px solid #323232;
}

/* line 137, ../sass/_main.scss */
.accordion-header {
  cursor: pointer;
  text-align: left;
  padding-left: 40px;
}

/* line 142, ../sass/_main.scss */
.active-header {
  background: transparent;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 145, ../sass/_main.scss */
.active-header:hover {
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 150, ../sass/_main.scss */
.active-header h2:hover {
  color: #F0F;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 154, ../sass/_main.scss */
.inactive-header {
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 157, ../sass/_main.scss */
.inactive-header:hover {
  background: rgba(0, 0, 0, 0.9);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 162, ../sass/_main.scss */
.inactive-header h2:hover {
  color: #D86C00;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 166, ../sass/_main.scss */
.accordion-content {
  height: 487px;
  display: none;
}
/* line 169, ../sass/_main.scss */
.accordion-content p {
  display: block;
  width: 470px;
  padding: 40px 0 0 40px;
  text-align: left;
  float: left;
  clear: left;
}

/* line 178, ../sass/_main.scss */
.spearhead {
  background: transparent url(../img/history/spearhead.jpg) no-repeat center 0;
  border-bottom: 1px solid #000;
}

/* line 182, ../sass/_main.scss */
.daydefeat {
  background: transparent url(../img/history/daydefeat.jpg) no-repeat center 0;
  border-bottom: 1px solid #000;
}

/* line 186, ../sass/_main.scss */
.modwarfare {
  background: transparent url(../img/history/modwarfare.jpg) no-repeat center 0;
  border-bottom: 1px solid #000;
}

/* line 190, ../sass/_main.scss */
.battlef3 {
  background: transparent url(../img/history/battlef3.jpg) no-repeat center 0;
  border-bottom: 1px solid #000;
}

/* line 194, ../sass/_main.scss */
.blops {
  background: transparent url(../img/history/blops.jpg) no-repeat center 0;
  border-bottom: 1px solid #000;
}

/* line 198, ../sass/_main.scss */
.csglobal {
  background: transparent url(../img/history/csglobal.jpg) no-repeat center 0;
}

/* line 201, ../sass/_main.scss */
.notfaded {
  background: transparent;
}

/* line 204, ../sass/_main.scss */
#timeline {
  height: 700px;
  width: auto;
  -moz-background-size: 1920px 100%;
  -o-background-size: 1920px 100%;
  -webkit-background-size: 1920px 100%;
  background-size: 1920px 100%;
}
/* line 208, ../sass/_main.scss */
#timeline h1, #timeline h3 {
  text-align: center;
}

/* line 212, ../sass/_main.scss */
ul#time-list {
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
ul#time-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 214, ../sass/_main.scss */
ul#time-list li {
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
ul#time-list li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 219, ../sass/_main.scss */
#time-span {
  background: url(../img/timeline/earth.png) no-repeat center -2px, url(../img/timeline/mountains.png) no-repeat center 0, url(../img/timeline/tlbar.gif) repeat 0 0;
  border-top: 2px solid #323232;
}

/* line 223, ../sass/_main.scss */
.time-img {
  height: 590px;
  width: auto;
  background: transparent url(../img/timeline/918/timeline.png) no-repeat center center fixed;
  background-size: cover;
  border-bottom: 2px solid #323232;
  padding-top: 150px;
}

/* line 231, ../sass/_main.scss */
#time-graph {
  height: auto;
  width: 900px;
  margin: 0 auto;
  padding-top: 60px;
}
/* line 236, ../sass/_main.scss */
#time-graph #time-list {
  background: transparent url(../img/timeline/918/mark1.gif) repeat-y center 0;
}
/* line 239, ../sass/_main.scss */
#time-graph #time-arrow {
  height: 98px;
  width: 100%;
  background: transparent url(../img/timeline/arrow.png) no-repeat center 0;
  position: relative;
}
/* line 244, ../sass/_main.scss */
#time-graph #time-arrow .triple {
  position: absolute;
  left: 0;
  top: 0;
  height: 98px;
  width: 100%;
  background: transparent url(../img/timeline/triple-arrow.png) no-repeat center 0;
  -webkit-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
  -moz-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
  -o-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
  animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
}
/* line 254, ../sass/_main.scss */
#time-graph div {
  width: 53.4%;
  padding: 20px 0 20px 0;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#time-graph div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 259, ../sass/_main.scss */
#time-graph .birth, #time-graph .moh, #time-graph .mw, #time-graph .bfbc2, #time-graph .csgo, #time-graph .duo, #time-graph .tod {
  float: left;
}
/* line 262, ../sass/_main.scss */
#time-graph .billion, #time-graph .first, #time-graph .end, #time-graph .waw, #time-graph .bf3, #time-graph .ten, #time-graph .aw {
  float: right;
}
/* line 265, ../sass/_main.scss */
#time-graph .billion {
  background: transparent url(../img/timeline/918/billion-line.png) no-repeat 0 20px;
}
/* line 267, ../sass/_main.scss */
#time-graph .billion p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 180px;
  padding-top: 38px;
  display: inline-block;
}
/* line 275, ../sass/_main.scss */
#time-graph .billion p:last-child {
  margin-left: 180px;
}
/* line 279, ../sass/_main.scss */
#time-graph .birth {
  background: transparent url(../img/timeline/918/birth-line.png) no-repeat right 0;
  padding-top: 0;
}
/* line 282, ../sass/_main.scss */
#time-graph .birth p:first-child {
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 175px;
  padding-top: 0;
  display: block;
}
/* line 290, ../sass/_main.scss */
#time-graph .birth p:last-child {
  display: block;
  padding: 0px 175px 0 0px;
  text-align: right;
}
/* line 296, ../sass/_main.scss */
#time-graph .first {
  background: transparent url(../img/timeline/918/first-line.png) no-repeat 0 0;
  padding-top: 0;
}
/* line 299, ../sass/_main.scss */
#time-graph .first p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 132px;
  display: inline-block;
}
/* line 306, ../sass/_main.scss */
#time-graph .first p:last-child {
  margin-left: 132px;
}
/* line 310, ../sass/_main.scss */
#time-graph .moh {
  background: transparent url(../img/timeline/918/moh-line.png) no-repeat right 0;
  padding-top: 0;
}
/* line 313, ../sass/_main.scss */
#time-graph .moh p:first-child {
  color: #D86C00;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 175px;
  padding-top: 0;
  display: block;
}
/* line 322, ../sass/_main.scss */
#time-graph .moh p:nth-child(2) {
  display: block;
  padding: 0px 175px 0 0px;
  text-align: right;
}
/* line 327, ../sass/_main.scss */
#time-graph .moh p:last-child {
  display: block;
  padding: 0px 175px 0 0px;
  text-align: right;
}
/* line 333, ../sass/_main.scss */
#time-graph .end {
  background: transparent url(../img/timeline/918/end-line.png) no-repeat 0 0;
  padding-top: 22px;
}
/* line 336, ../sass/_main.scss */
#time-graph .end p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 210px;
  display: inline-block;
}
/* line 343, ../sass/_main.scss */
#time-graph .end p:nth-child(2) {
  display: block;
  margin-left: 210px;
}
/* line 347, ../sass/_main.scss */
#time-graph .end p:last-child {
  margin-left: 210px;
}
/* line 351, ../sass/_main.scss */
#time-graph .mw {
  background: transparent url(../img/timeline/918/mw-line.png) no-repeat right 0;
  padding-top: 68px;
}
/* line 354, ../sass/_main.scss */
#time-graph .mw p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  display: block;
}
/* line 362, ../sass/_main.scss */
#time-graph .mw p:last-child {
  display: block;
  padding: 0px 75px 0 175px;
}
/* line 367, ../sass/_main.scss */
#time-graph .waw {
  background: transparent url(../img/timeline/918/waw-line.png) no-repeat 0 0;
  padding-top: 18px;
}
/* line 370, ../sass/_main.scss */
#time-graph .waw p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 210px;
  display: inline-block;
}
/* line 377, ../sass/_main.scss */
#time-graph .waw p:last-child {
  margin-left: 210px;
}
/* line 381, ../sass/_main.scss */
#time-graph .bfbc2 {
  background: transparent url(../img/timeline/918/bfbc2-line.png) no-repeat right 0;
  padding-top: 0;
}
/* line 384, ../sass/_main.scss */
#time-graph .bfbc2 p:first-child {
  color: #D86C00;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 201px;
  padding-top: 0;
  display: block;
}
/* line 393, ../sass/_main.scss */
#time-graph .bfbc2 p:nth-child(2) {
  display: block;
  padding: 0px 201px 0 0px;
  text-align: right;
}
/* line 398, ../sass/_main.scss */
#time-graph .bfbc2 p:last-child {
  display: block;
  padding: 0px 201px 0 0px;
  text-align: right;
}
/* line 404, ../sass/_main.scss */
#time-graph .bf3 {
  background: transparent url(../img/timeline/918/bf3-line.png) no-repeat 0 0;
  padding-top: 24px;
}
/* line 407, ../sass/_main.scss */
#time-graph .bf3 p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 189px;
  display: inline-block;
}
/* line 414, ../sass/_main.scss */
#time-graph .bf3 p:last-child {
  margin-left: 189px;
}
/* line 418, ../sass/_main.scss */
#time-graph .csgo {
  background: transparent url(../img/timeline/918/csgo-line.png) no-repeat right 1px;
  padding-top: 0;
}
/* line 421, ../sass/_main.scss */
#time-graph .csgo p:first-child {
  color: #D86C00;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 152px;
  padding-top: 0;
  display: block;
}
/* line 430, ../sass/_main.scss */
#time-graph .csgo p:last-child {
  display: block;
  padding: 0px 152px 0 0px;
  text-align: right;
}
/* line 436, ../sass/_main.scss */
#time-graph .ten {
  background: transparent url(../img/timeline/918/ten-line.png) no-repeat 0 0;
  padding-top: 0;
}
/* line 439, ../sass/_main.scss */
#time-graph .ten p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 165px;
  display: inline-block;
}
/* line 446, ../sass/_main.scss */
#time-graph .ten p:last-child {
  margin-left: 165px;
}
/* line 450, ../sass/_main.scss */
#time-graph .duo {
  background: transparent url(../img/timeline/918/duo-line.png) no-repeat right 0;
  padding-top: 24px;
}
/* line 453, ../sass/_main.scss */
#time-graph .duo p:first-child {
  color: #D86C00;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 195px;
  padding-top: 0;
  display: block;
}
/* line 462, ../sass/_main.scss */
#time-graph .duo p:last-child {
  display: block;
  padding: 0px 195px 0 0px;
  text-align: right;
}
/* line 468, ../sass/_main.scss */
#time-graph .aw {
  background: transparent url(../img/timeline/918/aw-line.png) no-repeat 0 0;
  padding-top: 22px;
}
/* line 471, ../sass/_main.scss */
#time-graph .aw p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 210px;
  display: inline-block;
}
/* line 478, ../sass/_main.scss */
#time-graph .aw p:nth-child(2) {
  display: block;
  margin-left: 210px;
}
/* line 482, ../sass/_main.scss */
#time-graph .aw p:last-child {
  margin-left: 210px;
}
/* line 486, ../sass/_main.scss */
#time-graph .tod {
  background: transparent url(../img/timeline/918/tod-circle.png) no-repeat left 1px;
  padding-top: 0;
}
/* line 489, ../sass/_main.scss */
#time-graph .tod p:first-child {
  color: #D86C00;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 37px;
  padding-top: 0;
  display: block;
}
/* line 497, ../sass/_main.scss */
#time-graph .tod p:nth-child(2) {
  display: block;
  padding: 0px 120px 0 39px;
}
/* line 501, ../sass/_main.scss */
#time-graph .tod p:last-child {
  display: block;
  padding: 0px 120px 0 39px;
}
/* line 506, ../sass/_main.scss */
#time-graph p:nth-child(2) {
  margin-bottom: 15px;
}
/* line 509, ../sass/_main.scss */
#time-graph p.time-right {
  text-align: right;
}
/* line 512, ../sass/_main.scss */
#time-graph p.time-special {
  text-align: right;
  color: #F0F;
}
/* line 516, ../sass/_main.scss */
#time-graph p.time-today {
  color: #FFFF00;
}

/* line 520, ../sass/_main.scss */
#video {
  height: 0;
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative;
}
/* line 528, ../sass/_main.scss */
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 535, ../sass/_main.scss */
#video button {
  padding: 0;
}
/* line 538, ../sass/_main.scss */
#video h1 {
  text-align: center;
}

/* line 542, ../sass/_main.scss */
#members {
  height: 550px;
  width: auto;
  background: transparent url(../img/members/members.png) no-repeat center center fixed;
  background-size: cover;
  border-bottom: 2px solid #323232;
  padding-top: 150px;
}
/* line 549, ../sass/_main.scss */
#members h1, #members h3 {
  text-align: center;
}

/* line 553, ../sass/_main.scss */
#memb-list {
  height: auto;
  padding: 200px 10px 90px;
  width: auto;
  background: transparent url(../img/members/circuit.png) no-repeat center 100px;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#memb-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 559, ../sass/_main.scss */
#memb-list div {
  float: left;
  width: 450px;
  height: 200px;
}
/* line 563, ../sass/_main.scss */
#memb-list div img {
  padding: 0 20px 10px 10px;
  float: left;
  opacity: 0.8;
}
/* line 568, ../sass/_main.scss */
#memb-list div p {
  clear: right;
  font-size: 0.875em;
}
/* line 571, ../sass/_main.scss */
#memb-list div p:nth-child(2) {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 577, ../sass/_main.scss */
#memb-list div p:nth-child(3) {
  color: #CCC;
  margin-bottom: 15px;
}
/* line 582, ../sass/_main.scss */
#memb-list div em {
  font-size: 0.875em;
}
/* line 586, ../sass/_main.scss */
#memb-list #fonzy {
  margin-left: 50px;
}
/* line 598, ../sass/_main.scss */
#memb-list #drvag {
  margin-left: 250px;
}
/* line 607, ../sass/_main.scss */
#memb-list #will {
  margin-left: 25px;
  clear: both;
}
/* line 620, ../sass/_main.scss */
#memb-list #belinda {
  margin-left: 175px;
}
/* line 629, ../sass/_main.scss */
#memb-list #dogegg {
  margin-left: 37px;
  clear: both;
}
/* line 642, ../sass/_main.scss */
#memb-list #jerry {
  margin-left: 225px;
}
/* line 651, ../sass/_main.scss */
#memb-list #colin {
  clear: both;
}
/* line 663, ../sass/_main.scss */
#memb-list #terror {
  margin-left: 300px;
}
/* line 672, ../sass/_main.scss */
#memb-list #nightpip {
  clear: both;
  margin-left: 100px;
}

/* line 684, ../sass/_main.scss */
#gallery {
  background: transparent url(../img/gallery/gallery.png) no-repeat center center fixed;
  background-size: cover;
  border-bottom: 2px solid #323232;
  border-top: 2px solid #323232;
  padding-top: 150px;
  height: 550px;
}
/* line 691, ../sass/_main.scss */
#gallery h1, #gallery h3 {
  text-align: center;
}

/* line 695, ../sass/_main.scss */
.gall-tiles {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #111111;
  border-bottom: 2px solid #323232;
  /*.box {
  	height: 350px;
  	width: 350px;
  	float: left;
  	position: relative;
  	overflow: hidden;
  	cursor: pointer;
  	margin: 10px;
  	img {
  		position: absolute;
  		left: 0;
  		opacity: 0.8;
  		@include transition(all 0.3s ease-out);	
  	}
  	.caption {
  		background-color: rgba(0, 0, 0, 0.8);
  		position: absolute;
  		color: $black;
  		z-index: 100;
  		left: 0;
  		@include transition(all 0.3s ease-out);	
  	}
  	.fade-caption {
  		opacity: 0;
  		width: 350px;
  		height: 350px;
  		text-align: left;
  		h4 {
  			position: relative;
  			display: block;
  			height: em(30);
  			bottom: -100%;
  			font-weight: bold;
  			text-align: center;
  			@include transition(all 0.2s ease-out 0.25s);
  		}
  		p {
  			position: relative;
  			display: block;
  			bottom: -100%;
  			display: block;
  			height: em(50);
  			text-align: center;
  			padding: 0 20px;
  			@include transition(all 0.2s ease-out 0.3s);
  		}
  	}
  	&:hover .fade-caption {
  		opacity: 1;
  		h4 {
  			transform: translateY(-350%);
  			//@include transform(translateX (200px));
  		}
  		p {
  			transform: translateY(-225%);
  		}
  	}
  	&:hover img {
  		@include transform(scale(1.03));
  	}
  }*/
}
/* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
.gall-tiles:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 700, ../sass/_main.scss */
.gall-tiles ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.9;
}
/* line 707, ../sass/_main.scss */
.gall-tiles ul.img-list li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 20%;
}
/* line 714, ../sass/_main.scss */
.gall-tiles ul.img-list li img {
  display: block;
  width: auto;
  opacity: 0.8;
}
/* line 719, ../sass/_main.scss */
.gall-tiles ul.img-list li:last-child {
  display: none;
}
/* line 724, ../sass/_main.scss */
.gall-tiles div.text-content .span-img {
  position: absolute;
  width: 90%;
  bottom: 8%;
  padding: 0 5%;
  left: 0;
}
/* line 730, ../sass/_main.scss */
.gall-tiles div.text-content .span-img h4 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.125em;
  display: block;
}
/* line 736, ../sass/_main.scss */
.gall-tiles div.text-content .span-img p {
  color: #CCC;
  font-size: 1em;
  clear: both;
  display: inline-block;
}
/* line 743, ../sass/_main.scss */
.gall-tiles ul.img-list li:hover div.text-content {
  opacity: 1;
}
/* line 746, ../sass/_main.scss */
.gall-tiles div.text-content {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: block;
  overflow: auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

/* line 824, ../sass/_main.scss */
#contactus {
  height: auto;
  *zoom: 1;
  border-bottom: 2px solid #323232;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#contactus:after {
  content: "";
  display: table;
  clear: both;
}
/* line 828, ../sass/_main.scss */
#contactus #left-con {
  position: absolute;
  z-index: -1;
  width: 100%;
}
/* line 832, ../sass/_main.scss */
#contactus #left-con img {
  position: relative;
  left: -40px;
  top: 98px;
  opacity: 0.3;
}
/* line 839, ../sass/_main.scss */
#contactus .con-img {
  height: 550px;
  padding-top: 150px;
  border-bottom: 2px solid #323232;
  background: transparent url(../img/contactus/contactus.png) no-repeat center center fixed;
  background-size: cover;
}
/* line 845, ../sass/_main.scss */
#contactus .con-img h1, #contactus .con-img h3 {
  text-align: center;
}
/* line 849, ../sass/_main.scss */
#contactus .con-text {
  padding-top: 160px;
  padding-left: 220px;
  *zoom: 1;
  padding-bottom: 206px;
  float: left;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#contactus .con-text:after {
  content: "";
  display: table;
  clear: both;
}
/* line 855, ../sass/_main.scss */
#contactus .con-text h2 {
  margin-bottom: 30px;
}
/* line 858, ../sass/_main.scss */
#contactus .con-text p {
  margin-bottom: 25px;
}
/* line 860, ../sass/_main.scss */
#contactus .con-text p:nth-child(2) {
  font-size: 1.25em;
}
/* line 863, ../sass/_main.scss */
#contactus .con-text p em {
  font-size: 0.875em;
}
/* line 868, ../sass/_main.scss */
#contactus .con-form {
  width: 50%;
  float: left;
}

/* line 873, ../sass/_main.scss */
#donate {
  min-height: 460px;
  border-bottom: 2px solid #323232;
  background: transparent url(../img/donate/donate.png) no-repeat center center fixed;
  background-size: cover;
  padding-top: 130px;
  padding-left: 220px;
  padding-bottom: 110px;
}
/* line 881, ../sass/_main.scss */
#donate #don-box {
  width: 590px;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#donate #don-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 884, ../sass/_main.scss */
#donate #don-box h2 {
  margin-bottom: 30px;
}
/* line 887, ../sass/_main.scss */
#donate #don-box p {
  margin-bottom: 25px;
}
/* line 889, ../sass/_main.scss */
#donate #don-box p:nth-child(2) {
  font-size: 1.25em;
}
/* line 893, ../sass/_main.scss */
#donate #don-box .redcross {
  width: 200px;
  float: right;
  margin-right: 12%;
}
/* line 897, ../sass/_main.scss */
#donate #don-box .redcross img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 904, ../sass/_main.scss */
#donate #don-box .redcross p {
  text-align: center;
  color: #EEE;
  font-size: 1.125em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 911, ../sass/_main.scss */
#donate #don-box .redcross:hover p {
  color: red;
}
/* line 914, ../sass/_main.scss */
#donate #don-box .redcross:active p {
  color: #DD0003;
}
/* line 920, ../sass/_main.scss */
#donate #don-box .redcross:active img {
  -moz-transform: scale(0.94, 0.94);
  -ms-transform: scale(0.94, 0.94);
  -webkit-transform: scale(0.94, 0.94);
  transform: scale(0.94, 0.94);
}
/* line 923, ../sass/_main.scss */
#donate #don-box .redcross a:hover {
  position: relative;
  top: 1px;
}

/* ==========================================================================
  Typography
  ========================================================================== */
/* line 10, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #FFF;
}

/* line 13, ../sass/_typography.scss */
h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.25em;
  font-weight: 900;
}

/* line 19, ../sass/_typography.scss */
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.125em;
  font-weight: 900;
}

/* line 24, ../sass/_typography.scss */
h3 {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 2.25em;
  font-weight: 900;
}

/* line 29, ../sass/_typography.scss */
h4 {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 1.125em;
}

/* line 33, ../sass/_typography.scss */
h5 {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 1em;
}

/* line 37, ../sass/_typography.scss */
h6 {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 0.875em;
}

/* line 41, ../sass/_typography.scss */
p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #EEE;
}

/* line 47, ../sass/_typography.scss */
li {
  font-family: "Open Sans", sans-serif;
}

/* line 50, ../sass/_typography.scss */
i, em {
  font-family: "Open Sans", sans-serif;
  color: #999;
  font-style: italic;
}

/* line 55, ../sass/_typography.scss */
button a {
  text-decoration: none;
  color: inherit;
}

/* line 59, ../sass/_typography.scss */
small {
  font-family: 'Source Sans Pro', sans-serif;
}

/* ==========================================================================
  Header
  ========================================================================== */
/* line 5, ../sass/_header.scss */
header {
  *zoom: 1;
  border-bottom: 1px dotted #999;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/_header.scss */
header #logo {
  float: left;
}

/* line 12, ../sass/_header.scss */
header #small-logo {
  display: none;
  float: left;
}

/* line 16, ../sass/_header.scss */
a.header-logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  display: block;
  width: 296px;
  height: 34px;
  border-bottom: none;
  text-decoration: none;
  padding-right: 14px;
  margin: 20px 0 20px 40px;
}
/* line 26, ../sass/_header.scss */
a.header-logo img {
  display: block;
}

/* line 30, ../sass/_header.scss */
span.logo-hover {
  width: 300px;
  height: 34px;
  position: absolute;
  z-index: 10;
  left: 40px;
  top: 20px;
  opacity: 0;
  cursor: pointer;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 40, ../sass/_header.scss */
span.logo-hover:hover {
  opacity: 1;
  background: url(../img/header/exclam.png) no-repeat 0 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 46, ../sass/_header.scss */
#nav-wrap {
  height: 89px;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
#nav-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 50, ../sass/_header.scss */
.nav-icons {
  background: transparent url(../img/hero/dots.png) no-repeat left 29px;
  width: 120px;
  //height: 60px;
  float: right;
  padding-top: 25px;
}
/* line 56, ../sass/_header.scss */
.nav-icons .nav-icon-ts {
  margin: 0 20px 0 25px;
}
/* line 59, ../sass/_header.scss */
.nav-icons .nav-icon-fb {
  padding: 0 0 0 0;
}
/* line 62, ../sass/_header.scss */
.nav-icons img:hover {
  cursor: pointer;
}

/* line 66, ../sass/_header.scss */
header nav {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  height: 79px;
}

/* line 72, ../sass/_header.scss */
header nav ul {
  text-align: right;
}

/* line 75, ../sass/_header.scss */
header nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  text-align: center;
  cursor: pointer;
}

/* line 80, ../sass/_header.scss */
header nav a {
  font-size: 0.875em;
  color: #FFF;
  display: inline-block;
  padding: 20px 15px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 87, ../sass/_header.scss */
header nav a:hover {
  color: #CCC;
  background: rgba(68, 68, 68, 0.5);
}
/* line 91, ../sass/_header.scss */
header nav a:active {
  color: #EEE;
}

/* line 95, ../sass/_header.scss */
#slide-menu nav {
  display: none;
}

/* line 98, ../sass/_header.scss */
#nav-wrap .nav-icons {
  position: relative;
}
/* line 100, ../sass/_header.scss */
#nav-wrap .nav-icons span.ts-hover {
  background: transparent url(../img/hero/ts-hover.png) no-repeat 0 0;
  height: 27px;
  width: 27px;
  left: 25px;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 108, ../sass/_header.scss */
#nav-wrap .nav-icons span.ts-hover:hover {
  cursor: pointer;
  opacity: 1;
}
/* line 113, ../sass/_header.scss */
#nav-wrap .nav-icons span.fb-hover {
  background: transparent url(../img/hero/fb.png) no-repeat 0 0;
  height: 27px;
  width: 27px;
  left: 76px;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 121, ../sass/_header.scss */
#nav-wrap .nav-icons span.fb-hover:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 127, ../sass/_header.scss */
a.back-to-top {
  position: fixed;
  top: 100px;
  right: 25px;
  text-decoration: none;
  text-align: center;
  font-family: 'Coming Soon', cursive;
  font-size: 0.75em;
  padding-top: 22px;
  line-height: 120%;
  display: none;
  background-image: url(../img/header/arrow2.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 149, ../sass/_header.scss */
a.back-to-top:hover {
  background-image: url(../img/header/arrow1.png);
}

/* line 153, ../sass/_header.scss */
header nav li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

/* line 160, ../sass/_header.scss */
header nav li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 167, ../sass/_header.scss */
header nav li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

/* line 174, ../sass/_header.scss */
header nav li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* ==========================================================================
  Footer
  ========================================================================== */
/* line 5, ../sass/_footer.scss */
footer {
  height: auto;
  padding-bottom: 40px;
  width: auto;
  border-bottom: 2px solid #323232;
}
/* line 10, ../sass/_footer.scss */
footer nav {
  *zoom: 1;
  margin-bottom: 40px;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
footer nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 13, ../sass/_footer.scss */
footer nav ul {
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
footer nav ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 16, ../sass/_footer.scss */
footer nav ul li {
  width: 33.33333%;
  float: left;
  text-align: center;
  -moz-box-shadow: inset 0px 0px 0px 1px #000;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
  box-shadow: inset 0px 0px 0px 1px #000;
  cursor: pointer;
}
/* line 22, ../sass/_footer.scss */
footer nav ul li a {
  font-weight: bold;
  color: #FFF;
  display: block;
}
/* line 28, ../sass/_footer.scss */
footer nav ul li:first-child a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 32, ../sass/_footer.scss */
footer nav ul li:first-child a span.facebook {
  position: relative;
  top: 6px;
  margin-right: 10px;
}
/* line 37, ../sass/_footer.scss */
footer nav ul li:first-child a .facebook:before {
  content: url(../img/footer/facebook.png);
}
/* line 40, ../sass/_footer.scss */
footer nav ul li:first-child a:hover {
  background-color: #006DD9;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 44, ../sass/_footer.scss */
footer nav ul li:first-child a:active {
  background-color: #004E9B;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 51, ../sass/_footer.scss */
footer nav ul li:nth-child(2) a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 55, ../sass/_footer.scss */
footer nav ul li:nth-child(2) a span.youtube {
  position: relative;
  top: 8px;
  margin-right: 10px;
}
/* line 60, ../sass/_footer.scss */
footer nav ul li:nth-child(2) a .youtube:before {
  content: url(../img/footer/youtube.png);
}
/* line 63, ../sass/_footer.scss */
footer nav ul li:nth-child(2) a:hover {
  background-color: #FF0000;
}
/* line 66, ../sass/_footer.scss */
footer nav ul li:nth-child(2) a:active {
  background-color: #9B0000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 73, ../sass/_footer.scss */
footer nav ul li:nth-child(3) a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 77, ../sass/_footer.scss */
footer nav ul li:nth-child(3) a span.twitter {
  position: relative;
  top: 7px;
  margin-right: 10px;
}
/* line 82, ../sass/_footer.scss */
footer nav ul li:nth-child(3) a .twitter:before {
  content: url(../img/footer/twitter.png);
}
/* line 85, ../sass/_footer.scss */
footer nav ul li:nth-child(3) a:hover {
  background-color: #26C9FF;
}
/* line 88, ../sass/_footer.scss */
footer nav ul li:nth-child(3) a:active {
  background-color: #00759B;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 95, ../sass/_footer.scss */
footer nav ul li:nth-child(4) a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 99, ../sass/_footer.scss */
footer nav ul li:nth-child(4) a span.gametracker {
  position: relative;
  top: 9px;
  margin-right: 10px;
}
/* line 104, ../sass/_footer.scss */
footer nav ul li:nth-child(4) a .gametracker:before {
  content: url(../img/footer/gt.png);
}
/* line 107, ../sass/_footer.scss */
footer nav ul li:nth-child(4) a:hover {
  background-color: #D9A300;
}
/* line 110, ../sass/_footer.scss */
footer nav ul li:nth-child(4) a:active {
  background-color: #9B7500;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 117, ../sass/_footer.scss */
footer nav ul li:nth-child(5) a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 121, ../sass/_footer.scss */
footer nav ul li:nth-child(5) a span.teamspeak {
  position: relative;
  top: 9px;
  margin-right: 10px;
}
/* line 126, ../sass/_footer.scss */
footer nav ul li:nth-child(5) a .teamspeak:before {
  content: url(../img/footer/ts.png);
}
/* line 129, ../sass/_footer.scss */
footer nav ul li:nth-child(5) a:hover {
  background-color: #0059B2;
}
/* line 132, ../sass/_footer.scss */
footer nav ul li:nth-child(5) a:active {
  background-color: #004E9B;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 139, ../sass/_footer.scss */
footer nav ul li:nth-child(6) a {
  padding-top: 38px;
  height: 82px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 143, ../sass/_footer.scss */
footer nav ul li:nth-child(6) a span.forum {
  position: relative;
  top: 6px;
  margin-right: 10px;
}
/* line 148, ../sass/_footer.scss */
footer nav ul li:nth-child(6) a .forum:before {
  content: url(../img/footer/forum.png);
}
/* line 151, ../sass/_footer.scss */
footer nav ul li:nth-child(6) a:hover {
  background-color: #8000FF;
}
/* line 154, ../sass/_footer.scss */
footer nav ul li:nth-child(6) a:active {
  background-color: #4E009B;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 162, ../sass/_footer.scss */
footer p {
  font-size: 0.75em;
  text-align: center;
  color: #CCC;
}

/* ==========================================================================
  Forms
  ========================================================================== */
/* line 5, ../sass/_forms.scss */
form {
  width: 500px;
  margin-right: 30%;
  float: right;
  padding-top: 180px;
  font-size: 0.75em;
}
/* line 11, ../sass/_forms.scss */
form div {
  margin-bottom: 30px;
  *zoom: 1;
}
/* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
form div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 15, ../sass/_forms.scss */
form label {
  display: inline-block;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 21, ../sass/_forms.scss */
form .error-message {
  color: #BB0D0D;
}
/* line 24, ../sass/_forms.scss */
form input, form textarea {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 1.125em;
  outline: none;
  border-color: transparent;
}
/* line 35, ../sass/_forms.scss */
form input:focus, form textarea:focus {
  background-color: #C7F5C7;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 39, ../sass/_forms.scss */
form .error {
  box-shadow: inset 0 0 5px #BB0D0D;
  border: 1px solid #BB0D0D;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 43, ../sass/_forms.scss */
form .error:focus {
  background-color: #BB0D0D;
  color: #FFF;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 49, ../sass/_forms.scss */
form input {
  height: 32px;
}
/* line 52, ../sass/_forms.scss */
form textarea {
  padding-top: 5px;
  height: 80px;
}
/* line 56, ../sass/_forms.scss */
form button {
  padding: 10px 20px;
  background-color: #FF8600;
  border: none;
  float: none;
  width: 162px;
  margin-left: 50%;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 65, ../sass/_forms.scss */
form button:hover {
  background-color: #FF0004;
}
/* line 68, ../sass/_forms.scss */
form button:active {
  background-color: #0A8E00;
}

/* line 73, ../sass/_forms.scss */
.success {
  height: 600px;
  width: 100%;
  background: transparent url(../img/contactus/success.png) no-repeat center center;
}

/* @import "tables"; @import "forms"; @import "sidebar"; @import "social-links"; @import "misc"; @import "lists"; @import "slide"; @import "blog"; */
/* ==========================================================================
   Core Styles
   ========================================================================== */
/*$mobile: 12 30em; /* 0 - 480px */
/*$medium: 12 47.9375em; /* 481px - 767px */
/*$large: 12 61.1875em; /* 768px - 979px */
/*$desktop: 901px 12 1200px; /* 980px - 1200px */
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
  /* line 58, ../sass/styles.scss */
  .time-img, #members, #gallery, #contactus .con-img, #donate {
    -webkit-background-size: auto 150%;
    background-attachment: scroll;
  }
}
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
  /* line 64, ../sass/styles.scss */
  .time-img, #members, #gallery, #contactus .con-img, #donate {
    -webkit-background-size: 150% auto;
    background-attachment: scroll;
  }
}
/* line 69, ../sass/styles.scss */
#ascrail2000-hr {
  display: none !important;
}

/* line 72, ../sass/styles.scss */
.XXX {
  display: none;
}

/* line 75, ../sass/styles.scss */
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
body:after {
  content: " ";
  display: block;
  clear: both;
}

/* Timeline */
@media (min-width: 0px) and (max-width: 600px) {
  /* line 80, ../sass/styles.scss */
  #time-graph ul li {
    font-size: 0.875em;
  }

  /* line 83, ../sass/styles.scss */
  #time-graph ul li p:first-child {
    font-size: 1.125em;
  }
}
/* Header */
@media (min-width: 768px) and (max-width: 1124px) {
  /* line 89, ../sass/styles.scss */
  header #logo {
    display: none;
  }

  /* line 92, ../sass/styles.scss */
  header #small-logo {
    display: block;
    *zoom: 1;
    margin-left: 28px;
    padding-right: 14px;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  header #small-logo:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 97, ../sass/styles.scss */
  header #small-logo img {
    display: block;
  }

  /* line 101, ../sass/styles.scss */
  a.header-small-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    display: block;
    width: 74px;
    height: 64px;
    border-bottom: none;
    text-decoration: none;
    margin: 0;
  }

  /* line 111, ../sass/styles.scss */
  span.small-logo-hover {
    width: 78px;
    height: 34px;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 18px;
    opacity: 0;
    cursor: pointer;
  }
  /* line 120, ../sass/styles.scss */
  span.small-logo-hover:hover {
    opacity: 1;
    background: url(../img/header/exclam2.png) no-repeat 0 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  /* line 126, ../sass/styles.scss */
  header nav {
    float: left;
    margin: 7px 0 0 0;
  }
  /* line 129, ../sass/styles.scss */
  header nav a {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 134, ../sass/styles.scss */
  #nav-wrap {
    float: left;
    height: 69px;
  }
  /* line 137, ../sass/styles.scss */
  #nav-wrap .nav-icons {
    width: 102px;
    background: transparent url(../img/hero/dots.png) no-repeat right 24px;
    float: left;
    padding-top: 21px;
    margin-right: 7px;
    margin-left: 22px;
    height: 48px;
  }
  /* line 145, ../sass/styles.scss */
  #nav-wrap .nav-icons img:first-child {
    padding: 0 15px 0 5px;
  }
  /* line 148, ../sass/styles.scss */
  #nav-wrap .nav-icons img:nth-child(2) {
    margin-left: 0;
  }
  /* line 151, ../sass/styles.scss */
  #nav-wrap .nav-icons span.ts-hover {
    left: 0;
  }
  /* line 154, ../sass/styles.scss */
  #nav-wrap .nav-icons span.fb-hover {
    left: 51px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 162, ../sass/styles.scss */
  header {
    border: none;
  }

  /* line 165, ../sass/styles.scss */
  header #logo {
    display: none;
  }

  /* line 168, ../sass/styles.scss */
  header #small-logo {
    display: block;
    *zoom: 1;
    margin-left: 28px;
    padding-right: 14px;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  header #small-logo:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 173, ../sass/styles.scss */
  header #small-logo img {
    display: block;
  }

  /* line 177, ../sass/styles.scss */
  span.small-logo-hover {
    width: 78px;
    height: 34px;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 18px;
    opacity: 0;
    cursor: pointer;
  }
  /* line 186, ../sass/styles.scss */
  span.small-logo-hover:hover {
    opacity: 1;
    background: url(../img/header/exclam2.png) no-repeat 0 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  /* line 192, ../sass/styles.scss */
  a.header-small-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    display: block;
    width: 74px;
    height: 64px;
    border-bottom: none;
    text-decoration: none;
    margin: 0;
  }

  /* line 203, ../sass/styles.scss */
  header nav {
    display: none;
  }

  /* line 206, ../sass/styles.scss */
  #nav-wrap {
    height: 69px;
  }

  /* line 209, ../sass/styles.scss */
  .nav-icons {
    margin-right: 0;
    margin-left: 15px;
    padding-top: 22px;
    background: transparent url(../img/hero/dots.png) no-repeat left 26px;
    float: left;
  }

  /* line 216, ../sass/styles.scss */
  .toggle-menu {
    display: block;
    padding: 40px 0 0 0;
    background: transparent url(../img/hero/menu.png) no-repeat 0 0;
    outline: none;
    border: none;
    width: 40px;
    float: right;
    margin: 23px 30px 0 0;
  }
  /* line 225, ../sass/styles.scss */
  .toggle-menu:hover {
    color: #999;
    background: transparent url(../img/hero/menu2.png) no-repeat 0 0;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  /* line 231, ../sass/styles.scss */
  header #hidden-menu {
    display: none;
    position: absolute;
    right: -202px;
    top: 70px;
    height: auto;
  }

  /* line 238, ../sass/styles.scss */
  header #hidden-menu nav {
    background: rgba(0, 0, 0, 0.83);
    display: block;
    width: 202px;
    float: right;
    height: auto;
    margin: 0;
  }

  /* line 246, ../sass/styles.scss */
  header header #hidden-menu nav li {
    text-align: center;
    cursor: pointer;
    float: left;
  }

  /* line 251, ../sass/styles.scss */
  header #hidden-menu nav a {
    font-size: 0.875em;
    color: #FFF;
    display: inline-block;
    padding: 20px 15px 20px 10px;
    text-decoration: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /* line 258, ../sass/styles.scss */
  header #hidden-menu nav a:hover {
    color: #CCC;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 262, ../sass/styles.scss */
  header #hidden-menu nav a:active {
    color: light-grey;
  }

  /* Menu Config - Slide Menu */
  /* line 273, ../sass/styles.scss */
  #slide-menu nav {
    display: block;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 177px;
    position: fixed;
    right: -240px;
    top: 7px;
    margin-top: 0px;
    -moz-transition: right 0.2s linear;
    -o-transition: right 0.2s linear;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
    width: 240px;
    z-index: 9001;
    /* IT'S OVER 9000! */
  }
  /* line 276, ../sass/styles.scss */
  #slide-menu nav a {
    text-decoration: none;
    width: 90px;
  }
  /* line 279, ../sass/styles.scss */
  #slide-menu nav a i {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  /* line 294, ../sass/styles.scss */
  #slide-menu nav #menuToggle {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    height: 15px;
    left: -70px;
    top: 0;
    width: 40px;
  }
  /* line 302, ../sass/styles.scss */
  #slide-menu nav #menuToggle span {
    background: #FFF;
    display: block;
    height: 10%;
    left: 10%;
    position: absolute;
    top: 45%;
    width: 80%;
  }
  /* line 310, ../sass/styles.scss */
  #slide-menu nav #menuToggle span:before, #slide-menu nav #menuToggle span:after {
    background: #FFF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: -250%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
  }
  /* line 320, ../sass/styles.scss */
  #slide-menu nav #menuToggle span:after {
    top: 250%;
  }
  /* line 324, ../sass/styles.scss */
  #slide-menu nav a:nth-child(n+2) {
    color: #FFF;
    display: block;
    font-size: 2.5em;
    margin: 30px 0 30px 30px;
  }
  /* line 329, ../sass/styles.scss */
  #slide-menu nav a:nth-child(n+2):after {
    background: #ffa53e;
    content: '';
    display: block;
    height: 2px;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    width: 0;
  }
  /* line 337, ../sass/styles.scss */
  #slide-menu nav a:nth-child(n+2):hover:after {
    width: 100%;
  }

  /* line 343, ../sass/styles.scss */
  #slide-menu .open {
    right: 0;
  }
  /* line 346, ../sass/styles.scss */
  #slide-menu .open #menuToggle span {
    background: transparent;
    left: 10%;
    top: 45%;
  }
  /* line 350, ../sass/styles.scss */
  #slide-menu .open #menuToggle span:before, #slide-menu .open #menuToggle span:after {
    background: #FFF;
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 355, ../sass/styles.scss */
  #slide-menu .open #menuToggle span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* line 363, ../sass/styles.scss */
  #menuToggle .navClosed {
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
  }
  /* line 365, ../sass/styles.scss */
  #menuToggle .navClosed:before, #menuToggle .navClosed:after {
    -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
    -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0.1s, 0.1s;
    transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
  }
  /* line 368, ../sass/styles.scss */
  #menuToggle .navOpen {
    -moz-transition: background 0.1s linear 0.2s;
    -o-transition: background 0.1s linear 0.2s;
    -webkit-transition: background 0.1s linear;
    -webkit-transition-delay: 0.2s;
    transition: background 0.1s linear 0.2s;
  }
  /* line 370, ../sass/styles.scss */
  #menuToggle .navOpen:before, #menuToggle .navOpen:after {
    -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
    -o-transition: top 0.2s linear, -o-transform 0.2s linear;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    transition: top 0.2s linear, transform 0.2s linear;
  }

  /* line 376, ../sass/styles.scss */
  a.back-to-top {
    top: 77px;
    right: 5px;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 383, ../sass/styles.scss */
  #slide-menu nav {
    top: 70px;
  }

  /* line 386, ../sass/styles.scss */
  a.back-to-top {
    top: 13px;
  }
}
/* History & Clock */
@media (min-width: 768px) and (max-width: 1919px) {
  /* line 394, ../sass/styles.scss */
  #history .hist-right #counter .clock-top {
    padding-left: 0;
  }
  /* line 396, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years, #history .hist-right #counter .clock-top #months, #history .hist-right #counter .clock-top #days {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1297px) {
  /* line 404, ../sass/styles.scss */
  #history {
    padding-right: 24px;
  }
  /* line 406, ../sass/styles.scss */
  #history .hist-left {
    width: 43%;
  }
  /* line 409, ../sass/styles.scss */
  #history .hist-right {
    background: url(../img/history/europe.png) no-repeat center center;
    background-size: contain;
  }
  /* line 414, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p {
    font-size: 1.75em;
  }
  /* line 417, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p.year {
    font-size: 2.75em;
  }
  /* line 422, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p {
    font-size: 1.75em;
  }
  /* line 425, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p.year {
    font-size: 2.75em;
  }
  /* line 430, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p {
    font-size: 1.75em;
  }
  /* line 433, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p.year {
    font-size: 2.75em;
  }
}
@media (min-width: 1025px) and (max-width: 1297px) {
  /* line 443, ../sass/styles.scss */
  #history .hist-right {
    margin-top: 150px;
    height: 464px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 450, ../sass/styles.scss */
  #history {
    padding-bottom: 100px;
  }
  /* line 452, ../sass/styles.scss */
  #history .hist-right {
    margin-top: 150px;
    height: 464px;
  }
}
@media (min-width: 0px) and (max-width: 550px) {
  /* line 460, ../sass/styles.scss */
  #hero h1 {
    font-size: 3.5em;
  }
  /* line 463, ../sass/styles.scss */
  #hero h2 {
    font-size: 3.5em;
  }

  /* line 468, ../sass/styles.scss */
  .time-img h1, .memb-img h1, .gall-img h1, .con-img h1 {
    font-size: 3.5em;
  }
  /* line 471, ../sass/styles.scss */
  .time-img h3, .memb-img h3, .gall-img h3, .con-img h3 {
    font-size: 1.75em;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 477, ../sass/styles.scss */
  #history {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 480, ../sass/styles.scss */
  #history .hist-left {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 486, ../sass/styles.scss */
  #history .hist-right {
    background-size: contain;
    float: none;
    width: 90%;
    height: 404px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  /* line 494, ../sass/styles.scss */
  #history .hist-right #counter .clock-top {
    padding-left: 0;
  }
  /* line 496, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years, #history .hist-right #counter .clock-top #months, #history .hist-right #counter .clock-top #days {
    width: 33.33333%;
  }
  /* line 500, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p {
    font-size: 1.75em;
  }
  /* line 503, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p.year {
    font-size: 2.75em;
  }
  /* line 508, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p {
    font-size: 1.75em;
  }
  /* line 511, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p.year {
    font-size: 2.75em;
  }
  /* line 516, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p {
    font-size: 1.75em;
  }
  /* line 519, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p.year {
    font-size: 2.75em;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  /* line 528, ../sass/styles.scss */
  #history {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 531, ../sass/styles.scss */
  #history .hist-left {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 537, ../sass/styles.scss */
  #history .hist-right {
    background-size: contain;
    float: none;
    width: 90%;
    height: 391px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 544, ../sass/styles.scss */
  #history .hist-right #counter .clock-top {
    padding-left: 0;
  }
  /* line 546, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years, #history .hist-right #counter .clock-top #months, #history .hist-right #counter .clock-top #days {
    width: 33.33333%;
  }
  /* line 550, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p {
    font-size: 1.625em;
  }
  /* line 553, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p.year {
    font-size: 2.75em;
  }
  /* line 558, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p {
    font-size: 1.625em;
  }
  /* line 561, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p.year {
    font-size: 2.75em;
  }
  /* line 566, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p {
    font-size: 1.625em;
  }
  /* line 569, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p.year {
    font-size: 2.75em;
  }
}
@media (min-width: 0px) and (max-width: 399px) {
  /* line 578, ../sass/styles.scss */
  #history {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 581, ../sass/styles.scss */
  #history .hist-left {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 587, ../sass/styles.scss */
  #history .hist-right {
    background-size: contain;
    float: none;
    width: 90%;
    height: 361px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 594, ../sass/styles.scss */
  #history .hist-right #counter .clock-top {
    padding-left: 0;
  }
  /* line 596, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years, #history .hist-right #counter .clock-top #months, #history .hist-right #counter .clock-top #days {
    width: 33.33333%;
  }
  /* line 600, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p {
    font-size: 1.375em;
  }
  /* line 603, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #years p.year {
    font-size: 2.75em;
  }
  /* line 608, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p {
    font-size: 1.375em;
  }
  /* line 611, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #months p.year {
    font-size: 2.75em;
  }
  /* line 616, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p {
    font-size: 1.375em;
  }
  /* line 619, ../sass/styles.scss */
  #history .hist-right #counter .clock-top #days p.year {
    font-size: 2.75em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 631, ../sass/styles.scss */
  #history .hist-right #counter .clock-top p {
    font-size: 2.25em;
    margin-top: 20px;
  }
  /* line 635, ../sass/styles.scss */
  #history .hist-right #counter .clock-top .year {
    font-size: 3.25em;
  }
  /* line 638, ../sass/styles.scss */
  #history .hist-right #counter .clock-top .months {
    font-size: 3.25em;
  }
  /* line 641, ../sass/styles.scss */
  #history .hist-right #counter .clock-top .days {
    font-size: 3.25em;
  }
}
/* Accordion */
@media (min-width: 0px) and (max-width: 570px) {
  /* line 650, ../sass/styles.scss */
  .accordion-header {
    padding: 0;
  }
  /* line 652, ../sass/styles.scss */
  .accordion-header h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 2.1875em;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  /* line 660, ../sass/styles.scss */
  .accordion-content p {
    clear: none;
    float: none;
    padding-left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
/* Timeline */
@media (min-width: 320px) and (max-width: 916px) {
  /* line 673, ../sass/styles.scss */
  #time-span {
    background: url(../img/timeline/earth2.png) no-repeat center -2px, url(../img/timeline/mountains.png) no-repeat 0 0, url(../img/timeline/tlbar.gif) repeat 0 0;
  }

  /* line 676, ../sass/styles.scss */
  #time-graph {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
  /* line 680, ../sass/styles.scss */
  #time-graph #time-list {
    background: transparent url(../img/timeline/320/mark2.gif) repeat-y center 0;
  }
  /* line 683, ../sass/styles.scss */
  #time-graph #time-arrow {
    height: 98px;
    width: 100%;
    background: transparent url(../img/timeline/small-arrow.png) no-repeat center 0;
  }
  /* line 687, ../sass/styles.scss */
  #time-graph #time-arrow .triple {
    position: absolute;
    left: 0;
    top: 0;
    height: 98px;
    width: 100%;
    background: transparent url(../img/timeline/trip-sml-arrow.png) no-repeat center 0;
    -webkit-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
    -moz-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
    -o-animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
    animation: mouse-fade 1.4s linear 0s 1 forwards, mouse-fade2 1.4s linear 0s infinite alternate;
  }
  /* line 697, ../sass/styles.scss */
  #time-graph div {
    width: 50%;
    padding: 20px 0 20px 0;
    *zoom: 1;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #time-graph div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 702, ../sass/styles.scss */
  #time-graph li {
    width: 100%;
  }
  /* line 705, ../sass/styles.scss */
  #time-graph .birth, #time-graph .moh, #time-graph .mw, #time-graph .bfbc2, #time-graph .csgo, #time-graph .duo, #time-graph .tod {
    float: left;
    background: none;
  }
  /* line 709, ../sass/styles.scss */
  #time-graph .billion, #time-graph .first, #time-graph .end, #time-graph .waw, #time-graph .bf3, #time-graph .ten, #time-graph .aw {
    float: right;
    background: none;
  }
  /* line 713, ../sass/styles.scss */
  #time-graph li.billiony {
    background: transparent url(../img/timeline/320/billion-line.png) no-repeat center -1px;
  }
  /* line 715, ../sass/styles.scss */
  #time-graph li.billiony p:first-child {
    color: #D86C00;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-top: 38px;
    display: inline-block;
  }
  /* line 723, ../sass/styles.scss */
  #time-graph li.billiony p:last-child {
    margin-left: 10px;
  }
  /* line 728, ../sass/styles.scss */
  #time-graph li.birthy {
    padding-top: 0px;
    background: transparent url(../img/timeline/320/birth-line.png) no-repeat center 0;
  }
  /* line 731, ../sass/styles.scss */
  #time-graph li.birthy p:first-child {
    margin-right: 10px;
    padding-top: 22px;
  }
  /* line 735, ../sass/styles.scss */
  #time-graph li.birthy p:last-child {
    padding: 0px;
    padding-left: 10px;
    margin-right: 10px;
  }
  /* line 742, ../sass/styles.scss */
  #time-graph li.firsty {
    padding-top: 0px;
    background: transparent url(../img/timeline/320/first-line.png) no-repeat center 0;
  }
  /* line 745, ../sass/styles.scss */
  #time-graph li.firsty div {
    float: right;
  }
  /* line 748, ../sass/styles.scss */
  #time-graph li.firsty p:first-child {
    margin-left: 10px;
    padding-top: 22px;
  }
  /* line 752, ../sass/styles.scss */
  #time-graph li.firsty p:last-child {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 758, ../sass/styles.scss */
  #time-graph li.mohy {
    background: transparent url(../img/timeline/320/moh-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 761, ../sass/styles.scss */
  #time-graph li.mohy p:first-child {
    margin-right: 10px;
    padding-top: 22px;
  }
  /* line 765, ../sass/styles.scss */
  #time-graph li.mohy p:nth-child(2) {
    padding: 0px;
    padding-left: 10px;
    margin-right: 10px;
  }
  /* line 770, ../sass/styles.scss */
  #time-graph li.mohy p:last-child {
    padding: 0px;
    padding-left: 10px;
    margin-right: 10px;
  }
  /* line 777, ../sass/styles.scss */
  #time-graph li.endy {
    background: transparent url(../img/timeline/320/end-line.png) no-repeat center 0;
    padding-top: 35px;
  }
  /* line 780, ../sass/styles.scss */
  #time-graph li.endy div {
    float: right;
  }
  /* line 783, ../sass/styles.scss */
  #time-graph li.endy p:first-child {
    margin-left: 10px;
  }
  /* line 786, ../sass/styles.scss */
  #time-graph li.endy p:nth-child(2) {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 790, ../sass/styles.scss */
  #time-graph li.endy p:last-child {
    margin-left: 10px;
    padding: 0px;
    padding-right: 10px;
  }
  /* line 797, ../sass/styles.scss */
  #time-graph li.mwy {
    background: transparent url(../img/timeline/320/mw-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 800, ../sass/styles.scss */
  #time-graph li.mwy p:first-child {
    text-align: right;
    margin-right: 10px;
  }
  /* line 804, ../sass/styles.scss */
  #time-graph li.mwy p:last-child {
    text-align: right;
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 811, ../sass/styles.scss */
  #time-graph .mw {
    padding-top: 22px;
  }
  /* line 815, ../sass/styles.scss */
  #time-graph li.wawy {
    background: transparent url(../img/timeline/320/waw-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 818, ../sass/styles.scss */
  #time-graph li.wawy div {
    float: right;
  }
  /* line 821, ../sass/styles.scss */
  #time-graph li.wawy p:first-child {
    margin-left: 10px;
  }
  /* line 824, ../sass/styles.scss */
  #time-graph li.wawy p:nth-child(2) {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 828, ../sass/styles.scss */
  #time-graph li.wawy p:last-child {
    margin-left: 10px;
    padding: 0px;
    padding-right: 10px;
  }
  /* line 834, ../sass/styles.scss */
  #time-graph .waw {
    padding-top: 22px;
  }
  /* line 838, ../sass/styles.scss */
  #time-graph li.bfbc2y {
    background: transparent url(../img/timeline/320/bfbc2-line.png) no-repeat center 0;
    padding-top: 26px;
  }
  /* line 841, ../sass/styles.scss */
  #time-graph li.bfbc2y p:first-child {
    margin-right: 10px;
    padding-top: 22px;
  }
  /* line 845, ../sass/styles.scss */
  #time-graph li.bfbc2y p:nth-child(2) {
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 850, ../sass/styles.scss */
  #time-graph li.bfbc2y p:last-child {
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 857, ../sass/styles.scss */
  #time-graph li.bf3y {
    background: transparent url(../img/timeline/320/bf3-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 860, ../sass/styles.scss */
  #time-graph li.bf3y div {
    float: right;
  }
  /* line 863, ../sass/styles.scss */
  #time-graph li.bf3y p:first-child {
    margin-left: 10px;
  }
  /* line 866, ../sass/styles.scss */
  #time-graph li.bf3y p:last-child {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 871, ../sass/styles.scss */
  #time-graph .bf3 {
    padding-top: 22px;
  }
  /* line 875, ../sass/styles.scss */
  #time-graph li.csgoy {
    background: transparent url(../img/timeline/320/csgo-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 878, ../sass/styles.scss */
  #time-graph li.csgoy p:first-child {
    margin-right: 10px;
    padding-top: 22px;
  }
  /* line 882, ../sass/styles.scss */
  #time-graph li.csgoy p:last-child {
    padding: 0px;
    margin-right: 10px;
    padding-left: 10px;
  }
  /* line 889, ../sass/styles.scss */
  #time-graph li.teny {
    background: transparent url(../img/timeline/320/ten-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 892, ../sass/styles.scss */
  #time-graph li.teny div {
    float: right;
  }
  /* line 895, ../sass/styles.scss */
  #time-graph li.teny p:first-child {
    margin-left: 10px;
    padding-top: 22px;
  }
  /* line 899, ../sass/styles.scss */
  #time-graph li.teny p:last-child {
    margin-left: 10px;
    padding: 0px;
    padding-right: 10px;
  }
  /* line 906, ../sass/styles.scss */
  #time-graph li.duoy {
    background: transparent url(../img/timeline/320/duo-line.png) no-repeat center 0;
    padding-top: 0px;
  }
  /* line 909, ../sass/styles.scss */
  #time-graph li.duoy p:first-child {
    margin-right: 10px;
  }
  /* line 912, ../sass/styles.scss */
  #time-graph li.duoy p:nth-child(2) {
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 917, ../sass/styles.scss */
  #time-graph li.duoy p:last-child {
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 923, ../sass/styles.scss */
  #time-graph .duo {
    padding-top: 22px;
  }
  /* line 927, ../sass/styles.scss */
  #time-graph li.awy {
    background: transparent url(../img/timeline/320/aw-line.png) no-repeat center 0;
    padding-top: 38px;
  }
  /* line 930, ../sass/styles.scss */
  #time-graph li.awy div {
    float: right;
  }
  /* line 933, ../sass/styles.scss */
  #time-graph li.awy p:first-child {
    margin-left: 10px;
  }
  /* line 936, ../sass/styles.scss */
  #time-graph li.awy p:nth-child(2) {
    margin-left: 10px;
    padding-right: 10px;
  }
  /* line 940, ../sass/styles.scss */
  #time-graph li.awy p:last-child {
    margin-left: 10px;
    padding: 0px;
    padding-right: 10px;
  }
  /* line 947, ../sass/styles.scss */
  #time-graph li.tody {
    background: none;
    padding-top: 0px;
    background: transparent url(../img/timeline/320/tod-circle.png) no-repeat center 23px;
  }
  /* line 951, ../sass/styles.scss */
  #time-graph li.tody div {
    text-align: right;
  }
  /* line 954, ../sass/styles.scss */
  #time-graph li.tody p:first-child {
    margin-right: 10px;
  }
  /* line 957, ../sass/styles.scss */
  #time-graph li.tody p:nth-child(2) {
    margin-right: 10px;
    padding: 0;
    padding-left: 10px;
  }
  /* line 962, ../sass/styles.scss */
  #time-graph li.tody p:last-child {
    margin-right: 10px;
    padding: 0px;
    padding-left: 10px;
  }
  /* line 968, ../sass/styles.scss */
  #time-graph .tod {
    padding-top: 22px;
  }
  /* line 972, ../sass/styles.scss */
  #time-graph p:nth-child(2) {
    margin-bottom: 15px;
  }
  /* line 975, ../sass/styles.scss */
  #time-graph p.time-right {
    text-align: right;
  }
  /* line 978, ../sass/styles.scss */
  #time-graph p.time-special {
    text-align: right;
    color: #F0F;
  }
  /* line 982, ../sass/styles.scss */
  #time-graph p.time-today {
    color: #FFFF00;
  }
}
/* Members List */
@media (min-width: 1697px) and (max-width: 1919px) {
  /* line 990, ../sass/styles.scss */
  #memb-list {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 992, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0;
  }
  /* line 1001, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 250px;
  }
  /* line 1004, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1013, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
  }
  /* line 1016, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 200px;
  }
  /* line 1019, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0px;
  }
  /* line 1022, ../sass/styles.scss */
  #memb-list #baavke {
    clear: none;
  }
  /* line 1025, ../sass/styles.scss */
  #memb-list #belinda {
    margin-left: 0;
  }
  /* line 1031, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 250px;
  }
  /* line 1034, ../sass/styles.scss */
  #memb-list #dogegg {
    margin-left: 0;
    clear: none;
  }
  /* line 1038, ../sass/styles.scss */
  #memb-list #velth {
    clear: both;
    margin-left: 0px;
  }
  /* line 1042, ../sass/styles.scss */
  #memb-list #shift {
    margin-left: 0px;
  }
  /* line 1048, ../sass/styles.scss */
  #memb-list #jerry {
    margin-left: 225px;
  }
  /* line 1054, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: both;
  }
  /* line 1057, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0px;
  }
  /* line 1064, ../sass/styles.scss */
  #memb-list #homer {
    margin-left: 250px;
  }
  /* line 1070, ../sass/styles.scss */
  #memb-list #terror {
    clear: both;
    margin-left: 0;
  }
  /* line 1077, ../sass/styles.scss */
  #memb-list #robbin {
    clear: none;
    margin-left: 0px;
  }
  /* line 1081, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 240px;
  }
  /* line 1089, ../sass/styles.scss */
  #memb-list #acdk {
    clear: none;
    margin-left: 450px;
  }
}
@media (min-width: 1447px) and (max-width: 1696px) {
  /* line 1097, ../sass/styles.scss */
  #memb-list {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1099, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0px;
  }
  /* line 1108, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 250px;
  }
  /* line 1111, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1120, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
  }
  /* line 1123, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 200px;
  }
  /* line 1126, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
  }
  /* line 1129, ../sass/styles.scss */
  #memb-list #baavke {
    clear: both;
  }
  /* line 1132, ../sass/styles.scss */
  #memb-list #belinda {
    margin-left: 0;
  }
  /* line 1138, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 250px;
  }
  /* line 1141, ../sass/styles.scss */
  #memb-list #dogegg {
    clear: none;
  }
  /* line 1144, ../sass/styles.scss */
  #memb-list #velth {
    margin-left: 0;
    clear: both;
  }
  /* line 1154, ../sass/styles.scss */
  #memb-list #jerry {
    margin-left: 200px;
  }
  /* line 1160, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: both;
  }
  /* line 1163, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
  }
  /* line 1170, ../sass/styles.scss */
  #memb-list #homer {
    margin-left: 250px;
  }
  /* line 1176, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: both;
  }
  /* line 1183, ../sass/styles.scss */
  #memb-list #robbin {
    clear: none;
    margin-left: 0;
  }
  /* line 1187, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 200px;
  }
  /* line 1195, ../sass/styles.scss */
  #memb-list #acdk {
    clear: both;
    margin-left: 450px;
  }
}
@media (min-width: 1197px) and (max-width: 1446px) {
  /* line 1203, ../sass/styles.scss */
  #memb-list {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1211, ../sass/styles.scss */
  #memb-list #justice {
    margin-left: 120px;
  }
  /* line 1214, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 0px;
  }
  /* line 1217, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1223, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 100px;
  }
  /* line 1226, ../sass/styles.scss */
  #memb-list #will {
    margin-left: 0;
    clear: none;
  }
  /* line 1230, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 0px;
  }
  /* line 1233, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
  }
  /* line 1236, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 110px;
    clear: both;
  }
  /* line 1240, ../sass/styles.scss */
  #memb-list #belinda {
    margin-left: 0;
  }
  /* line 1246, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
  }
  /* line 1249, ../sass/styles.scss */
  #memb-list #dogegg {
    margin-left: 90px;
    clear: none;
  }
  /* line 1253, ../sass/styles.scss */
  #memb-list #velth {
    margin-left: 0;
    clear: none;
  }
  /* line 1257, ../sass/styles.scss */
  #memb-list #shift {
    clear: both;
  }
  /* line 1263, ../sass/styles.scss */
  #memb-list #jerry {
    margin-left: 120px;
  }
  /* line 1269, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: both;
  }
  /* line 1272, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
  }
  /* line 1276, ../sass/styles.scss */
  #memb-list #paul {
    margin-left: 100px;
  }
  /* line 1279, ../sass/styles.scss */
  #memb-list #homer {
    margin-left: 0px;
  }
  /* line 1285, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
  }
  /* line 1289, ../sass/styles.scss */
  #memb-list #atg {
    margin-left: 110px;
  }
  /* line 1292, ../sass/styles.scss */
  #memb-list #robbin {
    clear: none;
    margin-left: 0;
  }
  /* line 1296, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
  }
  /* line 1304, ../sass/styles.scss */
  #memb-list #acdk {
    clear: both;
    margin-left: 240px;
  }
}
@media (min-width: 1025px) and (max-width: 1196px) {
  /* line 1312, ../sass/styles.scss */
  #memb-list {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1314, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 10px;
  }
  /* line 1320, ../sass/styles.scss */
  #memb-list #justice {
    float: right;
  }
  /* line 1323, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 0px;
    float: right;
  }
  /* line 1327, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1333, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 0;
    float: right;
  }
  /* line 1337, ../sass/styles.scss */
  #memb-list #will {
    margin-left: 0;
    clear: none;
    float: right;
  }
  /* line 1342, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 0px;
  }
  /* line 1345, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
  }
  /* line 1348, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 0;
    clear: both;
    float: right;
  }
  /* line 1353, ../sass/styles.scss */
  #memb-list #belinda {
    float: right;
    margin-left: 0;
  }
  /* line 1360, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
  }
  /* line 1363, ../sass/styles.scss */
  #memb-list #dogegg {
    float: right;
    margin-left: 0;
    clear: none;
  }
  /* line 1368, ../sass/styles.scss */
  #memb-list #velth {
    float: right;
    margin-left: 0;
    clear: none;
  }
  /* line 1373, ../sass/styles.scss */
  #memb-list #shift {
    clear: both;
  }
  /* line 1379, ../sass/styles.scss */
  #memb-list #jerry {
    float: right;
    margin-left: 0;
  }
  /* line 1383, ../sass/styles.scss */
  #memb-list #fred {
    float: right;
  }
  /* line 1386, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: both;
  }
  /* line 1389, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
  }
  /* line 1393, ../sass/styles.scss */
  #memb-list #paul {
    float: right;
    margin-left: 0;
  }
  /* line 1397, ../sass/styles.scss */
  #memb-list #homer {
    float: right;
    margin-left: 0px;
  }
  /* line 1404, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
  }
  /* line 1408, ../sass/styles.scss */
  #memb-list #atg {
    float: right;
    margin-left: 0;
  }
  /* line 1412, ../sass/styles.scss */
  #memb-list #robbin {
    float: right;
    clear: none;
    margin-left: 0;
  }
  /* line 1417, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
  }
  /* line 1425, ../sass/styles.scss */
  #memb-list #acdk {
    clear: both;
    margin-left: 200px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* line 1433, ../sass/styles.scss */
  #memb-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1437, ../sass/styles.scss */
  #memb-list div {
    width: 23.8%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 330px;
  }
  /* line 1442, ../sass/styles.scss */
  #memb-list div img {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 10px 0px;
  }
  /* line 1448, ../sass/styles.scss */
  #memb-list div p:nth-child(2) {
    font-size: 0.875em;
    clear: both;
  }
  /* line 1452, ../sass/styles.scss */
  #memb-list div p:nth-child(3) {
    padding-right: 0;
    font-size: 0.875em;
  }
  /* line 1456, ../sass/styles.scss */
  #memb-list div em {
    padding-bottom: 40px;
  }
  /* line 1460, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0px;
  }
  /* line 1466, ../sass/styles.scss */
  #memb-list #justice {
    float: left;
  }
  /* line 1469, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 0px;
    float: left;
    padding-right: 0px;
  }
  /* line 1474, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1480, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 0;
    float: left;
  }
  /* line 1484, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
    float: left;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1490, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 0px;
  }
  /* line 1493, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
  }
  /* line 1496, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 0;
    clear: none;
    float: left;
  }
  /* line 1501, ../sass/styles.scss */
  #memb-list #belinda {
    float: left;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1509, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
  }
  /* line 1512, ../sass/styles.scss */
  #memb-list #dogegg {
    float: left;
    margin-left: 0;
    clear: none;
  }
  /* line 1517, ../sass/styles.scss */
  #memb-list #velth {
    float: left;
    margin-left: 0;
    padding-right: 0px;
    clear: none;
  }
  /* line 1523, ../sass/styles.scss */
  #memb-list #shift {
    clear: none;
  }
  /* line 1529, ../sass/styles.scss */
  #memb-list #jerry {
    float: left;
    margin-left: 0;
  }
  /* line 1533, ../sass/styles.scss */
  #memb-list #fred {
    float: left;
    padding-right: 0px;
  }
  /* line 1537, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: none;
  }
  /* line 1540, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
  }
  /* line 1544, ../sass/styles.scss */
  #memb-list #paul {
    float: left;
    margin-left: 0;
  }
  /* line 1548, ../sass/styles.scss */
  #memb-list #homer {
    float: left;
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1556, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
  }
  /* line 1560, ../sass/styles.scss */
  #memb-list #atg {
    float: left;
    margin-left: 0;
  }
  /* line 1564, ../sass/styles.scss */
  #memb-list #robbin {
    float: left;
    clear: none;
    padding-right: 0px;
    margin-left: 0;
  }
  /* line 1570, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
  }
  /* line 1577, ../sass/styles.scss */
  #memb-list #acdk {
    float: left;
    margin-left: 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  /* line 1585, ../sass/styles.scss */
  #memb-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1589, ../sass/styles.scss */
  #memb-list div {
    width: 32%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 330px;
  }
  /* line 1594, ../sass/styles.scss */
  #memb-list div img {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 10px 0px;
  }
  /* line 1600, ../sass/styles.scss */
  #memb-list div p:nth-child(2) {
    font-size: 0.875em;
    clear: both;
  }
  /* line 1604, ../sass/styles.scss */
  #memb-list div p:nth-child(3) {
    padding-right: 0;
    font-size: 0.875em;
  }
  /* line 1608, ../sass/styles.scss */
  #memb-list div em {
    padding-bottom: 40px;
  }
  /* line 1612, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0px;
  }
  /* line 1618, ../sass/styles.scss */
  #memb-list #justice {
    float: left;
    padding-right: 0px;
  }
  /* line 1622, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 0px;
    float: left;
    padding-right: 10px;
  }
  /* line 1627, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1630, ../sass/styles.scss */
  #memb-list #muffin {
    float: left;
    padding-right: 0px;
  }
  /* line 1634, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 0;
    float: left;
    padding-right: 10px;
  }
  /* line 1639, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
    float: left;
    margin-left: 0;
  }
  /* line 1644, ../sass/styles.scss */
  #memb-list #mike {
    float: left;
    padding-right: 0px;
    margin-left: 0px;
  }
  /* line 1649, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
  }
  /* line 1652, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 0;
    clear: none;
    float: left;
    padding-right: 10px;
  }
  /* line 1658, ../sass/styles.scss */
  #memb-list #belinda {
    float: left;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1666, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
  }
  /* line 1669, ../sass/styles.scss */
  #memb-list #dogegg {
    float: left;
    padding-right: 0px;
    margin-left: 0;
    clear: none;
  }
  /* line 1675, ../sass/styles.scss */
  #memb-list #velth {
    float: left;
    padding-right: 10px;
    margin-left: 0;
    clear: none;
  }
  /* line 1681, ../sass/styles.scss */
  #memb-list #shift {
    clear: none;
  }
  /* line 1684, ../sass/styles.scss */
  #memb-list #beans {
    padding-right: 0px;
  }
  /* line 1687, ../sass/styles.scss */
  #memb-list #jerry {
    float: left;
    padding-right: 10px;
    margin-left: 0;
  }
  /* line 1692, ../sass/styles.scss */
  #memb-list #fred {
    float: left;
  }
  /* line 1695, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: none;
    padding-right: 0px;
  }
  /* line 1699, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
  }
  /* line 1703, ../sass/styles.scss */
  #memb-list #paul {
    float: left;
    padding-right: 10px;
    margin-left: 0;
  }
  /* line 1708, ../sass/styles.scss */
  #memb-list #homer {
    float: left;
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1716, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
  }
  /* line 1720, ../sass/styles.scss */
  #memb-list #atg {
    float: left;
    padding-right: 0px;
    margin-left: 0;
  }
  /* line 1725, ../sass/styles.scss */
  #memb-list #robbin {
    float: left;
    padding-right: 10px;
    clear: none;
    margin-left: 0;
  }
  /* line 1731, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
  }
  /* line 1736, ../sass/styles.scss */
  #memb-list #reece {
    padding-right: 0px;
  }
  /* line 1739, ../sass/styles.scss */
  #memb-list #acdk {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  /* line 1749, ../sass/styles.scss */
  #memb-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1753, ../sass/styles.scss */
  #memb-list div {
    width: 48.6%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 330px;
  }
  /* line 1758, ../sass/styles.scss */
  #memb-list div img {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 10px 0px;
  }
  /* line 1764, ../sass/styles.scss */
  #memb-list div p:nth-child(2) {
    font-size: 0.875em;
    clear: both;
  }
  /* line 1768, ../sass/styles.scss */
  #memb-list div p:nth-child(3) {
    padding-right: 0;
    font-size: 0.875em;
  }
  /* line 1772, ../sass/styles.scss */
  #memb-list div em {
    padding-bottom: 40px;
  }
  /* line 1776, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0;
  }
  /* line 1779, ../sass/styles.scss */
  #memb-list #gesar {
    padding-right: 0px;
  }
  /* line 1782, ../sass/styles.scss */
  #memb-list #justice {
    float: left;
  }
  /* line 1785, ../sass/styles.scss */
  #memb-list #int14 {
    margin-left: 0px;
    float: left;
    padding-right: 0px;
  }
  /* line 1790, ../sass/styles.scss */
  #memb-list #drvag {
    margin-left: 0;
  }
  /* line 1793, ../sass/styles.scss */
  #memb-list #muffin {
    padding-right: 0px;
  }
  /* line 1796, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 0;
    float: left;
  }
  /* line 1800, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
    float: left;
    padding-right: 0px;
    margin-left: 0px;
  }
  /* line 1806, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 0px;
  }
  /* line 1809, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1813, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 0;
    clear: none;
    float: left;
  }
  /* line 1818, ../sass/styles.scss */
  #memb-list #belinda {
    float: left;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1826, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1830, ../sass/styles.scss */
  #memb-list #dogegg {
    float: left;
    margin-left: 0;
    clear: none;
  }
  /* line 1835, ../sass/styles.scss */
  #memb-list #velth {
    float: left;
    margin-left: 0;
    clear: none;
    padding-right: 0px;
  }
  /* line 1842, ../sass/styles.scss */
  #memb-list #shift {
    clear: none;
  }
  /* line 1845, ../sass/styles.scss */
  #memb-list #beans {
    padding-right: 0px;
  }
  /* line 1848, ../sass/styles.scss */
  #memb-list #jerry {
    float: left;
    margin-left: 0;
  }
  /* line 1852, ../sass/styles.scss */
  #memb-list #fred {
    float: left;
    padding-right: 0px;
  }
  /* line 1856, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: none;
  }
  /* line 1859, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1864, ../sass/styles.scss */
  #memb-list #paul {
    float: left;
    margin-left: 0;
  }
  /* line 1868, ../sass/styles.scss */
  #memb-list #homer {
    float: left;
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1876, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
    padding-right: 0px;
  }
  /* line 1881, ../sass/styles.scss */
  #memb-list #atg {
    float: left;
    margin-left: 0;
  }
  /* line 1885, ../sass/styles.scss */
  #memb-list #robbin {
    float: left;
    clear: none;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1891, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
  }
  /* line 1896, ../sass/styles.scss */
  #memb-list #reece {
    padding-right: 0px;
  }
  /* line 1899, ../sass/styles.scss */
  #memb-list #acdk {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 160px) and (max-width: 399px) {
  /* line 1909, ../sass/styles.scss */
  #memb-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 12, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/susy-2.2.3/sass/susy/output/support/_clearfix.scss */
  #memb-list:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 1913, ../sass/styles.scss */
  #memb-list div {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 330px;
  }
  /* line 1918, ../sass/styles.scss */
  #memb-list div img {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 0 10px 0px;
  }
  /* line 1924, ../sass/styles.scss */
  #memb-list div p:nth-child(2) {
    font-size: 0.875em;
    clear: both;
  }
  /* line 1928, ../sass/styles.scss */
  #memb-list div p:nth-child(3) {
    padding-right: 0;
    font-size: 0.875em;
  }
  /* line 1932, ../sass/styles.scss */
  #memb-list div em {
    padding-bottom: 40px;
  }
  /* line 1936, ../sass/styles.scss */
  #memb-list #fonzy {
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1940, ../sass/styles.scss */
  #memb-list #gesar {
    padding-right: 0px;
  }
  /* line 1943, ../sass/styles.scss */
  #memb-list #justice {
    padding-right: 0px;
    float: right;
  }
  /* line 1947, ../sass/styles.scss */
  #memb-list #int14 {
    padding-right: 0px;
    margin-left: 0px;
    float: right;
  }
  /* line 1952, ../sass/styles.scss */
  #memb-list #drvag {
    padding-right: 0px;
    margin-left: 0;
  }
  /* line 1956, ../sass/styles.scss */
  #memb-list #muffin {
    padding-right: 0px;
  }
  /* line 1959, ../sass/styles.scss */
  #memb-list #jan {
    margin-left: 0;
    float: right;
    padding-right: 0px;
  }
  /* line 1964, ../sass/styles.scss */
  #memb-list #will {
    clear: none;
    float: right;
    padding-right: 0px;
    margin-left: 0;
  }
  /* line 1970, ../sass/styles.scss */
  #memb-list #mike {
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1974, ../sass/styles.scss */
  #memb-list #panda {
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1978, ../sass/styles.scss */
  #memb-list #baavke {
    margin-left: 0;
    clear: none;
    float: right;
    padding-right: 0px;
  }
  /* line 1984, ../sass/styles.scss */
  #memb-list #belinda {
    float: right;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 1989, ../sass/styles.scss */
  #memb-list #mark {
    padding-right: 0px;
  }
  /* line 1992, ../sass/styles.scss */
  #memb-list #ermey {
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 1996, ../sass/styles.scss */
  #memb-list #dogegg {
    float: right;
    margin-left: 0;
    clear: none;
    padding-right: 0px;
  }
  /* line 2002, ../sass/styles.scss */
  #memb-list #velth {
    float: right;
    margin-left: 0;
    clear: none;
    padding-right: 0px;
  }
  /* line 2008, ../sass/styles.scss */
  #memb-list #shift {
    clear: none;
    padding-right: 0px;
  }
  /* line 2012, ../sass/styles.scss */
  #memb-list #beans {
    padding-right: 0px;
  }
  /* line 2015, ../sass/styles.scss */
  #memb-list #jerry {
    float: right;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 2020, ../sass/styles.scss */
  #memb-list #fred {
    float: right;
    padding-right: 0px;
  }
  /* line 2024, ../sass/styles.scss */
  #memb-list #gunnzy {
    clear: none;
    padding-right: 0px;
  }
  /* line 2028, ../sass/styles.scss */
  #memb-list #colin {
    clear: none;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 2033, ../sass/styles.scss */
  #memb-list #paul {
    float: right;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 2038, ../sass/styles.scss */
  #memb-list #homer {
    float: right;
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 2043, ../sass/styles.scss */
  #memb-list #jacob {
    padding-right: 0px;
  }
  /* line 2046, ../sass/styles.scss */
  #memb-list #terror {
    margin-left: 0;
    clear: none;
    padding-right: 0px;
  }
  /* line 2051, ../sass/styles.scss */
  #memb-list #atg {
    float: right;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 2056, ../sass/styles.scss */
  #memb-list #robbin {
    float: right;
    clear: none;
    margin-left: 0;
    padding-right: 0px;
  }
  /* line 2062, ../sass/styles.scss */
  #memb-list #nightpip {
    clear: none;
    margin-left: 0px;
    padding-right: 0px;
  }
  /* line 2067, ../sass/styles.scss */
  #memb-list #reece {
    padding-right: 0px;
  }
  /* line 2070, ../sass/styles.scss */
  #memb-list #acdk {
    clear: both;
    margin-left: 0px;
    padding-right: 0px;
  }
}
/* Gallery Tiles */
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 2080, ../sass/styles.scss */
  .gall-tiles ul.img-list li {
    max-width: 25%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 2087, ../sass/styles.scss */
  .gall-tiles ul.img-list li {
    max-width: 33.333333%;
  }
  /* line 2089, ../sass/styles.scss */
  .gall-tiles ul.img-list li.XXX {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  /* line 2097, ../sass/styles.scss */
  .gall-tiles ul.img-list li {
    max-width: 50%;
  }
  /* line 2099, ../sass/styles.scss */
  .gall-tiles ul.img-list li.XXX {
    display: none;
  }
}
/* Donate */
@media (min-width: 668px) and (max-width: 1023px) {
  /* line 2107, ../sass/styles.scss */
  #donate {
    padding-left: 0;
  }
  /* line 2109, ../sass/styles.scss */
  #donate #don-box {
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 667px) {
  /* line 2115, ../sass/styles.scss */
  #donate {
    padding-left: 0;
  }
  /* line 2117, ../sass/styles.scss */
  #donate #don-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 8px) {
  /* line 2124, ../sass/styles.scss */
  #contactus .con-form {
    width: auto;
    float: left;
  }
  /* line 2127, ../sass/styles.scss */
  #contactus .con-form #bm-form {
    margin-right: 0;
    margin-left: 60px;
    float: left;
  }
}
/* Contact Us */
@media (min-width: 1240px) and (max-width: 1538px) {
  /* line 2136, ../sass/styles.scss */
  #bm-form {
    margin: 0 auto;
    float: none;
  }

  /* line 2141, ../sass/styles.scss */
  #contactus #left-con {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: -200px;
  }
  /* line 2146, ../sass/styles.scss */
  #contactus #left-con img {
    left: 10px;
  }
  /* line 2150, ../sass/styles.scss */
  #contactus .con-text {
    width: 50%;
    padding-top: 160px;
    padding-left: 0px;
    *zoom: 1;
    padding-bottom: 206px;
    float: left;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2158, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2163, ../sass/styles.scss */
  #contactus .con-text p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2167, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2172, ../sass/styles.scss */
  #contactus .con-form {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  /* line 2178, ../sass/styles.scss */
  form {
    margin: 0 auto;
    float: none;
  }

  /* line 2183, ../sass/styles.scss */
  #contactus #left-con {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: -290px;
  }
  /* line 2188, ../sass/styles.scss */
  #contactus #left-con img {
    left: 4.5%;
  }
  /* line 2192, ../sass/styles.scss */
  #contactus .con-text {
    width: 50%;
    padding-top: 160px;
    padding-left: 0px;
    *zoom: 1;
    padding-bottom: 206px;
    float: left;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2200, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2205, ../sass/styles.scss */
  #contactus .con-text p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2209, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2214, ../sass/styles.scss */
  #contactus .con-form {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1143px) {
  /* line 2220, ../sass/styles.scss */
  #bm-form {
    width: 490px;
    float: none;
  }

  /* line 2225, ../sass/styles.scss */
  #contactus .con-text {
    width: 49%;
    padding-top: 160px;
    padding-left: 0px;
    *zoom: 1;
    padding-bottom: 206px;
    float: left;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2232, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 2.75em;
  }
  /* line 2238, ../sass/styles.scss */
  #contactus .con-text p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2242, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2247, ../sass/styles.scss */
  #contactus .con-form {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  /* line 2253, ../sass/styles.scss */
  form {
    margin: 0 auto;
    float: none;
    padding-top: 0;
  }

  /* line 2258, ../sass/styles.scss */
  #contactus {
    padding-bottom: 120px;
  }
  /* line 2260, ../sass/styles.scss */
  #contactus #left-con {
    display: none;
  }
  /* line 2263, ../sass/styles.scss */
  #contactus .con-text {
    background: transparent url(../img/contactus/crest2.png) no-repeat center 80px;
    background-size: 85%;
    width: 508px;
    padding-top: 160px;
    padding-left: 0px;
    *zoom: 1;
    padding-bottom: 100px;
    float: none;
    margin: 0 auto;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2273, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2278, ../sass/styles.scss */
  #contactus .con-text p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2282, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2287, ../sass/styles.scss */
  #contactus .con-form {
    width: 84%;
    float: none;
    margin-top: 40px;
  }

  /* line 2293, ../sass/styles.scss */
  .success {
    position: relative;
    left: 10%;
    background: transparent url(../img/contactus/success.png) no-repeat center center;
  }
}
@media (min-width: 360px) and (max-width: 599px) {
  /* line 2300, ../sass/styles.scss */
  form {
    margin: 0 auto;
    float: none;
    padding-top: 0;
    width: inherit;
  }
  /* line 2305, ../sass/styles.scss */
  form div {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 2310, ../sass/styles.scss */
  form label {
    float: none;
    display: block;
    width: auto;
    padding-bottom: 5px;
    padding-right: 10px;
    text-align: right;
  }
  /* line 2318, ../sass/styles.scss */
  form input, form textarea {
    width: 100%;
    float: none;
  }

  /* line 2323, ../sass/styles.scss */
  #contactus {
    padding-bottom: 120px;
  }
  /* line 2325, ../sass/styles.scss */
  #contactus #left-con {
    display: none;
  }
  /* line 2328, ../sass/styles.scss */
  #contactus .con-text {
    background: transparent url(../img/contactus/crest2.png) no-repeat center center;
    background-size: 80%;
    padding-top: 160px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 80px;
    float: none;
    *zoom: 1;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2337, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2342, ../sass/styles.scss */
  #contactus .con-text p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2346, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2351, ../sass/styles.scss */
  #contactus .con-form {
    width: 100%;
    float: none;
  }

  /* line 2356, ../sass/styles.scss */
  .success {
    margin-top: 40px;
    position: relative;
    left: 0;
    background: transparent url(../img/contactus/success.png) no-repeat center center;
    background-size: contain;
  }
}
@media (min-width: 0px) and (max-width: 359px) {
  /* line 2365, ../sass/styles.scss */
  form {
    margin: 0 auto;
    float: none;
    padding-top: 0;
    width: inherit;
  }
  /* line 2370, ../sass/styles.scss */
  form div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 2375, ../sass/styles.scss */
  form label {
    float: none;
    display: block;
    width: auto;
    padding-bottom: 5px;
    padding-right: 10px;
    text-align: right;
  }
  /* line 2383, ../sass/styles.scss */
  form input, form textarea {
    width: 100%;
    float: none;
  }
  /* line 2387, ../sass/styles.scss */
  form button {
    float: right;
    margin-right: 5%;
  }

  /* line 2392, ../sass/styles.scss */
  #contactus {
    padding-bottom: 120px;
  }
  /* line 2394, ../sass/styles.scss */
  #contactus #left-con {
    display: none;
  }
  /* line 2397, ../sass/styles.scss */
  #contactus .con-text {
    background: transparent url(../img/contactus/crest2.png) no-repeat center center;
    background-size: 90%;
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 80px;
    float: none;
    *zoom: 1;
  }
  /* line 38, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #contactus .con-text:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 2406, ../sass/styles.scss */
  #contactus .con-text h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2411, ../sass/styles.scss */
  #contactus .con-text p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* line 2415, ../sass/styles.scss */
  #contactus .con-text p:nth-child(2) {
    font-size: 1.25em;
  }
  /* line 2420, ../sass/styles.scss */
  #contactus .con-form {
    width: 100%;
    float: none;
  }
}
/* Footer */
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2428, ../sass/styles.scss */
  footer nav ul li {
    width: 100%;
  }
  /* line 2430, ../sass/styles.scss */
  footer nav ul li:first-child a, footer nav ul li:nth-child(2) a, footer nav ul li:nth-child(3) a, footer nav ul li:nth-child(4) a, footer nav ul li:nth-child(5) a, footer nav ul li:nth-child(6) a {
    padding-top: 18px;
    height: 60px;
  }
}
/* Video */
@media (min-width: 0px) and (max-width: 479px) {
  /* line 2438, ../sass/styles.scss */
  #video {
    height: auto;
    width: auto;
    border-top: #323232 2px solid;
    border-bottom: #323232 2px solid;
    padding: 0;
    position: relative;
  }
  /* line 2445, ../sass/styles.scss */
  #video button {
    padding: 0;
  }
  /* line 2448, ../sass/styles.scss */
  #video h1 {
    text-align: center;
  }
}
