/* Minification failed. Returning unminified contents.
(1488,333): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
 */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

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

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

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

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

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

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

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

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

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

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

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

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

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

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

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

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

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

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

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

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

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

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

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

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

button,
input {
    line-height: normal;
}

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

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * grid extraction @ 960pixels.pl
 */

html 											{ font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* img 											{ width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } */
#map_canvas img,
.google-maps img 								{ max-width: none; }

button,
input,
select,
textarea 										{ margin: 0; font-size: 100%; vertical-align: middle; }

button,
input 											{ *overflow: visible; line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner 						{ padding: 0; border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] 							{ cursor: pointer; -webkit-appearance: button; }

input[type="search"] 							{ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
												-webkit-appearance: textfield;
												}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

textarea 										{ overflow: auto; vertical-align: top; }
.clearfix 										{ *zoom: 1; }
.clearfix:before,
.clearfix:after 								{ display: table; line-height: 0; content: ""; }
.clearfix:after									{ clear: both; }

/* body 											{ margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background: #ffffff; } */
.row 											{ margin-left: -20px; *zoom: 1; }

.row:before,
.row:after 										{ display: table; line-height: 0; content: ""; }
.row:after 										{ clear: both; }
[class*="span"] 								{ float: left; min-height: 1px; margin-left: 20px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container					{ width: 940px; }

.span12											{ width: 940px; }
.span11 										{ width: 860px; }
.span10											{ width: 780px; }
.span9											{ width: 700px; }
.span8 											{ width: 620px; }
.span7 											{ width: 540px; }
.span6 											{ width: 460px; }
.span5 											{ width: 380px; }
.span4 											{ width: 300px; }
.span3 											{ width: 220px; }
.span2 											{ width: 140px; }
.span1 											{ width: 60px; }

.offset12 										{ margin-left: 980px; }
.offset11 										{ margin-left: 900px; }
.offset10 										{ margin-left: 820px; }
.offset9 										{ margin-left: 740px; }
.offset8 										{ margin-left: 660px; }
.offset7 										{ margin-left: 580px; }
.offset6 										{ margin-left: 500px; }
.offset5										{ margin-left: 420px; }
.offset4 										{ margin-left: 340px; }
.offset3 										{ margin-left: 260px; }
.offset2 										{ margin-left: 180px; }
.offset1 										{ margin-left: 100px; }

.row-fluid 										{ width: 100%; *zoom: 1; }
.row-fluid:before,
.row-fluid:after 								{ display: table; line-height: 0; content: ""; }
.row-fluid:after 								{ clear: both; }
.row-fluid [class*="span"] 						{
												display: block; float: left; width: 100%;
  												min-height: 30px; margin-left: 2.127659574468085%; margin-left: 2.074468085106383%;
  												-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
     											}

.row-fluid [class*="span"]:first-child 			{ margin-left: 0; }
.row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.127659574468085%; }

.row-fluid .span12								{ width: 100%; *width: 99.94680851063829%; }
.row-fluid .span11 								{ width: 91.48936170212765%; *width: 91.43617021276594%; }
.row-fluid .span10 								{ width: 82.97872340425532%; *width: 82.92553191489361%; }
.row-fluid .span9 								{ width: 74.46808510638297%; *width: 74.41489361702126%; }
.row-fluid .span8 								{ width: 65.95744680851064%; *width: 65.90425531914893%; }
.row-fluid .span7 								{ width: 57.44680851063829%; *width: 57.39361702127659%; }
.row-fluid .span6 								{ width: 48.93617021276595%; *width: 48.88297872340425%; }
.row-fluid .span5 								{ width: 40.42553191489362%; *width: 40.37234042553192%; }
.row-fluid .span4 								{ width: 31.914893617021278%; *width: 31.861702127659576%; }
.row-fluid .span3 								{ width: 23.404255319148934%; *width: 23.351063829787233%; }
.row-fluid .span2 								{ width: 14.893617021276595%; *width: 14.840425531914894%; }
.row-fluid .span1 								{ width: 6.382978723404255%; *width: 6.329787234042553%; }
.row-fluid .offset12 							{ margin-left: 104.25531914893617%; margin-left: 104.14893617021275%; }

.row-fluid .offset12:first-child 				{ margin-left: 102.12765957446808%; margin-left: 102.02127659574467%; }
.row-fluid .offset11 							{ margin-left: 95.74468085106382%; margin-left: 95.6382978723404%; }
.row-fluid .offset11:first-child 				{ margin-left: 93.61702127659574%; margin-left: 93.51063829787232%; }
.row-fluid .offset10 							{ margin-left: 87.23404255319149%; margin-left: 87.12765957446807%; }
.row-fluid .offset10:first-child 				{ margin-left: 85.1063829787234%; margin-left: 84.99999999999999%; }
.row-fluid .offset9 							{ margin-left: 78.72340425531914%; margin-left: 78.61702127659572%; }
.row-fluid .offset9:first-child 				{ margin-left: 76.59574468085106%; margin-left: 76.48936170212764%; }
.row-fluid .offset8 							{ margin-left: 70.2127659574468%; margin-left: 70.10638297872339%; }

.row-fluid .offset8:first-child 				{ margin-left: 68.08510638297872%; margin-left: 67.9787234042553%; }
.row-fluid .offset7 							{ margin-left: 61.70212765957446%; margin-left: 61.59574468085106%; }
.row-fluid .offset7:first-child 				{ margin-left: 59.574468085106375%; margin-left: 59.46808510638297%; }
.row-fluid .offset6 							{ margin-left: 53.191489361702125%; margin-left: 53.085106382978715%; }
.row-fluid .offset6:first-child 				{ margin-left: 51.063829787234035%; margin-left: 50.95744680851063%; }
.row-fluid .offset5 							{ margin-left: 44.68085106382979%; margin-left: 44.57446808510638%; }
.row-fluid .offset5:first-child 				{ margin-left: 42.5531914893617%; margin-left: 42.4468085106383%; }
.row-fluid .offset4 							{ margin-left: 36.170212765957444%; margin-left: 36.06382978723405%; }
.row-fluid .offset4:first-child 				{ margin-left: 34.04255319148936%; margin-left: 33.93617021276596%; }
.row-fluid .offset3 							{ margin-left: 27.659574468085104%; margin-left: 27.5531914893617%; }
.row-fluid .offset3:first-child 				{ margin-left: 25.53191489361702%; margin-left: 25.425531914893618%; }
.row-fluid .offset2 							{ margin-left: 19.148936170212764%; margin-left: 19.04255319148936%; }
.row-fluid .offset2:first-child 				{ margin-left: 17.02127659574468%; margin-left: 16.914893617021278%; }
.row-fluid .offset1 							{ margin-left: 10.638297872340425%; margin-left: 10.53191489361702%; }
.row-fluid .offset1:first-child 				{ margin-left: 8.51063829787234%; margin-left: 8.404255319148938%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide 				{ display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right 			{ float: right; }

.container 										{ margin-right: auto; margin-left: auto; *zoom: 1; }
.container:before,
.container:after 								{ display: table; line-height: 0; content: ""; }
.container:after 								{ clear: both; }

.container-fluid 								{ padding-right: 20px; padding-left: 20px; *zoom: 1; }
.container-fluid:before,
.container-fluid:after 							{ display: table; line-height: 0; content: ""; }
.container-fluid:after							{ clear: both; }
/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * grid extraction @ 960pixels.pl
 */

.clearfix 								{ *zoom: 1; }
.clearfix:before,
.clearfix:after 						{ display: table; line-height: 0; content: ""; }
.clearfix:after 						{ clear: both; }

@media (min-width: 1200px) {
	.row 								{ margin-left: -30px; *zoom: 1; }
	.row:before,
	.row:after 							{ display: table; line-height: 0; content: ""; }
	.row:after 							{ clear: both; }
  [class*="span"] 						{ float: left; min-height: 1px; margin-left: 30px; }
	.container							{ width: 1170px; }
	.span12 							{ width: 1170px; }
	.span11								{ width: 1070px; }
	.span10								{ width: 970px; }
	.span9								{ width: 870px; }
	.span8 								{ width: 770px; }
	.span7 								{ width: 670px; }
	.span6 								{ width: 570px; }
	.span5 								{ width: 470px; }
	.span4								{ width: 370px; }
	.span3 								{ width: 270px; }
	.span2 								{ width: 170px; }
	.span1 								{ width: 70px; }
	.offset12 							{ margin-left: 1230px; }
	.offset11 							{ margin-left: 1130px; }
	.offset10 							{ margin-left: 1030px; }
	.offset9 							{ margin-left: 930px; }
	.offset8 							{ margin-left: 830px; }
	.offset7 							{ margin-left: 730px; }
	.offset6 							{ margin-left: 630px; }
	.offset5 							{ margin-left: 530px; }
	.offset4 							{ margin-left: 430px; }
	.offset3 							{ margin-left: 330px; }
	.offset2 							{ margin-left: 230px; }
	.offset1 							{ margin-left: 130px; }
	
	.row-fluid 							{ width: 100%; *zoom: 1; }
	.row-fluid:before,
	.row-fluid:after 					{ display: table; line-height: 0; content: ""; }
	.row-fluid:after 					{ clear: both; }
	.row-fluid [class*="span"] 			{
										display: block; float: left; width: 100%; min-height: 30px;
										margin-left: 2.564102564102564%; *margin-left: 2.5109110747408616%; 
										-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
										}
	.row-fluid [class*="span"]:first-child { margin-left: 0; }
	.row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.564102564102564%; }
	.row-fluid .span12 					{ width: 100%; *width: 99.94680851063829%; }
	.row-fluid .span11 					{ width: 91.45299145299145%; *width: 91.39979996362975%; }
	.row-fluid .span10 					{ width: 82.90598290598291%; *width: 82.8527914166212%; }
	.row-fluid .span9 					{ width: 74.35897435897436%; *width: 74.30578286961266%; }
	.row-fluid .span8 					{ width: 65.81196581196582%; *width: 65.75877432260411%; }
	.row-fluid .span7 					{ width: 57.26495726495726%; *width: 57.21176577559556%; }
	.row-fluid .span6 					{ width: 48.717948717948715%; *width: 48.664757228587014%; }
	.row-fluid .span5 					{ width: 40.17094017094017%; *width: 40.11774868157847%; }
	.row-fluid .span4 					{ width: 31.623931623931625%; *width: 31.570740134569924%; }
	.row-fluid .span3 					{ width: 23.076923076923077%; *width: 23.023731587561375%; }
	.row-fluid .span2 					{ width: 14.52991452991453%; *width: 14.476723040552828%; }
	.row-fluid .span1 					{ width: 5.982905982905983%; *width: 5.929714493544281%; }
	.row-fluid .offset12 				{ margin-left: 105.12820512820512%; *margin-left: 105.02182214948171%; }
	.row-fluid .offset12:first-child 	{ margin-left: 102.56410256410257%; *margin-left: 102.45771958537915%; }
	.row-fluid .offset11 				{ margin-left: 96.58119658119658%; *margin-left: 96.47481360247316%; }
	.row-fluid .offset11:first-child 	{ margin-left: 94.01709401709402%; *margin-left: 93.91071103837061%; }
	.row-fluid .offset10 				{ margin-left: 88.03418803418803%; *margin-left: 87.92780505546462%; }
	.row-fluid .offset10:first-child 	{ margin-left: 85.47008547008548%; *margin-left: 85.36370249136206%; }
	.row-fluid .offset9 				{ margin-left: 79.48717948717949%; *margin-left: 79.38079650845607%; }
	.row-fluid .offset9:first-child 	{ margin-left: 76.92307692307693%; *margin-left: 76.81669394435352%; }
	.row-fluid .offset8 				{ margin-left: 70.94017094017094%; *margin-left: 70.83378796144753%; }
	.row-fluid .offset8:first-child 	{ margin-left: 68.37606837606839%; *margin-left: 68.26968539734497%; }
	.row-fluid .offset7 				{ margin-left: 62.393162393162385%; *margin-left: 62.28677941443899%; }
	.row-fluid .offset7:first-child 	{ margin-left: 59.82905982905982%; *margin-left: 59.72267685033642%; }
	.row-fluid .offset6 				{ margin-left: 53.84615384615384%; *margin-left: 53.739770867430444%; }
	.row-fluid .offset6:first-child 	{ margin-left: 51.28205128205128%; *margin-left: 51.175668303327875%; }
	.row-fluid .offset5 				{ margin-left: 45.299145299145295%; *margin-left: 45.1927623204219%; }
	.row-fluid .offset5:first-child 	{ margin-left: 42.73504273504273%; *margin-left: 42.62865975631933%; }
	.row-fluid .offset4 				{ margin-left: 36.75213675213675%; *margin-left: 36.645753773413354%; }
	.row-fluid .offset4:first-child 	{ margin-left: 34.18803418803419%; *margin-left: 34.081651209310785%; }
	.row-fluid .offset3 				{ margin-left: 28.205128205128204%; *margin-left: 28.0987452264048%; }
	.row-fluid .offset3:first-child 	{ margin-left: 25.641025641025642%; *margin-left: 25.53464266230224%; }
	.row-fluid .offset2 				{ margin-left: 19.65811965811966%; *margin-left: 19.551736679396257%; }
	.row-fluid .offset2:first-child 	{ margin-left: 17.094017094017094%; *margin-left: 16.98763411529369%; }
	.row-fluid .offset1 				{ margin-left: 11.11111111111111%; *margin-left: 11.004728132387708%; }
	.row-fluid .offset1:first-child 	{ margin-left: 8.547008547008547%; *margin-left: 8.440625568285142%; }
}

@media (min-width: 768px) and (max-width: 979px) {
	.row  								{ margin-left: -20px; *zoom: 1; }
	.row:before,
	.row:after 							{ display: table; line-height: 0; content: ""; }
	.row:after 							{ clear: both; }
	[class*="span"] 					{ float: left; min-height: 1px; margin-left: 20px; }
	.container							{ width: 724px; }
	.span12 							{ width: 724px; }
	.span11 							{ width: 662px; }
	.span10 							{ width: 600px; }
	.span9 								{ width: 538px; }
	.span8 								{ width: 476px; }
	.span7 								{ width: 414px; }
	.span6 								{ width: 352px; }
	.span5 								{ width: 290px; }
	.span4 								{ width: 228px; }
	.span3 								{ width: 166px; }
	.span2 								{ width: 104px; }
	.span1 								{ width: 42px; }
	.offset12  							{ margin-left: 764px; }
	.offset11  							{ margin-left: 702px; }
	.offset10  							{ margin-left: 640px; }
	.offset9  							{ margin-left: 578px; }
	.offset8  							{ margin-left: 516px; }
	.offset7  							{ margin-left: 454px; }
	.offset6  							{ margin-left: 392px; }
	.offset5  							{ margin-left: 330px; }
	.offset4  							{ margin-left: 268px; }
	.offset3  							{ margin-left: 206px; }
	.offset2  							{ margin-left: 144px; }
	.offset1  							{ margin-left: 82px; }
	.row-fluid 							{ width: 100%; *zoom: 1; }
	.row-fluid:before,
	.row-fluid:after 					{ display: table;  line-height: 0; content: ""; }
	.row-fluid:after 					{ clear: both; }
	.row-fluid [class*="span"] 			{
	  									display: block; float: left; width: 100%;
    									min-height: 30px; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%;
    									-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    									}
	.row-fluid [class*="span"]:first-child { margin-left: 0; }
	.row-fluid .controls-row [class*="span"] + [class*="span"]  { margin-left: 2.7624309392265194%; }
	.row-fluid .span12					{ width: 100%; *width: 99.94680851063829%; }
	.row-fluid .span11					{ width: 91.43646408839778%; *width: 91.38327259903608%; }
	.row-fluid .span10 					{ width: 82.87292817679558%; *width: 82.81973668743387%; }
	.row-fluid .span9 					{ width: 74.30939226519337%; *width: 74.25620077583166%; }
	.row-fluid .span8 					{ width: 65.74585635359117%; *width: 65.69266486422946%; }
	.row-fluid .span7 					{ width: 57.18232044198895%; *width: 57.12912895262725%; }
	.row-fluid .span6 					{ width: 48.61878453038674%; *width: 48.56559304102504%; }
	.row-fluid .span5 					{ width: 40.05524861878453%; *width: 40.00205712942283%; }
	.row-fluid .span4 					{ width: 31.491712707182323%; *width: 31.43852121782062%; }
	.row-fluid .span3					{ width: 22.92817679558011%; *width: 22.87498530621841%; }
	.row-fluid .span2					{ width: 14.3646408839779%; *width: 14.311449394616199%; }
	.row-fluid .span1 					{ width: 5.801104972375691%; *width: 5.747913483013988%; }
	.row-fluid .offset12  				{ margin-left: 105.52486187845304%; *margin-left: 105.41847889972962%; }
	.row-fluid .offset12:first-child  	{ margin-left: 102.76243093922652%; *margin-left: 102.6560479605031%; }
	.row-fluid .offset11  				{ margin-left: 96.96132596685082%; *margin-left: 96.8549429881274%; }
	.row-fluid .offset11:first-child  	{ margin-left: 94.1988950276243%; *margin-left: 94.09251204890089%; }
	.row-fluid .offset10  				{ margin-left: 88.39779005524862%; *margin-left: 88.2914070765252%; }
	.row-fluid .offset10:first-child  	{ margin-left: 85.6353591160221%; *margin-left: 85.52897613729868%; }
	.row-fluid .offset9  				{ margin-left: 79.8342541436464%; *margin-left: 79.72787116492299%; }
	.row-fluid .offset9:first-child 	{ margin-left: 77.07182320441989%; *margin-left: 76.96544022569647%; }
	.row-fluid .offset8  				{ margin-left: 71.2707182320442%; *margin-left: 71.16433525332079%; }
	.row-fluid .offset8:first-child 	{ margin-left: 68.50828729281768%; *margin-left: 68.40190431409427%; }
	.row-fluid .offset7  				{ margin-left: 62.70718232044199%; *margin-left: 62.600799341718584%; }
	.row-fluid .offset7:first-child 	{ margin-left: 59.94475138121547%; *margin-left: 59.838368402492065%; }
	.row-fluid .offset6  				{ margin-left: 54.14364640883978%; *margin-left: 54.037263430116376%; }
	.row-fluid .offset6:first-child 	{ margin-left: 51.38121546961326%; *margin-left: 51.27483249088986%; }
	.row-fluid .offset5  				{ margin-left: 45.58011049723757%; *margin-left: 45.47372751851417%; }
	.row-fluid .offset5:first-child  	{ margin-left: 42.81767955801105%; *margin-left: 42.71129657928765%; }
	.row-fluid .offset4  				{ margin-left: 37.01657458563536%; *margin-left: 36.91019160691196%; }
	.row-fluid .offset4:first-child  	{ margin-left: 34.25414364640884%; *margin-left: 34.14776066768544%; }
	.row-fluid .offset3  				{ margin-left: 28.45303867403315%; *margin-left: 28.346655695309746%; }
	.row-fluid .offset3:first-child  	{ margin-left: 25.69060773480663%; *margin-left: 25.584224756083227%; }
	.row-fluid .offset2  				{ margin-left: 19.88950276243094%; *margin-left: 19.783119783707537%; }
	.row-fluid .offset2:first-child		{ margin-left: 17.12707182320442%; *margin-left: 17.02068884448102%; }
	.row-fluid .offset1  				{ margin-left: 11.32596685082873%; *margin-left: 11.219583872105325%; }
	.row-fluid .offset1:first-child  	{ margin-left: 8.56353591160221%; *margin-left: 8.457152932878806%; }
}

@media (max-width: 767px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top 					{ margin-right: -20px; margin-left: -20px; }
	.container-fluid 					{ padding: 0; }
	.dl-horizontal dt 					{ float: none; width: auto; clear: none; text-align: left; }
	.dl-horizontal dd 					{ margin-left: 0; }
	.container 							{ width: auto; }
	.row-fluid 							{ width: 100%; }
	.row,
	.thumbnails 						{ margin-left: 0; }
	.thumbnails > li 					{ float: none; margin-left: 0; }
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] 			{ display: block; float: none; width: 100%; margin-left: 0;
    									-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    									}
	.span12,
	.row-fluid .span12					{ width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.row-fluid [class*="offset"]:first-child { margin-left: 0; }
}







.theme-orange .slider-wrapper,
.theme-orange .flexslider,
.theme-orange span.party,
.theme-orange .widget .playlist ul li:hover,
.theme-orange .staff-members li figure:hover,
.theme-orange .btn							{ background: rgb(245,99,0); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(245,99,0,1) 0%,rgba(236,67,0,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(245,99,0,1) 0%,rgba(236,67,0,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56300', endColorstr='#ec4300',GradientType=0 ); /* IE6-9 */
											}

.theme-orange .btn:hover					{ background: rgb(229,72,0); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(229,72,0,1) 0%,rgba(224,44,0,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(229,72,0,1) 0%,rgba(224,44,0,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54800', endColorstr='#e02c00',GradientType=0 ); /* IE6-9 */
											}




.theme-green .slider-wrapper,
.theme-green .flexslider,
.theme-green span.party,
.theme-green .widget .playlist ul li:hover,
.theme-green .staff-members li figure:hover,
.theme-green .btn 							{ background: rgb(94,165,1); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(94,165,1,1) 0%,rgba(72,129,1,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(94,165,1,1) 0%,rgba(72,129,1,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea501', endColorstr='#488101',GradientType=0 ); /* IE6-9 */
											}						
												
.theme-green .btn:hover						{ background: rgb(84,147,1); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(84,147,1,1) 0%,rgba(58,109,1,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(84,147,1,1) 0%,rgba(58,109,1,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549301', endColorstr='#3a6d01',GradientType=0 ); /* IE6-9 */
											}
											
					
											
.theme-red .slider-wrapper,
.theme-red .flexslider,
.theme-red span.party,
.theme-red .widget .playlist ul li:hover,
.theme-red .staff-members li figure:hover,
.theme-red .btn								{ background: rgb(231,31,22); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(231,31,22,1) 0%,rgba(188,0,0,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(231,31,22,1) 0%,rgba(188,0,0,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e71f16', endColorstr='#bc0000',GradientType=0 ); /* IE6-9 */
											}
											
.theme-red .btn:hover						{ background: rgb(211,21,21); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(211,21,21,1) 0%,rgba(181,0,0,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(211,21,21,1) 0%,rgba(181,0,0,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31515', endColorstr='#b50000',GradientType=0 ); /* IE6-9 */
											}
											
					
											
.theme-violet .slider-wrapper,
.theme-violet .flexslider,
.theme-violet span.party,
.theme-violet .widget .playlist ul li:hover,
.theme-violet .staff-members li figure:hover,
.theme-violet .btn							{ background: rgb(237,38,114); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(237,38,114,1) 0%,rgba(208,16,90,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(237,38,114,1) 0%,rgba(208,16,90,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2672', endColorstr='#d0105a',GradientType=0 ); /* IE6-9 */	
											}
											
.theme-violet .btn:hover					{ background: rgb(221,37,92); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(221,37,92,1) 0%,rgba(188,15,72,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(221,37,92,1) 0%,rgba(188,15,72,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd255c', endColorstr='#bc0f48',GradientType=0 ); /* IE6-9 */
											}
											
											
.theme-blue .slider-wrapper,
.theme-blue .flexslider,
.theme-blue span.party,
.theme-blue .widget .playlist ul li:hover,
.theme-blue .staff-members li figure:hover,
.theme-blue .btn							{ background: rgb(37,155,252); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(37,155,252,1) 0%,rgba(16,120,211,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(37,155,252,1) 0%,rgba(16,120,211,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#259bfc', endColorstr='#1078d3',GradientType=0 ); /* IE6-9 */
											}
											
.theme-blue .btn:hover						{ background: rgb(34,133,232); /* Old browsers */
											background: -ms-linear-gradient(top,  rgba(34,133,232,1) 0%,rgba(15,99,188,1) 100%); /* IE10+ */
											background: linear-gradient(to bottom,  rgba(34,133,232,1) 0%,rgba(15,99,188,1) 100%); /* W3C */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2285e8', endColorstr='#0f63bc',GradientType=0 ); /* IE6-9 */
											}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Import Google custom font for text */
/*
@import url(/Content/themes/adrenateam/http:/fonts.googleapis.com/css?family=Oswald);
@import url(/Content/themes/adrenateam/https:/fonts.googleapis.com/css?family=Pontano+Sans&subset=latin,latin-ext);
*/

/* global styles */
body											{ font-family: 'Pontano Sans', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

/* basic header setup */
#page-header									{  width: 100%; }
#logotype										{   float: left; display: block; text-indent: -9999px; 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
#logotype:hover									{ opacity: .6; filter: alpha(opacity=60); }

/* primary navigation */
#primary-nav									{  }
#primary-nav									{ border-right: 10px solid #343434; display: block; float: right; height: 90px; margin: 0; padding: 0 24px 0 0; }
#primary-nav > ul								{ margin: 0; padding: 0; list-style: none; }
#primary-nav > ul > li							{ display: block; float: left; margin: 25px 6px; padding: 0; position: relative; }
#primary-nav > ul > li > a,
#primary-nav > ul > li > a:visited				{ display: block; padding: 9px 10px; text-decoration: none; }
#primary-nav > ul > li > a:hover,
#primary-nav > ul > li > a.hover				{ -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box; text-shadow: 0px -1px 0px rgba(0,0,0,0.5); 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
#primary-nav > ul > li > a.withsiblings:hover	{ -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }

#primary-nav > ul ul							{ display: none; -webkit-border-radius: 5px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; 
												margin: 0; padding: 5px 0; list-style: none; box-shadow: 0px 2px 4px rgba(0,0,0,0.3); opacity: 0; filter: alpha(opacity=0);
												}
#primary-nav > ul ul li							{ display: block; min-width: 190px; }
#primary-nav > ul ul li a						{ display: block; margin: 0 5px; padding: 5px 10px; text-decoration: none; color: #fff; border-top: 1px dashed rgba(255,255,255,0.2); border-bottom: 1px dashed rgba(0,0,0,0.15); }
#primary-nav > ul ul li:first-child a			{ border-top: none; }
#primary-nav > ul ul li:last-child a			{ border-bottom: none; }
#primary-nav > ul > li:hover ul					{ position: absolute; left: 0; top: 34px; display: block; z-index: 900; opacity: 1; filter: alpha(opacity=100);}

#primary-nav-mobile								{ clear: both; display: none; margin: 20px 0; }
#primary-nav-mobile	select						{ background: #fff; border: 1px solid #434343; color: #434343; display: block; font-size: 1.1em; padding: 8px; width: 100%; }

.fancy-headers									{ font-family: 'Oswald', sans-serif;; text-transform: uppercase;  }
.fancy-headers h1,
.fancy-headers h2								{ font-weight: 200; text-align: justify; }

#slider .fancy-headers							{ display: block; float: left; margin-right: 20px; }
#slider .fancy-headers h1,
#slider .fancy-headers h2						{ line-height: 1em; margin: 0; padding: 0; }
#slider .fancy-headers h1						{ font-size: 2.5em;  }
#slider .fancy-headers h2						{ font-size: 3.286em; }
#slider p										{ font-size: 1.286em; margin: 0 ; padding: 0; }


/*
 * jQuery FlexSlider v2.0 http://www.woothemes.com/flexslider/
 * Copyright 2012 WooThemes Free to use under the GPLv2 license http://www.gnu.org/licenses/gpl-2.0.html
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  							{ outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav 							{ margin: 0; padding: 0; list-style: none; }
.flexslider										{ margin: 20px 30px 30px; padding: 10px; position: relative; zoom: 1; }

.slider-wrapper,
.flexslider										{ box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), inset 0px -1px 0px rgba(255,255,255,0.1), inset 1px 0px 0px rgba(255,255,255,0.1), inset -1px 0px 0px rgba(255,255,255,0.1); }

.slider-wrapper:after,
.flexslider:after								{ background: url(/Content/themes/img/common/slider-shadow.png) center top no-repeat; background-size: contain; content: ''; position: absolute; left: 0; bottom: -24px; height: 24px; width: 100%; }

.flexslider .slides > li 						{ display: none; -webkit-backface-visibility: hidden; position: relative; height: 100%; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img 						{ display: block; height: 350px; margin: 0 auto; }
.flexslider .slides .flex-caption				{ background: #000; background: rgba(0,0,0,0.75); border-top: 1px solid rgba(255,255,255,0.20); 
												position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10; }
.flexslider .slides .flex-caption > div			{ padding: 15px 20px; overflow: hidden; }
.flex-pauseplay span 							{ text-transform: capitalize; }

.slides:after 									{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides 							{ display: block; }
* html .slides 									{ height: 1%; }
.no-js .slides > li:first-child 				{ display: block; }

.flex-viewport 									{ max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport 						{ max-height: 300px; }
.flexslider .slides 							{ zoom: 1; }
.carousel li 									{ margin-right: 5px; }

.flex-direction-nav 							{ *height: 0; }
.flex-direction-nav a 							{ width: 91px; height: 103px; margin: -51px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; }
.flex-direction-nav .flex-next 					{ background-position: -91px 0; right: -28px; }
.flex-direction-nav .flex-prev 					{ left: -28px; }
.flex-direction-nav .flex-next:hover			{ background-position: -91px -103px; }
.flex-direction-nav .flex-prev:hover			{ background-position: 0 -103px; }
.flex-direction-nav .flex-disabled 				{ opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

.flex-control-nav 								{ width: 100%; position: absolute; bottom: -27px; text-align: center; z-index: 200; }
.flex-control-nav li 							{ margin: 0; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a.flex-active			{ cursor: default; }
.flex-control-paging li a 						{ display: block; cursor: pointer; text-indent: -9999px; 
												-webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
												}

.flex-control-thumbs 							{ margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li 						{ width: 25%; float: left; margin: 0; }
.flex-control-thumbs img 						{ width: 100%; display: block; opacity: .7; filter: alpha(opacity=70); cursor: pointer; }
.flex-control-thumbs img:hover 					{ opacity: 1; filter: alpha(opacity=100); }
.flex-control-thumbs .flex-active 				{ opacity: 1; filter: alpha(opacity=100);cursor: default; }



/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.slider-wrapper									{ margin: 20px 30px 30px; padding: 10px; position: relative; zoom: 1; }
.nivoSlider 									{ position: relative; width:100%; height:auto; overflow: hidden; }
.nivoSlider img 								{ position: absolute; top: 0px; left: 0px; max-width: none; }
.nivo-main-image 								{ display: block !important; position: relative !important; width: 100% !important; }
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink 					{ position: absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; }
/* The slices and boxes in the Slider */
.nivo-slice 									{ display: block; position: absolute; z-index:5; height:100%; top:0; }
.nivo-box 										{ display: block; position: absolute; z-index:5; overflow:hidden; }
.nivo-box img 									{ display: block; }
/* Caption styles */
.nivo-caption 									{ position:absolute; left:0px; bottom:0px; background:#000; color:#fff; width:100%; z-index:8;
												padding: 5px 10px; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; display: none; -moz-opacity: 0.8; filter:alpha(opacity=80);
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
												-moz-box-sizing: border-box;    /* Firefox, other Gecko */
												box-sizing: border-box;         /* Opera/IE 8+ */
												}
.nivo-caption p 								{ padding:5px; margin:0; }
.nivo-caption a 								{ display:inline !important; }
.nivo-html-caption 								{ display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a 							{ position:absolute; top:45%; z-index:9; cursor:pointer; }
.nivo-prevNav 									{ left:0px; }
.nivo-nextNav 									{ right:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav 								{ width: 100%; position: absolute; bottom: -27px; text-align: center; z-index: 200; }
.nivo-controlNav a 								{ margin: 0; display: inline-block; zoom: 1; *display: inline; cursor:pointer; 
												-webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
												}
.theme-default .nivo-directionNav a 			{ display:block; width:30px; height:30px; background:url(/Content/themes/img/common/arrows.png) no-repeat; text-indent:-9999px; border:0; opacity: 0; filter: alpha(opacity=80);
												-webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;  -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
												}
.theme-default:hover .nivo-directionNav a 		{ opacity: 1; filter: alpha(opacity=100);}
.theme-default a.nivo-nextNav 					{ background-position:-30px 0; right:15px; }
.theme-default a.nivo-prevNav 					{ left:15px; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading 							{ position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div 						{ position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(/Content/themes/img/common/fancybox.png); }
#fancybox-overlay 							{ position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp 								{ padding: 0; margin: 0; border: 0; overflow: auto;	display: none; }

#fancybox-wrap 								{ position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }

#fancybox-outer 							{ position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content 							{ width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden;	z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame 					{ position: absolute; top: 0;	left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }

#fancybox-close 							{ position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url(/Content/themes/img/common/fancybox.png) -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error 							{ color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img 								{ width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame 							{ width: 100%; height: 100%; border: none; display: block; }

#fancybox-left, #fancybox-right 			{ position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(/Content/themes/img/common/blank.gif);	z-index: 1102; display: none; }
#fancybox-left 								{ left: 0px; }
#fancybox-right 							{ right: 0px; }
#fancybox-left-ico,
#fancybox-right-ico 						{ position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico 							{ background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -30px; }
#fancybox-right-ico 						{ background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span 					{ left: 20px; }
#fancybox-right:hover span 					{ left: auto; right: 20px; }
.fancybox-bg 								{ position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n 								{ top: -20px; left: 0; width: 100%; background-image: url(/Content/themes/img/common/fancybox-x.png); }
#fancybox-bg-ne 							{ top: -20px; right: -20px; background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -162px; }
#fancybox-bg-e 								{ top: 0; right: -20px; height: 100%; background-image: url(/Content/themes/img/common/fancybox-y.png); background-position: -20px 0px; }
#fancybox-bg-se 							{ bottom: -20px; right: -20px; background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -182px; }
#fancybox-bg-s 								{ bottom: -20px; left: 0; width: 100%; background-image: url(/Content/themes/img/common/fancybox-x.png); background-position: 0px -20px; }
#fancybox-bg-sw 							{ bottom: -20px; left: -20px; background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -142px; }
#fancybox-bg-w 								{ top: 0; left: -20px; height: 100%; background-image: url(/Content/themes/img/common/fancybox-y.png); }
#fancybox-bg-nw 							{ top: -20px; left: -20px; background-image: url(/Content/themes/img/common/fancybox.png); background-position: -40px -122px; }
#fancybox-title 							{ font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside 						{ padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside 					{ padding-top: 10px; color: #fff; }
.fancybox-title-over 						{ position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over 						{ padding: 10px; background-image: url(/Content/themes/img/common/fancy_title_over.png); display: block; }
.fancybox-title-float 						{ position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap 					{ border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td 				{ border: none; white-space: nowrap; }
#fancybox-title-float-left 					{ padding: 0 0 0 15px; background: url(/Content/themes/img/common/fancybox.png) -40px -90px no-repeat; }
#fancybox-title-float-main 					{ color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(/Content/themes/adrenateam/.../img/common/fancybox-x.png) 0px -40px; }
#fancybox-title-float-right 				{ padding: 0 0 0 15px; background: url(/Content/themes/img/common/fancybox.png) -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close 				{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico 			{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico 			{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over 			{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left 	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main 	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right 	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 				{ position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div			{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg 					{ background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/common//fancy_shadow_nw.png', sizingMethod='scale'); }



/* content styling */
.content-title									{ font-family: 'Pontano Sans', serif; padding: 30px 0 30px 90px; }
.content-title h1								{ font-size: 1.714em; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase; line-height: 1em; }
.content-title h2								{ font-size: 1.286em; font-weight: normal; margin: 0; padding: 0; line-height: 1em; }

.content-title.welcome							{ background: url(/Content/themes/img/common/icon_welcome.png) 10px 50% no-repeat; }
.content-title.blog								{ background: url(/Content/themes/img/common/icon_blog.png) 10px 50% no-repeat; }
.content-title.page								{ background: url(/Content/themes/img/common/icon_page.png) 10px 50% no-repeat; }
.content-title.single							{ background: url(/Content/themes/img/common/icon_single.png) 10px 50% no-repeat; }
.content-title.calendar							{ background: url(/Content/themes/img/common/icon_calendar.png) 10px 50% no-repeat; }
.content-title.event							{ background: url(/Content/themes/img/common/icon_calendar-single.png) 10px 50% no-repeat; }
.content-title.contact							{ background: url(/Content/themes/img/common/icon_contact.png) 10px 50% no-repeat; }

#content-header									{ margin-bottom: 5px; }
#content-header .fancy-headers					{ padding: 18px; }
#content-header .fancy-headers h1,
#content-header .fancy-headers h2				{ margin: 0; }
#content-header .fancy-headers h1				{ font-size: 2.114em; line-height: 1.2em; }
#content-header .fancy-headers h2				{ font-size: 1.857em; line-height: 1.2em; }

#banner											{ margin: 20px 15px 10px; }
#banner a,
#banner a:visited								{ display: block; padding: 8px; 
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box;
												}
#banner img										{ width: 100%; height: auto; }

/* post formatting (headings, galleries, tables etc) */
.posts .post									{ width: 100%; }
.front-page.posts .post							{ width: 50%; float: left; }
.post-offset									{ margin: 15px; }

.blog.posts .post								{ margin-top: 50px; float: left; }
.blog.posts .post.single						{ margin-top: 0; }
.blog.posts .post-icon							{ float: left; margin: 0 20px 20px 0; }
.blog.posts .post-options						{ clear: both; }
.blog.posts .post-offset > h1					{ margin-bottom: 0 !important; }
.post-offset figure.post-icon a					{ display: block; padding: 8px; 
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box;
												}
.post-offset figure.post-icon a img				{ max-width: 100%; height: auto; }
.post-offset > h1								{ font-family: 'Oswald', sans-serif; font-size: 1.429em; font-weight: normal; text-transform: uppercase; margin: 20px 0; padding: 0; }
.post-offset > h1 a,
.post-offset > h1 a:visited						{ text-decoration: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.entry-date										{ color: #494949; }

.post-offset h1,
.post-offset h2,
.post-offset h3,
.post-offset h4,
.post-offset h5,
.post-offset h6									{ color: #fff; font-family: 'Oswald', sans-serif; font-weight: 300; margin: .67em 0 .25em; }

.post-offset h2									{ font-size: 1.4em; }
.post-offset h3									{ font-size: 1.3em; }
.post-offset h4									{ font-size: 1.2em; }
.post-offset h5									{ font-size: 1.1em; }
.post-offset h6									{ font-size: 1em; }

.post-offset ul,
.post-offset ol,
.post-offset dl									{ color: #fff; }

.post-offset ul									{ list-style: outside; }

.post-offset .gallery							{ display: block; width: 100%; clear: both; margin: 10px 0; padding: 0; list-style: none; overflow: hidden; text-align: center; }
.post-offset .gallery li						{ display: inline-block; margin: 0; padding: 0; width: 20%; min-width: 84px; max-width: 150px; }
.post-offset .gallery figure					{ background: #1e1e1e; color: #909090 !important; display: block; margin: 2px; padding: 5px; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.15);
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box;
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
.post-offset .gallery figure:hover				{ background: #2c2c2c; color: #fff !important; }
.post-offset .gallery figure a					{ display: block; }
.post-offset .gallery figure img				{ width: 100%; max-width: 100%; height: auto; }
.post-offset .gallery figcaption				{ margin: 5px 0 0; text-align: center; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.post-offset table								{ width: 100%; border-collapse: collapse; text-align: left; }
.post-offset table th							{ border: 1px solid #282828; color: #fff !important; font-weight: 300; font-family: 'Oswald', sans-serif; font-size: 1em; padding: 10px 4px; }
.post-offset table td							{ border: 1px solid #282828; color: #bdbdbd; padding: 4px; }
.post-offset table tr:nth-child(odd) td			{ background: rgba(0,0,0,0.3); }

/* comments tree (with nesting) */
#comments										{ margin: 0; padding: 0; list-style: none; }
#comments li									{ margin: 0; padding: 0; }
#comments ul									{ margin: 0 0 0 30px; padding: 0; list-style: none; }
.comment-author .avatar							{ padding: 4px; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35); 
												background: rgb(36,36,36); /* Old browsers */
												background: -moz-linear-gradient(top,  rgba(36,36,36,1) 0%, rgba(24,24,24,1) 100%); /* FF3.6+ */
												background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,36,36,1)), color-stop(100%,rgba(24,24,24,1))); /* Chrome,Safari4+ */
												background: -webkit-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(24,24,24,1) 100%); /* Chrome10+,Safari5.1+ */
												background: -o-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(24,24,24,1) 100%); /* Opera 11.10+ */
												background: -ms-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(24,24,24,1) 100%); /* IE10+ */
												background: linear-gradient(to bottom,  rgba(36,36,36,1) 0%,rgba(24,24,24,1) 100%); /* W3C */
												filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
												-moz-border-radius: 500px; -webkit-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px;
												}
.comment-author .url							{ text-decoration: none; color: #fff; }
.comment .commententry							{ border-bottom: 1px solid #282828; }
.comment .commententry p						{ color: #b6b6b6 !important; }
.comment .commententry .reply					{ clear: both; display: block; width: 100%; margin: 10px 0; padding: 0; text-align: right; }
.comment-author img								{ float: left; margin-right: 10px; }

/* post meta - social icons */
.post-options 									{ margin: 30px 0 20px; padding: 19px; overflow: hidden; }
.post-options .social							{ margin: 6px; padding: 0; list-style: none; display: block; float: left; }
.post-options .social li						{ display: block; float: left; margin: 0 16px 0 0; padding: 0; }
.post-options .social li a						{ background: url(/Content/themes/img/common/post-social-sprite.png) no-repeat; display: block; height: 32px; width: 32px; text-indent: -9999px; outline: none; }
.post-options .social li a.share				{ background-position: 0 0; }
.post-options .social li a.facebook-share		{ background-position: -32px 0; }
.post-options .social li a.twitter-share		{ background-position: -64px 0; }
.post-options .social li a.share:hover			{ background-position: 0 -32px; }
.post-options .social li a.facebook-share:hover	{ background-position: -32px -32px; }
.post-options .social li a.twitter-share:hover	{ background-position: -64px -32px; }

.post-options .more-link						{ /*float: right;*/ }



/* sidebar widgets styling */
.photo-stream									{ margin: 0 0 15px 0; padding: 0; list-style: none; overflow: hidden; }
.photo-stream li								{ margin: 0; padding: 0; display: block; float: left; width: 33.333%; text-align: center; }
.photo-stream li a,
.photo-stream li a:visited						{ display: inline-block; margin: 15px 10px 0 10px; padding: 8px; 
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box;
												}
.photo-stream li a:hover						{  }
.photo-stream li a img							{ display: block; height: auto; width: 100%; }

/* widget headers */
.widget .fancy-headers							{ padding: 20px 0 20px 20px; }
.widget .fancy-headers h1						{ margin: 0; padding: 0; font-size: 1.571em; line-height: 1em; }
.widget .fancy-headers h2						{ margin: 0; padding: 0; font-size: 1.571em; line-height: 1em; }

/* playlist widget */
.widget .playlist								{  }
.widget .playlist ul							{ border-bottom: 1px solid #252525; list-style: none; margin: 0 0 20px 0; padding: 0; }
.widget .playlist ul li							{ border-top: 1px solid #252525; border-bottom: 1px solid #050505; display: block; margin: 0; padding: 11px 20px 11px 40px; cursor: pointer; }
.widget .playlist p								{ color: #fff; margin: 0; padding: 0; overflow: hidden; font-size: 1.071em; line-height: 1.071em; }
.widget .playlist .set-name						{ display: block; float: left; width: 80%; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.widget .playlist .set-time						{ display: block; float: right; width: 20%; text-align: right; }

/* upcoming events widget */
.widget .upcoming-events						{  }
.flyer-wrapper									{ position: relative; text-align: center; max-width: 270px; margin: 27px auto; }
.flyer-wrapper figure							{ display: inline-block; }
.flyer-wrapper figure img						{ display: block; height: auto; width: 100%; }
.flyer-wrapper p								{ position: absolute; font-family: 'Oswald', sans-serif; font-size: 1.286em; line-height: 1.286em; margin: 0; padding: 10px; }
.flyer-wrapper p.event-date						{ top: 20px; right: -20px; }
.flyer-wrapper p.view-event						{ bottom: 20px; left: -20px; }


/* pagination styling */
#pagination										{ text-align: center; margin: 35px 0 45px 0; }
#pagination ol									{ display: inline-block; list-style: none; margin: 0; padding: 0;  }
#pagination ol li								{ display: block; float: left; margin: 0 3px; padding: 0; }
#pagination ol li a,
#pagination ol li a:visited						{ display: block; line-height: 1em; padding: 10px 10px 8px; text-decoration: none; }

/* footer social hub */
.social-hub										{ clear: both; list-style: none; margin: 0; padding: 0; width: 100%; text-align: center; }
.social-hub li									{ display: inline-block; margin: 0 4px;}
.social-hub li a								{ box-shadow: 0px 1px 2px rgba(0,0,0,0.75), inset 0px 1px 0px rgba(255,255,255,0.15); display: block; text-indent: -9999px; height: 64px; width: 64px; position: relative;
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box;
												background: rgb(34,34,34); /* Old browsers */
												background: -moz-linear-gradient(top,  rgba(34,34,34,1) 0%, rgba(23,23,23,1) 100%); /* FF3.6+ */
												background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,1)), color-stop(100%,rgba(23,23,23,1))); /* Chrome,Safari4+ */
												background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(23,23,23,1) 100%); /* Chrome10+,Safari5.1+ */
												background: -o-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(23,23,23,1) 100%); /* Opera 11.10+ */
												background: -ms-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(23,23,23,1) 100%); /* IE10+ */
												background: linear-gradient(to bottom,  rgba(34,34,34,1) 0%,rgba(23,23,23,1) 100%); /* W3C */
												filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
												}

.social-hub li a span							{ background: url(/Content/themes/img/common/footer-social-sprite.png) 0 0 no-repeat; display: block; height: 36px; width: 36px; opacity: 0.5; filter: alpha(opacity=50); position: absolute; top: 14px; left: 14px; 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
.social-hub li a:hover span						{ opacity: 1; filter: alpha(opacity=100); }
.social-hub li a.share span						{ background-position: 0 0; }
.social-hub li a.facebook-share span			{ background-position: -36px 0; }
.social-hub li a.twitter-share span				{ background-position: -72px 0; }

/* page footer */
#page-footer									{  }
#page-footer .fancy-headers						{ clear: both; }
#page-footer .fancy-headers h3					{ font-size: 1.286em; }

#page-footer a,
#page-footer a:visited							{ text-decoration: none; }

/* footer staff members */
.staff-members									{ display: block; list-style: none; text-align: center; padding: 0; margin: 0; }
.staff-members li								{ display: block; float: left; padding: 0; height: auto; width: 20%; position: relative; 
												}
.staff-members li p								{ background: #000; background: rgba(0,0,0,0.75); text-align: center; width: 120px; display: none;
												position: absolute; top: 10px; left: 50%; opacity: 0; filter: alpha(opacity=0); padding: 10px 20px; margin: 0 0 0 -80px; z-index: 20; 
												-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; box-sizing: padding-box;
												}
.staff-members li:hover p						{ display: block; top: -45px; opacity: 1; filter: alpha(opacity=100); }
.staff-members li figure						{ margin: 3px 3px; padding: 6px; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35);
												background: transparent; /* clear just in case */
												filter: '';
												background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MjgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDI0MjQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxODE4MTgiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MjgpIiAvPgo8L3N2Zz4=);
												/* color used: #242424 => #181818 */
												-moz-border-radius: 500px; -webkit-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; overflow: hidden;
												}
.staff-members li figure img					{ display: block; height: auto; width: 100%; -moz-border-radius: 500px; -webkit-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; }

/* footer copyrights */
.copyright										{ padding: 28px; font-size: 0.857em; text-align: center; }
.copyright a,
.copyright a:visited							{ text-decoration: none; }

/* comment form styling (single.html view) */
#commentform label								{ color: #d9d9d9; font-size: 0.813em; padding: 5px 10px; }
#commentform input[type='text'],
#commentform textarea							{ background: #242424; border: 1px solid #282828; color: #fff; padding: 4px; 
												-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
												}
#commentform input[type='text']:focus,
#commentform textarea:focus						{ background: #171717; border: 1px solid #353535; }


/* Responsive video embedding & rich media (iframed content)
 * For responsive iframes (Youtube, SoundCloud, Mixcloud etc) simply place 
 * the iframe mebed code between <div class="media-container"></div> for
 * proper scaling-down
 */
video 											{ max-width: 100%; height: auto; }
.media-container 								{ position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.media-container iframe,  
.media-container object,  
.media-container embed 							{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* vCard styling */
.vcard											{ font-size: 1.143em; font-style: italic; color: #ADADAD; }
.vcard a										{ color: #fff; text-decoration: none; }
.vcard a:hover									{ color: #d9d9d9; }
.vcard .fn										{ color: #fff; font-size: 1.125em; }
.latest-tweet									{ background: url(/Content/themes/img/common/quotes.png) 0 0 no-repeat; display: block; padding: 5px 5px 5px 50px; font-size: 1.143em; }
.latest-tweet a									{ color: #dedede !important; text-decoration: none; }



/* global buttons styling */
.btn											{ display: inline-block; line-height: 1.429em; vertical-align: middle; border: none;
												-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
												}
.btn-small										{ padding: 4px 8px; }
.btn-medium										{ padding: 12px 15px; }
.btn-xxl										{ font-size: 1.25em; padding: 15px 20px; }

.btn-small .icon								{  }
.btn-medium .icon								{ margin-top: 1px; }
.btn-xxl .icon									{ margin-top: 3px; }


/* event calendar styling */
.months											{ color: #ffffff; text-align: center; font-size: 2em; font-weight: 400; }
.months div										{ background: rgba(0, 0, 0, 0.3); border: 1px solid #282828; margin-bottom: 5px; padding: 5px; position: relative; }
.months a										{ background: rgba(255,255,255,0.1); color: #fff !important; display: block; padding: 5px 18px; text-decoration: none; font-weight: 300 !important; 
												-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
												}
.months a:hover									{ background: rgba(255,255,255,0.3); }
.months .prev									{ position: absolute; top: 0; left: 0; }
.months .next									{ position: absolute; top: 0; right: 0; }
#upcoming-events								{ font-size: 1.5em; }
#upcoming-events th								{ text-align: center; }
#upcoming-events td								{ padding: 0 !important; }
#upcoming-events span							{ display: block; padding: 40px 10px; text-align: center; }
#upcoming-events span.nextmonth					{ color: #323232 !important; }

.party											{ display: block; position: relative; }

#event-header                					{ position : relative; left:0px }


.event-info										{ height: 100px; position: absolute; top: -30px; left: -10px; background: #000; background: rgba(0,0,0,0.75); border: 1px solid rgba(255,255,255,0.15); padding: 10px; width: 100%; min-width: 100px; z-index: 200; opacity: 0; filter: alpha(opacity=00); box-shadow: 0px 2px 4px rgba(0,0,0,0.5); overflow: hidden;
												/* -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; */ font-size: 13px;
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; box-sizing: padding-box; text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
												}
.event-info ul									{ margin: 0; padding: 0; list-style: none; }
.event-info li									{ margin: 0; padding: 0; }
.event-info li p								{ margin: 5px 0; }
.event-info li img								{ width: 100%; height: auto;
												-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 1; margin-bottom: 5px;
												}
.event-info li img:hover						{ opacity: .7; filter: alpha(opacity=70); }
.event-info li strong							{ text-transform: uppercase; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event-info a.btn,
.event-info a.btn:visited,
.event-info a									{ margin-top: 8px; color: #fff !important; }

.party:hover .event-info						{ display: block;/*  top: -10px; opacity: 1; filter: alpha(opacity=100); height: 316px; */ }

/* 
 * A handcrafted icon set by Turqois (http://turqois.com)	
 * 210 20x20 icons for buttons & other styling purposes
 * Modified by us for the orangeClub Theme
 */
 
.icon											{ display: inline-block; height: 20px; width: 20px; vertical-align: text-top; }
.icon-addtag 									{ background: url(/Content/themes/img/icons/icon-addtag.png) center no-repeat; }
.icon-alarm 									{ background: url(/Content/themes/img/icons/icon-alarm.png) center no-repeat; }
.icon-anchors 									{ background: url(/Content/themes/img/icons/icon-anchors.png) center no-repeat; }
.icon-arrow-down 								{ background: url(/Content/themes/img/icons/icon-arrow-down.png) center no-repeat; }
.icon-arrow-left 								{ background: url(/Content/themes/img/icons/icon-arrow-left.png) center no-repeat; }
.icon-arrow-right 								{ background: url(/Content/themes/img/icons/icon-arrow-right.png) center no-repeat; }
.icon-arrow-up 									{ background: url(/Content/themes/img/icons/icon-arrow-up.png) center no-repeat; }
.icon-article-add 								{ background: url(/Content/themes/img/icons/icon-article-add.png) center no-repeat; }
.icon-article-remove 							{ background: url(/Content/themes/img/icons/icon-article-remove.png) center no-repeat; }
.icon-article 									{ background: url(/Content/themes/img/icons/icon-article.png) center no-repeat; }
.icon-attachment-2 								{ background: url(/Content/themes/img/icons/icon-attachment-2.png) center no-repeat; }
.icon-attachment 								{ background: url(/Content/themes/img/icons/icon-attachment.png) center no-repeat; }
.icon-basil 									{ background: url(/Content/themes/img/icons/icon-basil.png) center no-repeat; }
.icon-basket 									{ background: url(/Content/themes/img/icons/icon-basket.png) center no-repeat; }
.icon-beer-empty 								{ background: url(/Content/themes/img/icons/icon-beer-empty.png) center no-repeat; }
.icon-beer 										{ background: url(/Content/themes/img/icons/icon-beer.png) center no-repeat; }
.icon-bike 										{ background: url(/Content/themes/img/icons/icon-bike.png) center no-repeat; }
.icon-bill 										{ background: url(/Content/themes/img/icons/icon-bill.png) center no-repeat; }
.icon-block 									{ background: url(/Content/themes/img/icons/icon-block.png) center no-repeat; }
.icon-bottle-w-label 							{ background: url(/Content/themes/img/icons/icon-bottle-w-label.png) center no-repeat; }
.icon-bottle 									{ background: url(/Content/themes/img/icons/icon-bottle.png) center no-repeat; }
.icon-bowl-of-chopsticks-1 						{ background: url(/Content/themes/img/icons/icon-bowl-of-chopsticks-1.png) center no-repeat; }
.icon-bowl-of-chopsticks-2 						{ background: url(/Content/themes/img/icons/icon-bowl-of-chopsticks-2.png) center no-repeat; }
.icon-box 										{ background: url(/Content/themes/img/icons/icon-box.png) center no-repeat; }
.icon-bread 									{ background: url(/Content/themes/img/icons/icon-bread.png) center no-repeat; }
.icon-breads 									{ background: url(/Content/themes/img/icons/icon-breads.png) center no-repeat; }
.icon-briefcase 								{ background: url(/Content/themes/img/icons/icon-briefcase.png) center no-repeat; }
.icon-brightness 								{ background: url(/Content/themes/img/icons/icon-brightness.png) center no-repeat; }
.icon-browser 									{ background: url(/Content/themes/img/icons/icon-browser.png) center no-repeat; }
.icon-bubble-1 									{ background: url(/Content/themes/img/icons/icon-bubble-1.png) center no-repeat; }
.icon-bubble-2 									{ background: url(/Content/themes/img/icons/icon-bubble-2.png) center no-repeat; }
.icon-bubble-3 									{ background: url(/Content/themes/img/icons/icon-bubble-3.png) center no-repeat; }
.icon-bubble-4 									{ background: url(/Content/themes/img/icons/icon-bubble-4.png) center no-repeat; }
.icon-cake 										{ background: url(/Content/themes/img/icons/icon-cake.png) center no-repeat; }
.icon-calculator 								{ background: url(/Content/themes/img/icons/icon-calculator.png) center no-repeat; }
.icon-calendar-2 								{ background: url(/Content/themes/img/icons/icon-calendar-2.png) center no-repeat; }
.icon-calendar 									{ background: url(/Content/themes/img/icons/icon-calendar.png) center no-repeat; }
.icon-camera 									{ background: url(/Content/themes/img/icons/icon-camera.png) center no-repeat; }
.icon-candy 									{ background: url(/Content/themes/img/icons/icon-candy.png) center no-repeat; }
.icon-caps 										{ background: url(/Content/themes/img/icons/icon-caps.png) center no-repeat; }
.icon-car 										{ background: url(/Content/themes/img/icons/icon-car.png) center no-repeat; }
.icon-card 										{ background: url(/Content/themes/img/icons/icon-card.png) center no-repeat; }
.icon-cassette 									{ background: url(/Content/themes/img/icons/icon-cassette.png) center no-repeat; }
.icon-charging-battery 							{ background: url(/Content/themes/img/icons/icon-charging-battery.png) center no-repeat; }
.icon-chart 									{ background: url(/Content/themes/img/icons/icon-chart.png) center no-repeat; }
.icon-chicken 									{ background: url(/Content/themes/img/icons/icon-chicken.png) center no-repeat; }
.icon-classicbus 								{ background: url(/Content/themes/img/icons/icon-classicbus.png) center no-repeat; }
.icon-clipboard-w-tick							{ background: url(/Content/themes/img/icons/icon-clipboard-w-tick.png) center no-repeat; }
.icon-clipboard 								{ background: url(/Content/themes/img/icons/icon-clipboard.png) center no-repeat; }
.icon-cloud 									{ background: url(/Content/themes/img/icons/icon-cloud.png) center no-repeat; }
.icon-cocktail-classic 							{ background: url(/Content/themes/img/icons/icon-cocktail-classic.png) center no-repeat; }
.icon-cocktail 									{ background: url(/Content/themes/img/icons/icon-cocktail.png) center no-repeat; }
.icon-coffee-1 									{ background: url(/Content/themes/img/icons/icon-coffee-1.png) center no-repeat; }
.icon-coffee-2 									{ background: url(/Content/themes/img/icons/icon-coffee-2.png) center no-repeat; }
.icon-compass 									{ background: url(/Content/themes/img/icons/icon-compass.png) center no-repeat; }
.icon-controller 								{ background: url(/Content/themes/img/icons/icon-controller.png) center no-repeat; }
.icon-crop 										{ background: url(/Content/themes/img/icons/icon-crop.png) center no-repeat; }
.icon-cross 									{ background: url(/Content/themes/img/icons/icon-cross.png) center no-repeat; }
.icon-cupcake 									{ background: url(/Content/themes/img/icons/icon-cupcake.png) center no-repeat; }
.icon-details 									{ background: url(/Content/themes/img/icons/icon-details.png) center no-repeat; }
.icon-diamond 									{ background: url(/Content/themes/img/icons/icon-diamond.png) center no-repeat; }
.icon-disk 										{ background: url(/Content/themes/img/icons/icon-disk.png) center no-repeat; }
.icon-documents 								{ background: url(/Content/themes/img/icons/icon-documents.png) center no-repeat; }
.icon-download 									{ background: url(/Content/themes/img/icons/icon-download.png) center no-repeat; }
.icon-dribbble 									{ background: url(/Content/themes/img/icons/icon-dribbble.png) center no-repeat; }
.icon-drop 										{ background: url(/Content/themes/img/icons/icon-drop.png) center no-repeat; }
.icon-egg 										{ background: url(/Content/themes/img/icons/icon-egg.png) center no-repeat; }
.icon-email-back 								{ background: url(/Content/themes/img/icons/icon-email-back.png) center no-repeat; }
.icon-email-front 								{ background: url(/Content/themes/img/icons/icon-email-front.png) center no-repeat; }
.icon-empty-battery 							{ background: url(/Content/themes/img/icons/icon-empty-battery.png) center no-repeat; }
.icon-eraser 									{ background: url(/Content/themes/img/icons/icon-eraser.png) center no-repeat; }
.icon-eye 										{ background: url(/Content/themes/img/icons/icon-eye.png) center no-repeat; }
.icon-facebook 									{ background: url(/Content/themes/img/icons/icon-facebook.png) center no-repeat; }
.icon-female 									{ background: url(/Content/themes/img/icons/icon-female.png) center no-repeat; }
.icon-files 									{ background: url(/Content/themes/img/icons/icon-files.png) center no-repeat; }
.icon-fish 										{ background: url(/Content/themes/img/icons/icon-fish.png) center no-repeat; }
.icon-flag 										{ background: url(/Content/themes/img/icons/icon-flag.png) center no-repeat; }
.icon-folder-add 								{ background: url(/Content/themes/img/icons/icon-folder-add.png) center no-repeat; }
.icon-folder-remove 							{ background: url(/Content/themes/img/icons/icon-folder-remove.png) center no-repeat; }
.icon-folder 									{ background: url(/Content/themes/img/icons/icon-folder.png) center no-repeat; }
.icon-fork-knife 								{ background: url(/Content/themes/img/icons/icon-fork-knife.png) center no-repeat; }
.icon-fork-spoon 								{ background: url(/Content/themes/img/icons/icon-fork-spoon.png) center no-repeat; }
.icon-fridge 									{ background: url(/Content/themes/img/icons/icon-fridge.png) center no-repeat; }
.icon-full-battery 								{ background: url(/Content/themes/img/icons/icon-full-battery.png) center no-repeat; }
.icon-fullscreen								{ background: url(/Content/themes/img/icons/icon-fullscreen.png) center no-repeat; }
.icon-gear-1 									{ background: url(/Content/themes/img/icons/icon-gear-1.png) center no-repeat; }
.icon-gear-2 									{ background: url(/Content/themes/img/icons/icon-gear-2.png) center no-repeat; }
.icon-gear-3 									{ background: url(/Content/themes/img/icons/icon-gear-3.png) center no-repeat; }
.icon-glasses 									{ background: url(/Content/themes/img/icons/icon-glasses.png) center no-repeat; }
.icon-globe 									{ background: url(/Content/themes/img/icons/icon-globe.png) center no-repeat; }
.icon-grid-2 									{ background: url(/Content/themes/img/icons/icon-grid-2.png) center no-repeat; }
.icon-grid 										{ background: url(/Content/themes/img/icons/icon-grid.png) center no-repeat; }
.icon-grill 									{ background: url(/Content/themes/img/icons/icon-grill.png) center no-repeat; }
.icon-group 									{ background: url(/Content/themes/img/icons/icon-group.png) center no-repeat; }
.icon-gym 										{ background: url(/Content/themes/img/icons/icon-gym.png) center no-repeat; }
.icon-half-battery 								{ background: url(/Content/themes/img/icons/icon-half-battery.png) center no-repeat; }
.icon-headphones 								{ background: url(/Content/themes/img/icons/icon-headphones.png) center no-repeat; }
.icon-heart 									{ background: url(/Content/themes/img/icons/icon-heart.png) center no-repeat; }
.icon-home 										{ background: url(/Content/themes/img/icons/icon-home.png) center no-repeat; }
.icon-hot-food 									{ background: url(/Content/themes/img/icons/icon-hot-food.png) center no-repeat; }
.icon-ice-cream-2 								{ background: url(/Content/themes/img/icons/icon-ice-cream-2.png) center no-repeat; }
.icon-ice-cream-3 								{ background: url(/Content/themes/img/icons/icon-ice-cream-3.png) center no-repeat; }
.icon-ice-cream 								{ background: url(/Content/themes/img/icons/icon-ice-cream.png) center no-repeat; }
.icon-imac 										{ background: url(/Content/themes/img/icons/icon-imac.png) center no-repeat; }
.icon-instagram-1 								{ background: url(/Content/themes/img/icons/icon-instagram-1.png) center no-repeat; }
.icon-instagram-2 								{ background: url(/Content/themes/img/icons/icon-instagram-2.png) center no-repeat; }
.icon-ipad-landscape 							{ background: url(/Content/themes/img/icons/icon-ipad-landscape.png) center no-repeat; }
.icon-ipad-portrait-and-landscape-1 			{ background: url(/Content/themes/img/icons/icon-ipad-portrait-and-landscape-1.png) center no-repeat; }
.icon-ipad-portrait-and-landscape-2 			{ background: url(/Content/themes/img/icons/icon-ipad-portrait-and-landscape-2.png) center no-repeat; }
.icon-ipad-portrait 							{ background: url(/Content/themes/img/icons/icon-ipad-portrait.png) center no-repeat; }
.icon-iphone-landscape 							{ background: url(/Content/themes/img/icons/icon-iphone-landscape.png) center no-repeat; }
.icon-iphone-portrait-and-landscape-2 			{ background: url(/Content/themes/img/icons/icon-iphone-portrait-and-landscape-2.png) center no-repeat; }
.icon-iphone-portrait-and-landscape 			{ background: url(/Content/themes/img/icons/icon-iphone-portrait-and-landscape.png) center no-repeat; }
.icon-iphone-portrait 							{ background: url(/Content/themes/img/icons/icon-iphone-portrait.png) center no-repeat; }
.icon-jar 										{ background: url(/Content/themes/img/icons/icon-jar.png) center no-repeat; }
.icon-ketchup 									{ background: url(/Content/themes/img/icons/icon-ketchup.png) center no-repeat; }
.icon-key 										{ background: url(/Content/themes/img/icons/icon-key.png) center no-repeat; }
.icon-laptop 									{ background: url(/Content/themes/img/icons/icon-laptop.png) center no-repeat; }
.icon-list-w-images 							{ background: url(/Content/themes/img/icons/icon-list-w-images.png) center no-repeat; }
.icon-list 										{ background: url(/Content/themes/img/icons/icon-list.png) center no-repeat; }
.icon-location-2 								{ background: url(/Content/themes/img/icons/icon-location-2.png) center no-repeat; }
.icon-location 									{ background: url(/Content/themes/img/icons/icon-location.png) center no-repeat; }
.icon-locomotive 								{ background: url(/Content/themes/img/icons/icon-locomotive.png) center no-repeat; }
.icon-lollipop-1 								{ background: url(/Content/themes/img/icons/icon-lollipop-1.png) center no-repeat; }
.icon-lollipop-2 								{ background: url(/Content/themes/img/icons/icon-lollipop-2.png) center no-repeat; }
.icon-magicmouse 								{ background: url(/Content/themes/img/icons/icon-magicmouse.png) center no-repeat; }
.icon-male 										{ background: url(/Content/themes/img/icons/icon-male.png) center no-repeat; }
.icon-map 										{ background: url(/Content/themes/img/icons/icon-map.png) center no-repeat; }
.icon-mastercard-1 								{ background: url(/Content/themes/img/icons/icon-mastercard-1.png) center no-repeat; }
.icon-mastercard-2 								{ background: url(/Content/themes/img/icons/icon-mastercard-2.png) center no-repeat; }
.icon-mayo										{ background: url(/Content/themes/img/icons/icon-mayo.png) center no-repeat; }
.icon-medbrief 									{ background: url(/Content/themes/img/icons/icon-medbrief.png) center no-repeat; }
.icon-meter 									{ background: url(/Content/themes/img/icons/icon-meter.png) center no-repeat; }
.icon-mic-1 									{ background: url(/Content/themes/img/icons/icon-mic-1.png) center no-repeat; }
.icon-mic-2 									{ background: url(/Content/themes/img/icons/icon-mic-2.png) center no-repeat; }
.icon-microwave									{ background: url(/Content/themes/img/icons/icon-microwave.png) center no-repeat; }
.icon-minus 									{ background: url(/Content/themes/img/icons/icon-minus.png) center no-repeat; }
.icon-modernbus 								{ background: url(/Content/themes/img/icons/icon-modernbus.png) center no-repeat; }
.icon-music 									{ background: url(/Content/themes/img/icons/icon-music.png) center no-repeat; }
.icon-news 										{ background: url(/Content/themes/img/icons/icon-news.png) center no-repeat; }
.icon-next 										{ background: url(/Content/themes/img/icons/icon-next.png) center no-repeat; }
.icon-notepad 									{ background: url(/Content/themes/img/icons/icon-notepad.png) center no-repeat; }
.icon-pause 									{ background: url(/Content/themes/img/icons/icon-pause.png) center no-repeat; }
.icon-pen 										{ background: url(/Content/themes/img/icons/icon-pen.png) center no-repeat; }
.icon-pencil-w-paper 							{ background: url(/Content/themes/img/icons/icon-pencil-w-paper.png) center no-repeat; }
.icon-pencil 									{ background: url(/Content/themes/img/icons/icon-pencil.png) center no-repeat; }
.icon-person 									{ background: url(/Content/themes/img/icons/icon-person.png) center no-repeat; }
.icon-photo-1 									{ background: url(/Content/themes/img/icons/icon-photo-1.png) center no-repeat; }
.icon-photo-2 									{ background: url(/Content/themes/img/icons/icon-photo-2.png) center no-repeat; }
.icon-pizza-1 									{ background: url(/Content/themes/img/icons/icon-pizza-1.png) center no-repeat; }
.icon-pizza-2 									{ background: url(/Content/themes/img/icons/icon-pizza-2.png) center no-repeat; }
.icon-plane 									{ background: url(/Content/themes/img/icons/icon-plane.png) center no-repeat; }
.icon-plate 									{ background: url(/Content/themes/img/icons/icon-plate.png) center no-repeat; }
.icon-play 										{ background: url(/Content/themes/img/icons/icon-play.png) center no-repeat; }
.icon-plus 										{ background: url(/Content/themes/img/icons/icon-plus.png) center no-repeat; }
.icon-polaroid-1 								{ background: url(/Content/themes/img/icons/icon-polaroid-1.png) center no-repeat; }
.icon-polaroid-2 								{ background: url(/Content/themes/img/icons/icon-polaroid-2.png) center no-repeat; }
.icon-power 									{ background: url(/Content/themes/img/icons/icon-power.png) center no-repeat; }
.icon-presentation 								{ background: url(/Content/themes/img/icons/icon-presentation.png) center no-repeat; }
.icon-prev 										{ background: url(/Content/themes/img/icons/icon-prev.png) center no-repeat; }
.icon-ramen 									{ background: url(/Content/themes/img/icons/icon-ramen.png) center no-repeat; }
.icon-refresh 									{ background: url(/Content/themes/img/icons/icon-refresh.png) center no-repeat; }
.icon-reload 									{ background: url(/Content/themes/img/icons/icon-reload.png) center no-repeat; }
.icon-removetag 								{ background: url(/Content/themes/img/icons/icon-removetag.png) center no-repeat; }
.icon-repeat 									{ background: url(/Content/themes/img/icons/icon-repeat.png) center no-repeat; }
.icon-ribbon 									{ background: url(/Content/themes/img/icons/icon-ribbon.png) center no-repeat; }
.icon-rocket 									{ background: url(/Content/themes/img/icons/icon-rocket.png) center no-repeat; }
.icon-scooter 									{ background: url(/Content/themes/img/icons/icon-scooter.png) center no-repeat; }
.icon-search 									{ background: url(/Content/themes/img/icons/icon-search.png) center no-repeat; }
.icon-share 									{ background: url(/Content/themes/img/icons/icon-share.png) center no-repeat; }
.icon-ship 										{ background: url(/Content/themes/img/icons/icon-ship.png) center no-repeat; }
.icon-shoppingbag-1 							{ background: url(/Content/themes/img/icons/icon-shoppingbag-1.png) center no-repeat; }
.icon-shoppingbag-2 							{ background: url(/Content/themes/img/icons/icon-shoppingbag-2.png) center no-repeat; }
.icon-shuffle 									{ background: url(/Content/themes/img/icons/icon-shuffle.png) center no-repeat; }
.icon-spatula 									{ background: url(/Content/themes/img/icons/icon-spatula.png) center no-repeat; }
.icon-sportscar 								{ background: url(/Content/themes/img/icons/icon-sportscar.png) center no-repeat; }
.icon-star 										{ background: url(/Content/themes/img/icons/icon-star.png) center no-repeat; }
.icon-stats-down 								{ background: url(/Content/themes/img/icons/icon-stats-down.png) center no-repeat; }
.icon-stats-up 									{ background: url(/Content/themes/img/icons/icon-stats-up.png) center no-repeat; }
.icon-stop 										{ background: url(/Content/themes/img/icons/icon-stop.png) center no-repeat; }
.icon-tag-1 									{ background: url(/Content/themes/img/icons/icon-tag-1.png) center no-repeat; }
.icon-tag-2 									{ background: url(/Content/themes/img/icons/icon-tag-2.png) center no-repeat; }
.icon-tag-3 									{ background: url(/Content/themes/img/icons/icon-tag-3.png) center no-repeat; }
.icon-task 										{ background: url(/Content/themes/img/icons/icon-task.png) center no-repeat; }
.icon-tea 										{ background: url(/Content/themes/img/icons/icon-tea.png) center no-repeat; }
.icon-thermometer 								{ background: url(/Content/themes/img/icons/icon-thermometer.png) center no-repeat; }
.icon-thumbsdown 								{ background: url(/Content/themes/img/icons/icon-thumbsdown.png) center no-repeat; }
.icon-thumbsup 									{ background: url(/Content/themes/img/icons/icon-thumbsup.png) center no-repeat; }
.icon-tick 										{ background: url(/Content/themes/img/icons/icon-tick.png) center no-repeat; }
.icon-tickets 									{ background: url(/Content/themes/img/icons/icon-tickets.png) center no-repeat; }
.icon-tie-1 									{ background: url(/Content/themes/img/icons/icon-tie-1.png) center no-repeat; }
.icon-tie-2 									{ background: url(/Content/themes/img/icons/icon-tie-2.png) center no-repeat; }
.icon-train 									{ background: url(/Content/themes/img/icons/icon-train.png) center no-repeat; }
.icon-trashcan 									{ background: url(/Content/themes/img/icons/icon-trashcan.png) center no-repeat; }
.icon-tv 										{ background: url(/Content/themes/img/icons/icon-tv.png) center no-repeat; }
.icon-twitter 									{ background: url(/Content/themes/img/icons/icon-twitter.png) center no-repeat; }
.icon-unlocked-1 								{ background: url(/Content/themes/img/icons/icon-unlocked-1.png) center no-repeat; }
.icon-unlocked-2 								{ background: url(/Content/themes/img/icons/icon-unlocked-2.png) center no-repeat; }
.icon-unlocked-3 								{ background: url(/Content/themes/img/icons/icon-unlocked-3.png) center no-repeat; }
.icon-upload 									{ background: url(/Content/themes/img/icons/icon-upload.png) center no-repeat; }
.icon-video 									{ background: url(/Content/themes/img/icons/icon-video.png) center no-repeat; }
.icon-videonegative 							{ background: url(/Content/themes/img/icons/icon-videonegative.png) center no-repeat; }
.icon-volume-max 								{ background: url(/Content/themes/img/icons/icon-volume-max.png) center no-repeat; }
.icon-volume-med 								{ background: url(/Content/themes/img/icons/icon-volume-med.png) center no-repeat; }
.icon-volume-min 								{ background: url(/Content/themes/img/icons/icon-volume-min.png) center no-repeat; }
.icon-volume-mute 								{ background: url(/Content/themes/img/icons/icon-volume-mute.png) center no-repeat; }
.icon-warning 									{ background: url(/Content/themes/img/icons/icon-warning.png) center no-repeat; }
.icon-water 									{ background: url(/Content/themes/img/icons/icon-water.png) center no-repeat; }
.icon-wine-2 									{ background: url(/Content/themes/img/icons/icon-wine-2.png) center no-repeat; }
.icon-wine 										{ background: url(/Content/themes/img/icons/icon-wine.png) center no-repeat; }

#map_canvas										{ width: 100%; height: 400px; margin-top: 20px; }

.generic-form									{ padding: 5px; }
.generic-form label								{ color: #d9d9d9; font-size: 0.813em; padding: 5px 10px; }
.generic-form input[type='text'],
.generic-form input[type='email'],
.generic-form input[type='tel'],
.generic-form input[type='number'],
.generic-form input[type='date'],
.generic-form select,
.generic-form textarea							{ background: #242424; border: 1px solid #282828; color: #fff; padding: 4px; 
												-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
												}
.generic-form select,
.generic-form input[type='text'],
.generic-form input[type='email'],
.generic-form input[type='tel'],
.generic-form input[type='date'],
.generic-form input[type='number']				{ width: 220px; }
.generic-form textarea							{ width: 300px; }
.generic-form select:focus,
.generic-form input[type='text']:focus,
.generic-form input[type='email']:focus,
.generic-form input[type='tel']:focus,
.generic-form input[type='number']:focus,
.generic-form input[type='date']:focus,
.generic-form textarea:focus					{ background: #171717; border: 1px solid #353535; }

#styleswitcher									{ position: fixed; top: 106px; left: 0; z-index: 1200; height: 120px; padding: 5px; box-shadow: 2px 0 10px rgba(0,0,0,0.5);
												-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;
												background: rgb(255,255,255); /* Old browsers */
												background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
												background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
												background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
												background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
												background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
												background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
												filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
												}
#styleswitcher dt								{ display: none; }
#styleswitcher dd								{ margin-left: 6px; margin-bottom: 5px; }
#styleswitcher dd a								{ box-shadow: inset 0px 2px 4px rgba(0,0,0,0.5); outline: none; 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
}
#styleswitcher dd a:hover						{ opacity: .7; filter: alpha(opacity=70); }

#styleswitcher .style							{ display: block; text-indent: -9999px; height: 20px; width: 20px; background: #434343; }
#styleswitcher .red								{ background: #D81910; }
#styleswitcher .violet							{ background: #C71257; }
#styleswitcher .green							{ background: #539601; }
#styleswitcher .blue							{ background: #0F7FCA; }
#styleswitcher .orange							{ background: #EC4200; }

@media (min-width: 768px) and (max-width: 1199px) {
/* @media screen and (min-width: 700px) and (max-width: 1199px) { */
	.flexslider									{ margin: 20px 15px 30px; }
	
	.flex-direction-nav a 						{ width: 46px; height: 51px; margin: -25px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; }
	.flex-direction-nav .flex-next 				{ background-position: -46px 0; right: -14px; }
	.flex-direction-nav .flex-prev 				{ left: -14px; }
	.flex-direction-nav .flex-next:hover		{ background-position: -46px -51px; }
	.flex-direction-nav .flex-prev:hover		{ background-position: 0 -51px; }
	#slider .fancy-headers h1					{ font-size: 1.5em;  }
	#slider .fancy-headers h2					{ font-size: 2.286em; }
	#slider p									{ font-size: 1em; margin: 0 ; padding: 0; }

	.content-title								{ padding: 20px 20px 20px 90px; }
	.content-title h1							{  }
	.content-title h2							{  }

	#content-header .fancy-headers h1			{ font-size: 1.614em; }
	#content-header .fancy-headers h2			{ font-size: 1.457em; }

	.blog.posts .post-icon						{ float: left; margin: 0 20px 5px 0; }

	.post-offset > h1							{ font-size: 1.229em; }
	.post-options								{ padding: 19px 0; text-align: center; }
	.post-options .social						{ float: left; margin: 6px 0 6px 10px; }
	.post-options .social li					{ float: none; display: inline-block; margin: 0 5px 0 0; }
	.post-options .more-link					{ float: right; margin: 0 10px 0 0; }

	.widget .playlist .set-name					{ display: block; float: left; width: 100%; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.widget .playlist .set-time					{ display: none; }
	
	.widget .fancy-headers h1					{ font-size: 1.371em; }
	.widget .fancy-headers h2					{ font-size: 1.471em; }
	
	.flyer-wrapper								{ margin: 0; padding: 27px 20px; overflow: hidden; }
	.flyer-wrapper p.event-date					{ top: 47px; right: 0px; }
	.flyer-wrapper p.view-event					{ bottom: 47px; left: 0px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	.resp										{ display: none; }

	.content-title								{  }
	.content-title h1							{ font-size: 1.314em; }
	.content-title h2							{  }

	#content-header .fancy-headers h1			{ font-size: 1.214em }
	#content-header .fancy-headers h2			{ font-size: 1.357em; }

	.blog.posts .post-icon						{ float: none; }
	.blog.posts .post-icon img					{ width: 100% !important; }

	.widget .fancy-headers						{ padding: 15px 0 15px 15px; }
	.widget .fancy-headers h1					{ font-size: 1.071em; }
	.widget .fancy-headers h2					{ font-size: 1.071em; }
	
	
	.staff-members li figure					{ padding: 4px; }
	
	.generic-form textarea						{ width: 100%; }
}

@media (max-width: 767px) {
	.resp										{ display: none; }
	body										{ padding: 0 20px; }
	#page-header								{ padding: 0 20px; margin: 0 -20px; }
	#slider,
	#content-header								{ margin: 0 -20px; }
	
	#primary-nav								{ display: none; }
	#primary-nav-mobile							{ display: block; }
	
	#page-footer								{ padding: 0 20px 20px; margin: 0 -20px; }

	#slider .fancy-headers h1					{ font-size: 1.286em; }
	#slider .fancy-headers h2					{ font-size: 1.286em; }
	#slider p									{ display: none; }	

	.flexslider									{ margin: 0 0 30px; padding: 0;}
	.flex-direction-nav							{ display: none; }
	
	.flex-direction-nav a 						{ width: 46px; height: 51px; margin: -25px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; }
	.flex-direction-nav .flex-next 				{ background-position: -46px 0; right: -14px; }
	.flex-direction-nav .flex-prev 				{ left: -14px; }
	.flex-direction-nav .flex-next:hover		{ background-position: -46px -51px; }
	.flex-direction-nav .flex-prev:hover		{ background-position: 0 -51px; }

	.content-title								{ padding: 30px 20px 30px 80px; }
	.content-title h1							{ font-size: 1.15em; }

	#content-header .fancy-headers h1			{ font-size: 1.286em }
	#content-header .fancy-headers h2			{ font-size: 1.286em }
	
	.front-page.posts .post						{ clear: both; float: none; width: 100%; }
	.post-offset								{ margin: 20px 0; }
	.post-offset figure.post-icon a				{ display: inline-block; padding: 8px; margin: 0 auto; }
	.post-offset figure.post-icon a img			{ max-width: 100%; height: auto; }
	
	.post-options .social						{ float: left; }
	.post-options .social li					{ display: block; float: left; margin: 0 16px 0 0; }
	.post-options .more-link					{ float: right; }

	.widget .fancy-headers h1					{ margin: 0; padding: 0; font-size: 1.271em; line-height: 1.1em; }
	.widget .fancy-headers h2					{ margin: 0; padding: 0; font-size: 1.271em; line-height: 1.1em; }
	
	.flyer-wrapper								{ margin: 0 auto; padding: 27px 20px; overflow: hidden; }
	.flyer-wrapper p.event-date					{ right: 0; top: 48px; }
	.flyer-wrapper p.view-event					{ left: 0; }
	
	.copyright									{ margin: 0 -20px -20px; border-left: none !important; border-right: none !important; }
	.generic-form textarea						{ width: 100%; }
}
body											{ background: #171717; }
hr												{ clear: both; border-color: rgba(255,255,255,0.15); }
#page-header									{ background: #1d1d1d; border-bottom: 10px solid #e21a0e; }
/*#logotype										{ background: url(/Content/themes/img/petitlogo.jpg) 0 0 no-repeat; }*/

.fancy-headers h1,
.fancy-headers h3								{ color: #fff; font-weight: 300; }
.fancy-headers h1 span,
.fancy-headers h3 span 							{ color: #ff2423; }
.fancy-headers h2								{ color: #faacb2; }

#primary-nav > ul > li > a,
#primary-nav > ul > li > a:visited				{ color: #fff; padding: 9px 12px; }
#primary-nav > ul > li > a:hover,
#primary-nav > ul > li > a.hover				{ background: #e91e16; }
#primary-nav > ul > li > ul						{ background: #e91e16; }
#primary-nav > ul > li > ul li					{  }

#primary-nav > ul ul li a:hover 				{ background: #be1910; }

#slider											{ background: #ad140c; border-top: 1px solid #92100a; }
#slider p										{ color: #fff; }

/* FlexSlider themeing */
.slider-wrapper,
.flexslider 									{ background: transparent; /* clear just in case */
												filter: '';
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFNzFGMTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQzAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzUpIiAvPgo8L3N2Zz4=);*/
												/* color used: #e71f16 => #bc0000 */
												}

/* Direction Nav */
.flex-direction-nav a 							{ background: url(/Content/themes/img/theme-red/slider-controls.png) no-repeat 0 0; }
@media screen and (max-width: 1199px) {
	.flex-direction-nav a						{ background: url(/Content/themes/img/theme-red/slider-controls-small.png) no-repeat 0 0; }
}

.nivo-controlNav a								{ background: url(/Content/themes/img/theme-red/slider-nav.png) -22px 0; display: inline-block; height: 20px; width: 22px; text-indent: -9999px; }
.flex-control-paging li a 						{ background: url(/Content/themes/img/theme-red/slider-nav.png) -22px 0; display: block; height: 20px; width: 22px; }
.nivo-controlNav a:hover						{ opacity: .7; }
.flex-control-paging li a:hover 				{ opacity: .7; }
.nivo-controlNav a.active,
.flex-control-paging li a.flex-active 			{ background: url(/Content/themes/img/theme-red/slider-nav.png) 0 0; }



/* content styling */
#content-header									{ background: #d81910; border-top: 1px solid #9c100a; }
#content-header .fancy-headers					{ background: #c80900; text-shadow: 0px -1px 0px rgba(0,0,0,0.6); }
#content-header .fancy-headers span				{ color: #ff352b; }
.content-title h1								{ color: #fff; }
.content-title h2								{ color: #5f0702; text-shadow: 0px -1px 0px rgba(255,255,255,0.1); }


.post-offset figure.post-icon a					{ background: #242424; box-shadow: 0px -1px 0px rgba(255,255,255,0.15); 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
.post-offset figure.post-icon a:hover			{ background: #323232; box-shadow: 0px -1px 0px rgba(255,255,255,0.25); }
.post-offset > h1 a								{ color: #fff; }
.post-offset > h1 a:hover						{ color: #ffb0b0; }
.post-offset p									{ color: #ededed; font-family: 'Pontano Sans'; font-size: 1.071em; }

.post-offset p a								{ color: #ee0000; }
.post-offset p a:hover							{ color: #c20000; }
.post-options									{ background: #1e1e1e; box-shadow: 0px -1px 0px rgba(255,255,255,0.15); }

#banner a,
#banner a:visited								{ background: #1E1E1E; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15); 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
#banner a:hover									{ background: #323232; box-shadow: 0px -1px 0px rgba(255,255,255,0.25); }



/* sidebar widgets styling */

.widget .fancy-headers							{ background: #2a2a2a; border-right: 10px solid #404040; }

.photo-stream li a,
.photo-stream li a:visited						{ background: #242424; box-shadow: 0px -1px 0px rgba(255,255,255,0.15); 
												-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
												}
.photo-stream li a:hover						{ background: #323232; box-shadow: 0px -1px 0px rgba(255,255,255,0.25); }

.widget .playlist ul li							{ background: url(/Content/themes/img/icons/icon-music.png) 8px 10px no-repeat; position: relative; }
.widget .playlist ul li:hover:before			{ background: url(/Content/themes/img/icons/icon-play.png) center no-repeat; content: ''; display: block; height: 20px; width: 20px; position: absolute; top: 10px; left: 8px; }
.widget .playlist ul li:hover					{ box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35); text-shadow: 0px -1px 0px rgba(0,0,0,.35);
												background: transparent; /* clear just in case */
												filter: '';
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFNzFGMTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQzAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzUpIiAvPgo8L3N2Zz4=);*/
												/* color used: #e71f16 => #bc0000 */
												}

.widget .upcoming-events						{  }
.flyer-wrapper p								{ background: #2a2a2a; color: #fff; }
.flyer-wrapper p.event-date						{ border-left: 10px solid #404040; }
.flyer-wrapper p.event-date span				{ color: #FF2423; }
.flyer-wrapper p.view-event						{ border-right: 10px solid #404040; }

.flyer-wrapper p.event-date:after				{ content:''; display: block; position: absolute; top: -20px; right: -20px; border-top: 20px solid transparent; border-right: 20px solid transparent; border-down: 20px solid #404040; border-left: 20px solid #404040; height: 0; width: 0; }
.flyer-wrapper p.view-event:after				{ content:''; display: block; position: absolute; top: -20px; left: -20px; border-top: 20px solid transparent; border-left: 20px solid transparent; border-down: 20px solid #404040; border-right: 20px solid #404040; height: 0; width: 0; }

.staff-members li figure:hover					{ color: #fff; text-decoration: none;
												background: transparent; /* clear just in case */
												filter: '';
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFNzFGMTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQzAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzUpIiAvPgo8L3N2Zz4=);*/
												/* color used: #e71f16 => #bc0000 */
												}


#pagination ol li a,
#pagination ol li a:visited						{ border: 1px solid #232323; box-shadow: 0px 1px 0px rgba(0,0,0,0.25); color: #fff; }
#pagination ol li a:hover						{ background: #222222; border: 1px solid #353535; }
#pagination ol li a.current						{ background: #222222; border: 1px solid #353535; }
#pagination ol li a.current:hover				{ background: #2c2c2c; border: 1px solid #3e3e3e; }

#page-footer									{ background: #1e1e1e; border-top: 1px solid #343434; color: #adadad; }
#page-footer a,
#page-footer a:visited							{ color: #fff; }
#page-footer a:hover							{ color: #d9d9d9; }

.copyright										{ border: 1px solid #343434; box-shadow: inset 0px 1px 0px #171717; background: #222222; }
.copyright a,
.copyright a:visited							{ color: #494949 !important; }
.copyright a:hover								{ color: #8c8c8c !important; }



/* global buttons styling */
.btn											{ box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35); color: #fff !important; display: inline-block; text-decoration: none; text-shadow: 0px -1px 0px rgba(0,0,0,.35);
												-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;												
												background: transparent; /* clear just in case */
												filter: '';
                                                background-color: #e91e16;
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFNzFGMTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQzAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzUpIiAvPgo8L3N2Zz4=);*/
												/* color used: #e71f16 => #bc0000 */
												
												}
.btn:hover										{ background: transparent; /* clear just in case */
												filter: '';
                                                background-color: #ff2423;
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEMzE1MTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCNTAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNDQpIiAvPgo8L3N2Zz4=);*/
												/* color used: #d31515 => #b50000 */
												}

span.party										{ box-shadow: inset 0px 1px 0px rgba(255,255,255,0.35); color: #fff !important; text-decoration: none; text-shadow: 0px -1px 0px rgba(0,0,0,.35);
												background: transparent; /* clear just in case */
												filter: '';
												/*background-image:url(/Content/themes/adrenateam/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFNzFGMTYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQzAwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzUpIiAvPgo8L3N2Zz4=);*/
												/* color used: #e71f16 => #bc0000 */
												}






/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/Content/themes/adrenateam/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/Content/themes/adrenateam/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/Content/themes/adrenateam/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/Content/themes/adrenateam/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/Content/themes/adrenateam/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/Content/themes/adrenateam/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/Content/themes/adrenateam/owl/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/Content/themes/adrenateam/owl/AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
