/* Minification failed. Returning unminified contents.
(5610,29): run-time error CSS1036: Expected expression, found ';'
(5922,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/* Minification failed. Returning unminified contents.
(5606,29): run-time error CSS1036: Expected expression, found ';'
(5918,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

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

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

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

a:focus {
    outline: thin dotted;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

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

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
    font-size: 80%;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

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

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

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

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

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

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

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

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

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

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Minification failed. Returning unminified contents.
(5135,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(5132,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(4731,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(4728,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(4317,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(4314,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(3913,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(3910,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(3501,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(3498,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(3090,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(3087,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(2686,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(2683,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

/* Minification failed. Returning unminified contents.
(2276,29): run-time error CSS1036: Expected expression, found ';'
 */
/* Minification failed. Returning unminified contents.
(2273,29): run-time error CSS1036: Expected expression, found ';'
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
}

@font-face
{
    font-family: 'go_monoregular';
    src: url('../font/gomono-webfont.eot');
    src: url('../font/gomono-webfont.eot?#iefix') format('embedded-opentype'), url('../font/gomono-webfont.woff') format('woff'), url('../font/gomono-webfont.ttf') format('truetype'), url('../font/gomono-webfont.svg#go_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'barnatrkregular';
    src: url('../font/barnatrk-regular-webfont.eot');
    src: url('../font/barnatrk-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/barnatrk-regular-webfont.woff') format('woff'), url('../font/barnatrk-regular-webfont.ttf') format('truetype'), url('../font/barnatrk-regular-webfont.svg#barnatrkregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'AbakuTLSymSansRegular';
    src: url('../font/abakutlsymsans.eot'), url('../font/abakutlsymsans.eot?#iefix') format('embedded-opentype'), url('../font/abakutlsymsans.woff') format('woff'), url('../font/abakutlsymsans.ttf') format('truetype'), url('../font/abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}







/********** HX - SUNUMU **********/

.box-title h1
{
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
}

#pompa h1
{
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
}

.page_content h1
{
    font-size: 16px;
    color: #53da3f;
    margin-bottom: 20px;
    font-weight: normal;
    height: 30px;
    width: 100%;
    line-height: 25px;
    vertical-align: middle;
    border-bottom: solid 1px #53da3f;
    font-family: 'go_monoregular';
	padding-top:3px;
}

.page_content h2.lpg-ustunlukleri
{
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'barnatrkregular';
}

/********************************/


body
{
    background: #4e5a68;
    color: #fff;
    font-family: 'go_monoregular';
}

a
{
    color: #fff;
}

    a:hover
    {
        color: #fff !important;
    }
	
/*hr { bordeR: 0; border-bottom: 1px solid #596069; padding: 0 0 10px 0; margin-bottom: 20px; }*/
hr
{
    bordeR: 0;
    border-bottom: none;
}

.columns.nope
{
    margin: 0 !important;
    padding: 0 !important;
}

::selection
{
    color: #fff;
    background: #53da3f;
}

.button
{
    background: #48c03a url('../img/box_header.png');
    border: 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 6px 45px;
    font-weight: normal;
    position: relative;
    bottom: 10px;
}

.border
{
    border-radius: 3px;
}

#header
{
    max-width: 960px;
    margin: 0 auto -2px auto;
}

.header-top
{
    background: url('../img/header_bg.png') no-repeat;
    height: 97px;
    margin-bottom: 5px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .header-top .logo
    {
        float: left;
    }

.header_text
{
    font-size: 80px;
    line-height: 97px;
    vertical-align: middle;
    display: none;
}

    .header_text .green
    {
        color: #53da3f;
    }

.ipragaz_logo
{
    float: right;
    margin-right: 20px;
    margin-top: 60px;
}

.header_animate
{
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    height: 73px;
    width: 100%;
}

    .header_animate .go
    {
        background: url('../img/go-y-v2.png') no-repeat;
        width: 87px;
        height: 48px;
        float: left;
        margin: 10px 10px 0 0;
    }

        .header_animate .go.signature
        {
            top: 0;
            left: 0;
            opacity: 1;
        }

        .header_animate .go.none
        {
            width: 68px;
        }

        .header_animate .go.onanimate
        {
            opacity: 0;
        }

.TL:before
{
    font-size: 12px;
    font-family: "AbakuTLSymSansRegular", serif;
    content: "t";
    padding-right: 3px;
}

.yok img
{
    display: none;
}

/*GO BİZ Login Sayfası*/
div.sub.no-bg
{
    width: 100%;
    max-width: 960px;
    background: none;
    margin-top: 20px;
    background: #4e5a68;
}

div.logo_row,
div.form_wrapper
{
    width: 97%;
    position: relative;
    display: block;
    clear: both;
}

div.logo_row
{
    height: 70px;
}

    div.logo_row div.logo
    {
        display: inline-block;
        float: left;
    }

    div.logo_row div.arrows
    {
        float: right;
    }

    div.logo_row div.form_wrapper
    {
        height: 340px;
        background: url('../img/gobiz-formbg.png') left top no-repeat;
        top: 50px;
        position: relative;
        display: block;
        clear: both;
    }

        div.logo_row div.form_wrapper div.form_bg
        {
            width: 295px;
            font-family: 'go_monoregular';
            color: #fff;
            margin-left: 20px;
        }

            div.logo_row div.form_wrapper div.form_bg h3
            {
                position: relative;
                font-size: 30px;
                top: 120px;
                font-family: 'go_monoregular';
                line-height: 33px;
            }

div.form_wrapper div.form_part
{
    width: 380px;
    height: 140px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -50px;
}

    div.form_wrapper div.form_part div.form_row
    {
        display: block;
        margin-bottom: 10px;
        position: relative;
        display: block;
        clear: both;
        height: 30px;
    }

        div.form_wrapper div.form_part div.form_row label
        {
            display: inline-block;
            color: #fff;
            width: 140px;
            float: left;
            height: 25px;
            line-height: 25px;
            vertical-align: middle;
            margin-right: 10px;
            font-family: 'go_monoregular';
            font-weight: bold;
            font-size: 14px;
        }

        div.form_wrapper div.form_part div.form_row input.biz_txt
        {
            background: #4E5A68;
            border: medium none;
            border-radius: 3px 3px 3px 3px;
            color: #FFFFFF;
            font-family: 'barnatrkregular';
            font-size: 14px;
            height: 25px;
            margin-bottom: 0;
            width: 214px;
            float: right;
        }

        div.form_wrapper div.form_part div.form_row input[placeholder]
        {
            font-style: italic;
            color: #fff;
        }

div.form_wrapper div.form_row button
{
    position: absolute;
    right: 0px;
}

div.form_wrapper div.form_row a.lost_password
{
    float: right;
    font-size: 12px;
    text-decoration: underline;
    top: 30px;
    position: relative;
    right: 0px;
}

div.ilogo
{
    margin-top: 50px;
}

    div.ilogo img
    {
        float: right;
    }
/*GO BİZ Login Sayfası Sonu*/


@media \0screen
{
    .TL:before
    {
        display: none;
    }

    .TL
    {
        background: url('../img/Turk-lirasi.png') no-repeat 43% center;
    }

    .yok img
    {
        display: block;
    }

    .footer_background
    {
        background: #323944 !important;
    }
}






.nav_main
{
    background: url('../img/top_nav_bg.png') no-repeat;
    height: 44px;
    padding: 0 30px;
}

    .nav_main .nav_main-section ul
    {
        float: left;
        margin-bottom: 0;
        position: relative;
    }

    .nav_main .nav_main-section li
    {
        float: left;
        list-style: none;
        margin: 0 37px 0 0;
        font-size: 16px;
        line-height: 39px;
        vertical-align: middle;
        position: relative;
    }

        .nav_main .nav_main-section li a
        {
            height: 39px;
            line-height: 39px;
            vertical-align: middle;
            display: block;
        }

.mav_main_444
{
    margin-top: 9px;
}

.nav_main-line
{
    position: relative;
    top: 38px;
    left: 0;
    overflow: visible;
}

.nav_main-selector
{
    position: absolute;
    top: 0;
    left: -5px;
    background: #53da3f;
    width: 90px;
    height: 4px;
}




.clear
{
    display: block;
    visibility: hidden;
    height: 1px;
    line-height: 1px;
    text-indent: -9999px;
    zoom: 1;
    clear: both;
}



/* Page */
#page
{
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 0;
}

/* Main Page */
.carousel
{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.carousel-mask
{
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.carousel-container
{
    width: 100%;
    position: absolute;
}

    .carousel-container .carousel-item
    {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
    }

.carousel-title
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .carousel-title ul
    {
        list-style: none;
        width: 101%;
        background: #616670;
    }

    .carousel-title li
    {
        float: left;
        width: 25%;
        background: #616670;
        background: rgba(97, 102, 117, 0.5);
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

    .carousel-title li
    {
        border-right: 1px solid #80848c;
        text-align: center;
    }

        .carousel-title li a
        {
            height: 40px;
            display: block;
            width: 100%;
            font-family: 'barnatrkregular';
        }

        .carousel-title li span
        {
            float: left;
        }

		/*YENİ BEŞLİ*/
		/*.carousel-title li:first-child {
			border-right: 1px solid #80848c;
			width: 22%;
			}
		.carousel-title li:first-child + li {
			border-right: 1px solid #80848c;
			width: 20%;
			}
		.carousel-title li:first-child + li + li {
			border-right: 1px solid #80848c;
			width: 25%;
			}
		.carousel-title li:first-child + li + li + li {
			border-right: 1px solid #80848c;
			width: 16%;
			}
		.carousel-title li:first-child + li + li + li + li {
			width: 16%;
		}*/
		.carousel-title li{
			border-right: 1px solid #80848c;
			width: 21%;
		}
		.carousel-title li:nth-child(2) {
			border-right: 1px solid #80848c;
			width: 18%;
		}
		.carousel-title li:nth-child(3) {
			border-right: 1px solid #80848c;
			width: 23%;
		}
		.carousel-title li:nth-child(4) {
			border-right: 1px solid #80848c;
			width: 20%;
		}
		.carousel-title li:nth-child(5) {
			width: 17%;
			border-right: none;
		}


.bar-title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  background: url(../img/new/left-nav-bg_hover.png) repeat-x;
}

.bar-title span {
  text-align: center;
  display: block;
  padding: 9px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  border-collapse: collapse;  
  float: none !important;
  display: table !important;
  background: #3a4552 !important;
}

.table thead th, .table thead td {
  background: #4e5a68;
  border: 1px solid #4e5a68;
  padding: .75rem;
  min-height: 45px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-weight: 400;
}

.table tr {
	background: transparent !important;
}

.table tbody th, .table tbody td {
  border: 1px solid #4e5a68;
  padding: .75rem;
  min-height: 45px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-weight: 400;
}

.carousel-arrow
{
    background: url('../img/carousel-arrow.png') no-repeat 0 -11px;
    width: 7px;
    height: 11px;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 18px;
    display: block;
    float: left;
}

.active.carousel-arrow
{
    background-position: 0 0;
}

ul.im_main_slider li a:focus, ul.im_main_slider li a:hover
{
    color: #fff !important;
}

.carousel-line
{
    width: 100%;
    height: 4px;
    position: relative;
}

.carousel-selector
{
    width: 320px;
    background: #53da3f;
    height: 4px;
    position: absolute;
}

.side, .si1de
{
    margin-right: 10px;
}

html >/**/ body .product_item, x:-moz-any-link, x:default
{
    margin-bottom: 30px;
}

.product_item
{
    padding-right: 20px;
    padding-left: 5px;
    border-right: 1px solid #596069;
    min-height: 286px;
    position: relative;
    width: 170px;
    text-align: center;
    margin-bottom: 30px;
}

.products .columns:last-child .product_item
{
    border-right: 0;
}

.products .columns:first-child + div + div + div .product_item
{
    border-right: 0;
}

.product_item img
{
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

html >/**/ body .product-desc, x:-moz-any-link, x:default
{
    font-family: 'barnatrkregular';
    font-size: 14px;
    margin-bottom: 20px !important;
    line-height: 15px;
    min-height: 90px;
}

.product-title
{
    font-size: 18px;
    height: 40px;
    color: #fff;
}

.product-desc
{
    font-family: 'barnatrkregular';
    font-size: 14px;
    margin-bottom: 20px !important;
    line-height: 15px;
    min-height: 90px;
    text-align: center;
}

.product_item .button
{
    /*left: 45px;*/
}

.pompa .dropdown
{
    text-align: center;
    padding: 10px 20px 10px 10px;
}

.pompa select
{
    background: #4e5a68;
    color: #fff;
    height: 25px;
    padding: 0 0 0 5px;
    border: 0;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'barnatrkregular';
}

.pompa table
{
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px; /*height: 201px;*/
}

.pompa table, x:-moz-any-link, x:default
{
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px; /*height: 171px;*/
}

    .pompa table tr
    {
        background: transparent;
        border-bottom: 1px solid #596069;
        height: 40px;
    }

        .pompa table tr td
        {
            color: #fff;
            font-size: 16px;
        }

            .pompa table tr td:first-child
            {
                border-right: 1px solid #596069;
            }

        .pompa table tr td
        {
            padding-left: 15px;
        }

.submit_btn
{
    width: 80px !important;
    height: 22px !important;
    margin: 0 0 0 134px;
    padding: 0;
    border: 0;
}

.pompa-notice
{
    background: #818890;
    color: #c0c4c8;
    font-size: 10px;
    line-height: 15px;
    padding: 10px;
    font-family: 'barnatrkregular';
    border-radius: 0 0 3px 3px;
}

.news .box-content
{
    font-family: 'barnatrkregular';
    font-size: 14px;
    min-height: 220px;
}

    .news .box-content p
    {
        line-height: 16px;
    }

.news .detail
{
    color: #53da3f;
    font-size: 14px;
}

.box
{
    margin-bottom: 10px;
}

.box-header
{
    margin-bottom: 5px !important;
    overflow: hidden;
    height: 30px;
    border-radius: 3px;
    color: #fff;
}


.istasyonListeleri {
    display:  flex;
    flex-direction:  row;
    flex-wrap:  wrap;
    padding-left:  30px;
    padding-right: 30px;
}

.istasyonListeleri .istasyonListesi a {
    display:  flex;
    flex-direction:  column;
}

.istasyonListeleri .istasyonListesi {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.istasyonListeleri .istasyonListesi:nth-child(3n) {
    margin-right:  0;
}

.istasyonListeleri .istasyonListesi a img {
    width: 100%;
    margin-right:  0;
}

.istasyonListeleri .istasyonListesi a span {
    color: #59d84a;
    font-size: 14px;
    font-family: 'go_monoregular';
}

.box-title
{
    background: #48c03a url('../img/box_header.png') repeat-x;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 0 10px;
}

.box-content
{
    background: #313842;
    border-radius: 3px;
}


.sub
{
    background: #3a4552;
}

.box-title_sub
{
    background: url('../img/box_header.png') repeat-x;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0 0 0 10px;
    color: #fff;
}

.Sub_table_header
{
    display: block;
    width: 100%;
    height: 24px;
    margin: 20px 0;
    font-family: 'barnatrkregular';
}

    .Sub_table_header span
    {
        display: block;
        float: left;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        vertical-align: middle;
        margin: 0 10px 0 5px;
    }

.Sub_dropdown_box
{
    display: block;
    float: left;
    width: 400px;
    height: 100%;
    margin: 0 0 0 120px;
}

.Sub_dropdown
{
    display: block;
    float: left;
    width: 200px;
    text-align: center;
}

.styledRadio, .styledCheckbox
{
    display: block;
    float: left;
    margin: 3px 30px 0 0;
}



form
{
    display: block;
    float: right;
    margin-right: -20px;
}

    form input
    {
        display: block;
        float: left;
        margin: 5px 0 0;
    }

.sub_table
{
    width: 100%;
    height: auto;
    font-family: 'barnatrkregular';
    font-size: 14px;
    color: #fff;
    border: 0;
    margin-bottom: 50px;
}

    .sub_table tr.tek
    {
        height: 24px;
        /*background: #3a4552;*/
		background: #4e5a68;
    }

    .sub_table tr.cift
    {
        height: 24px;
        background: #4e5a68;
    }

    .sub_table tr td
    {
        border-right: solid 1px #838c95;
        font-size: 16px;
        color: #3a4552;
        text-align: center;
		border: 9px solid #3A4552;
    }

        .sub_table tr td:last-child
        {
            border-right: none;
        }

    .sub_table tr th
    {
        background: #313a46;
        color: #a7adb4;
        font-weight: normal;
        height: 30px;
        /*border-right: solid 1px #838c95;*/
        width: 149px;
    }

        .sub_table tr th:last-child
        {
            border-right: none;
        }

        .sub_table tr th strong
        {
            font-weight: bold;
            color: #fff;
        }

    .sub_table .space
    {
        background: #3a4552;
    }

#footer
{
    background: #323944;
    /*border-top: 4px solid #818890;*/
    margin: 10px auto 0 auto;
    max-width: 960px;
    padding-top: 20px;
}

.sitemap.columns
{
    border-right: 1px solid #596069;
    min-height: 254px;
    /*width: 192px!important;*/
}

    .sitemap.columns.nomargin
    {
        border-right: 0;
    }

.sitemap.first
{
    margin-left: 15px;
}

.footer-title
{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'barnatrkregular';
}

    .footer-title a:hover
    {
        font-size: 14px;
        color: #7e868f !important;
        margin-bottom: 10px;
        font-family: 'barnatrkregular';
    }

.page_content ul.tekucgen
{
    list-style-image: url('../img/GO-tekucgen.png');
}

.nav_footer ul
{
    list-style: none;
}

.nav_footer li
{
    line-height: 20px;
    list-style: none;
}

    .nav_footer li a
    {
        font-size: 14px !important;
        color: #7e868f;
        font-family: 'barnatrkregular';
    }


.sub
{
    background: #3a4552;
    font-family: 'barnatrkregular';
    padding-bottom: 20px;
}

.nav_head
{
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    font-family: 'go_monoregular';
}

.nav_head h1 {color: #FFFFFF !important;
    font-family: 'go_monoregular' !important;
    font-size: 16px !important;
    font-weight:normal !important;
margin:0 !important;
}

.nav_head h2 {color: #FFFFFF !important;
    font-family: 'go_monoregular' !important;
    font-size: 16px !important;
    font-weight:normal !important;
margin:0 !important;
}

.nav_sub ul
{
    list-style: none;
}

    .nav_sub ul li a
    {
        font-size: 14px;
        color: #fff;
        font-family: 'barnatrkregular';
		width:200px;
		height:30px;
		line-height:30px;
		display:block;
    }
	

        .nav_sub ul li a:hover, a.selected
        {
            /*color: #53da3f !important;*/
			color: #FFFFFF !important;
        }
	ul.subnav li a
    {
        font-size: 14px;
        color: #fff;
        font-family: 'barnatrkregular';
		width:160px;
		height:30px;
		line-height:29px;
		display:block;
    }
.page_content
{
    background: #3a4552;	
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

    .page_content .border_box
    {
        font-size: 18px;
        color: #c0c4c8;
        margin-bottom: 20px;
        font-weight: normal;
        height: 41px !important;
        width: 100%;
        line-height: 50px;
        vertical-align: middle;
        border-bottom: solid 1px #c0c4c8;
        font-family: 'go_monoregular';
    }

    .page_content p, .page_content p strong
    {
        color: #fff;
        font-size: 14px;
        font-family: 'barnatrkregular';
        margin-bottom: 20px;
    }

        .page_content p a, .page_content p a:hover, .page_content b
		{
			color: #53da3f;
			font-size: 14px;
			font-weight: normal;
			font-family: 'barnatrkregular';
		}		
		h2.h2
		{
			color: #53da3f !important;
			font-size: 14px !important;
			font-weight: normal !important;
			font-family: 'barnatrkregular' !important;
			border-bottom: none !important;
			margin: 0 !important;
			width: auto !important;
			height: auto !important;
		}
		.tr {
            text-align: right;
        }
		.fn {
			float: none !important;
		}

    .page_content ul
    {
        list-style-image: url('../img/list_type.jpg');
    }

        .page_content ul li
        {
            color: #fff;
            font-size: 14px;
            font-family: 'barnatrkregular';
            margin: 0 0 10px 10px;
        }

    .page_content h2
    {
        font-size: 18px;
        color: #53da3f;
        margin-bottom: 20px;
        font-weight: normal;
        min-height: 50px;
		padding-bottom: 10px;
        width: 100%;
        /*line-height: 50px;*/
        vertical-align: middle;
        border-bottom: solid 1px #53da3f;
        font-family: 'go_monoregular';
    }

    .page_content h3
    {
        display: block;
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: normal;
        font-family: 'barnatrkregular';
    }
	
	.title-new {
	  font-size: 16px !important;
	  color: #53da3f !important;
	  margin-bottom: 20px !important;
	  height: auto !important;
	  width: 100% !important;
	  vertical-align: middle !important;
	  border: none !important;
	  margin-top:20px;
	}

.sub h3
{
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'barnatrkregular';
}

.ortak h2
{
    display: block;
    color: #53da3f;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'barnatrkregular';
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}

.bold img
{
    margin-bottom: 10px;
}

.acor_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor_head
{
    cursor: pointer;
}

    .acor_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }

/*.acor_head h3:hover{text-decoration:underline;}*/
.acor
{
    display: none;
}

.page_content .border_box
{
    font-size: 18px;
    color: #c0c4c8;
    margin-bottom: 20px;
    font-weight: normal;
    height: 41px !important;
    width: 100%;
    line-height: 50px;
    vertical-align: middle;
    border-bottom: solid 1px #c0c4c8;
    font-family: 'go_monoregular';
}

.page_content p
{
    color: #fff;
    font-size: 14px;
    font-family: 'barnatrkregular';
    margin-bottom: 20px;
}

    .page_content p a, .page_content p a:hover, .page_content b
    {
        color: #53da3f;
        font-size: 14px;
        font-weight: normal;
        font-family: 'barnatrkregular';
    }

@-moz-document url-prefix()
{
    .cardhoverimg;

{
    margin-left: 68% !important;
}

}

@-moz-document url-prefix()
{
    .indexbottom;

{
    padding-bottom: 29px;
}

}

strong.cardhover
{
    text-decoration: none;
}

    strong.cardhover:hover
    {
        text-decoration: underline !important;
    }

.page_content form
{
    margin: 0;
    padding: 0;
}

.page_content table
{
    display: block;
    float: left;
    background: none;
    border: 1px solid white;
    font-family: 'barnatrkregular';
}


.page_content p {
	margin-bottom: 0;
}

    .page_content table tr
    {
        background: #3a4552;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .page_content table tr td
        {
            font-size: 14px;
            color: #fff;
            background: none;
			border: 1px solid white;
        }

            .page_content table tr td.first
            {
                line-height: 25px;
                vertical-align: middle;
            }

            .page_content table tr td.mesage
            {
                vertical-align: top;
            }

.page_content input
{
    width: 214px;
    height: 25px;
    border-radius: 3px;
    background: #4e5a68;
    border: none;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'barnatrkregular';
}

    .page_content input:focus
    {
        height: 25px;
        border-radius: 3px;
        background: #4e5a68;
        border: none;
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        font-family: 'barnatrkregular';
    }

.page_content textarea
{
    width: 214px;
    height: 93px;
    border-radius: 3px;
    background: #4e5a68;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: 'barnatrkregular';
}

.field-validation-error
{
    font-family: 'barnatrkregular';
    color: #53da3f;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.social span
{
    display: block;
    float: left;
    font-size: 12px;
    color: #7e868f;
    font-family: 'barnatrkregular';
    position: relative;
    bottom: -15px;
}

.social img
{
    width: 19px;
    height: 19px;
    margin: 10px -5px 0 10px;
}

.breadcrumb
{
    display: block;
    float: right;
    width: auto;
    height: 15px;
    font-family: Arial;
    font-size: 9px;
    color: #c0c4c8;
    margin: 36px 0 3px 0;
}

    .breadcrumb a
    {
        display: block;
        float: left;
        font-family: Arial;
        font-size: 9px;
        color: #c0c4c8;
        margin: 0 2px;
    }

    .breadcrumb span
    {
        display: block;
        float: left;
        font-family: Arial;
        font-size: 9px;
        color: #c0c4c8;
    }

ul.zebra_box
{
    display: block;
    list-style: none !important;
    list-style-type: none!important;
}

    ul.zebra_box li.zebra
    {
        background: #4e5a68;
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

        ul.zebra_box li.zebra p span
        {
            color: #fff;
            font-size: 13px;
            font-family: 'barnatrkregular';
            margin: 0;
            line-height: 30px;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

        ul.zebra_box li.zebra p b
        {
            color: #7e868f!important;
            font-size: 14px;
            font-family: 'barnatrkregular';
            margin: 0;
            line-height: 30px;
            vertical-align: middle;
            margin: 0 10px 0;
        }

        ul.zebra_box li.zebra p
        {
            color: #c0c4c8;
            font-size: 14px;
            font-family: 'barnatrkregular';
            margin: 0;
            line-height: 30px;
            vertical-align: middle;
            margin-left: 10px;
        }

        ul.zebra_box li.zebra a
        {
            color: #53da3f;
            margin: 0 10px;
            line-height: 30px;
            vertical-align: middle;
        }

    ul.zebra_box li.zebra2
    {
        background: none;
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

        ul.zebra_box li.zebra2 p
        {
            color: #c0c4c8;
            font-size: 14px;
            font-family: 'barnatrkregular';
            margin: 7px 0 0 10px;
        }

            ul.zebra_box li.zebra2 p b
            {
                color: #7e868f!important;
                font-size: 14px;
                font-family: 'barnatrkregular';
                margin: 0;
                line-height: 30px;
                vertical-align: middle;
                margin: 0 10px 0;
            }

            ul.zebra_box li.zebra2 p span
            {
                color: #fff;
                font-size: 14px;
                font-family: 'barnatrkregular';
                margin: 0;
                line-height: 30px;
                vertical-align: middle;
                margin: 0 10px 0 0;
            }

        ul.zebra_box li.zebra2 a
        {
            color: #53da3f;
            margin: 0 10px;
        }

img.cevredostu
{
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.social
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#pompa
{
    background: url('../img/box_header.png') repeat-x;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 0 10px;
    margin: -10px 0 10px;
    font-family: 'barnatrkregular';
    font-weight: normal;
}

.box-content table
{
    min-height: 252px;
}

.clear
{
    display: block;
    visibility: hidden;
    height: 1px;
    line-height: 1px;
    text-indent: -9999px;
    zoom: 1;
    clear: both;
}

.nav_btn_box
{
    display: none;
}

.bayi-list-item h2
{
    font-size: 18px;
    color: #53da3f;
    margin-bottom: 20px;
    font-weight: normal;
    min-height: 50px;
    width: 100%;
    /*line-height: 50px;*/
    vertical-align: middle;
    border-bottom: solid 1px #53da3f;
    font-family: 'go_monoregular';
}

.bayi_item
{
    display: block;
    border-bottom: solid 1px #53da3f;
    padding-bottom: 10px;
}

.bayi_img
{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.bayi_name
{
    display: block;
    float: left;
    color: #53da3f !important;
    margin: 10px 0;
}

.detail_btn
{
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'barnatrkregular';
    margin-bottom: 10px;
    cursor: pointer;
}

.fancybox
{
    margin: 10px 0 0 10px !important;
}

.detail_box
{
    display: none;
}

.acordion_item
{
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
}

.eno_link
{
    display: block;
    float: right;
    margin: 10px 10px 15px;
}

.Surdurulebilirlik_item
{
    display: block;
    height: 160px;
    width: 100%;
    padding: 5px 0;
    border-bottom: dotted 1px #e7e7e7;
}

    .Surdurulebilirlik_item .Surdurulebilirlik_img
    {
        display: block;
        float: left;
        height: 100%;
        width: 70px;
        padding-top: 21px;
    }
.istasyon {
    display:  flex;
    flex-direction:  column;
}

.istasyon .istasyonContent {
    display:  flex;
    flex-direction: row;
}

.istasyon .istasyonContent figure {
    width: 180px;
    margin-right: 30px;
}

.istasyon .istasyonContent article {
    flex:  1;
}

.istasyon .istasyonContent article h2 {
    border-bottom: none;
    display:  flex;
    height:  auto;
    font-size:  14px;
    margin-top:  0;
}

.istasyon .imgList {
    display:  flex;
    width:  100%;
    flex-direction:  row;
    flex-wrap:  wrap;
    padding-left:  35px;
    padding-right:  35px;
    margin-top: 40px;
}

.istasyon .imgList a {
    width: 22%;
    margin-right: 4%;
}

.istasyon .imgList a:nth-child(4n) {
    margin-right: 0%;
}

.istasyon .imgList a img {
    margin-right:  0;
    margin-bottom: 0;
    width: 100%;
}
a.back {
    background:  #42ac36;
    width: 210px;
    height:  35px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    border-radius:  4px;
    margin: 30px auto 0 auto;
}
form.yakıtFiltre {
    width:  100%;
    margin-right: 0;
}

div#gecmisYakit {
    display:  flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 370px;
    justify-content:  center;
    align-items:  center;
    margin: 20px auto;
    width:  100%;
}

.filter-Input {
    display:  flex;
    justify-content:  space-between;
    width: 100%;
}

.filter-Input span {width:  auto;}
.filter-Input input,.filter-Input select {
    width: 230px;
}
.filter-Input select {
    height: 2.3125em;
    margin:  0 0 1em 0;
}
input.gonder {
    background:  #52da3e;
    color:  white;
    width: 120px;
    height: 40px;
    border: none;
    display:  block;
    margin:  0 auto;
    margin-bottom:  30px;
}
a.print {
    width: 50px;
    background: #52da3e;
    height:  30px;
    display: block;
    float: right;
    text-align:  center;
    line-height:  30px;
    margin-right:  10px;
}

div#gecmisYakit .clear {
    display:  none;
}

div#gecmisYakit .clear {
    display: none !important;
}

img.side-img {
    margin-left: -15px;
    min-width: 240px;
    display: block;
    margin-bottom: 10px
}

@media only screen and (max-width: 48em) {
	div#map-turkey {
		width: 100%;
		zoom: 0.46;
	}
	.TWEETWALL,.HomeMap {
		display: none;
	}
	img.VideoGoresel {
		height: auto !important;
		width: 400px !important;
	}
	.Guncel {
		width: 340px !important;
		height: 120px !important;
		margin: 0 auto !important;
		display: block;
	}
    .header_animate .go
    {
        background-position:;
        width: 87px;
        height: 60px;
        float: left;
        margin: 10px 10px 0 0;
    }

    .header_animate .go.signature {
        top: 0;
        left: 0;
        opacity: 1;
    }

    .header_animate .go.none {
		width: 68px;
    }

    .header_animate .go.onanimate {
        opacity: 0;
    }


    .nav_btn_box
    {
        display: block;
        width: 100%;
        padding: 10px 0 30px;
        margin: 0;
        border-bottom: solid 1px #323a46;
    }

    .click_btn {
        display: block;
        float: right;
        width: 100px;
        height: 100%;
        cursor: pointer;
    }

    .nav_btn_box img {
        display: block;
        float: left;
        margin: -3px 20px 0;
    }

    .nav_btn {
        display: block;
        float: right;
        width: 18px;
        height: 14px;
        background: url('../img/nav_bg.png') no-repeat;
        margin: 0 20px 0 10px;
    }

    .nav_btn_box p {
        display: block;
        float: right;
        line-height: 16px;
    }

    .nav_main {
        display: none;
        background: #384250;
        height: auto;
        padding: 0;
        margin: 0;
    }
        
    .nav_main .nav_main-section ul {
        display: block;
        margin: 0 0 -5px;
        position: relative;
        width: 100%;
        margin-top: 40px;
    }

    .login {
        width: 100%;
        text-align: center;
        right: 0 !important;
        border-bottom: 1px solid #fff;
        display: block;
    }
	.help .tooltip {
		left: 0 !important;
		top: -100px !important;
	}

	.login-box {
		right: 50% !important;
		text-align: left;
		margin-right: -120px;
	}

    .nav_main .nav_main-section li {
        display: block;
        /*float: none;*/
        list-style: none;
        font-size: 16px;
        vertical-align: middle;
        width: 100%;
    }

    .nav_main .nav_main-section li:hover > ul {
        width: 100%;
        top: 0;
        position: relative;
    }

	.box.pompa {
		width: 100% !important;
		margin: 0 !important;
	}

    .nav_main .nav_main-section li a {
        height: 39px;
        line-height: 39px;
        vertical-align: middle;
        display: block;
        border-bottom: solid 1px #fff;
        text-align: center;
    }

    .nav_main .nav_main-section li a.menu_noborder {
        height: 39px;
        line-height: 39px;
        vertical-align: middle;
        display: block;
        border-bottom: none;
        text-align: center;
    }

    .nav_main .nav_main-section li a:hover {
        height: 39px;
        width: 100%;
        line-height: 39px;
        vertical-align: middle;
        display: block;
        border-bottom: solid 1px #53da3f;
        background: #343c49;
    }

    .mav_main_444 {
        display: none;
        position: absolute;
        bottom: 10px;
    }

    .nav_main-line {
        position: relative;
        top: 38px;
        left: 0;
        overflow: visible;
    }

    .nav_main-selector {
        display: none;
        position: absolute;
        top: 0;
        left: -5px;
        background: #53da3f;
        width: 90px;
        height: 4px;
    }

    .si1de {
        margin-right: 0;
    }

    .carousel-title li {
        overflow: hidden;
    }

    .carousel-title li .carousel-arrow {
        margin-left: 10px;
    }

    .carousel-title li a {
        font-size: 0.7em;
        margin-left: 0;
    }

    .sitemap.columns {
        border-right: 0;
        min-height: 0;
    }

    .side, .si1de {
        margin-right: 0;
    }

    .button {
        background: #48c03a url('../img/box_header.png');
        border: 0;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 6px 45px;
        font-weight: normal;
        position: relative;
        bottom: 20px;
    }

    .nav_head {
        margin: 30px -15px 0;
        padding: 15px;
        border-bottom: solid 1px #fff;
        font-size: 16px;
        color: #fff;
        font-family: 'go_monoregular';
        background: #323a46;
    }

    .nav_sub ul {
        list-style: none;
        background: #323a46;
        padding: 15px;
        margin: 0 -15px;
    }

    .nav_sub ul li a {
        font-size: 14px;
        color: #fff;
        font-family: 'barnatrkregular';
    }

    .nav_sub ul li a:hover, a.selected {
        color: #53da3f !important;
    }

    .page_content table {
        display: block;
        float: left;
        background: none;
        border: 1px solid white;
        font-family: 'barnatrkregular';
        margin: 0;
        padding: 0;
    }

    .page_content input {
        width: 160px;
        height: 25px;
        border-radius: 3px;
        background: #4e5a68;
        border: none;
        margin-bottom: 0;
        color: #fff;
        font-size: 13px;
        font-family: 'barnatrkregular';
    }

    .page_content input:focus {
        height: 25px;
        border-radius: 3px;
        background: #4e5a68;
        border: none;
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        font-family: 'barnatrkregular';
    }

	.page_content textarea {
	    width: 160px;
	    height: 93px;
	    border-radius: 3px;
	    background: #4e5a68;
	    border: none;
	    color: #fff;
	    font-size: 14px;
	    font-family: 'barnatrkregular';
	}

    .Sub_dropdown {
        display: block;
        float: left;
        width: 150px !important;
        text-align: center;
    }

    .submit_btn {
        width: 80px !important;
        height: 22px !important;
        margin: 0;
        padding: 0;
        border: 0;
    }

    ul.zebra_box li.zebra p span {
        display: none;
        color: #fff;
        font-size: 14px;
        font-family: 'barnatrkregular';
        margin: 0;
        line-height: 30px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    ul.zebra_box li.zebra2 p span {
        display: none;
        color: #fff;
        font-size: 14px;
        font-family: 'barnatrkregular';
        margin: 0;
        line-height: 30px;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    #footer {
        //display: none;
        background: #323944;
        border-top: 4px solid #818890;
        margin: 10px auto 0 auto;
        max-width: 960px;
        padding-top: 20px;
		margin-top: 40px;
    }

    #pompa {
        background: url('../img/box_header.png') repeat-x;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        padding: 0 0 0 10px;
        margin: -10px 0 10px;
	}
	
	.istasyonListeleri .istasyonListesi {
		width: 47%;
		margin-right: 6% !important;
		margin-bottom:  20px;
	}

	.istasyonListeleri {
		padding-left:  15px;
		padding-right:  15px;
	}

	.istasyonListeleri .istasyonListesi:nth-child(2n) {
		margin-right: 0 !important;
	}
    .istasyon .istasyonContent {
        flex-direction:  column;
    }

    .istasyon .istasyonContent figure {
    margin: 0 auto 15px auto;
    }

    .istasyon .imgList a {
        width: 47%;
        margin-right: 6% !important;
        margin-bottom: 9px;
    }

    .istasyon .imgList a:nth-child(2n) {
        margin-right: 0% !important;
    }
    img.side-img {   
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 400px;
  }
  
  .page_content p img {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
}

/*@media only screen and (max-width: 768px) {

    .si1de {display:block; }
}*/



/* The Grid ---------------------- */
.lt-ie9 .row
{
    width: 960px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

    .lt-ie9 .row .row
    {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0 -15px;
    }

    .lt-ie9 .row.large-collapse .column,
    .lt-ie9 .row.large-collapse .columns
    {
        padding: 0;
    }

    .lt-ie9 .row .row
    {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0 -15px;
    }

        .lt-ie9 .row .row.large-collapse
        {
            margin: 0;
        }

.lt-ie9 .column, .columns
{
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

    .lt-ie9 .column.large-centered, .columns.large-centered
    {
        float: none;
        margin: 0 auto;
    }

.lt-ie9 [class*="column"] + [class*="column"]:last-child
{
    float: right;
}

.lt-ie9 [class*="column"] + [class*="column"].end
{
    float: left;
}

.lt-ie9 .large-1,
.lt-ie9 .row .large-1
{
    width: 8.33333%;
}

.lt-ie9 .large-2,
.lt-ie9 .row .large-2
{
    width: 16.66667%;
}

.lt-ie9 .large-3,
.lt-ie9 .row .large-3
{
    width: 25%;
}

.lt-ie9 .large-4,
.lt-ie9 .row .large-4
{
    width: 33.33333%;
}

.lt-ie9 .large-5,
.lt-ie9 .row .large-5
{
    width: 41.66667%;
}

.lt-ie9 .large-6,
.lt-ie9 .row .large-6
{
    width: 50%;
}

.lt-ie9 .large-7,
.lt-ie9 .row .large-7
{
    width: 58.33333%;
}

.lt-ie9 .large-8,
.lt-ie9 .row .large-8
{
    width: 66.66667%;
}

.lt-ie9 .large-9,
.lt-ie9 .row .large-9
{
    width: 75%;
}

.lt-ie9 .large-10,
.lt-ie9 .row .large-10
{
    width: 83.33333%;
}

.lt-ie9 .large-11,
.lt-ie9 .row .large-11
{
    width: 91.66667%;
}

.lt-ie9 .large-12,
.lt-ie9 .row .large-12
{
    width: 100%;
}

.lt-ie9 .row .large-offset-1
{
    margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2
{
    margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3
{
    margin-left: 25%;
}

.lt-ie9 .row .large-offset-4
{
    margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5
{
    margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6
{
    margin-left: 50%;
}

.lt-ie9 .row .large-offset-7
{
    margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8
{
    margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9
{
    margin-left: 75%;
}

.lt-ie9 .row .large-offset-10
{
    margin-left: 83.33333%;
}

.lt-ie9 .pull-2
{
    right: 16.66667%;
}

.lt-ie9 .pull-3
{
    right: 25%;
}

.lt-ie9 .pull-4
{
    right: 33.33333%;
}

.lt-ie9 .pull-5
{
    right: 41.66667%;
}

.lt-ie9 .pull-6
{
    right: 50%;
}

.lt-ie9 .pull-7
{
    right: 58.33333%;
}

.lt-ie9 .pull-8
{
    right: 66.66667%;
}

.lt-ie9 .pull-9
{
    right: 75%;
}

.lt-ie9 .pull-10
{
    right: 83.33333%;
}

.lt-ie9 .push-2
{
    left: 16.66667%;
}

.lt-ie9 .push-3
{
    left: 25%;
}

.lt-ie9 .push-4
{
    left: 33.33333%;
}

.lt-ie9 .push-5
{
    left: 41.66667%;
}

.lt-ie9 .push-6
{
    left: 50%;
}

.lt-ie9 .push-7
{
    left: 58.33333%;
}

.lt-ie9 .push-8
{
    left: 66.66667%;
}

.lt-ie9 .push-9
{
    left: 75%;
}

.lt-ie9 .push-10
{
    left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row
{
    *zoom: 1;
}

    .lt-ie9 .row:before, .row:after
    {
        content: " ";
        display: table;
    }

    .lt-ie9 .row:after
    {
        clear: both;
    }


.filter-selection
{
    margin-bottom: 20px;
}

.filter-selection-bayi
{
    margin: 10px 0!important;
    padding: 0!important;
}

.filter-selection div
{
    float: left;
}

.filter-selection select
{
    width: 70%;
}


.filter-selection span:first-child
{
    margin-right: 20px;
}

.filter-selection select
{
    width: 80%;
}

.columns.im_subLayoutBanner
{
    padding: 0;
}

.im_MainPage
{
    margin-bottom: -14px;
}


/* IE 8 */


.imgs
{
    background: url("../img/little-sprite.png");
}

.middle-box
{
    width: 50px;
    height: 54px;
    padding: 48px 0;
    margin: 0 auto 16px auto;
}

.box-img-one
{
    background-position: 45% 58%;
}

.box-img-two
{
    background-position: 45% 79%;
}

.box-img-three
{
    background-position: 45% 100%;
}

.breadcrumb a.current_page
{
    pointer-events: none;
    cursor: default;
}

a.city_link
{
    margin: 5px 0 0 0;
    display: block;
    float: right;
}

ul.city_list
{
    list-style-type: none !important;
}

    ul.city_list li
    {
        list-style-image: none;
        list-style-type: none !important;
        float: left;
        width: 120px;
    }

.right
{
    float: right !important;
}

#HasStation
{
    width: 20px;
    height: inherit;
    margin-right: 30px;
}

.acor2_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor2_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor2_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor2_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor2_head
{
    cursor: pointer;
}

    .acor2_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor2_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }
/*.acor_head h3:hover{text-decoration:underline;}*/
.acor2
{
    display: none;
}

.acor3_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor3_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor3_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor3_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor3_head
{
    cursor: pointer;
}

    .acor3_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor3_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }
/*.acor_head h3:hover{text-decoration:underline;}*/
.acor3
{
    display: none;
}
.acor4_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor4_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor4_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor4_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor4_head
{
    cursor: pointer;
}

    .acor4_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor4_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }
/*.acor_head h3:hover{text-decoration:underline;}*/
.acor4
{
    display: none;
}

.acor5_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor5_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor5_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor5_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor5_head
{
    cursor: pointer;
}

    .acor5_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor5_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }
/*.acor_head h3:hover{text-decoration:underline;}*/
.acor5
{
    display: none;
}


/**/
.acor6_head_year
{
    cursor: pointer;
    border-bottom: solid 1px #53da3f;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.acor6_year
{
    display: none;
    padding-right: 17px;
    margin-left: 16px;
}

.acor6_head_year .icon
{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url('../img/icon.png') no-repeat center bottom;
    margin: 106px 5px 0;
}

.acor6_head_year h2
{
    display: block;
    float: left;
    font-size: 14px!important;
    color: #53da3f !important;
    margin-top: 102px;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    height: auto;
    width: auto;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: none;
    font-family: inherit;
}

.acor6_head
{
    cursor: pointer;
}

    .acor6_head h2
    {
        display: block;
        float: left;
        font-size: 14px!important;
        color: #53da3f !important;
        margin-top: 102px;
        font-size: inherit;
        margin-bottom: 0;
        font-weight: inherit;
        height: auto;
        width: auto;
        line-height: 20px;
        vertical-align: middle;
        border-bottom: none;
        font-family: inherit;
    }

    .acor6_head .icon
    {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        background: url('../img/icon.png') no-repeat center bottom;
        margin: 106px 5px 0;
    }
/*.acor_head h3:hover{text-decoration:underline;}*/
.acor6
{
    display: none;
}

#Cerez {
    width: 100%;
    height: 80px;
    background: #343e4a;
    margin-bottom: 20px
}
.Container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;

}

#Cerez p {
    font-size: 13px;
    color: #49c23b;
    font-weight: 400;
    padding: 25px;
    margin: 0;
}
#Cerez p a {
    color: #fff;
    opacity: 0.7;
}

#Cerez p a:hover {
    text-decoration: underline;
}
a.Close img {
    width: 13px;
    height: 13px;
}

a.Close {
    position: absolute;
    right: 3px;
    top: 13px;
}
iframe#yakıtIframe {
    border: none;
    width: 100%;
    height: 630px;
}

div#gecmisYakit .filter-selection.large-12.small-12.columns {
    padding: 0;
}

div#gecmisYakit .large-4.small-4 {
    margin-bottom: 10px;
}

div#gecmisYakit span {
    width: 12%;
    display: block;
    float: left;
    line-height: 22px;
}
.nav_main .nav_main-section li > ul {
    position: absolute;
    z-index: 9999;
    width: 225px;
    background: #313842;
    left: 0;
    top: 39px;
    margin: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_main .nav_main-section li:hover > ul {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_main .nav_main-section li > ul li {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
}

.nav_main .nav_main-section li > ul li a {
    padding: 10px;
    display: block;
    line-height: 19px;
}

.nav_main .nav_main-section li > ul li a:hover {
    background: #4e5a68;
}
.sub_table.white tr td {
    color: white !important;
}

.sideNavOpen {
    margin-left:  1.2em;
    margin-bottom:  5px;
}
.sideNavOpen li {
    width: 100%;
    border-bottom: 1px solid #818890;
    list-style-type: none;
    padding: 3px 5px;
}

.sideNavOpen a {
    list-style-type: none;
    width: 160px !important;
    background: none !important;
}

.nav_sub ul li a span {
	width: 100%;
	display: block;
    background: url(../img/new/sub-nav-arrow.png) no-repeat right center !important;
}
.nav_sub ul li a:hover span,.nav_sub ul li a.active span {
    color: #53da3f !important;
    background: url(../img/new/sub-nav-arrow_hover.png) no-repeat right center !important;
}
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.newAdres {
    font-weight: 700;
    text-align: left;
    font-size: 13px !important;
    line-height: 20px;
}
.newAdres:before {
    content: '';
    clear: both;
    display: block;
}

.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 15px;
  border-radius: 3px;
  color: white !important;
  background: rgba(70,187,79,1);
  background: -moz-linear-gradient(top, rgba(70,187,79,1) 0%, rgba(60,159,50,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70,187,79,1)), color-stop(100%, rgba(60,159,50,1)));
  background: -webkit-linear-gradient(top, rgba(70,187,79,1) 0%, rgba(60,159,50,1) 100%);
  background: -o-linear-gradient(top, rgba(70,187,79,1) 0%, rgba(60,159,50,1) 100%);
  background: -ms-linear-gradient(top, rgba(70,187,79,1) 0%, rgba(60,159,50,1) 100%);
  background: linear-gradient(to bottom, rgba(70,187,79,1) 0%, rgba(60,159,50,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46bb4f', endColorstr='#3c9f32', GradientType=0 );
  margin: 6px 0;
}

.map-button img {
	width: 12px !important;
  margin-bottom: 0;
  margin-right: 8px !important;
}
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px;width:200px;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto;width:200px;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{width:150px !important;outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important;}
.selectBox-dropdown, .selectBox-dropdown #sub{min-width:200px;width:214px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


@media only screen and (max-width: 48em) {
.selectBox-dropdown .selectBox-label{background:#4e5a68;color:#fff;height:25px; min-width:160px!important; width:160px!important;font-size:13px;font-family:barnatrkregular;line-height:25px;vertical-align:middle;margin:0 auto;padding:0 0 0 5px;}
.sub .Sub_dropdown .selectBox-arrow{position:absolute;top:0;right:-10px;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;background:#4e5a68;color:#fff;height:auto; width:160px !important;font-size:13px;font-family:barnatrkregular;overflow:auto;margin:5px auto 0;padding:0 0 0 5px;}
.selectBox-inline{ width:160px !important; min-width:160px!important; outline:none;background:#4e5a68;display:inline-block;overflow:auto;}
.selectBox-options{list-style:none;display:block;cursor:default;margin:0;padding:0;}
.selectBox-options LI{list-style:none;display:block;cursor:default;border-top:solid 1px #313842;margin:0;padding:0;}
.selectBox-options LI A{list-style:none;display:block;cursor:default;line-height:1.5;white-space:nowrap;overflow:hidden;background:6px center no-repeat;margin:0;padding:2px .5em;}
.selectBox-options LI.selectBox-hover a{background-color:#434b55;}
.selectBox-options LI.selectBox-disabled a{color:#888;background-color:transparent;}
.selectBox-options .selectBox-optgroup{color:#666;background:#EEE;font-weight:700;line-height:1.5;white-space:nowrap;padding:0 .3em;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);}
.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent!important;}
.selectBox-dropdown,.selectBox-dropdown #sub{ width:160px !important; min-width:160px!important; height:25px;position:relative;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#4e5a68;border-radius:2px;display:inline-block;cursor:default;}
.selectBox-dropdown .selectBox-arrow,.sub .selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:26px;height:100%;background:url(../img/selectBox-arrow.png) right center no-repeat;}
.selectBox.selectBox-disabled,.selectBox-inline.selectBox-disabled{color:#888!important;}


}
/*! 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('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('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('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('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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
