/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * 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/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
    margin: 1em 40px;
}

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

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

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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

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

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

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

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
¬html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
              {display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}
a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn
                                                                                         {font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small
                                                                                                                                                                            {font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup
                                                                                                                                                                                                                                                                         {top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr
                                                                                                                                                                                                                                                                                                                                                                         {-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp
                                                                                                                                                                                                                                                                                                                                                                                                                                                        {font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 {overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     {-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    {border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 {box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          {-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             {font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print
{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after
                                                                                                                                                    {content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
    pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img
                                                                                                                                 {max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3
                                                                                                                                                                                      {page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret
                                                                                                                                                                                                                                                                                                                        {border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td
                                                                                                                                                                                                                                                                                                                                                                                                                                {border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   {font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}

/**
 * Colours
 */
/**
 * Font faces
 */
/**
 * Font sizes
 */
/**
 * Grid
 */
/**
* Error messages
*/
.red {
    color: #ff0000; }

body {
    font-family: Helvetica, Arial, Sans-Serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px; }

.environmentName {
    position: absolute;
    color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3f3f3f;

}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1:first-child {
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

h1, h2 {
    font-size: 39px; }

a {
    color: #0063fe;
    text-decoration: underline;
}



hr {
    border-color: #c1c1c1;
    margin: 30px 0; }

.clear {
    clear: both; }

iframe {
    width: 100%; }

.button {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 50px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 18px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
}


.nav>li {
    cursor: pointer;
}

a.button {
    color: #ffffff; }

.button:hover,
.button.current {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #008000; ;
    background-color: #008000 !important;
    border-right: 14px solid #008000 !important;
    border-left: 14px solid #008000 !important;
    cursor: pointer;
    border-color: #008000;
    text-decoration: none;
}

.button-no {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right;
    border-right: 14px solid #6B6B6B;
    border-left: 14px solid #6B6B6B;
    height: 50px;
    cursor: pointer;
    cursor: pointer;
    font-family: Georgia,Times,"Times New Roman",serif;
    background-color: #6B6B6B;
    line-height: 50px;
    padding: 0px;
}

.gtm-proceedToPayment{

}

.button-no:hover,
.button-no.current {
    background-color:#768083 !important;
    border-right: 14px solid #768083 !important;
    border-left: 14px solid #768083 !important;
}

.button.current,
.button-no.current {

}

.button.current,
.button-no.current {
    cursor: default; }

a.button-no {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.button-back {
    width: auto;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    padding: 10px 16px 10px 60px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-left.png") no-repeat left #58b74e; }

.button-back:hover {
    color: #ffffff;
    text-decoration: none;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-dark-left.png") no-repeat left #008000; }

.button-no-back {
    width: 142px;
    margin-top: 15px;
    padding: 5px 16px 5px 60px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png") no-repeat left #959da1; }

.button-no-back:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-dark-reverse.png") no-repeat left #768083; }

.alert,
.alert-not-close{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/themes/inthenightgarden/img/whitebg.png") repeat;
    z-index: 1100;
}

.alertInner {
    position: fixed;
    height: auto;
    background: #ffffff;
    border: 1px solid;
    -webkit-box-shadow: 0px 0px 23px 0px darkgray;
    -moz-box-shadow: 0px 0px 23px 0px darkgray;
    box-shadow: 0px 0px 23px 0px darkgray;
    left: 35%;
    width: 30%;
    top: 15%;
    padding: 20px;
}


@media (max-width: 970px) {

    .alertInner {
        left: 30%;
        width: 40%;
        top: 15%;
        padding: 20px;
    }

}

@media (max-width: 670px) {

    .alertInner {
        left: 5%;
        width: 90%;
        top: 5%;
    }
}

.ng-new-basket{
    display: none;
}

.alertInner h3 {
    margin: 0; }

/*Work around for smaller text sizes in WYSIWYG editor*/
address, .disclaimer {
    font-size: 12px; }

/*Fix for WYSIWYG H1 elements*/
h1 strong {
    font-weight: normal; }

/*Form text*/

input[type="password"] {
    border: 1px solid #c1c1c1;
    height: 50px;
    padding: 0 10px;
}
input[type="text"]{
    border: 1px solid #c1c1c1;
    text-align: left;
    padding: 0px;
    vertical-align: bottom;
    height: 50px;
    font-size: 20px;
    width: 100%;
    text-indent: 10px;
}



/*Form radio buttons*/
input[type="radio"] {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: #303030 solid 1px;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

input[type="radio"]:checked {
    background: #58b74e;
    border: #303030 solid 1px;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: #303030 solid 1px;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    bottom: 8px; }

input[type="checkbox"]:checked {
    background: #52b847;
    border: #303030 1px solid; }

@-moz-document url-prefix() {
    input {
        height: 50px;
        border-width: 1px; }

    .button {
        height: 50px; }

    .newsletterSignUpForm input[type="submit"] {
        padding: 12px 60px 12px 16px; }

    /*Form radio buttons*/ }
.close {
    display: block;
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background: url("/themes/inthenightgarden/img/apple-close.png") 50% 50% no-repeat transparent;
    opacity: 0.7;
    z-index: 3; }


/*Loader*/
.loaded-background {
    position: fixed;
    background: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    text-align: center;
    display: none; }
.loaded-background .loadedGif {
    position: relative;
    top: 49%; }


.doNotShow {
    display: none !important; }

.button.error--continue.button-ok {
    padding: 0;
    float: right;
    width: 141px !important;
    min-width: 0;
    margin-top: 22px;
    text-decoration: none;
}

/*Ten column layout grid*/
.layout-container {
    width: 100%;
    padding: 0 20px;
    max-width: 970px;
    margin: 0 auto; }

.layout-container:after {
    clear: both; }

.layout-container-inner {
    padding: 0; }

.layout-container-video {
    padding: 0 0 35px 0; }
.layout-container-video iframe {
    width: 100%;
    height: 225px; }

@media (min-width: 768px) {
    .layout-1 {
        float: left;
        width: 8.33%;
        margin-top: 30px;}

    .layout-2 {
        float: left;
        width: 16.66%;
        margin-top: 30px;}

    .layout-3 {
        float: left;
        width: 24.99%;
        margin-top: 30px;}

    .layout-4 {
        float: left;
        width: 33.32%;
        margin-top: 30px;}

    .layout-5 {
        float: left;
        width: 41.65%;
        margin-top: 30px;}

    .layout-6 {
        float: left;
        width: 49.98%;
        margin-top: 30px;}

    .layout-7 {
        float: left;
        width: 58.31%;
        margin-top: 30px;}

    .layout-8 {
        float: left;
        width: 66.64%;
        margin-top: 30px;}

    .layout-9 {
        float: left;
        width: 74.97%;
        margin-top: 30px;}

    .layout-10 {
        float: left;
        width: 83.3%;
        margin-top: 30px;}

    .layout-11 {
        float: left;
        width: 91.63%; }

    .layout-12 {
        float: left;
        width: 99.96%;
        margin-top: 30px;}

    .layout-container-video {
        padding: 0 15px 60px; }
    .layout-container-video iframe {
        width: 579px;
        height: 304px; } }
.layout-4 {
    padding-left: 15px;
    margin-top: 30px
}

.layout-8 {
    padding-right: 15px;
    margin-top: 30px
}

.layout-8, .layout-4 {
    margin-bottom: 50px;
    margin-top: 30px
}

.layout-8 img {
    max-width: 100%;
    height: auto; }

.accessGate #CouponCode label {
    display: none;
}

.accessGate #CouponCode input[name="CouponCode"] {
    width: 60%;
    margin: 3% 0;
    display: block;
    padding-left: 5px;
    text-indent: 5px;
    height: 50px;
    line-height: 50px;
}

.accessGate .Actions input {
    width: 60%;
    display: block;
    padding: 0 60px 0 16px;
}

.bookNowLink {
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 10px 60px 10px 16px;
    width: auto;
}

.bookNowLink:hover {
    text-decoration: none;
}



.account .account-button-back {
    margin-bottom: 2%;
    float: right;
    padding: 5px 16px 5px 60px; }
.account hr {
    clear: both;
    margin: 20px 0; }
.account div.title {
    width: 50%;
    float: left; }
.account div.title h2.normal {
    font-weight: normal; }
.account div.title p.bold {
    color: #3F3F3F;
    font-weight: bold;
    font-size: 22px; }
.account div.title p.bold a {
    text-decoration: underline; }
.account div.title p.bold a:hover {
    text-decoration: none; }
.account div.items p {
    margin-bottom: 0; }
.AccountLogin,
.account form
{
    width: 100%; }

.AccountLogin label,
.account form label
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    display: block;
    clear: both;
    font-size: 16px;
}

.AccountLogin input,
.account form input,
.AccountLogin select,
.account form select
{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px;
    border: 1px solid #C1C1C1;
    height: 50px;

}
.AccountLogin select,
.account form select
{
    height: 50px;
    border-radius: 0px;
}

.AccountLogin input[type="submit"],
.account form input[type="submit"]
{
    float: right;
    color: #ffffff;
    border: none;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    height: 50px;
    padding: 0px;
    max-width: 210px;
    line-height: 50px;
}

form#AccountRecover a.account {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png") no-repeat right;
    display: inline-block;
    height: 50px;
    text-align: right;
    background-position: 0px;
    background-color: #6b6b6b;
    line-height: 50px;
    padding: 0px;
    min-width: 210px;
}

.AccountLogin input[type="submit"]:hover,
.account form input[type="submit"]:hover
{
    background-color: #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;

}

.AccountLogin a.recover,
.account form a.recover
{
    display: inline-block;
    width: auto;
    line-height: 28px; }
.AccountLogin span.error,
.account form span.error{
    display: block;
    color: #b43a47;
    top: 5px;
    right: 5px;
    font-size: 14px;
    z-index: 1;
}

.account .right {
    float: right; }
.account .right.bold {
    color: #3F3F3F; }
.account p.form-failure {
    color: #b43a47; }
.account p.form-success {
    color: #345dad; }
.AccountLogin:before,
.account form:before,
.AccountLogin:after,
.account form:after
{
    content: " ";
    display: table; }
.account form:after,
.AccountLogin:after
{
    clear: both; }

form#AccountDetails {
    position: relative; }
form#AccountDetails fieldset.name {
    width: 100%; }
form#AccountDetails fieldset.name div {
    float: left;
    width: 50%; }
form#AccountDetails fieldset.name div input {
    width: 96%;
}



form#AccountRecover a.account:hover {
    background-color: #768083;
}

.form-success + .AccountLogin .button-no.account,
.form-success + .account form .button-no.account
{
    background: url("/themes/inthenightgarden/img/submit-arrow-square.png") no-repeat right #58b74e; }

.form-success + .account form .button-no.account:hover,
.form-success + .AccountLogin .button-no.account:hover
{
    background-color: #008000; }

body.noscroll {
    overflow: hidden; }

.account .actions {
    position: relative;
    width: 260px;
    float: right;
    margin-bottom: 20px;
    margin-top: 10px; }

.account .actions a {
    position: relative;
    float: right;
    display: block;
    color: #ffffff;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 28px;
    text-decoration: none;
    width: 250px;
    margin: 5px 0 5px 10px;
    border: none;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    height: 50px;
    line-height: 50px;
}

.account .actions a:hover {
    background-color:#008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.account .actions .button-no {
    color: #fff;
    background-color: #6b6b6b;
    border-right: 14px solid #6b6b6b;
    border-left: 14px solid #6b6b6b;
}

.account .actions .button-no:hover {
    background-color: #6b6b6b;
    border-right: 14px solid #6b6b6b;
    border-left: 14px solid #6b6b6b;
}

.account .actions:before,
.account .actions:after {
    content: " ";
    display: table; }
.account .actions:after {
    clear: both; }

div.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    background: rgba(220, 220, 220, 0.9);
    z-index: 1000;
}

#overlay.tickets {
    display: none;
    position: absolute;
    width: 480px;
    min-height: 200px;
    border: 2px solid #A5A5A5;
    background: #fff url("/themes/inthenightgarden/img/loader.gif") no-repeat center center;
    z-index: 999; }
#overlay.tickets div.wrapper {
    height: 100%;
    padding: 20px;
    background: #fff;
    overflow-y: auto; }
#overlay.tickets a.close {
    display: block;
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background: transparent url("/themes/inthenightgarden/img/apple-close.png") no-repeat center center;
    opacity: 0.7;
    z-index: 3; }
#overlay.tickets a.close:hover {
    opacity: 1; }
#overlay.tickets form h3,
#overlay.tickets form p {
    margin: 0; }
#overlay.tickets form hr {
    margin: 10px 0; }
#overlay.tickets form label {
    font-weight: normal;
    line-height: 40px;
    margin: 0;
    width: 70%; }
#overlay.tickets form label em {
    font-weight: bold; }
#overlay.tickets form div.right {
    float: right; }
#overlay.tickets form div.right input.number {
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    line-height: 32px;
    padding: 0px 0px 0px 13px;
    text-align: center;
}

#overlay.tickets form div.right a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #58b74e;
}
#overlay.tickets form div.right a:hover {
    background-color: #008000; }
#overlay.tickets form div.right a.disabled {
    background-color: #585858; }
#overlay.tickets form span.right {
    float: right; }
#overlay.tickets form input.right {
    display: inline-block;
    float: right;
    color: #ffffff;
    font-family: Helvetica, Arial, Sans-Serif;
    width: auto;
    border: none;
    text-align: center;
    padding: 0px 30px 0px 10px;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
}

#overlay.tickets form .disabled {
    cursor: default; }
#overlay.tickets form input.right.disabled {
    background: #585858;
    opacity: 0.2;
    border-right: 14px solid #585858;
    border-left: 14px solid #585858;
}
#overlay.tickets form input.reqs {
    display: block;
    float: left;
    margin: 12px 6px 0 0; }
#overlay.tickets form label[for="reqs"] {
    font-size: 16px; }
#overlay.tickets form label[for="reqs"]:hover {
    cursor: pointer; }
#overlay.tickets form textarea {
    width: 100%;
    height: 9em; }

.right.mac[data-max="0"] + label[for="name"]:after {
    content: 'Our allocation of advance purchase tickets to meet this character is sold out. You will be able to book at the Showdome on the day but the wait may be over an hour.';
    font-size: 15px;
    line-height: 1.2;
    display: block; }

#accountsTicketsForm small {
    font-size: 75%; }

@media (max-width: 767px) {
    h2 {
        font-size: 25px; }

    div.overlay-container {.close
    width: 100%; }

    #overlay.tickets {
        width: 95%;
        left: 2.5% !important; } }
/*Basket*/
.Basket .header {
    margin-bottom: 35px; }

.basketContent {
    /*Overrides for styles from the basket dropdown*/
    /*Overrides for the ticket pop - from tickets grid page*/
    /*Coupon Codes*/ }
.basketContent .layout-12 {
    margin-bottom: 40px;
    margin-top: 30px}
.basketContent h1 {
    margin-bottom: 50px; }
.basketContent h2 {
    margin-bottom: 20px;
    font-size: 32px; }
.basketContent .basketContent--header {
    background: url("/themes/inthenightgarden/img/basketHeader1.png") no-repeat;
    background-size: contain; }
.basketContent .basket--input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: #303030 solid 1px !important;
    cursor: pointer;

}

.basketContent .basket--label {
    display: inline-block;
    font-weight: normal;
    width: 85%;
    margin-top: 6px; }
.basketContent .basket--label strong {
    color: #000000;
    float: left;
    margin-right: 5px; }
.basketContent h2.basket--total span {
    float: right; }
.basketContent .deliveryProtectFormSubmit {
    float: right;
    color: #ffffff;
    text-decoration: none;
    max-width: 250px;
}
.basketContent .deliveryProtectFormSubmit {
    color: #ffffff;
    text-decoration: none;
    max-width: 280px;
    margin-bottom: 20px;
}
.basketContent .deliveryProtectFormSubmit.inactive {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
}

.basketContent .deliveryProtectFormSubmit.inactive:hover {
    background-color: #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.basketContent .basketContent--basketItems .basketShow {
    position: relative;
    padding-bottom: 64px; }
.basketContent .basketContent--basketItems h3 {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    color: #919191;
    margin-bottom: 0;
    border-top: 1px solid #3f3f3f;
    margin-top: 20px;
    padding-top: 20px; }
.basketContent .basketContent--basketItems p {
    margin-bottom: 0;
    line-height: 1.2;
    color: #919191; }
.basketContent .basketContent--basketItems p.basket-dropdown-band {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }
.basketContent .basketContent--basketItems p.basket-dropdown-band strong {
    font-weight: normal; }
.basketContent .basketContent--basketItems p.basket-dropdown-venue {
    padding-bottom: 20px;
    margin-bottom: 20px; }
.basketContent .basketContent--basketItems .basket--remove {
    position: absolute;
    right: 0;
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    top: 50px;
}
.basketContent .basketContent--basketItems .basket--change {
    position: absolute;
    right: 0;
    max-width: 280px;
    bottom: -1px;
    height: 50px;
    line-height: 50px;
}
.basketContent .basketContent--basketItems p span {
    line-height: 1.5; }
.basketContent .basketContent--basketItems .ticketTypePrice {
    float: right;
    color: #000000;
    font-weight: bold; }
.basketContent .basketContent--basketItems h4, .basketContent .basketContent--basketItems .basket-dropdown-tickets-subtotal, .basketContent .basketContent--basketItems .basketWidgetButton {
    display: none; }
.basketContent .basketContent--basketItems.noShowTickets .basket--remove {
    top: 0; }
.basketContent .ticketsGrid--popupInner {
    position: absolute; }
.basketContent .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem:nth-child(3) {
    display: block; }
.basketContent .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter {
    font-size: 0; }
.basketContent .ticketOptions.merchOnly {
    display: none; }
.basketContent .ticketOptions.hideTicketPlan .ticketOptions--ticketplan {
    display: none;
}

.basketContent .couponCodesForm {
    text-align: right;
    font-size: 0;
    margin-top: 20px;
}

.basketContent .couponCodesForm input {
    width: 280px;
    font-size: 18px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    margin: 0px;
}

.basketContent .couponCodesForm input[type="text"] {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Times,"Times New Roman",serif;
    text-align: left;
    padding-left: 10px;
}
.basketContent .couponCodesForm input[type="submit"] {
}
.basketContent .couponCodesForm input[type="submit"]:hover {
    background-color: #008000;
    cursor: pointer;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
    cursor: pointer;
}

.basketContent .couponCodesForm.active input[type="submit"] {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
}

.basketContent .couponCodesForm.active input[type="submit"]:hover {
    background-color: #008000;
    cursor: pointer;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

/*Coupon error messages*/
.enterCouponCode, .submitCouponCode, .enterInsurance {
    display: none;
}

.ticketsGrid--popupInner--form .ticketGrid--showBandPriceItem.soldOut {
    display: none; }

@media (max-width: 767px) {
    .basketContent .basketContent--header {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall1.png") no-repeat;
        background-size: contain; }

    .basketContent .basketContent--basketItems .basket--change,
    .basketContent .basketContent--basketItems .basket--remove {
        position: absolute;
        max-width: 100%;
        margin-top: 0px;
        bottom: 0;
    }

    .ng-new-basket{
        width: 100%;
        position: relative;
        display: block;
    }

    .ng-new-basket #menu{
        padding: 0px;
        position: absolute;
        right: 0px;
        height: 71px;
        left: 0px;
    }

    .ng-new-basket li{
        list-style: none;
        padding: 0px;
    }
    .ng-new-basket .basketShow {

    }
    .ng-new-basket ul{
        padding: 0px;
    }

    .basketContent .basketContent--basketItems .basket--remove {
        position: relative;
        top: initial !important;
    }
    .basketContent .deliveryProtectFormSubmit {
        color: #ffffff;
        text-decoration: none;
        max-width: 100%;
    }

    .basketDetailsForm .basketDetailsFormButton {
        float: right;
        color: #ffffff;
        text-decoration: none;
        padding: 2px 60px 2px 16px;
        width: 100%;
        max-width: 100%;
    }

    .basketDetailsForm .select {
        width: 100%;
    }

    /*Change button text*/
    .basketContent .basketContent--basketItems .basket--change span,
    .basketContent .basketContent--basketItems .basket--remove span {
        display: none; }

    /*.basketContent .basketContent--basketItems .basket--change:after {*/
    /*content: 'Change'; }*/

    /*.basketContent .basketContent--basketItems .basket--remove:after {*/
    /*content: 'Remove'; }*/

    .basketContent .couponCodesForm input {
        width: 100%; } }

@media (max-width: 420px) {

    .ng-new-basket{

    }


    .basketDetailsForm .select {
        width: 100%;
    }

    .Basket .header {
        margin-bottom: 20px; }

    .basketContent .deliveryProtectFormSubmit {
        color: #ffffff;
        text-decoration: none;
        max-width: 100%;
    }

    .basketDetailsForm .basketDetailsFormButton {
        float: right;
        color: #ffffff;
        text-decoration: none;
        padding: 2px 60px 2px 16px;
        width: 100%;
    }

    .AccountLogin input[type="submit"],
    .account form input[type="submit"]
    {
        float: right;
        color: #ffffff;
        border: none;
        border-right: 14px solid #52b847;
        border-left: 14px solid #52b847;
        height: 50px;
        padding: none;
        line-height: 50px;
        width: 65%;
        font-size: 16px;
    }

    form#AccountRecover a.account {
        background: url(/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png) no-repeat right;
        display: inline-block;
        height: 50px;
        text-align: right;
        background-position: 0px;
        background-color: #6b6b6b;
        line-height: 50px;
        padding: 0px;
        width: 35%;
        font-size: 16px;
        min-width: 35%;
    }
}
/*Basket Details Form*/
.BasketDetails .header {
    margin-bottom: 35px; }

.basketDetailsForm .layout-12 {
    margin-bottom: 40px;
    margin-top: 30px}
.basketDetailsForm h1 {
    margin-bottom: 20px; }
.basketDetailsForm h2 {
    margin-bottom: 20px;
    font-size: 32px; }
.basketDetailsForm .basketDetailsForm--header {
    background: url("/themes/inthenightgarden/img/basketHeader2.png") no-repeat;
    background-size: contain;
}

.basketDetailsForm label {
    display: block;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 16px;
}

.basketDetailsForm input.text {
    display: block;
    width: 100%;
    margin: 16px 0;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #c1c1c1;
}

.basketDetailsForm input.name {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    margin-bottom: 20px;
    border: 1px solid #c1c1c1;
}
.basketDetailsForm .js-customerAddress input, .basketDetailsForm .js-customerAddress select {
    margin: 15px 0;
    font-size: 18px; }

.basketDetailsForm .basketDetailsFormButton {
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    max-width: 270px;
    line-height: 50px;
    height: 50px;
    float: right;
    padding: 0;
}


.ng-show-password{
    width: 100%;
    background-color: white;
    display: -webkit-inline-box;
    height: 50px;
    border: 1px solid #C1C1C1;
    margin-bottom: 10px;
    position: relative;
}

.ng-show-password input{
    width: 86% !important;
    border: none !important;
    height: 48px !important;
    padding: 0px !important;
    margin: 0px !important;
    text-indent: 10px;
}

#show-password,
#show-password1,
#show-password2,
#show-password3{
    display: none;
}

.show-img {
    display: inline-block !important;
    width: 32px;
    height: 22px;
    cursor: pointer;
    background-image: url(/themes/inthenightgarden/img/ps_password_eye.png);
    margin: 14px;
    position: absolute;
    right: 0px;
}
#show-password:checked + .show-img,
#show-password1:checked + .show-img,
#show-password2:checked + .show-img,
#show-password3:checked + .show-img{
    background-image: url(/themes/inthenightgarden/img/ps_password_show.png);

}

.show-password-button{
    margin-top: 30px !important;
}



.basketDetailsForm .button-no.basketDetailsFormButton {
    float: left;
}

.basketDetailsForm .basketDetail--buttons {
    text-align: right;
}

.basketDetailsForm .basketDetail--buttons .basketDetailsFormButton {
    float: none;
    width: 51%;
}

.basketDetailsForm .select {
    background: url("/themes/inthenightgarden/img/br_down.png") no-repeat right #c1c1c1;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-color: #cbcbcb;
    width: 100px;
    border-radius: 0;
    color: black;
    text-indent: 10px;
    margin: 0px;
}
.basketDetailsForm .select option {
    -webkit-appearance: none;
    font-size: 24px; }
.basketDetailsForm .select option.placeholder {
    color: #cbcbcb; }
.basketDetailsForm .basket--label.phone {
    margin-top: 17px; }
.basketDetailsForm .addressLookup {
    width: 100%;
    margin-bottom: 20px;
}
.basketDetailsForm .resetAccount-hr {
    margin: 30px 0 10px;
    clear: both;
}
.basketDetailsForm .resetAccount {
    display: block;
    width: 100%;
    text-align: center; }
.basketDetailsForm .button-no.recover {
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-family: Georgia, Times, "Times New Roman", serif;
    display: block;
    margin-top: 40px;
}
.basketDetailsForm .button-no.startAgain {
    height: 50px;
    width: 100%;
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-top: 20px;
    line-height: 50px;
}
.basketDetailsForm .select.countryDropdown {
    width: 100%;
    height: 50px;
    margin: 0;
}

@media (max-width: 767px) {
    .basketDetailsForm .basketDetailsForm--header {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall2.png") no-repeat;
        background-size: contain; }

    .basketDetailsForm .basketDetail--buttons .basketDetailsFormButton {
        width: 100%; } }
@media (max-width: 420px) {
    .BasketDetails .header {
        margin-bottom: 20px; }

    .ng-show-password input {
        width: 78% !important;
    }
}
/*Basket box dropdown*/
a.basket-dropdown--link {
    background: url(/themes/inthenightgarden/img/basket_gray.png) right center no-repeat;
    right: 0;
    width: 36px;
    text-decoration: none;
}

a.basket-dropdown--link:hover, a.basket-dropdown--link.open {
    background: url("/themes/inthenightgarden/img/basket_gray.png") right center no-repeat #dedede;;
}

.dropdown--items.basket-dropdown--items {
    right: 0;
}

.basket-quantity {
    color: #6B6B6B;
    position: absolute;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, Sans-Serif;
    padding-left: 1px;
    z-index: 10;
    border-radius: 50%;
    background-color: #FFF;
    height: 15px;
    width: 15px;
    padding: 0px;
    right: 2px;
    top: 5px;
    font-style: normal;
    background-color: lightgray;
}

.ng-basket-dropdown-items {
}
.ng-basket-dropdown-items .basketShow {
    margin-top: 15px; }
.ng-basket-dropdown-items h3 {
    font-size: 25px;
    letter-spacing: 0; }
.ng-basket-dropdown-items p {
    font-size: 14px;
    margin: 0; }
.ng-basket-dropdown-items p strong {
    color: #3f3f3f; }
.ng-basket-dropdown-items p span.ticketTypeName {
    width: 210px;
    display: inline-block; }
.ng-basket-dropdown-items p span.ticketTypePrice {
    float: right; }

.ng-basket-dropdown-items h4{
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
}
.ng-basket-dropdown-items h4 span {
    float: right; }
.ng-basket-dropdown-items .basket--remove, .ng-basket-dropdown-items .basket--change {
    display: none; }

p.basket-dropdown-band {
    border-top: 1px solid #303030;
    padding-top: 10px;
    margin-top: 10px; }

p.basket-dropdown-venue {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding-bottom: 10px; }

p.basket-dropdown-tickets-subtotal {
    border-top: 1px solid #cbcbcb;
    /*border-bottom: 1px solid #cbcbcb;*/
    padding: 10px 0 5px 0;
    margin: 10px 0; }
p.basket-dropdown-tickets-subtotal span {
    float: right; }

p.basket-dropdown-tickets-subtotal.basket-dropdown-merch-sub {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

p.basket-dropdown-tickets-subtotal.basket-dropdown-merch-delivery {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.basketWidgetButton {
    color: #ffffff;
    text-decoration: none;
    background:#52b847;
    text-align: center;
    margin: 10px 0;
    display: block;
    /*position: relative;
    left: 175px;
    top: 7px;*/
    width: 100px;
    padding: 0;
    float: left;
    margin-left: 41px;
}

.button-no.basketWidgetButton {
    background: #6b6b6b;
    width: 131px;
    margin-left: 0;
    color: white;
}

.button-no.basketWidgetButton:hover {
    background: #768083; }

.basketWidgetButton:visited, .basketWidgetButton:active, .basketWidgetButton:hover {
    color: #ffffff; }

.basketWidgetButton:hover {
    background: #008000;
    text-decoration: none; }

.basket-performance-popup-data-header, .basket-performance-popup-data-form {
    display: none; }

.merchOnly {
    padding-top: 15px; }

@media (max-width: 970px) {
    .basketWidgetButton {
        width: 100% !important;
        margin-left: 0; }
}

@media (max-width: 767px) {
    .basketWidgetButton {
        font-size: 16px; }

    a.basket-dropdown--link {
        background: url("/themes/inthenightgarden/img/basket.png") center no-repeat;
        background-size: contain;
        width: 60px; }

    a.basket-dropdown--link:hover, a.basket-dropdown--link.open {
        background: url("/themes/inthenightgarden/img/basket.png") center no-repeat #303030;
        background-size: contain;
        width: 60px; }

    .basket-quantity {
        line-height: 1.5;
    }
}
@-moz-document url-prefix() {
    .basketWidgetButton {
        height: 40px; }

    .basket-quantity {
        top: 21px; } }
/*Basket Details Form*/
.BasketPayment .header,
.BasketComplete .header {
    margin-bottom: 35px; }

.basketPayment .basketPayment--header {
    background: url("/themes/inthenightgarden/img/basketHeader3.png") no-repeat;
    background-size: contain; }

.store-card-option.layout-12 {
    margin-bottom: 40px;
    margin-top: 30px}
.store-card-optionh1 {
    margin-bottom: 20px; }
.basketPaymentFrame h2 {
    margin-bottom: 20px;
    font-size: 32px; }
.basketPaymentFrame iframe {
    width: 100%;
    height: 800px;
    border: none; }

@media (max-width: 767px) {
    .basketPayment .basketPayment--header {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall3.png") no-repeat;
        background-size: contain; } }
@media (max-width: 420px) {
    .BasketPayment .header {
        margin-bottom: 20px; } }
.basketThankYouMessage-orderInfo {
    padding: 3%;
    margin-top: 3%; }

.BasketComplete .mmClosable {
    max-height: 100%;
    position: fixed !important; }

.mm-couponLink {
    display: block;
    float: right; }

.basket-complete-button {
    width: 20%;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    padding: 5px 60px 5px 16px;
    margin-right: 10%; }

a.button-no.basket-complete-button {
    display: inline-block; }

@media (max-width: 767px) {
    .basket-complete-button {
        width: 100%;
        margin-right: 0;
        display: block; } }
/*Tablet Portrait*/
/*Mobile Landscape*/
@media (max-width: 970px) {
    .bannerWidget img {
        width: 100%; } }
#BlogContent a {
    color: #9a293b;
    text-decoration: none; }
#BlogContent a:hover {
    text-decoration: underline; }
#BlogContent .blogEntry img {
    margin-bottom: 20px; }
#BlogContent .blogEntry .postTitle {
    margin: 20px 0; }
#BlogContent .blogEntry .authorDate {
    font-size: 14px; }

/*Comments*/
.comments-list {
    padding: 0;
    list-style-type: none; }
.comments-list li.comment {
    border-bottom: 1px dashed #cbcbcb;
    padding: 20px 0; }
.comments-list li.comment.last {
    border-bottom: none; }

.comment p {
    font-size: 16px; }
.comment .action-links {
    list-style-type: none;
    padding-left: 0; }
.comment .action-links li {
    float: left;
    margin-left: 10px; }

/*Comments Form*/
#Form_CommentsForm label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-weight: normal;
    color: #3f3f3f;
    margin: 15px 0 8px; }
#Form_CommentsForm input.text {
    width: 100%;
    font-size: 22px;
    height: 50px;
    border: 1px solid lightgray;
    padding-left: 10px;
    line-height: 50px;
}
#Form_CommentsForm .textarea {
    width: 100%; }
#Form_CommentsForm select#Form_newReviewForm_Venue {
    width: 100%;
    height: 40px;
    padding: 0 8px; }
#Form_CommentsForm select#Form_newReviewForm_Venue option {
    font-size: 22px; }
#Form_CommentsForm input.action {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 50px;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 18px;
    height: 50px;
    padding: 0px;
    float: right;
    margin-top: 20px;
    width: 250px;
}

#Form_CommentsForm input.action:hover {
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
    background-color:#008000;
}

/*Widget*/

.blogSummary {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blogSummary a {
}

.blogSummary a:hover {
}

.blogSummary .postTitle a {
    color: #3f3f3f;
    text-decoration: none;
}

.blogSummary .blogVitals {
    clear: both;
}

.blogSummary .blogVitals a {

}

.blogSummary .blogVitals a:hover {
}

.blogSummaryLeftHand {
    width: 75%;
    float: left; }
.blogSummaryLeftHand img {
    width: 100%; }
.blogSummaryLeftHand p {
    font-size: 16px; }

.blogSummaryRightHand {
    width: 23%;
    float: left;
    margin-left: 2%; }
.blogSummaryRightHand img {
    max-width: 140px;
    max-height: 140px;
    width: 100%; }

.BlogHolder .pagination {
    width: 100%; }

.PageNumbers {
    list-style-type: none;
    padding-left: 0; }
.PageNumbers li {
    display: inline-block; }
.PageNumbers li.disabled {
    display: none; }
.PageNumbers a {
    width: 150px;
    display: block;
}
.PageNumbers li.prev a {
    padding-left: 80px;
    padding-right: 16px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-left.png") no-repeat left #58b74e; }
.PageNumbers li.prev a:hover, .PageNumbers li.prev a:focus {
    background-color: #008000; }
.PageNumbers li.next {
    float: right; }

.blogWidget {
    margin: 20px 0; }

.blogWidget--header {
    font-size: 32px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 0; }

.blogWidget--item {
    border-bottom: 1px solid #cbcbcb;
    clear: both; }
.blogWidget--item .blogWidget--link {
    width: 64%;
    display: inline-block;
    padding: 10px 0; }
.blogWidget--item .blogWidget--link a {
}
.blogWidget--item .blogWidget--image {
    width: 33%;
    margin-left: 1%;
    display: inline-block;
    padding: 10px 0;
    vertical-align: top;
    text-align: right; }
.blogWidget--item .blogWidget--image img {
    width: 80%; }

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    .blogWidget--header {
        font-size: 29px; } }
@media (max-width: 767px) {
    .blogWidget--header {
        font-size: 22px; } }

.bookTicketsWidget--header {
    font-size: 32px;
    margin-bottom: 15px; }

.bookTicketsWidget--item,
.bookTicketsWidget--item:active,
.bookTicketsWidget--item:visited,
.bookTicketsWidget--item:hover {
    text-decoration: none; }
.bookTicketsWidget--item .bookTicketsWidget--container,
.bookTicketsWidget--item:active .bookTicketsWidget--container,
.bookTicketsWidget--item:visited .bookTicketsWidget--container,
.bookTicketsWidget--item:hover .bookTicketsWidget--container {
    border-top: 1px solid #c1c1c1;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 0;
    line-height: 1;
    background: url("/themes/inthenightgarden/img/book-tickets-arrow.png") no-repeat right; }
.bookTicketsWidget--item .bookTicketsWidget--container .bookTicketsWidget--name,
.bookTicketsWidget--item:active .bookTicketsWidget--container .bookTicketsWidget--name,
.bookTicketsWidget--item:visited .bookTicketsWidget--container .bookTicketsWidget--name,
.bookTicketsWidget--item:hover .bookTicketsWidget--container .bookTicketsWidget--name {
    color: #3f3f3f;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
    width: 85%; }
.bookTicketsWidget--item .bookTicketsWidget--container .bookTicketsWidget--dates,
.bookTicketsWidget--item:active .bookTicketsWidget--container .bookTicketsWidget--dates,
.bookTicketsWidget--item:visited .bookTicketsWidget--container .bookTicketsWidget--dates,
.bookTicketsWidget--item:hover .bookTicketsWidget--container .bookTicketsWidget--dates {
    text-decoration: none;
    margin-bottom: 0;
    color: #6B6B6B;
    width: 80%;
    font-size: 16px; }
.bookTicketsWidget--item .bookTicketsWidget--container:hover,
.bookTicketsWidget--item:active .bookTicketsWidget--container:hover,
.bookTicketsWidget--item:visited .bookTicketsWidget--container:hover,
.bookTicketsWidget--item:hover .bookTicketsWidget--container:hover {
    background-image: url("/themes/inthenightgarden/img/book-tickets-arrow-dark.png"); }

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    .bookTicketsWidget--header {
        font-size: 29px; } }
@media (max-width: 767px) {
    .bookTicketsWidget--header {
        font-size: 22px; }

    .bookTicketsWidget--item .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:active .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:visited .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:hover .bookTicketsWidget--container .bookTicketsWidget--dates {
        font-size: 14px; } }
/*Shared styles across basket and upsell templates*/
.checkoutHeader {
    margin-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
    background: url("/themes/inthenightgarden/img/basketHeader1.png") no-repeat;
    height: 96px;
    background-size: contain; }
.dataCapture .sign-up-logo{
    width: 100%;
}
@media (max-width: 970px) {
    .checkoutHeader {
        height: 70px; } }
@media (max-width: 767px) {
    .checkoutHeader {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall1.png") no-repeat;
        background-size: contain;
        height: 94px; }

    .button.button-no {
        font-size: 14px; } }
@media (max-width: 500px) {
    .checkoutHeader {
        height: 74px; } }
@media (max-width: 420px) {
    .checkoutHeader {
        height: 60px; } }
.dataCapture {
}
.dataCapture p {
    margin: 5%; }
.dataCapture form {
    padding: 0 5%; }

.dataCapture .signup-field,
.dataCapture .signup-email{
    height: auto;
    width: 100%;
    border: 1px solid lightgray;
    padding: 11px 11px 11px 11px;
}
.dataCapture .g-recaptcha-div {
    margin-top: 20px;
}

.dataCapture .button.button-ok {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    float: right;
    border-right: 14px solid #58b74e;
    border-left: 14px solid #58b74e;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 50px;
    padding: 0px;
    height: 50px;
}


.dataCapture .button.button-ok {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    float: right;
    border-right: 14px solid #58b74e;
    border-left: 14px solid #58b74e;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 50px;
    padding: 0px;
    height: 50px;
}
.directionsMap .directionsMap--map {
    height: 625px;
    margin-top: 30px; }

@media (max-width: 767px) {
    .directionsMap .directionsMap--map {
        height: 375px; } }
.ticketsGrid--popup.facebookShare-background {
    display: block; }

.facebookShareButtonAlert {
    top: 40px;
    margin-top: 0;
    width: 40%;
    margin-left: -20%;
    height: 220px;
    text-align: center;
    border: 7px solid rgba(107, 107, 107, 0.8);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 14px; }

.alert-top-bar {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
    padding-top: 10px;
    background: #cbcbcb;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
.alert-top-bar h4 {
    color: #3f3f3f; }

.alertInner .facebookShareMessage {
    margin-top: 40px; }

.fbshare_action {
    margin-top: 22px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    min-width: 276px;
    height: 40px;
    color: #fff !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-decoration: none;
    text-indent: 43px;
    text-shadow: 1px 1px 0 #37496d;
    text-align: center;
    background-color: #748bb7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #748bb7), color-stop(1, #5771a6));
    background-image: -webkit-linear-gradient(top, #748bb7 0, #5771a6 100%);
    background-image: -moz-linear-gradient(top, #748bb7 0, #5771a6 100%);
    background-image: -o-linear-gradient(top, #748bb7 0, #5771a6 100%);
    background-image: -ms-linear-gradient(top, #748bb7 0, #5771a6 100%);
    background-image: linear-gradient(top, #748bb7 0, #5771a6 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#748bb7', EndColorStr='#5771a6')";
    -webkit-box-shadow: 0 1px 0 #97a6c8 inset,0 -1px 0 #97a6c8 inset,1px 0 0 #97a6c8 inset,-1px 0 0 #97a6c8 inset;
    -moz-box-shadow: 0 1px 0 #97a6c8 inset,0 -1px 0 #97a6c8 inset,1px 0 0 #97a6c8 inset,-1px 0 0 #97a6c8 inset;
    box-shadow: 0 1px 0 #97a6c8 inset,0 -1px 0 #97a6c8 inset,1px 0 0 #97a6c8 inset,-1px 0 0 #97a6c8 inset;
    border: 1px solid #3a5795;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; }

.fbshare_action:before {
    content: "f";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 43px;
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    text-indent: 0;
    text-shadow: none;
    text-align: center;
    -webkit-box-shadow: 0 -1px 0 #4a65a0 inset;
    -moz-box-shadow: 0 -1px 0 #4a65a0 inset;
    box-shadow: -1px 0 0 #4a65a0 inset;
    border-width: 0 1px 0 0;
    border-right-width: 2px;
    border-style: solid;
    border-style: groove;
    border-color: #9babcc; }

.fbshare_action:hover {
    text-decoration: none; }

.fbshare_action:active {
    box-shadow: -5px 5px 7px #5771a6 inset,5px -5px 7px #5771a6 inset;
    -moz-box-shadow: -5px 5px 7px #5771a6 inset,5px -5px 7px #5771a6 inset;
    -webkit-box-shadow: -5px 5px 7px #5771a6 inset,5px -5px 7px #5771a6 inset; }

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    .facebookShareButtonAlert {
        top: 110px;
        width: 60%;
        margin-left: -30%; } }
@media (max-width: 767px) {
    .alertInner .facebookShareMessage {
        font-size: 20px; }

    .facebookShareButtonAlert {
        width: 80%;
        margin-left: -40%; } }
@media (max-width: 580px) {
    .facebookShareButtonAlert {
        padding-left: 4%;
        padding-right: 4%; }
    .facebookShareButtonAlert .close {
        top: -13px;
        right: -16px; }

    .fbshare_action {
        font-size: 15px;
        min-width: 190px; } }
.footer {
    clear: both;
    background: url("/themes/inthenightgarden/img/footer_web.png") center repeat-x #284479;
    color: #ffffff;
    padding-top: 133px;
    background-position: top;
    background-position-y: -2px;}

.footer .footer--container {
    background-color: #284479; }

.footer .footer--container .footer--navigation {
    list-style-type: none;
    padding: 22px 0 10px;
    width: 100%;
    text-align: left;
}


.footer .footer--container .footer--navigation li {
    display: inline-block;
    margin-right: 15px; }

.footer .footer--container .footer--navigation li .footer--navigationlink {
    text-decoration: none;
    color: #ffffff;
    font-family: Georgia, Times, "Times New Roman", serif; }
.footer .footer--container .footer-separator {
    border-color: #5F97CE;
    margin: 0; }
.footer .footer--container .footer--text {
    color: #c6dfe2;
    font-size: 10px;
    padding: 18px 0 20px 0;
    margin-bottom: 0;
    padding: 20px;
}

@media (max-width: 970px) {
    .footer {
        background-image: url("/themes/inthenightgarden/img/footer_tablet.png");
        background-size: contain; } }
@media (max-width: 767px) {
    .footer {
        padding-top: 90px;
        background-image: url("/themes/inthenightgarden/img/footer_tablet.png");
        background-size:contain;
        background-position-x: right; }
    .footer .footer--container .footer--navigation {
        font-size: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .footer .footer--container .footer--navigation li {
        font-size: 0;
        margin-right: 0;
        display: block; }
    .footer .footer--container .footer--navigation li a {
        font-size: 20px;
        width: 100%;
        background: #172951;
        padding: 1% 4%;
        display: block;
        border-bottom: 1px solid #203264; }
    .footer .footer--container .footer--navigation li a:hover {
        background: #0f3f79; }
    .footer .footer-separator {
        display: none; } }
.header {
    background: #FFFFFF;
    margin-bottom: 66px; }
.header .header--container {
    position: relative; }
.header .header--container .header--logo {
    margin: 23px 0 15px;
    width: 370px; }
.header .header--container .header--links {
    list-style-type: none;
    position: absolute;
    right: 5%;
    top: 25px; }
.header .header--container .header--links li {
    display: inline-block; }
.header .header--container .header--links li .header--links--item {
    color: #6B6B6B;
    text-decoration: underline;
    margin-left: 7px;
    font-size: 14px; }

@media (max-width: 970px) {
    .header {
        margin-bottom: 30px; } }
@media (max-width: 767px) {
    .header .header--container .header--logo {
        width: 65%;
        max-width: 370px;
        margin: 4% 0 3%; }
    .header .header--container .header--links {
        top: 12px; }
    .header .header--container .header--links li .header--links--item {
        font-size: 12px; } }
.homepage .reviews .review {
    background: #e6f2f7;
    border: 1px solid #ACC1C4;
    margin-bottom: 30px; }
.homepage .reviews .review .review--quote {
    background: url("/themes/inthenightgarden/img/pressReview-quote-open.png") no-repeat;
    border: none;
    font-size: 24px;
    color: #3f3f3f;
    padding: 20px 70px 0; }
.homepage .reviews .review .review--quote .review--quote--close {
    background: url("/themes/inthenightgarden/img/pressReview-quote-close.png") no-repeat;
    bottom: -13px;
    margin-right: 11px; }
.homepage .reviews .review .review--attribution {
    background: none; }
.homepage .reviews .review .review--attribution .reviewAuthor {
    font-style: italic; }
.homepage .reviews .review .review--attribution .reviewAuthor a {
    color: #9a293b;
    font-weight: bold; }

.iFrame--iFrame {
    height: 1137px;
    border: none; }

/*@media (max-width: $desktop-width) {
	.iFrame--iFrame{
		height: 700px;
	}
}

@media (max-width: $tablet-width) {
	.iFrame--iFrame{
		height: 500px;
	}
}*/
.imageGallery {
    margin: 20px 0; }

.imageGallery--item {
    display: inline-block;
    float: left;
    height: 150px;
    width: 190px;
    vertical-align: middle;
    margin: 0 2.8% 2.8% 0; }

.imageGallery--item.imageGallery--item-0 {
    margin-right: 0; }

.imageGallery--image {
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;
    max-height: 150px;
}

.imageGallery--image:hover {
    opacity: 0.7; }

@media (max-width: 970px) {
    .imageGallery--item {
        width: 31%;
        height: auto; } }
@media (max-width: 767px) {
    .imageGallery--item {
        width: 100%; }

    .imageGallery--image {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: auto; } }
#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_action_dologin {
    background: url("/themes/inthenightgarden/img/submit-arrow-square.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 40px;
    padding: 10px 60px 10px 16px;
    width: 50%;
    text-align: left;
    margin-bottom: 10px; }
#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_action_dologin:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-dark.png") no-repeat right #008000; }
#MemberLoginForm_LoginForm #Email input, #MemberLoginForm_LoginForm #Password input {
    width: 50%; }
#MemberLoginForm_LoginForm .Actions {
    margin-top: 3%; }

.login-form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: #efefef;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    -moz-box-shadow: 3px 3px 4px #c1c1c1;
    -webkit-box-shadow: 3px 3px 4px #c1c1c1;
    box-shadow: 0px 0px 19px #c1c1c1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.loginForm-input {
    width: 100%; }

.form-failure {
    color: #b43a47; }

.AccountLogin input[type="submit"].loginForm-button,
.account form input[type="submit"].loginForm-button
{
    background-color: #58b74e;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border: none;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 33px;
    max-width: 100%;
    padding: 0px;
    height: 50px;
}

#venueSearchForm input[type="text"] {
    width: 40%;
}

#venueSearchForm .directionsMap--submit {
    height: 44px;
}

.AccountLogin input[type="submit"].loginForm-button:hover,
.account form input[type="submit"].loginForm-button:hover
{
    background-color: #008000; }
.AccountLogin a.loginForm-forgottenPassword,
.account form a.loginForm-forgottenPassword
{
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}

.navigation {
    background: #ebebeb;
    padding: 0;
    width: 100%;
    clear: both;
    max-width: 100%;
}

.navigation--info-dropdown{
    position: absolute;
    right: 30px;
    top: 0;
}

.navigation .navigation--content {
    display: inline-block;
    width: 70%; }

.navigation .navigation--content .navigation-link {
    color: #6b6b6b;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-decoration: none;
    font-size: 17px;
}

.navigation .navigation--content .navigation-level1Item:hover .navigation-link,
.navigation .navigation--content .navigation-level1Item:active .navigation-link,
.navigation .navigation--content .navigation-level1Item:focus .navigation-link {
    background-color: #dedede;;
    color:#6b6b6b;}
.navigation .navigation--content .navigation-level1Item.current .navigation-link,
.navigation .navigation--content .navigation-level1Item.section .navigation-link {
    color: #6b6b6b;
}
.navigation .nav > li > a:hover,
.navigation .nav > li > a:focus,
.navigation .nav > li > a:active{
    background-color: #dedede;
}
.navigation .navigation--close {
    display: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    text-align: right;
    background-color: #6b6b6b;
    height: 40px;
    float: right;
    margin-bottom: 0;
    padding: 11px 12px;
}
.navigation .navigation--close span {
    background-color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    color: #6b6b6b;
    margin-left: 3px;
}

.navigation .navigation--close.last {
    display: block; }

/*Disabled click for some* templates*/
.navigation-level1Item.Tickets > a, .navigation-level1Item.TextPage > a {
    cursor: default; }

.navigation-level1Item.Tickets.offSaleMode {
    display: none; }

.navigation-level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 10;
    border-top: 1px solid #6b6b6b;
}
.navigation-level2:active, .navigation-level2:focus{
}

.navigation-level2 .navigation-level2Item {
    text-align: left;
    padding: 0;
    width: 100%;
}

.navigation-level2 .navigation-level2Item a {
    padding: 8px 25px 9px 20px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #6b6b6b;
    background-color: #dedede;
    border-bottom: 1px solid #6b6b6b;
}

.navigation-level2 .navigation-level2Item a:hover {
    background-color: #ebebeb; }
.navigation-level2 .navigation-level2Item.inset a {
    padding-left: 30px; }

.navigation-level1 > .navigation-level1Item:hover .navigation-level2 {
    display: inline-block;
}

.navigation-level2 .js-signup{
    margin: 20px 10px 20px 0px;
}

.navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item input {
    height: 45px;
    vertical-align: middle;
}

.navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item input[type="text"] {
    width: 240px;
}

.navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item input[type="submit"] {
    border: none;
    background-color: #52b847;
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: 12px;
    -webkit-appearance: none;
    background-image: url("/themes/inthenightgarden/img/submit-arrow-square-small.png");
    padding: 20px 23px;
    margin-left: -5px;
    background-position: center;
}

.navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item input[type="submit"]:hover {
    background-color: #008000;

}
.navigation--content .navigation-level2{
}
.navigation-level1Item
.NewsletterSignUp
.navigation-level2 .navigation-level2Item input[type="submit"]:hover {
    background-image: url("/themes/inthenightgarden/img/submit-arrow-square-small.png");
    background-color: #008000;
}

.navigation--content .NewsletterSignUp .navigation-level2{
    border:1px solid #6b6b6b;
}





.navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item {
    white-space: nowrap;
    background: white;
    padding: 10px;
    border-top: none;
}

@-moz-document url-prefix() {
    .navigation-level1Item .NewsletterSignUp .navigation-level2 .navigation-level2Item input {
        height: 31px;
        margin-top: 10px; }
    .navigation-level1Item.NewsletterSignUp .navigation-level2 .navigation-level2Item input[type="submit"] {
        top: -5px; } }

@media (max-width: 767px) {
    nav {
        font-size: 0; }

    .navigation {
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .navigation .navigation--content {
        width: 100%; }
    .navigation .navigation--content .navigation-level1Item {
        border-bottom: 1px solid #FFFFFF;
    }
    .navigation .navigation--content .navigation-link {
        font-size: 12px; }

    .nav > li {
        display: inline-block;
        position: static;
        width: 25%;
        text-align: center; }
    .nav > li a {
        padding: 10px; }

    .navbar-nav {
        margin: 0;
        padding-right: 0; }

    .navigation-level2 {
        width: 100%;
        top: auto; }
    .navigation-level2 .navigation-level2Item {
        font-size: 12px; } }
/*Infomation box dropdown*/
.dropdown--link {
    display: block;
    height: 50px;
    position: absolute;
    right: 117px;
    top: 0px; }

.info-dropdown--link {
    background: url("/themes/inthenightgarden/img/info_gray.png") no-repeat;
    display: block;
    background-size: 36px;
    height: 50px;
    position: absolute;
    right: 116px;
    width: 47px;
    background-position-y: 9px;
    background-position-x: 6px;
    background-position: center;
}

.info-dropdown--link:hover,
.info-dropdown--link.open {
    background-image: url("/themes/inthenightgarden/img/info_gray.png");
    background-color: #dedede;
}

.info-link {
    cursor: pointer;
}

.dropdown--items {
    position: absolute;
    background: #ffffff;
    border-top: none;
    display: none;
    z-index: 10000;
    top: 50px;
    min-width: 360px;
    right: 60px;
    border-top: 1px solid #6b6b6b;
}

.dropdown--items:focus, .dropdown--items:active {
}

.dropdown--itemHeader {
    background: url("/themes/inthenightgarden/img/arrow-down.png") no-repeat 96% center #dedede;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 8px 44px 8px 20px;
    background-size: 30px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
    color: #6b6b6b;
}

.dropdown--itemHeader:hover {
    background-color: #ebebeb;
}

.dropdown--itemContent {
    color: #474747;
    font-size: 14px;
    padding: 7px 20px;
    display: none; }

.dropdown--items-footer {
    background-color: #6b6b6b;
    height: 40px;
}
.dropdown--items-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.basket-dropdown--close span, .info-dropdown--close span {
    background-color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    color: #6b6b6b;
    margin-left: 3px;
    padding: 0px 1px 0px 0px;
}

@media (max-width: 970px) {
    .dropdown--items {
        top: 49px;
        width: 40%; } }
@media (max-width: 767px) {
    /*.a.basket-dropdown--link{
        background: url("/themes/inthenightgarden/img/basket.png") center no-repeat;
        background-size: contain;
        width: 60px;
    }*/
    .info-dropdown--link {
        background: url("/themes/inthenightgarden/img/info-icon.png") no-repeat center;
        background-size: contain;
        right: 58px; }

    .dropdown--items {
        top: 78px;
        width: 100%; }

    .dropdown--link {
        height: 40px;
        top: 42px; }

    .info-dropdown--items {
        width: 100%;
        right: 0; }

    .dropdown--itemHeader {
        font-size: 16px; } }
.newsletterSignUpForm label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-weight: normal;
    color: #3f3f3f;
    margin-top: 10px; }
.newsletterSignUpForm input {
    width: 100%;
    display: block; }
.newsletterSignUpForm input[type="submit"] {
    display: inline-block;
    float: right;
    margin-top: 15px;
    height: 44px;
    line-height: 44px;
    width: 130px;
    padding: 0;
}

@media (max-width: 767px) {
    .newsletterSignUpForm input[type="submit"] {
        width: 100%;
        float: none; } }
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none; }

.pageForm {
    margin-top: 20px;
    position: relative; }

.pageForm-input {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    margin: 2px 0 14px; }

.pageForm-label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal; }

.pageForm-button {
    position: absolute;
    right: 0;
    width: auto;
    padding: 0 45px 0 10px;
    margin-top: 10px; }

/*User Defined Forms*/
#UserForm_Form,
#Form_Form {
    position: relative; }
#UserForm_Form .field,
#Form_Form .field {
    width: 100%; }
#UserForm_Form .field label,
#Form_Form .field label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal; }
#UserForm_Form .field input, #UserForm_Form .field textarea,
#Form_Form .field input, #Form_Form .field textarea {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    margin: 2px 0 14px; }
#UserForm_Form .field textarea,
#Form_Form .field textarea {
    height: 150px; }
#UserForm_Form .field select,
#Form_Form .field select {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    margin-bottom: 20px;
    -webkit-apperance: none;
    background: #dddddd; }
#UserForm_Form .field select option,
#Form_Form .field select option {
    font-size: 35px;
    -webkit-appearance: none; }
#UserForm_Form .field .optionset,
#Form_Form .field .optionset {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbcbcb; }
#UserForm_Form .field .optionset input,
#Form_Form .field .optionset input {
    width: 30px;
    float: left;
    margin-bottom: 0;
    height: 30px;
    margin-right: 10px;
    bottom: -5px;
    position: relative; }
#UserForm_Form .field .optionset label,
#Form_Form .field .optionset label {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 0; }
#UserForm_Form .field.checkbox,
#Form_Form .field.checkbox {
    padding-left: 0;
    line-height: 44px; }
#UserForm_Form .field.checkbox input,
#Form_Form .field.checkbox input {
    width: 30px;
    margin-bottom: 0;
    height: 30px;
    margin-right: 10px;
    bottom: -5px;
    position: relative; }
#UserForm_Form .field.checkbox label,
#Form_Form .field.checkbox label {
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    width: 87%;
    line-height: 1.3;
    display: inline-block;
    margin-top: 12px; }
#UserForm_Form div[id*='EditableLiteralField'],
#Form_Form div[id*='EditableLiteralField'] {
    margin-bottom: 20px; }
#UserForm_Form div[id*='EditableLiteralField'] label,
#Form_Form div[id*='EditableLiteralField'] label {
    display: none; }
#UserForm_Form .actions input,
#Form_Form .actions input {
    position: absolute;
    right: 0;
    width: auto;
    padding: 0 45px 0 10px;
    margin-top: 10px; }
#UserForm_Form .actions input,
#Form_Form .actions input {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    float: right;
    border-right: 14px solid #58b74e;
    border-left: 14px solid #58b74e;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 50px;
    padding: 0px;
    height: 50px;
    max-width: 150px;
}
#UserForm_Form .actions input:hover,
#Form_Form .actions input:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

input[type="email"] {

}

@media (max-width: 767px) {
    #UserForm_Form .actions input,
    #Form_Form .actions input {
        position: static;
        width: 100%; } }
@-moz-document url-prefix() {
    #Form_FaqSearchForm .action {
        height: 50px;
        padding: 12px 60px 12px 16px; }

    #Form_FaqSearchForm fieldset input {
        height: 50px; }

    #UserForm_Form .field select option,
    #Form_Form .field select option {
        font-size: 20px;
        background: #ffffff;
        padding: 5px; }

    #UserForm_Form .field select,
    #Form_Form .field select {
        padding: 8px 8px;
        -moz-appearance: none;
        border: 1px solid grey;
        border-radius: 4%; } }

.urlErrorPopUp {
    display: none; }

.textBlockWithReviews.parentsReviews .category-text {
    margin-bottom: 20px; }
.textBlockWithReviews.parentsReviews .category-text a {
    font-weight: bold;
}
.textBlockWithReviews.parentsReviews .category-text.search-text {
    margin-top: 15px; }
.textBlockWithReviews.parentsReviews .category {
    background: #58b74e;
    margin-right: 1px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: white;
    padding: 7px 12px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px; }
.textBlockWithReviews.parentsReviews .category.active, .textBlockWithReviews.parentsReviews .category:hover {
    background: #008000;
}

.textBlockWithReviews.parentsReviews .button {
    margin-top: 25px;
    text-decoration: none;
    padding: 5px 60px 5px 16px;
    display: block;
    max-width: 250px;
    height: 50px;
    line-height: 40px;
}

.textBlockWithReviews.parentsReviews .button:hover, .textBlockWithReviews.parentsReviews .button:visited, .textBlockWithReviews.parentsReviews .button:active {
    color: #ffffff; }
.textBlockWithReviews.parentsReviews .reviewAuthor {
    margin-bottom: 0; }
.textBlockWithReviews.parentsReviews .averageRating {
    position: relative;
    margin-top: 20px; }
.textBlockWithReviews.parentsReviews .averageRating span.stars {
    position: absolute;
    top: 0px;
    right: 84px; }
.textBlockWithReviews.parentsReviews .averageRating .numberRating {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 32px;
}
.textBlockWithReviews.parentsReviews .reviewCount {
    display: inline-block; }
.textBlockWithReviews.parentsReviews .pagination {
    position: relative;
    width: 100%; }
.textBlockWithReviews.parentsReviews .pagination .next {
    position: absolute;
    display: block;
    right: 0;
    top: -36px; }
.textBlockWithReviews.parentsReviews .pagination .prev {
    position: absolute;
    display: block;
    top: -36px;
    text-align: right;
    padding: 5px 16px 5px 60px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-left.png") no-repeat left #58b74e; }
.textBlockWithReviews.parentsReviews .pagination .prev:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-dark-left.png") no-repeat left #008000; }
.textBlockWithReviews.parentsReviews .pagination .pagination--pageNo {
    display: block;
    position: absolute;
    width: 33%;
    left: 40%;
    margin-top: 0; }

.textBlock{
    padding: 0px 20px 20px 20px;
    margin: 0 auto;
    max-width: 605px;
    text-align: left;
    margin-top: 30px;
}

@media (max-width: 970px) {
    .reviews .review .review--attribution.review--response--attribution p {
        width: 100%; } }
@media (max-width: 767px) {
    .reviews .pagination .next {
        width: 30%; }
    .reviews .pagination .prev {
        width: 30%; } }
/*Form*/
#write {
    margin-bottom: 20px;
    font-size: 32px; }

#Form_newReviewForm label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    font-weight: normal;
    color: #3f3f3f;
    margin: 15px 0 8px; }
#Form_newReviewForm input.text {
    width: 100%;
    font-size: 22px;
    padding: 4px 9px; }
#Form_newReviewForm .textarea {
    width: 100%; }
#Form_newReviewForm select#Form_newReviewForm_Venue {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    background: url("/themes/inthenightgarden/img/br_down.png") no-repeat right;
    height: 31px;
    padding: 0 30px 0 8px;
    -webkit-appearance: none;
    border-color: #cbcbcb;
    border-radius: 0;

}
#Form_newReviewForm select#Form_newReviewForm_Venue option {
    font-size: 22px;
}
#Form_newReviewForm input.action {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    line-height: 48px;
    width: 55%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 50px;
    font-family: Georgia, Times, "Times New Roman", serif;
}
#Form_newReviewForm input.action:hover {
    background-color:#008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

/*Validation*/
#Form_newReviewForm .error {
    color: #b43a47; }

/*Ratings Picker*/
.ratingPicker {
    display: block;
    width: 32%;
    /*.error{
        color: $red-light;
    }*/ }

.ratingPickerItem {
    display: inline-block;
    background: url("/themes/inthenightgarden/img/stars-large.png") 0 0 repeat-x;
    background-position: 0 -36px;
    width: 38px;
    height: 36px; }

.ratingPickerItem:not(.deselected) {
    background-position: 0 0; }

.ratingPickerItem.deselected {
    background-position: 0 -36px; }

.ratingPickerItem:hover {
    cursor: pointer; }

.ratingPicker:hover .ratingPickerItem {
    background-position: 0 0; }

.ratingPickerItem:hover ~ .ratingPickerItem {
    background-position: 0 -36px; }

#Stars.field.dropdown {
    display: none; }

@-moz-document url-prefix() {
    #Form_newReviewForm select#Form_newReviewForm_Venue option {
        font-size: 20px;
        padding: 2%; }

    #Form_newReviewForm select#Form_newReviewForm_Venue {
        padding: 9px 8px; } }
/*Reviews Widget*/
.parentReviewWidget-link {
    text-decoration: none; }

.parentReviewWidget-link:hover {
    text-decoration: none; }

.parentReviewWidget {
    position: relative;
    margin: 20px 0;
    height: 180px;
}

.parentReviewWidget--item {
    display: none;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #a5a5a5;
    background: url("/themes/inthenightgarden/img/open-quote.png") no-repeat -7px -8px #f6f6f6;
    font-size: 18px;
    font-family: Georgia, Times, "Times New Roman", serif; }

.parentReviewWidget--item:nth-child(1) {
    display: block; }

.parentReviewWidget--quote {
    height: 90px;
    border-bottom: 1px solid #a5a5a5;
    padding: 6px 35px;
    background: url("/themes/inthenightgarden/img/close-quote.png") no-repeat right 10px;
}
.parentReviewWidget--quote p {
    line-height: 1;
    width: 84%;
    font-size: 18px;
    color: #3f3f3f; }

.parentReviewWidget--attribution {
    padding: 7px 15px;
    width: 60%; }
.parentReviewWidget--attribution p {
    color: #3f3f3f; }

.parentReviewWidget--image img {
    position: absolute;
    right: 0;
    bottom: 0; }

@media (max-width: 970px) {
    .parentReviewWidget--item {
        font-size: 15px; }

    .parentReviewWidget--quote p {
        font-size: 15px; }

    .ratingPicker {
        width: 100%; } }
/*Facebook Widget*/
.facebookWidget {
    margin: 20px 0;
}
.facebookWidget iframe {
    width: 100% !important; }

.button.parentReview {
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
}

#Form_ReviewsSearchForm label {
    display: none; }
#Form_ReviewsSearchForm fieldset {
    float: left;
    width: 45%; }
#Form_ReviewsSearchForm fieldset input {
    line-height: 50px;
    width: 100%;
    height: 50px;
}

#Form_ReviewsSearchForm .action {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    line-height: 50px;
    width: 130px;
    text-align: left;
    margin-bottom: 10px;
    float: left;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    font-family: Georgia, Times, "Times New Roman", serif;
    height: 50px;
    padding: 0px;
    padding-left: 20px;
}

#Form_ReviewsSearchForm .action:hover {
    border-right:14px solid #008000;
    background-color:#008000;

}

.pressResources .pressResources--category {
    clear: both;
    margin-top: 40px; }
.pressResources .pressResources--category h2 {
    margin-bottom: 20px; }
.pressResources .pressResources--item {
    margin-right: 3%;
    float: left;
    width: 30%;
    text-align: center;
    height: 215px; }
.pressResources .pressResources--imageHolder {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #ececec;
    position: relative;
    display: list-item;
    list-style-type: none; }
.pressResources .pressResources--imageHolder img {
    max-width: 100%;
    vertical-align: middle; }
.pressResources .pressResources--link {
    color: #3f3f3f; }
.pressResources .pressResources--link p {
    color: #3f3f3f;
    margin-top: 10px; }

.pressReviews .reviews iframe {
    margin-bottom: 30px; }
.pressReviews .reviews .review {
    background: honeydew;
    border: 1px solid lightgrey;
    margin-bottom: 30px;
}
.pressReviews .reviews .review .review--quote {
    background: url("/themes/inthenightgarden/img/pressReview-quote-open.png") no-repeat;
    border: none;
    font-size: 24px;
    color: #3f3f3f;
    padding: 20px 70px 0; }
.pressReviews .reviews .review .review--quote .review--quote--close {
    background: url("/themes/inthenightgarden/img/pressReview-quote-close.png") no-repeat;
    bottom: -13px;
    margin-right: 11px; }
.pressReviews .reviews .review .review--attribution {
    background: none; }
.pressReviews .reviews .review .review--attribution .reviewAuthor {
    font-style: italic; }

.pressReviews .reviews .review .review--attribution .reviewAuthor a {

    font-weight: bold;
}

.pressReviews .reviews .review .review--attribution .reviewAuthor a:hover {

}


.pressReviews .button {
    margin-top: 25px;
    text-decoration: none;
    padding: 5px 60px 5px 16px;
    display: block;
    width: 200px; }
.pressReviews .button:hover, .pressReviews .button:visited, .pressReviews .button:active {
    color: #ffffff; }
.pressReviews .reviewAuthor {
    margin-bottom: 0; }
.pressReviews .averageRating {
    position: relative;
    margin-top: 20px; }
.pressReviews .averageRating span.stars {
    position: absolute;
    top: 10px;
    right: 102px; }
.pressReviews .averageRating .numberRating {
    position: absolute;
    right: 0;
    top: -20px; }
.pressReviews .pagination {
    position: relative;
    width: 100%; }
.pressReviews .pagination .next {
    position: absolute;
    display: block;
    right: 0;
    line-height: 50px;
    height: 50px;
    padding: 0px;
    padding-left: 10px;
}
.pressReviews .pagination .prev {
    position: absolute;
    display: block;
    top: -36px;
    text-align: right;
    padding: 5px 16px 5px 60px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-left.png") no-repeat left #58b74e; }
.pressReviews .pagination .prev:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-dark-left.png") no-repeat left #008000; }

@media (max-width: 767px) {
    .pressReviews .reviews .review .review--quote {
        font-size: 16px; }
    .pressReviews .reviews .review .review--attribution p {
        font-size: 14px; } }
.questions .questions--contactLink {
    font-weight: bold;
    margin: 15px 0 35px;
    font-size: 0.9em; }
.questions .category-text {
    margin-bottom: 20px; }
.questions .category-text a {
    font-weight: bold;
}
.questions .category {
    background: #58b74e;
    margin-right: 1px;
    color: white;
    padding: 7px 12px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px; }
.questions .category.active, .questions .category:hover {
    background: #008000; }
.questions .questions--items {
    margin-top: 35px; }
.questions .questions--items .questions--item {
    border-top: 1px solid #cbcbcb; }
.questions .questions--items .questions--item .questions--title {
    margin-bottom: 0; }
.questions .questions--items .questions--item .questions--title a {
    color: #58b74e;
    text-decoration: none;
    display: block;
    padding: 20px 33px 20px 0;
    background: url("/themes/inthenightgarden/img/red-arrow-down.png") no-repeat right center;
}
.questions .questions--items .questions--item .questions--title a.open {
    background: url("/themes/inthenightgarden/img/red-arrow-up.png") no-repeat right center; }
.questions .questions--items .questions--item .questions--answer {
    display: none; }
.questions .questions--items .questions--item .questions--answer .questions--contactLinkQuestion {
    margin: 15px 0; }
.questions .questions--item.last {
    border-bottom: 1px solid #cbcbcb; }
.questions .questions--backLink {
    margin-top: 30px;
    display: block; }

.questions--singleView .questions--item .questions--answer {
    display: block; }

#Form_FaqSearchForm label {
    display: none; }
#Form_FaqSearchForm fieldset {
    float: left;
    width: 45%; }
#Form_FaqSearchForm fieldset input {
    line-height: 40px;
    width: 100%;
    height: 46px; }

#Form_FaqSearchForm .action {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    line-height: 36px;
    padding: 5px 60px 5px 16px;
    width: 130px;
    text-align: left;
    margin-bottom: 10px;
    float: left;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
}

.reviews {
    margin-top: 40px; }
.reviews .review {
    margin-top: 10px; }
.reviews .review .review--quote {
    border: #a5a5a5 1px solid;
    background: url("/themes/inthenightgarden/img/open-quote.gif") no-repeat #f6f6f6;
    padding: 20px 45px;
    position: relative;
    overflow: visible;
    font-family: Georgia, Times, "Times New Roman", serif; }
.reviews .review .review--quote .review--quote--close {
    background: url("/themes/inthenightgarden/img/close-quote.gif") no-repeat #f6f6f6;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 36px; }
.reviews .review .review--quote .review--quote--arrow {
    position: absolute;
    left: 40px;
    bottom: -31px; }
.reviews .review .review--attribution {
    padding: 12px 0 20px 87px;
    position: relative; }
.reviews .review .review--attribution p {
    font-size: 16px;
    width: 53%; }
.reviews .review .review--attribution .review--rating {
    position: absolute;
    right: 0;
    top: 12px; }
.reviews .review .review--attribution .review--rating .stars {
    float: left; }
.reviews .review .review--attribution .review--rating p {
    font-family: Georgia, Times, "Times New Roman", serif;
    float: left;
    margin-left: 7px;
    position: relative;
    bottom: 9px;
    font-weight: bold;
    font-size: 21px;
    margin-top: 10px; }
.reviews .review .review--response {
    width: 80%;
    margin-left: 20%;
    font-size: 0.9em;
    background: url("/themes/inthenightgarden/img/open-quote.png") no-repeat #d6d6d6; }
.reviews .review .review--response .review--quote--close {
    background: url("/themes/inthenightgarden/img/close-quote.png") no-repeat #d6d6d6; }
.reviews .review .review--response--attribution {
    margin-left: 20%; }
.reviews .review .review--response--attribution p {
    font-size: 14px;
    width: 100%; }

span.stars, span.stars span {
    display: block;
    background: url("/themes/inthenightgarden/img/stars-large.png") 0 -36px repeat-x;
    width: 190px;
    height: 36px; }

span.stars span {
    background-position: 0 0; }

@media (max-width: 970px) {
    .reviews .review .review--attribution p {
        width: 47%; }
    .reviews .review .review--attribution .review--rating .stars {
        float: right; }
    .reviews .review .review--attribution .review--rating p {
        float: right;
        text-align: right; }

    .textBlockWithReviews.parentsReviews .averageRating h2 {
        font-size: 25px; } }
@media (max-width: 767px) {
    .reviews .review .review--attribution .review--rating {
        top: 38px; }

    .textBlockWithReviews.parentsReviews .averageRating span.stars {
        position: relative;
        right: auto; }

    .reviews .review .review--attribution .review--rating {
        position: static; }
    .reviews .review .review--attribution .review--rating .stars {
        float: none;
        margin-right: 0; }

    .reviews .review .review--attribution p {
        width: 100%; }

    .reviews .review .review--attribution .review--rating p {
        display: none; } }
#shopItems {
    width: 100%; }

.shopListLink, .shopListLink:active, .shopListLink:visited, .shopListLink:focus {
    margin-right: 1%;
    margin-bottom: 1%;
    width: 32%;
    display: block;
    text-decoration: none;
    float: left; }

.shopListLink:hover {
    text-decoration: none; }

.shopListItem {
    width: 100%;
    border: 1px solid #303030;
    background: #ececec;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    box-shadow: 2px 2px 2px #888888; }
.shopListItem h3, .shopListItem h5 {
    margin: 6%; }
.shopListItem h5 {
    font-size: 20px;
    letter-spacing: 1;
    font-weight: bold;
    text-align: right; }
.shopListItem img {
    width: 100%; }

.shopListItem:hover {
    opacity: 0.6; }

.shopListItem .price {
    color: red;
}

.shopListItem .special-price {
    text-decoration: line-through;
    color: #3f3f3f;
}

.shopFilter {
    padding-left: 0;
    margin-bottom: 20px; }

.filterTabItem {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

.filterTab, .filterTab:visited, .filterTab:active {
    background: #52b847;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.filterTab.current {
    background: #008000;
    cursor: default;
    color: #ffffff; }

.filterTab a:focus {
    color: #ffffff; }

.filterTab:hover {
    background: #008000;
    color: #ffffff;
    text-decoration: none; }

.filterTab.current:hover {
    background: #008000; }

/*RESPONSIVE AMENDS*/

.shop-singleView {
    /*Hide counter when limited to one per order*/ }
.shop-singleView h1 {
    margin-bottom: 40px; }
.shop-singleView hr {
    margin-top: 20px; }
.shop-singleView .productImage {
    padding-right: 30px; }

.shop-singleView .productImage h1 {
    margin-bottom: 20px;
}
.shop-singleView .productImage img {
    max-width: 100%;
    margin: 0 auto 20px;
    display: block; }
.shop-singleView .product--details {
    position: relative; }
.shop-singleView .product--details hr {
    margin: 15px 0 20px 0; }
.shop-singleView .product--details h3 {
    font-size: 27px; }
.shop-singleView .product--details .product--category {
    margin-bottom: 0; }
.shop-singleView .product--details .product--name {
    margin-top: 0;
    font-weight: bold;
}
.shop-singleView .product--details .product--price {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold; }
.shop-singleView .product--details .product--desc {
    font-size: 15px; }
.shop-singleView .product--details .ticketCounter {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
}
.shop-singleView .product--details .ticketCounter .ticketCounter-minus, .shop-singleView .product--details .ticketCounter .ticketCounter-plus {
    display: inline-block;
    background-color: #959da1;
    color: #ffffff;
    height: 44px;
    width: 44px;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    border: 1px solid #959da1;
    line-height: 37px;
}

.shop-singleView .product--details .ticketCounter .ticketCounter-minus:hover, .shop-singleView .product--details .ticketCounter .ticketCounter-plus:hover {
    background-color: #768083}
.shop-singleView .product--details .ticketCounter .ticketCounter-number {

}

.shop-singleView .product--details .subTotal {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    float: right;
    color: #3f3f3f;
}
.shop-singleView #shopProductForm {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 35px 20px;
    border: solid 1px #a5a5a5;
    background: #f6f6f6;
}
.shop-singleView .product--button {
    margin-top: 20px;
    float: left;
    height: 50px;
    line-height: 44px;
}

.shop-singleView .product-text {
    font-size: 0.8em; }
.shop-singleView .product--limit--1 .ticketCounter {
    height: 30px; }
.shop-singleView .product-back {
    max-width: 250px;
    margin-top: 15px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png") no-repeat left #959da1;
    border-right: 14px solid #959da1;
    border-left: 14px solid #959da1;
    text-align: right;
    height: 50px;
    padding: 0px;
    line-height: 50px;
}

.shop-singleView .product-back:hover {
    background-color: #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;

}

.shop-singleView .product--desc--mobile {
    display: none; }

@media (max-width: 970px) {
    .shop-singleView .product--details .subTotal {
        bottom: 7px;
        font-size: 25px; }

    .shop-singleView .product--button {
        position: static;
        top: auto; }

    .shop-singleView .product--desc {
        display: none; }

    .shop-singleView .product--desc--mobile {
        display: block; }

    .shop-singleView .product--button {


    }

    .shop-singleView .product--details .ticketCounter .ticketCounter-number {
        font-size: 23px;
        position: relative;
        top: 1px;
        padding: 0;
    }

}
/*Sign Up Widget*/
.signUpWidget {
    border: 1px solid #a5a5a5;
    background: #f6f6f6;
    padding: 5px;
    position: relative;
}

.signUpWidget--item {
    padding: 20px 20px 0px 20px;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #a5a5a5;
    background: #f6f6f6;
    font-size: 18px;
    font-family: Georgia, Times, "Times New Roman", serif; }
.signUpWidget--item form {
    margin-bottom: 0;
    position: relative;
    width: 100%; }
.signUpWidget--item input {
}

.signUpWidget--item input[type="email"] {
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    min-width: 180px;
    height: 39px;
    text-align: left;
    text-indent: 9px;
    font-size: 15px;
}

.signUpWidget--item input[type="submit"] {
    -webkit-appearance: none;
    background-image: url("/themes/inthenightgarden/img/submit-arrow-square-small.png");
    border: none;
    background-color: #52b847;
    background-repeat: no-repeat;
    background-position-x: 9px;
    background-position-y: 8px;
    vertical-align: middle;
    width: 26px;
    padding: 7px 16px;
    margin-left: -5px;
}

.signUpWidget--item input[type="submit"]:hover {
    background-image: url("/themes/inthenightgarden/img/submit-arrow-square-small.png");
    background-color:#008000}

.signUpWidget--item:nth-child(1) {
    display: block; }

/*Responsive*/
/*Tablet Portrait*/
/*Mobile Landscape*/
@media (max-width: 970px) {
    .signUpWidget--item input[type="email"] {
        font-size: 14px;
        min-width: 150px;} }

@media (max-width: 767px) {
    .signUpWidget--item input[type="email"] {
        font-size: 14px;
        width:80%;} }

.textBlock iframe {
    width: 100%; }
.textBlock img {
    max-width: 100%;
    height: auto; }

.textBlockWithReviews iframe {
    width: 100%; }
.textBlockWithReviews img {
    max-width: 100%;
    height: auto; }

.ticketsGrid {
    margin-bottom: 50px; }
.ticketsGrid .ticketsGrid--header {
    text-align: left; }
.ticketsGrid .venueIntroText {
    margin-bottom: 20px; }
.ticketsGrid .ticketsGrid--filters {
    text-align: left; }
.ticketsGrid .ticketsGrid--filters p, .ticketsGrid .ticketsGrid--filters input {
    float: left; }
.ticketsGrid .ticketsGrid--filters input {
    margin: 5px 11px 5px 20px;
    position: relative;
    bottom: 7px; }
.ticketsGrid .ticketsGrid--filters input:nth-child(4) {
    margin-left: 50px; }
.ticketsGrid .ticketsGrid--day {
    width: 100%; }
.ticketsGrid .ticketsGrid--day div {
    display: inline-block;
    text-align: center; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle {
    width: 5%;
    color: #ffffff;
    background: #959da1;
    height: 98px;
    float: left;
    margin-top: 40px;
    font-size: 12px;
    line-height: 1; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle p {
    margin-top: 24px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle .ticketsGrid--dayTitle--day {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 2px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows {
    width: 95%;
    text-align: left;
    border-bottom: 10px solid #ececec;
    background: #ececec; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show {
    width: 25%;
    border-right: 5px solid #ececec; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle {
    width: 100%;
    background: #959da1;
    color: #ffffff;
    height: 40px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle p {
    line-height: 36px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--time {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 20px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--show {
    font-size: 17px; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands {
    width: 100%;
    background: #ececec; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand {
    width: 49%;
    padding: 8px 1px;
    font-size: 16px;
    border: 5px solid #ffffff;
    background: #ffffff; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand p {
    margin-bottom: 0; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand p.ticketsGrid--price {
    color: #15434B;
    font-size: 20px;
    font-weight: bold; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand:first-child {
    /*border-right: solid 5px $grey-tickets-back;*/
    margin-right: 2%; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.limited .ticketsGrid--available {
    color: #E66518; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout p {
    opacity: 0.4; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout p.ticketsGrid--price {
    visibility: hidden; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.available:hover,
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.limited:hover,
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.showSelected {
    background-color: lightyellow;
    border: 5px solid #58b74e !important;
    cursor: pointer; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands.showPremium .ticketsGrid--showBand.Premium {
    margin-right: 0;
    width: 100%; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands.showPremium .ticketsGrid--showBand.Standard {
    display: none; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands.showCheapest .ticketsGrid--showBand p {
    opacity: 0.1; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands.showCheapest .ticketsGrid--showBand.Cheapest p {
    opacity: 1; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show.offSale {
    background: #ececec; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show.offSale div {
    visibility: hidden; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show.offset25 {
    position: relative;
    left: 25%; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show.time2pm {
    position: relative;
    left: 50%; }
.ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show.time4pm {
    position: relative;
    left: 75%; }

.ticketGrid--showBandData, .ticketGrid--showBandPrices {
    display: none !important; }

.ticketsGrid--popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    opacity: 0.9;
    display: none;
    z-index: 4;
}

.ticketsGrid--popupInner {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 480px;
    border: 2px solid #a5a5a5;
    background: #ffffff;
    display: none;
    margin-left: -240px;
    padding: 12px 16px;
    z-index: 5;}

.ticketsGrid--popupInner .ticketsGrid--popupInner-date {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 6px;
    margin-top: 0; }
.ticketsGrid--popupInner p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0; }
.ticketsGrid--popupInner .ticketTypes {
    margin-top: 16px;
    border-top: 1px solid #c1c1c1; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem {
    border-bottom: 1px solid #c1c1c1;
    position: relative;
    margin: 3px 0px 0px 0px; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem p {
    padding: 16px 0;
    font-size: 17px; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem p span {
    font-weight: bold; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter {
    position: absolute;
    right: 0;
    bottom: 6px; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-minus,
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-plus {
    display: inline-block;
    background: #768083;
    color: #ffffff;
    height: 44px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    border: 1px solid #768083;
}

.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-minus:hover,
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-plus:hover {
    background: #768083;}
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-number {
    height: 44px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    border-radius: 0px;

}
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .babe-in-arms-text {
    padding-top: 16px; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .babe-in-arms-text p {
    font-size: 14px;
    margin: 0;
    padding: 0; }
.ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem:nth-child(3) {
    display: none; }
.ticketsGrid--popupInner .subTotal {
    position: relative;
    margin: 16px 0; }
.ticketsGrid--popupInner .subTotal .subTotal-price {
    position: absolute;
    right: 0;
    top: -22px; }
.ticketsGrid--popupInner .accessRequirements .ticketsGrid--accessRequirements-bool {
    float: left;
    margin-right: 10px;
    margin-top: 2px; }
.ticketsGrid--popupInner .accessRequirements p {
    margin-bottom: 10px; }
.ticketsGrid--popupInner .accessRequirements label {
    margin-top: 4px; }
.ticketsGrid--popupInner .accessRequirements label:nth-child(3) {
    float: left;
    margin-right: 25px; }
.ticketsGrid--popupInner .ticketsGrid--accessRequirements {
    display: none;
    width: 100%;
    height: 100px;
    margin-bottom: 16px;
    margin-top: 12px;
    padding: 10px;
}
.ticketsGrid--popupInner .specialNeeds {
    font-size: 14px;
    display: none;
    margin: 15px 0; }
.ticketsGrid--popupInner .ticketsGrid--popupInner-submit {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    float: right;
    border-right: 14px solid #58b74e;
    border-left: 14px solid #58b74e;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 50px;
    padding: 0px;
    height: 50px;
}
.ticketsGrid--popupInner .ticketsGrid--popupInner-submit:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;

}
.ticketsGrid--popupInner .ticketsGrid--popupInner-submit.inactive {
    background:url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    width: 100%;
    margin: 20px 0px 5px;
    opacity: 0.3;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: not-allowed !important;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.ticketsGrid--popupInner .ticketsGrid--popupInner-submit.inactive:hover {
    background-color: #008000; }

/*ERROR MESSAGES*/
.ticketsGrid--popupError {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 480px;
    border: 2px solid #a5a5a5;
    background: #ffffff;
    display: none;
    margin-left: -240px;
    padding: 12px 16px;
    z-index: 1000}

.ticketsGrid--popupError .ticketsGrid--popupInner-date {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 6px; }
.ticketsGrid--popupError p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0; }
.ticketsGrid--popupError .error--continue {
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    width: 48%;
    float: right;
    padding: 0px;
    height: 50px;
    line-height: 50px;
}
.ticketsGrid--popupError .error--continue:hover, .ticketsGrid--popupError .error--continue:active, .ticketsGrid--popupError .error--continue:visited {
    color: #ffffff; }
.ticketsGrid--popupError .error--back {
    float: left;
    max-width: 48%;
    margin-top: 15px;
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png") no-repeat left #52b847;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    text-align: right;
    margin-bottom: 15px;
    height: 50px;
    padding-top: 6px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    padding: 0px;
    line-height: 50px;
}
.ticketsGrid--popupError .error--back:hover {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png") no-repeat left #008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.ticketsGrid--popupError.ticketsGrid--popupErrorExistingBasket .error--continue {    float: none;
    width: 100%;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
}

.noPremiumTickets {
    display: none; }

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle {
        height: 91px;
        margin-top: 31px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle {
        height: 31px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle p {
        line-height: 28px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--time {
        font-size: 17px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--show {
        font-size: 13px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands {
        width: 100%; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand {
        padding: 8px 1px;
        font-size: 14px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand p.ticketsGrid--price {
        font-size: 18px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout .ticketsGrid--available {
        font-size: 13px; } }
@media (max-width: 767px) {
    .ticketsGrid .ticketsGrid--filters input {
        bottom: 10px; }

    .ticketsGrid {
        padding: 0 0px !important;
        margin-bottom: 50px;

    }
    .ticketsGrid h1 {
        margin: 2% 4%;
        font-size: 28px;
        font-weight: normal; }
    .ticketsGrid .venueIntroText {
        margin: 2% 4%; }
    .ticketsGrid .venue-intro-text {
        margin-left: 4%;
        margin-right: 4%; }
    .ticketsGrid .ticketsGrid--filters {
        margin: 0 4%; }
    .ticketsGrid .ticketsGrid--filters p:nth-child(1) {
        display: none;
        width: 100%;
        margin-bottom: 20px; }
    .ticketsGrid .ticketsGrid--filters p:nth-child(3) {
        display: inline-block;
        /*width: 40%;*/
        margin-bottom: 25px; }
    .ticketsGrid .ticketsGrid--filters input:nth-child(2) {
        margin-left: 0 !important; }
    .ticketsGrid .ticketsGrid--filters input:nth-child(4) {
        margin-left: 26px !important; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle {
        height: 74px;
        margin-top: 40px;
        font-size: 10px;
        width: 7%; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle p {
        margin-top: 17px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle .ticketsGrid--dayTitle--day {
        font-size: 18px;
        margin-left: 0; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows {
        width: 93%; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show {
        border-right: 2px solid #ececec; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle {
        height: 40px; }    /* margin-left: -240px; */
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle p {
        line-height: 20px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--time {
        font-size: 15px;
        display: block; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showTitle .ticketsGrid--showTitle--show {
        font-size: 11px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands {
        width: 100%; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand {
        padding: 8px 1px;
        font-size: 10px;
        height: 75px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand p.ticketsGrid--price {
        font-size: 14px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout .ticketsGrid--available {
        font-size: 10px;
        white-space: nowrap; }


    .ticketsGrid--popupInner {
        position: fixed;
        padding: 2% 3%;
        z-index: 6;
        /*-webkit-transform:translateZ(1px);*/
        /*-moz-transform:translateZ(1px);*/
        /*-o-transform:translateZ(1px);*/
        /*transform:translateZ(1px);*/
        margin-left: 0px;
        left: 8%;
        width: 86%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .close {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem p {
        font-size: 12px; }

    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter {
        bottom: 3px; }

    .ticketsGrid--popupError {
        left: 0;
        width: 90%;
        margin-left: 5%; } }
@media (max-width: 520px) {

    .basketDetailsForm .basketDetail--buttons .basketDetailsFormButton {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        max-width: 100% !important;
        margin-top: 10px;
    }

    .basketDetailsForm .basketDetail--buttons .basketDetailsFormButton {
        float: none;
        width: 100%;
    }
    .ticketsGrid .ticketsGrid--filters {
        margin: 23px 4% 0; }

    .ticketsGrid .ticketsGrid--filters p {
        font-size: 13px; }

    .ticketsGrid .ticketsGrid--filters input {
        margin: 5px 11px 5px 20px;
        position: relative;
        bottom: 13px; }

    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand {
        position: relative; }

    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout p {
        position: relative;
        left: -3px; } }
@media (max-width: 479px) {
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand {
        width: 100%; }

    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand:nth-child(1) {
        border-bottom: 1px solid #ececec; }

    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle {
        height: 148px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--dayTitle p {
        margin-top: 54px; }

    .ticketsGrid.showPremiumHeader .ticketsGrid--day .ticketsGrid--dayTitle {
        height: 74px; }
    .ticketsGrid.showPremiumHeader .ticketsGrid--day .ticketsGrid--dayTitle p {
        margin-top: 17px; }

    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout {
        padding: 8px 1px 10px; }
    .ticketsGrid .ticketsGrid--day .ticketsGrid--shows .ticketsGrid--show .ticketsGrid--showBands .ticketsGrid--showBand.soldout p {
        position: static; }

    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem p {
        max-width: 58%; }

    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem:nth-child(3) p {
        padding: 8px 0; } }
@-moz-document url-prefix() {
    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-number {
        height: 39px; }

    .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-minus, .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter .ticketGrid--showBandTicketCounter-plus {
        font-size: 25px;
        height: 39px; } }
.UpsellList .header {
    margin-bottom: 35px; }

.upsellListContent .upsellListContent--header {
    background: url("/themes/inthenightgarden/img/basketHeader1.png") no-repeat;
    background-size: contain; }
.upsellListContent .upsellListContent--form form {
    margin-bottom: 0; }
.upsellListContent .upsellList--soldout {
    background: #52b847;
    opacity: 0.4;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    cursor: not-allowed;
}
.upsellListContent .sold-out-text {
    font-size: 14px; }
.upsellListContent .alertInner {
    top: 50%; }
.upsellListContent .button-yes {
    width: 100%;
    text-decoration: none;
    display: block; }

@media (max-width: 767px) {
    .upsellListContent .upsellListContent--header {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall1.png") no-repeat;
        background-size: contain; } }
@media (max-width: 420px) {
    .UpsellList .header {
        margin-bottom: 20px; } }
.UpsellQuantity .header {
    margin-bottom: 35px; }

.upsellQuantityContent .upsellQuantityContent--form form {
    margin-bottom: 0; }
.upsellQuantityContent .upsellQuantityContent--header {
    background: url("/themes/inthenightgarden/img/basketHeader1.png") no-repeat;
    background-size: contain; }
.upsellQuantityContent .upsellQuantityContent--quantity {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px #a5a5a5;
    background: #f6f6f6; }
.upsellQuantityContent .upsellQuantityContent--quantity h2 {
    font-weight: bold; }
.upsellQuantityContent .upsellQuantityContent--quantity hr {
    margin: 15px 0 20px 0; }
.upsellQuantityContent .upsellQuantityContent--totalPrice {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3f3f3f;
    display: -moz-box;
}

.ticketCounter {
    font-size: 0;
    font-size: 0;
    display: -moz-box;
}
.ticketCounter .ticketCounter-minus,
.ticketCounter .ticketCounter-plus {
    display: inline-block;
    background-color: #959da1;
    color: #ffffff;
    height: 44px;
    width: 44px;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    border: 1px solid #959da1;
    line-height: 37px;

}

.ticketCounter .ticketCounter-minus:hover,
.ticketCounter .ticketCounter-plus:hover {
    background: #6B6B6B;
}

.ticketCounter .ticketCounter-number {
    height: 44px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
    line-height: 40px;
}

@media (max-width: 970px) {
    .ticketCounter .ticketCounter-minus,
    .ticketCounter .ticketCounter-plus {
    }
    .ticketCounter .ticketCounter-number {
    }

    input[type="submit"] {
        border-radius: 0; } }
@media (max-width: 767px) {
    .upsellQuantityContent .upsellQuantityContent--header {
        background: url("/themes/inthenightgarden/img/basketHeaderSmall1.png") no-repeat;
        background-size: contain; } }
@media (max-width: 420px) {
    .UpsellQuantity .header {
        margin-bottom: 20px; } }
@-moz-document url-prefix() {
    .ticketCounter .ticketCounter-number {
        border-width: 1px;
        height: 39px; }

    .upsellQuantityContent--submit.button, .upsellListContent--submit.button {
        height: 50px; }

    .ticketCounter .ticketCounter-minus, .ticketCounter .ticketCounter-plus {
        position: relative;
        height: 39px;
        font-size: 25px; } }
.venuesPage--items {
    margin: 40px 0; }

.venuesPage--item a {
    border-top: 1px solid #c1c1c1;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0;
    line-height: 1;
    color: #3f3f3f;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative; }

.venuesPage--items--results .venuesPage--item a {
    padding: 15px 0 30px; }

.venuesPage--item:last-child a {
    border-bottom: 1px solid #c1c1c1; }

.distance {
    margin-right: 50px;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 8px; }

.travelInfo {
    float: right;
    display: inline-block;
    background-color: #52b847;
    color: #ffffff;
    padding: 9px 12px;
    position: relative;
    top: -9px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.travelInfo:hover {
    background-color: #008000; }

.venuesList form {
    margin-bottom: 40px; }

.venues-distanceDisclaimer {
    font-size: 12px; }

.venue-error {
    color: #9a293b; }

.directionsMap--submit {
    -webkit-appearance: none;
    -moz-apperance: none;
    border: none;
    background-color: #52b847;
    color: #ffffff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 3px 12px;
    height: 50px;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.directionsMap--submit:hover {
    background-color: #008000; }

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    .bookTicketsWidget--header {
        font-size: 29px; } }
@media (max-width: 767px) {
    .bookTicketsWidget--header {
        font-size: 22px; }

    .bookTicketsWidget--item .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:active .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:visited .bookTicketsWidget--container .bookTicketsWidget--dates,
    .bookTicketsWidget--item:hover .bookTicketsWidget--container .bookTicketsWidget--dates {
        font-size: 14px; }

    .venuesPage--item a {
        font-size: 12px; } }
@-moz-document url-prefix() {
    .travelInfo {
        padding: 8px 12px 6px;
        top: -6px; } }
.venuesSingle #map-canvas {
    width: 100%;
    height: 300px; }

/* Preload images */
body:after {
    content: url(/themes/inthenightgarden/img/close.png) url(/themes/inthenightgarden/img/loading.gif) url(/themes/inthenightgarden/img/prev.png) url(/themes/inthenightgarden/img/next.png);
    display: none; }

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none; }

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal; }

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

.lightbox a img {
    border: none; }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-container {
    padding: 4px; }

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0; }

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/themes/inthenightgarden/img/loading.gif) no-repeat; }

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }

.lb-container > .nav {
    left: 0; }

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block; }

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/themes/inthenightgarden/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/themes/inthenightgarden/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
    padding: 0 4px;
    color: #ccc; }

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em; }

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em; }

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999; }

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/themes/inthenightgarden/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.account-facebook .button-no{
    background: url(/themes/inthenightgarden/img/ps_fb_logo.png);
    background-color: #3a5795;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
    border: none;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 35px;
    padding: 0px 0px 0px 45px;
    background-position: 0px 6px;
    text-align: left;
    border-right: 14px solid #3a5795 !important;
    border-left: 14px solid #3a5795 !important;
    font-weight: normal;
}

.account-facebook .button-no:hover{
    background: url(/themes/inthenightgarden/img/ps_fb_logo.png);
    background-color: #204080 !important;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
    border: none;
    padding: 0px 0px 0px 45px;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0px 6px;
    text-align: left;
    border-right: 14px solid #204080 !important;
    border-left: 14px solid #204080 !important;
    font-weight: normal;

}

.facebook-sign-in {
    background: url(/themes/inthenightgarden/img/ps_fb_logo.png);
    background-color: #3a5795;
    line-height: 36px;
    font-weight: bold;
    text-indent: 3px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
    border: none;
    padding: 5px 30px;
    margin: 15px auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 6px 6px;

}

.facebook-sign-in:hover {
    background-color: #204080; }


.merchandise-price {
    font-size: 27px;
    font-weight: bold;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3f3f3f;
    padding: 0;
    margin-bottom: 25px;
}

.merchandise-price .price {
    color: red;
}

.merchandise-price .special-price {
    text-decoration:line-through;
    color: #3f3f3f;
}


/*# sourceMappingURL=screen-intermediate.css.map */

.voucher-layout {
    max-width: 605px;
    margin: 0 auto;
    font-family: Helvetica, Arial, Sans-Serif;
    margin-top: 30px;
}

.voucher-layout img {
    width: 100% !important;
    height: auto !important;
}

.voucher-layout .voucher-payment-box {
    padding: 20px;
    border: 1px solid;
    background-color: #f6f6f6;
}

.voucher-layout .voucher-payment-box h3 {
    font-size: 38px;
    width: 90%;
}

.voucher-layout .voucher-payment-box p {
    font-size: 12px;
    color: black;
}

.voucher-layout button[type=submit] {
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #58b74e;
    color: #ffffff;
    border: none;
    float: right;
    border-right: 14px solid #58b74e;
    border-left: 14px solid #58b74e;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    font-family: Georgia, Times, "Times New Roman", serif;
    height: 50px;
    line-height: 50px;
    padding: 0px;
}



.voucher-layout button[type=submit]:hover {
    background-color:#008000;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.voucher-layout button[type=submit] .text-area {
}

.voucher-layout button[type=submit] .arrow-area {
    float: right;
    font-weight: bold;
}

.voucher-layout .special-price {
    text-decoration: line-through;
    font-size: 40px;
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: black;
}

.voucher-layout .price {

    font-size: 40px;
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: red;
}

.voucher-accept,
.voucher-not-accept {
    width: 90%;
    display: table;
    padding: 10px 30px;
    cursor: pointer
}

.voucher-accept {
    background-color: #f47b20;
    margin-bottom: 10px;
}

.voucher-not-accept {
    background-color: #949c9f;
}

.voucher-accept span,
.voucher-not-accept span {
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    font-weight: normal;
    padding-left: 20px;
    float: left;
    padding: 0px 20px;
    color: white;
}

.voucher-layout input[type="radio"],
.voucher-not-accept input[type="radio"] {
    border: 3px solid white;
    padding: 0;
    margin: 0;
    float: left;
}

.voucher-layout input[type="radio"]:checked,
.voucher-not-accept input[type="radio"]:checked {
    background-color: #64cdf4;
    outline: 0;
    border: 3px solid white;
}

.voucher-layout input[type="radio"]:focus,
.voucher-not-accept input[type="radio"]:focus {
    background-color: #64cdf4;
    outline: 0;
}

.voucher-layout input:active .voucher-not-accept input:active {
    outline-style: none;
    -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.more-less .more {
    display: none;
}

.more-less h2 {
    display: inline;
}

.voucher-show .basket--remove {
    top: 45px !important;
    float: right;
    right: 0;
}

.voucher-footer{
    clear: both;
    margin-top: 20px;
    font-size: 14px;
}
.header {
    background: #FFFFFF;
    margin-bottom: 0px;
}

.ng-header {
    max-width: 970px;
    margin: 0 auto;
}

.ng-logo img {
    margin: 20px 20px;
    height: 60px;
    width: auto;
}

.Night-Garden-Loading {
    position: fixed;
    opacity: 0.8;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    transition: opacity 500ms;
    z-index: 10000;
    display: none;
}

.Night-Garden-Loading img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 40px;
    height: auto;

}

.ng-header-menu {
    width: 100%;
    background-color: #eaeaea;
    height: 50px;

}

.ng-header-menu-inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

.ng-header-menu-inner-visible .ng-basket-dropdown-items-basket .basketWidgetButton {
    color: #ffffff;
    text-decoration: none;
    background-color: #52b847;
    text-align: center;
    margin: 10px 0;
    display: block;
    width: 100px;
    padding: 0;
    float: left;
    margin-left: 41px;
    margin: 0;
    margin-bottom: 20px;
    max-width: 420px;
}

.ng-header-menu-inner-visible .ng-basket-dropdown-items-basket .basketWidgetButton:hover {
    background-color: #008000;
}

.ng-header-menu-inner-visible .ng-basket-dropdown-items-basket .button-no {
    background-color: #6b6b6b;
    color: #ffffff;
    max-width: 420px;
    border-right: 14px solid #6b6b6b;
    border-left: 14px solid #6b6b6b;
}

.ng-header-menu-inner-visible .ng-basket-dropdown-items-basket .button-no:hover {
    background-color: #768083;
    color: #ffffff;
    max-width: 420px;
    border-right: 14px solid #768083;
    border-left: 14px solid #768083;
}

.basket-dropdown--content{
    padding: 20px;
    background-color: white;
    border: 1px solid #6b6b6b;
    border-top: none;
}

.basket-dropdown--content .basket--change {
    display: none;
}

/*Header-Sign-In*/

.Header-Sign-In {
    float: right;
    display: table;
    height: 65px;
    margin-right: 20px;

}

.Header-Sign-In ul {
    list-style-type: none;
    margin: 20px 0px;
    display: table-cell;
    vertical-align: bottom;
}

.Header-Sign-In li {
    list-style-type: none;
    z-index: 100;
    float: left;
    text-align: right;
    margin-right: 10px;
}

.Header-Sign-In li a {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #6b6b6b;
    font-size: 14px;
}

/*RESPONSIVE AMENDS*/
@media (max-width: 970px) {
    body {
        font-size: 16px; }


}
@media (max-width: 767px) {
    .layout-container {
        padding: 0 15px;
        margin-top: 20px;
    }

    .layout-4 {
        padding-left: 0;
        margin-bottom: 20px;
        margin-top: 30px}

    .layout-8 {
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .textBlock{
        padding: 0px 0px 0px 0px;
    }

}

@media (max-width: 767px) {
    .accessGate #CouponCode input[name="CouponCode"] {
        width: 80%; }
    .accessGate .Actions input {
        width: 80%; }
}


/*Strip the ul of padding and list styling*/

.ng-header-menu-inner-right {
    width: 30%;
    float: right;
    height: 50px;
}

.ng-header-menu-inner-right li {
    display: inline-block;
    float: left;
}

.ng-header-menu-inner-right li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #6b6b6b;
    background: #eaeaea;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    padding: 0px 10px;
}



.ng-header-menu-inner-visible {
    width: 100%;
    background-color: #eaeaea;
    height: 50px;
    display: -webkit-inline-box;
}

.ng-header-menu-inner-left ul, .ng-header-menu-inner-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#menu {
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}

/*Create a horizontal list with spacing*/
.ng-header-menu-inner-left li {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #6b6b6b;
}

.ng-header-menu-inner-visible li {
    display: inline-table;
    width: 25%;
    margin: 0 auto;
    text-align: center !important;
    float: left;
}

.ng-header-menu-inner-visible .li-right-basket{
}

.ng-header-menu-inner-visible li a {
    display: block;
    height: 50px;
    text-align: center;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #6b6b6b;
    background: #eaeaea;
    text-decoration: none;
    font-size: 13px;
    line-height: 50px;
    cursor: pointer;
    padding: 0px 0px;
    overflow: hidden;
}

/*Style for menu links*/
.ng-header-menu-inner-left li a {
    display: block;
    min-width: 90px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #6b6b6b;
    background: #dedede;
    text-decoration: none;
    font-size: 16px;
}

/*Hover state for top level links*/

/*Style for dropdown links*/
.ng-header-menu-inner-left li:hover ul a {
    border-top: 1px solid #6B6B6B;
}

/*Hover state for dropdown links*/

/*Hide dropdown links until they are needed*/
.ng-header-menu-inner-left li ul, .ng-header-menu-inner-right li ul, .ng-header-menu-inner-visible li ul {

}

/*Make dropdown links vertical*/
.ng-header-menu-inner-left li ul li, .ng-header-menu-inner-right li ul li, .ng-header-menu-inner-visible li ul li {
    display: inline-block;
}

.ng-header-menu-inner-visible .MenuInfoDetail {
    padding: 20px;
}

/*Prevent text wrapping*/
.ng-header-menu-inner-right li ul li a, .ng-header-menu-inner-visible li ul li a {

}

.ng-header-menu-inner-left li ul li a{
    width: auto;
    min-width: 90px;
    padding: 0 20px;
    background-color: #ebebeb;
    border-top: 1px solid #6b6b6b;
}



.ng-new-basket .ng-basket-dropdown-items-basket{
    display: none;
    width: 100%;
    background-color: white;
    position: absolute;
    z-index: 999;
    border: 1px solid;
    top: 120px;
    padding: 20px;
}

/*Display the dropdown on hover*/
.ng-new-basket ul li a:hover + .ng-hidden,
.ng-new-basket ul li a:hover + .ng-hidden,
.ng-new-basket ul li a:hover + .ng-hidden {
    display: block;

}

/*Style 'show menu' label button and hide it by default*/

.ng-header-menu-mobile {
    display: none;
}

/*Hide checkbox*/
.ng-header-menu-inner-left input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
    display: block;
}

.ng-header-menu-inner-visible .header-basket {
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-image: url(/themes/inthenightgarden/img/basket_gray.png);
    text-align: center;
    background-position: 6px 6px;
    position: relative;
}

.ng-header-menu-inner-visible .header-info {
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 6px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header-info {
    background-image: url("/themes/inthenightgarden/img/info_gray.png");
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 6px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.ng-hidden form h3 {
    color: #6e6e6e;
    font-size: 16px;
}

.ng-header-menu-inner-right #menu {
    right: 0;
}

.ng-header-menu-inner-left #menu {
    left: 0;
}

.ng-submenu-dropdown-items li {
    width: 100%;
}

.ng-basket-dropdown-items li {
    width: 100%;
}

.ng-basket {
    border: 2px solid #6e6e6e;
}

.ng-basket h3 {
    display: block;
    min-width: 100px;
    text-align: left;
    line-height: 50px;
    color: #6b6b6b;
    text-decoration: none;
    font-size: 28px;
}

.ng-header-menu-inner-left .ng-home-btn-left {


}

.ng-header-menu-inner-left {

}

/*Responsive Styles*/
@media screen and (max-width: 360px){

    .ng-header-menu-inner-visible li a {

    }


    .ng-logo img {
        padding: 0px 0px 0px 20px;
    }
}


@media screen and (max-width: 767px) {
    /*Make dropdown links appear inline*/

    .ng-logo a {
        display: block;
        position: relative;
        z-index: 100;
    }

    .ng-burger {
        left: -11px !important;
        bottom: -6px !important;
        content: "date"!important;
        width:60% !important;
        height: 38px !important;
        border-radius: 22px !important;
        text-align: center;
        line-height: 37px;
        font-family: verdana;
        color: green;;
        font-size: 16px;
        border: 3px solid green;
        z-index: 10;
    }

    .ng-burger-none {
        left: -11px !important;
        bottom: -6px !important;
        content: "date"!important;
        width:60% !important;
        height: 38px !important;
        border-radius: 22px !important;
        text-align: center;
        line-height: 37px;
        font-family: verdana;
        color: green;;
        font-size: 16px;
        border: 3px solid green;
        z-index: 10;
    }

    .ng-new-basket ul li a:hover + .ng-hidden,
    .ng-new-basket ul li a:hover + .ng-hidden,
    .ng-new-basket ul li a:hover + .ng-hidden {
        display: none;
    }



    .header-info.active {
        background-image: url("/themes/inthenightgarden/img/info_gray.png");
        height: 100%;
        background-repeat: no-repeat;
        background-position: 6px;
        display: block;
        text-align: center;
        margin: 0 auto;
        background-color: #dedede;
    }

    .ng-basket {

        border: none;
    }
    .ng-header-menu-inner-left .ng-hidden li{
        background-color: white;
        border-bottom: none;
    }



    .ng-header-menu-inner-left li:hover a,
    .ng-header-menu-inner-visible li:hover a {


    }

    .ng-logo {
        float: left;
        width: 80%;
        max-width: 310px;
    }

    .ng-logo img {
        height: auto;
        display: block;
        padding: 0px 20px 0px 10px;
        width: 100%;
    }

    .Header-Sign-In {
        display: none;
    }

    .ng-header-menu {
        display: none;
    }

    .ng-header-menu-mobile {
        display: block;
        position: relative;
    }

    .mobile-menu {
        position: absolute;
        display: inline-block;
        width: 100%;
        display: none;
        padding: 0;
        top: 58px;
        left: 0;
        right: 0;
        border-top: 1px solid;
    }

    /*Create vertical spacing*/
    /*Make all menu links full width*/
    .ng-header-menu-inner-left ul li, li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    .ng-header-menu-inner-left .show-menu {
        height: 50px;
        text-align: center;
        font-family: Georgia, Times, "Times New Roman", serif;
        color: #6b6b6b;
        background: #eaeaea;
        text-decoration: none;
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        line-height: 50px;
        padding: 0px 5px;
    }

    .ng-header-menu-inner-left li a {
        text-align: right;
        font-size: 14px;
        padding-right: 40px;
    }

    .ng-header-menu-inner-visible li .MenuInfoText {
        background: #dedede;
        width: 100%;
        color: #6b6b6b;
        font-family: Georgia, Times, "Times New Roman", serif;
        border-bottom: 1px solid #6b6b6b;
        cursor: pointer;
        padding: 10px;
    }

    .ng-basket-dropdown-items .arrow-down {
        margin-top: 0;
        background-image: url("/themes/inthenightgarden/img/arrow-down.png");
        background-size: 30px;
        cursor: pointer;
        width: 33px;
        position: absolute;
        right: 6px;

    }

    .ng-header-menu-inner-visible li .MenuInfoText .hidden {
        color: #474747;
        font-size: 14px;
        padding: 7px 20px;
        display: none;
    }

    .ng-header-menu-inner-visible .ng-basket-dropdown-items-basket {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: white;
        z-index: 400;
        border-bottom: 1px solid #6b6b6b;
        border-top: 1px solid #6b6b6b;
        margin: 0px;
        padding: 0px;
    }

    .ng-header-menu-inner-visible .ng-basket-dropdown-items {
        position: absolute;
        left: 0;
        border-top: 1px solid #6b6b6b;
    }



    .MenuInfoDetail {
        padding: 10px;
        background: white;
        width: 100% !important;
        border-bottom: 1px solid #6b6b6b;
        border-bottom: 1px solid #6b6b6b;
    }

    .navigation {
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: none;
    }

    .ng-header {
        height: 70px;

    }

    .learn-more li a{
        text-align: center !important;
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.ng-menu-signup-mobile-main {
    background: #ffffff !important;
    padding: 20px;

}

.ng-menu-signup-mobile-main .text {
    white-space: nowrap;
    border-top: none;
    font-size: 20px;
}

.ng-menu-signup-mobile {
    background-image: url("/themes/inthenightgarden/img/submit-arrow-square-small.png");
    border: none;
    background-color: #52b847;
    float: left;
    display: block;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position-x: 18px;
    background-position-y: 14px;
}

.ng-header-menu-inner-left form {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ng-menu-signup-mobile-main input[type="text"],
.ng-menu-signup-mobile-main input[type="password"] {
    border: 1px solid #c1c1c1;
    height: 50px;
    width: 80%;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

.more-menu-arrow-down {
    border: solid darkgray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: 21px;
    margin-left: 7px;
}

.basket-re-write {
    float: right;
    margin-top: 38px;
    margin-right: 7px;
    font-size: 12px;
    color: #6b6b6b;
    font-style: normal;
}

.more-menu-arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid darkgray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    width: 8px;
    height: 8px;
    margin-top: 21px;
    margin-left: 7px;
}

.ng-menu-arrow-down {
    border: solid darkgray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 20px;
}


.ng-menu-arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid darkgray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    top: 20px;
}

.ng-header-menu-inner-visible li a:after {
    background-color: #6e6e6e;
}

.basket--inputContainer{  }

.basket--inputContainer .delivery-images {
    margin-top: 25px;
    margin-bottom: 25px;
}

.basket--inputContainer .delivery-images img {
    max-width: 365px;
    width: 100%;
}

.alert h4,
.alert-not-close{
    margin-top: 10px;
}

.mantion_me_center{
    max-width:846px;
    margin:0 auto;
}

.page-content-presale{
    display: -webkit-box;
    background-color: white;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.page-content-onsale{
    display: -webkit-box;
    background-color: white;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}



@media (max-width: 970px) {

    .navigation {
        margin: 0;
        width: 100%;
    }
}

.basket-dropdown--content .basketWidgetButton{
    width: 130px;
    color: #fff;
    height: 44px;
    line-height: 44px;
}

.shop-singleView .product-back {


}

@media (max-width:520px) {
    .voucher-payment-box .voucher-accept span,
    .voucher-payment-box .voucher-not-accept span {
        padding-left: 20px;
        color: white;
        padding-top: 0px;
        font-weight: normal;
        font-size: 16px;
        float: none;
    }

    .voucher-accept, .voucher-not-accept {
        width: 100%;
        padding: 5px 10px;
    }

    .facebook-sign-in {
        font-size: 17px;
        text-align: right;
        background-position-x: 6px;
        margin: 8px 0px;
    }
}



/* Payment Restore Your Cards*/

.payment-area {

}

.payment-area .new-card {
    display: none;
}
#card-info {
    display: none;
}

#pay-with-stored-cards {
    display: none;
}




.store-card {
    padding: 20px;
    border: 1px solid lightgray;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    margin-top: 30px;
}

.store-card button{
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 44px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 18px;
    max-width: 270PX;
    margin-top: 20px;
}

.store-card button:hover{
    background-color:#008000 ;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.store-card input[type="text"] {
    width: 100%;
}

.store-card .card-number {
    background: #FFFFFF url(../img/card_32x32.png) no-repeat left;
    padding-left: 34px;
    border:1px solid #ccc;
}

.store-card input[type="radio"] {
    background: white;
    border: #303030 solid 2px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: absolute;
}

.form-horizontal .error{
    background-color: #fae8e9; border-color: #e68288;
}

.store-card input[type="radio"]:checked {
    background: #58b74e;
    border: #303030 solid 2px;
    vertical-align: middle;
}

.store-card .store-card-details ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 0px;
}

.store-card-settings b{
    display: block;
    margin-bottom: 10px;
}


.store-card .key-image{
    background-image: url("/themes/inthenightgarden/img/ps_help_lock.png");
    background-repeat: no-repeat;
    background-size: 13px;
    text-indent: 20px;
    background-position-y: 0px;
    float: left;
    height: 40px;
    width: 20px;
    opacity: 0.4;
}

.store-card .store-card-details ul li{
    margin-bottom: 10px;
    clear: both;
}

.BasketPayment .alert .closable{
    float: right;
    font-size: 14px;
}

.store-card-option{
    width: 100%;
    margin-top: 20px;
}
.store-card-option span {
    font-weight: normal;
    margin-top: 5px;
    display: -webkit-inline-box;
    margin-left: 40px;
}

.store-card .store-card-options{
    margin-left: 40px;
    margin-top: 30px;
}

.store-card-set h2{
    float: left !important;
    margin-bottom: 10px;
    line-height: 40px;
}

.store-card h2{
    float:none;
    margin-bottom: 10px;
    line-height: 40px;
}


.payment-iframe {
    display: none;
}

.store-card-set {
    display: inline-block;
}

.store-card .change-store-card-option {
    display: none;
}

.store-card-set .store-card-settings {
    display: none;
}

.store-card-set .change-store-card-option {
    display: block;
    float: right;
    margin: 0px;
}

#stored-card-details {
    display: none;
}

#signup input[type="text"]{
    font-size: 17px;
    padding-left: 10px;
}

.store-card-set #stored-card-details {
    display: block;
}

@media (max-width: 520px) {
    .store-card .store-card-options{
        margin-left: 0px;
        margin-top: 30px;
    }

}


#payment_iframe {
    height: 855px
}


/* Payment Restore Your Cards Ends*/


/*Payment Saved Cards*/

.pay-with-stored-cards-area{
    width: 100%;
    border: 1px solid lightgray;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.pay-with-stored-cards-area .customer-stored-cards-area li {
    cursor: pointer;
    float: left;
}

.pay-with-stored-cards-area .customer-stored-cards-area input[type="radio"] {
    background: white;
    border: #303030 solid 2px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: absolute;

}

.pay-with-stored-cards-area .customer-stored-cards-area input[type="radio"]:checked {
    background: #58b74e;
    border: #303030 solid 2px;
    position: absolute;

}

input[type="radio"]:focus {
    border: none;
    outline: none;
    -webkit-appearance:none;
}


.pay-with-stored-cards-area button{
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 44px;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 18px;
    margin: 0;
    float: right;
    max-width: 270px;
    width: 100%;
}

.pay-with-stored-cards-area button:hover{
    background-color:#008000 ;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.pay-with-stored-cards-area .customer-stored-cards-area button{
    background: url("/themes/inthenightgarden/img/submit-arrow-square-small.png") no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 50px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 18px;
    max-width: 270px;
    margin-top: 20px;
    float: right;
    height: 50px;
    padding: 0;
}

.customer-stored-cards-area ul{

}

.customer-stored-cards-area ul li{
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px dashed lightgray;
    padding-bottom: 20px;
    width: 100%;
}

.customer-stored-cards-area ul li span{
    list-style: none;
    display: list-item;
}




.pay-with-stored-cards-area .customer-stored-cards-area button:hover{
    background-color:#008000 ;
    border-right: 14px solid #008000;
    border-left: 14px solid #008000;
}

.customer-stored-cards-area {
    margin-top: 20px;
}

.customer-stored-cards-area .add-new-card{
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    display: inline;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0063fe;
    text-decoration: underline;
}

.customer-stored-cards-area .add-new-carda:hover,
.customer-stored-cards-area .add-new-card a:focus,
.customer-stored-cards-area .add-new-card a:visited {
    color: #2a6496;
    text-decoration: underline;
}

.customer-stored-cards-area .card-details a {
    float: right;
    width: auto;
    background-color: #ffffff;
    padding: 30px 0px 10px 20px;
    font-size: 15px;
    color: #0063fe;
    text-decoration: underline;
}

.customer-stored-cards-area .card-details a:hover {
    color: #2a6496;
    text-decoration: underline;
}

.pay-with-stored-cards-area h2{
    margin-bottom: 0px;
    margin-top: 5px;
    display: inline;
    line-height: 44px;
}

.pay-with-stored-cards-area .card-details {
    margin-left: 50px;
    padding-top: 7px;
    word-break:break-all;
}
/*Server Down*/

.ng-server-down{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-top: 100px;
}
.ng-server-down img{
    width: 100%;
}

/*Server Down Ends*/

/*FaceBook-Error Msg*/

.ng-facebook-error{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
}
.ng-facebook-error .overlay:target {
    visibility: visible;
    opacity: 1;
}

.ng-facebook-error .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    width: 30%;
    position: relative;
    min-height: 290px;
}

.ng-facebook-error .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Georgia, Times, "Times New Roman", serif;
}
.ng-facebook-error .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.ng-facebook-error .popup .close:hover {
    color: #06D85F;
}
.ng-facebook-error .popup .content {
    max-height: 30%;
    overflow: auto;
}

.ng-fb-popup-error{
    height: 50px;
    font-family: Georgia,Times,"Times New Roman",serif;
    line-height: 50px;
    text-decoration: none;
    color: white;
    display: block;
    border-right: 14px solid #6B6B6B;
    border-left: 14px solid #6B6B6B;
    background-color: #6B6B6B;
    float: right;
    width: 220px;
}

.ng-fb-popup-error:hover{
    background-color: #768083;
    border-right: 14px solid #768083;
    border-left: 14px solid #768083;

    color: white;
    text-decoration: none;
}

.ng-facebook-error a{
    cursor: pointer;
}

@media screen and (max-width: 700px){
    .ng-facebook-error .box{
        width: 70%;
    }
    .ng-facebook-error .popup{
        width: 70%;
    }
}


/*FaceBook-Error Msg Ends*/

@media (max-width: 520px) {



    .pay-with-stored-cards-area .customer-stored-cards-area button{
        width: 100%;
        float: none;
        max-width: 100%;
        padding: 0px;
        font-size: 16px !important;
    }

    .customer-stored-cards-area .add-new-card {
        text-align: center;
    }

    .pay-with-stored-cards-area h2{
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .pay-with-stored-cards-area button {
        float: none;
        width: 100%;

    }

    .customer-stored-cards-area ul {
        padding: 0;
    }

    .facebookWidget {
        margin: 0;
        padding: 22px;
        height: auto;
    }

    .preSaleBookNowWidget img {
        width: 100%;
    }

    .mm-couponLink{
        float: none;
    }
}

@media (max-width: 970px) {
    .navigation .navigation--content {
        width: 76%;
    }

    .navigation .navigation--content .navigation-link {
        font-size: 14px;
    }

    .account-facebook .button-no {
        font-size: 15px;

    }

    .basketDetailsForm .select {
        height: 50px;
        line-height: 50px;
        padding: 0 0px 2px 11px;
        -webkit-appearance: none;
        border-color: #cbcbcb;
        border-radius: 0;
        color: black;
        text-indent: 10px;
        padding: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .basketDetailsForm input.name {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .basketDetailsForm .basketDetail--buttons .basketDetailsFormButton {
        float: none;
        width: 50%;
    }


}

.leftAlone{
    width:100%;
    height: auto;
}

/*Payment Saved Cards Ends*/


.alert-gray .button-gray{
    border-right: 14px solid #aaaaaa;
    border-left: 14px solid #aaaaaa;
    background-color: #aaaaaa;

}

.alert-gray .button-gray:hover{
    border-right: 14px solid #768083 !important;
    border-left: 14px solid #768083  !important;
    background-color: #768083;

}

.payment-total {
    border: 1px solid lightgray;
    margin-bottom: 10px;
    padding: 10px;
}

.payment-total h2{
    display: inline;
}

.payment-total span{
    font-size: 28px;
    text-align: right;
    margin-left: 10px;
}

.comments-holder .good{
    color: #b43a47;
}

.upsellQuantityContent--item-1-column,
.upsellQuantityContent--form-1-column,
.upsellQuantityContent--form-1-column-footer{
    max-width: 620px;
}

.upsellListContent--item-1-column,
.upsellListContent--form-1-column-footer{
    max-width: 620px;
}

.upsellQuantityContent--form-1-column h2,
.upsellListContent--item-1-column h2{
    font-family: Helvetica, Arial, Sans-Serif;
}

.upsellQuantityContent--form-1-column h2,
.upsellListContent--item-1-column h2{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 28px;
    font-weight: bold;
}

.upsellQuantityContent--form-1-column-footer{
    clear:both;
}


.upsellQuantityContent--form-1-column .upsellQuantityContent--totalPrice {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3f3f3f;
    margin-left: 40px;
    line-height: 70px;
}

.upsellQuantityContent--form-1-column .ticketCounter-price-area{
    display: -webkit-box;
    margin-top: 50px;
}

.upsellQuantityContent--form-1-column .ticketCounter .ticketCounter-number {
    height: 44px;
    width: 60px;
    font-family: Georgia, Times, "Times New Roman", serif;
    display: -webkit-inline-box;
    font-size: 28px;
}

.upsellQuantityContent--form-1-column .goody-bag-radio-area label {
    background-color: #959da0;
    width: 46%;
    padding: 10px;
    height: 56px;
}

.upsellQuantityContent--form-1-column  .goody-bag-radio-area{
    margin-bottom: 30px;
}

.upsellQuantityContent--form-1-column .goody-bag-radio-area label span
{
    text-align: center;
    width: 85%;
    color: #ffffff;
    display: inline-block;
    padding: 8px;
    float: right;

}
.upsellListContent--item-1-column .upsellList-items label span
{
    color: #ffffff;
    padding: 0px;
    vertical-align: top;
    display: block;
    float: right;
    text-align: center;
    width: 90%;
    padding: 7px;

}

.upsellQuantityContent--form-1-column .goody-bag-radio-area input[type="radio"]
{
    background-color: #ffffff;
    border: #ffffff solid 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 35px;
    width: 35px;
    margin-top: 0px;
    display: inline;
    float: left;
}


.upsellListContent--item-1-column .upsellList-items input[type="checkbox"]
{
    background-color: #ffffff;
    border: #ffffff solid 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 35px;
    width: 35px;
    margin-top: 0px;
    display: inline;
    float: left;
    bottom: 0px;
}

.upsellListContent--item-1-column .upsellList-items .upsellList-items-not-checkted{
    cursor: not-allowed;
    opacity: 4;
}

.upsellListContent--item-1-column .upsellList-items h2{
    margin-bottom: 30px;
}

.upsellListContent--item-1-column .upsellList-items .upsellList-check-item{
    cursor: pointer;
    display: -moz-box;
    width: 100%;
}

.upsellListContent--item-1-column .upsellList-items .upsellList-check-item-no-thanks{
    background-color: #959da0;
}


.upsellQuantityContent--form-1-column .goody-bag-radio-area input[type="radio"]:checked
{
    background-color: #58b74e;
    background-image: url("/themes/inthenightgarden/img/ng-check-green.png");
    border: #ffffff solid 2px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
}
.upsellListContent--item-1-column .upsellList-items input[type="checkbox"]:checked
{
    background-color: #58b74e;
    background-image: url("/themes/inthenightgarden/img/ng-check-green.png");
    border: #ffffff solid 2px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
}

.upsellListContent--item-1-column .upsellList-items label{
    background-color: #f47b21;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}

.upsellListContent--item-1-column .upsellList-items{
    position: relative;
    margin-bottom: 20px;
    padding: 40px;
    border: solid 1px #a5a5a5;
    background: #f6f6f6;
}

.upsellListContent--item-1-column .upsellList--in-basket{
    display: -webkit-box;
    background-color: #959da0;
    margin-bottom: 10px;
    padding: 20px;
    color: white;
}

.upsellListContent--item-1-column .upsellList--soldout{
    display: -webkit-box;
    background-color: #959da0;
    margin-bottom: 10px;
    padding: 20px;
    color: white;
    border-right: 14px solid #959da0;
    border-left: 14px solid #959da0;
}

.upsellListContent--item-1-column .sold-out-text{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.upsellQuantityContent--form-1-column .button,
.upsellListContent--item-1-column .button{
    max-width: 55%;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    height: 80px;
    font-size: 32px;
    padding-left: 20px;
}
.upsellListContent--item-1-column .upsellList-items-not-checkted{
    cursor:not-allowed;
    opacity: 0.4;
}

.upsellQuantityContent--form-1-column .goody-bag-radio-area .ng-btn-orange{
    background-color: #f47b21;
    margin-left: 10px;
}


.upsellQuantityContent--form-1-column .goody-bag-radio-area label{
    cursor: pointer;
}

.upsellQuantityContent--form-1-column .upsellQuantityContent--footer{
    clear: both;
}


.upsellListContent--item-1-column .upsellList-items input:focus {
    outline: none;
}


.ticketsGrid .ticketsGrid--filters .filter-title{
    clear: both;
    width: 100%;
    float: left;
}

.ticketsGrid .ticketsGrid--filters .filter-raw{
    max-width: 350px;
    display: block;
    background-color: #eaeaea;
    margin-bottom: 10px;
    clear: both;
}


.ticketsGrid .ticketsGrid--filters input {
    position: relative;
    display: inline-block;
    margin: 10px 5px 10px 15px;
    bottom: 0px;
    float: left;
    border: 2px solid gray;
}
.ticketsGrid .ticketsGrid--filters input:focus{
    outline: none;
}

.ticketsGrid .ticketsGrid--filters label {
    display: inline-block;
    font-weight: normal;
    padding: 15px 0px 15px 0px;
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.ticketsGrid .ticketsGrid--filters .ticketsGrid--filters--mac
{
    border: 2px solid gray;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 8px;
    border-radius: 0px;
}

.ticketsGrid .ticketsGrid--filters .ticketsGrid--filters--mac:checked
{
    background-color: #58b74e;
    background-image: url("/themes/inthenightgarden/img/ng-check-green.png");
    border: gray solid 2px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 7px;
    border-radius: 0px;
}

.ticketsGrid .ticketsGrid--filters .ticketsGrid--filters--mac:focus
{
    outline: none;
}


.ticketsGrid .MAC_13_hide .ticketsGrid--showBand p,
.ticketsGrid .MAC_14_hide .ticketsGrid--showBand p{
    opacity: 0.1 !important;
}

.hide-tickets-soldout,
.day-all-sold-out{
    display: none;
}

.day-tickets-soldout{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 15px;
}


.alertInnerReviews h3{
    font-size: 26px;
}

.alertInnerReviews span{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.ac-home-banner{
    list-style: none;
    display: -webkit-box;
    padding: 0px;
    width: 100%;
}

.ac-home-banner li{
    width: 33.3%;
    text-align: center;
}

.ac-home-banner li img{
    float: none !important;
}

.ac-home-banner li span{
    display: block;
    clear: both;
    margin-top: 10px;
}

.ac-home-banner-fix-left {
    float: left;
    padding-right: 20px;
}

.ac-home-banner-fix-right {
    float: right;
    padding-left: 20px;

}

.ac-home-banner-fix-center{
    padding-right: 10px;
    padding-left: 10px;
}




@media (max-width: 520px) {
    #menu{
        padding: 0px;
        margin: 0 auto;
        width: 100%;
    }

    .ng-header-menu-inner-visible li {

    }

    .mobile-menu{
        position: absolute;
        display: inline-block;
        width: 100%;
        display: none;
        padding: 0;
        top: 108px;
        left: 0;
        right: 0;
        border-top: 1px solid;
    }


    .ticketsGrid .ticketsGrid--filters {
        margin: 0px;
    }

    .ticketsGrid .ticketsGrid--filters .filter-raw {
        width: 100%;
        display: inline-block;
    }

    .upsellQuantityContent--form-1-column .button{
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .upsellQuantityContent--form-1-column .goody-bag-radio-area label span {
        text-align: center;
        width: 60%;
        font-size: 12px !important;

    }
    .upsellListContent--item-1-column .upsellList-items label span {
        text-align: center;
        width: 80%;
        font-size: 12px !important;
    }

    .upsellListContent--item-1-column .button {
        max-width: 100%;
        float: none;

    }

    .ticketsGrid .ticketsGrid--filters .filter-raw{
        max-width: none;
        width: 100%;
    }

    .ticketsGrid .ticketsGrid--filters label{
        font-size: 12px;
    }
    .ac-home-banner li {
        width: 33.3%;
        text-align: center;
        font-size: 10px;
    }

    .ac-home-banner li img{
        width: 100%;
    }

}

.return-back{
    max-width: 210px;
}


.server-admin div{
    clear: both;
    float: none;
    margin-top: 30px;
}

.server-admin input[type="password"] {
    border: 1px solid #c1c1c1;
    height: 30px;
    width: 150px;
    float: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.warning-input{
    border-color: red !important;
}

.cvv_option{
    margin-left: 10px;
    height: 30px !important;
    width: 100px !important;
}

.resend-email {
    background-color: #0063fe;
    border-color: #0063fe !important;
}

.resend-email:hover {
    background-color: #2a6496 !important;
    border-color: #2a6496 !important;
}

.expiry-month select{
    min-width: 100px;
}


.gridType2Mobile .venue-list{

}


.gridType2Mobile .venue-list{
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gridType2Mobile  h2{
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    font-size: 23px;
}

.gridType2Mobile .venue-list li{

}

.gridType2Mobile .venue-list li a{
    text-decoration: none;
    color: #464646;
    background-color: #eaeaea;
    padding: 10px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 10px;
}

.gridType2Mobile .venue-list li a:hover,
.gridType2Mobile .venue-list li a:active,
.gridType2Mobile .venue-list li a::selection
{
    background-color: #54b948;
    color: white;
}


.gridType2Mobile .venue-header{
    text-align: center;
    color: #464646;

}


.gridType2Mobile .venue-header h2{
    font-size: 22px;

}

.gridType2Mobile .venue-header .venue-info{
    font-size: 13px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    margin-top: 10px;

}


.gridType2Mobile .performances{
    width: 100%;
    background-color: #093266;

}

.gridType2Mobile .performances div{
    width: 87%;
    height: 64px;
}


.gridType2Mobile .performance-day{
    text-align: center;
    background-color: #eaeaea;
    height: 55px !important;
    margin: 5px 0px 0px 4px;
    color: #464646;
}


.gridType2Mobile .performance-day .day{
    font-weight: bold;
    font-size: 13px;
    margin-top: 3px;
    display: -webkit-inline-box;
}


.gridType2Mobile .performance-day .slick-active{
    background-color: #54b948;
}



.gridType2Mobile .slick-prev
{
    width: 45px;
    height: 56px;
    background-color: #093266 !important;
    left: 0px;
    padding: 10px;
    z-index: 1;
}

.gridType2Mobile .slick-next{
    width: 45px;
    height: 56px;
    background-color: #093266 !important;
    right: 0px;
    padding: 10px;
    z-index: 1;
}


.gridType2Mobile .performances .active
{
    background-color: #54b948;
    color: white;
    border: none !important;
    outline: none;

}


.gridType2Mobile .performance-day .weekday {
    padding-top: 4px;
    display: -webkit-inline-box;
}



.gridType2Mobile .slick-track {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    margin: 0 auto;
}

.gridType2Mobile .venue-title {
    margin-bottom: 5px;
    text-align: center;

}



.gridType2Mobile .venue-title span {
    color: #54b948;
    line-height: 27px;
}



.gridType2Mobile .venue-title h1 {
    color: #6B6B6B;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: bold;
    display: -webkit-inline-box;
}

.gridType2Mobile .performance-details{
    margin-top: 20px;
    padding: 10px;
}


.gridType2Mobile .performance-details ul{
    display: -webkit-inline-box;
    list-style: none;
    background-color: #eaeaea;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    color: #464646;
}

.gridType2Mobile .performance-details ul li{
    width: 33.3%;
}


.gridType2Mobile .performance-details .time{
    font-size: 24px;
}

.gridType2Mobile .performance-details .show{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}


.gridType2Mobile .performance-details .premium-element{
    line-height: 11px;
    text-align: center;
}

.gridType2Mobile .performance-details .premium-element a:active,
.gridType2Mobile .performance-details .premium-element a:hover,
.gridType2Mobile .performance-details .premium-element a::selection{
    background-color: #54b948;
    border: 1px solid #54b948;
    color: white;
    display: block;
}

.gridType2Mobile .performance-details .standard-element{
    line-height: 11px;
    text-align: center;
    border-left: none;
}

.gridType2Mobile .performance-details .premium-element a
{
    text-decoration: none;
    color: #464646;
    border: 1px solid #464646;
    display: block;
}

.gridType2Mobile .performance-details .standard-element a{
    text-decoration: none;
    color: #464646;
    border: 1px solid #464646;
    display: block;
}

.gridType2Mobile .performance-details .standard-element .showBandContent p,
.gridType2Mobile .performance-details .premium-element .showBandContent p{
    font-size: 12px;
}

.gridType2Mobile .performance-details .standard-element .showBandContent p,
.gridType2Mobile .performance-details .premium-element .showBandContent p{
    font-size: 12px;
}
.gridType2Mobile .performance-details .standard-element .showBandContent .price,
.gridType2Mobile .performance-details .premium-element .showBandContent .price{
    font-size: 22px;
    font-weight: bold;
}


.gridType2Mobile .performance-details .standard-element a:active,
.gridType2Mobile .performance-details .standard-element a:hover,
.gridType2Mobile .performance-details .standard-element a::selection{
    background-color: #54b948;
    border: 1px solid #54b948;
    color: white;
    display: block;
}
.gridType2Mobile .performance-details .soldout {
    cursor: not-allowed;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}

.gridType2Mobile .performance-details .limited .available{

    color: #f4a546;
}


.gridType2Mobile .performance-details .time-element{
    padding: 0px 10px;
    text-align: center;
}

.gridType2Mobile .performance-details .showBandContent{
    display: block;
    margin-top: 10px;
}


.gridType2Mobile .slick-list{
    padding-left:44px;
}

.slick-prev:before{
    content:none !important;
}
[dir='rtl'] .slick-prev:before
{
    content: none !important;
}


.slick-next:before
{
    content:none !important;
}
[dir='rtl'] .slick-next:before
{
    content: none !important;
}

.gridType2Mobile .grid2-arrow-left{
    float: left;
    height: 30px;
    padding: 4px;
}
.gridType2Mobile .grid2-arrow-right{
    float: right;
    height: 30px;
    padding: 4px;
}

.gridType2Mobile .ticketsGrid--popupInner {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-left: 0;
    display: block;
    padding: 12px 16px;
    border: none;
    z-index: 1;
}

.gridType2Mobile .ticketsGrid--popupInner  .go-to-grid{
    text-decoration: none;
    color: #464646;
    background-color: #eaeaea;
    padding: 10px;
    display: block;
    max-width: 210px;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    background-image: url(/themes/inthenightgarden/img/grid2-goback-arrow.png);
    background-size: 30px 40px;
    background-repeat: no-repeat;

}

.gridType2Mobile .ticketsGrid--popupInner .go-to-grid:hover,
.gridType2Mobile .ticketsGrid--popupInner .go-to-grid:active,
.gridType2Mobile .ticketsGrid--popupInner .go-to-grid::selection{

    color:white;
    background-color: #768083;
    background-image: url(/themes/inthenightgarden/img/grid2-goback-arrow-white.png);

}


.gridType2Mobile .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem p {
    font-size: 20px;
}

.gridType2Mobile .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .ticketGrid--showBandTicketCounter {
    bottom: 10px;
}


.gridType2Mobile .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .babe-in-arms-text {
    padding-top: 16px;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.gridType2Mobile .ticketsGrid--popupInner .ticketTypes .babe-in-arms{
    border-bottom: none;
}


.gridType2Mobile  .ticketsGrid--popupInner .subTotal {
    position: relative;
    margin: 16px 0;
    clear: both;
}


.gridType2Mobile .ticketsGrid--popupInner .ticketTypes .ticketGrid--showBandPriceItem .babe-in-arms-text p {
    width: 100% ;
    max-width: 100%;
    font-size: 13px;
    color: #0090ff;
    padding: 0px;
}

.gridType2Mobile .ticketsGrid--popupInner .accessRequirements p {
    margin-bottom: 30px;
}


.gridType2Mobile .ticketsGrid--popupError {
    top: 200px;
    border: 1px solid #a5a5a5;
}



.gridType2Mobile .ticketsGrid--popupError .error--back {
    float: left;
    max-width: 50%;
    margin-top: 15px;
    background: url(/themes/inthenightgarden/img/submit-arrow-square-grey-reverse.png) no-repeat left #52b847;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    text-align: right;
    padding-top: 6px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    padding: 0px;
    line-height: 50px;
    font-size: 20px;
}



.gridType2Mobile .button {
    background: url(/themes/inthenightgarden/img/submit-arrow-square-small.png) no-repeat right #52b847;
    color: #ffffff;
    border: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 50px;
    width: 49%;
    text-align: left;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    border-right: 14px solid #52b847;
    border-left: 14px solid #52b847;
    font-size: 20px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
}

.gridType2Mobile .error,
.gridType2Mobile .error .ticketsGrid--popupInner
{
    z-index: 1;
}

.warning-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0px;
    background: #464646;
    opacity: 0.9;
    z-index: 1000;
    display: none;
}

.ticketsGrid--popupError .error--back {
    font-size: 18px;
    background-image: url(/themes/inthenightgarden/img/grid2-goback-arrow-white.png);
    background-size: 30px 40px;
    background-repeat: no-repeat;
}


.ticketsGrid--popupError {

    border: 1px;
}


.gridType1Mobile .index-element {
    display: none;
    border-bottom: 1px solid lightgray;
}

.gridType1Mobile .index-element .header{
    display: none;
    cursor: pointer;
}

.gridType1Mobile .index-element .head h2{
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    width: 85%;
}

.gridType1Mobile .index-element .head a{
    float: right;
    border-radius: 50%;
    background-color: #4282c3;
    width: 16px;
    height: 16px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}

.gridType1Mobile .grid-index .raw{
    float: left;
    width: 100%;
}

.gridType1Mobile .grid-index .info-content{
    display: none;
    color: #4282c3;
    font-weight: bold;
    font-size: 12px;
}

.gridType1Mobile .grid-index .how-many-ticket-options{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}


#which-location-row{
    border-top:1px solid lightgray;
}

.gridType1Mobile .grid-index .how-many-ticket-option

{
    float: left;
    width: 21%;
    margin-left: 15px;
    cursor: pointer;
    background-color: #e9e9e9;
    text-align: center;
    padding-top: 12px;
    color: #464646;
    height: 60px;
    font-size: 25px;
}

.gridType1Mobile .grid-index #how-many-ticket-option-select{
    width: 21%;
    margin-left: 15px;
    cursor: pointer;
    background-color: #e9e9e9;
    color: #464646;
    height: 60px;
    font-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding-left:20px;

}
.gridType1Mobile .grid-index #how-many-ticket-option-select:active{
    background-color: #f7941d !important;
    color: white !important;

}

.gridType1Mobile .grid-index div .active {
    background-color: #f7941d !important;
    color: white !important;
}

.gridType1Mobile .grid-index div .active h3 {

    color: white !important;
}

.gridType1Mobile .grid-index .weekdays-venue{
    display: none;
}
.gridType1Mobile .grid-index .next{
    display: none;
}

.gridType1Mobile .grid-index .weekday-options .available{
    cursor: pointer;
    background-color: #e9e9e9;
    padding: 10px;
    margin-left: 2px;
    text-align: center;
    color: #464646;
}

.gridType1Mobile .grid-index  .weekend-only .weekday-option {
    background-color: #f8f9f9;
    cursor: not-allowed;
    color: #bcbcbc;
}

.gridType1Mobile .grid-index  .weekend-only .weekdays-info {
    width: 100%;
    text-align: center;
    display: block;
}

.gridType1Mobile .grid-index .weekend-padding{
    padding-top: 20px;
}

.gridType1Mobile .grid-index #no-show-available{
    color: red;
    font-size: 12px;
    margin-bottom: 20px;
}

.gridType1Mobile .grid-index .weekend-only .weekday-options {

}

.gridType1Mobile .grid-index .weekend-only .available {
    cursor: pointer;
    background-color: #e9e9e9;
    padding: 10px;
    margin-left: 2px;
    text-align: center;
    color: #464646;
}

.gridType1Mobile .grid-index .weekday-option{
    padding: 10px;
    background-color: #f8f9f9;
    cursor: not-allowed;
    margin-left: 2px;
    color: #bcbcbc;
    min-width: 52px;
}

.gridType1Mobile .index-element .head .raw h2 {
    margin-top: 10px;
}

.gridType1Mobile .grid-index .weekday-options .active{
    background-color: red;
}

.gridType1Mobile .grid-index .performance-times .active{
    background-color: red;
}

.gridType1Mobile .grid-index .performance-times .active{
    background-color: red;
}

.gridType1Mobile .grid-index .venue-options {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 0.5;

}

.gridType1Mobile .grid-index .venue-option {

    width: 100%;
    padding: 10px;
    background-color: #e9e9e9;
    text-align: center;
    margin-bottom: 5px;

}

.gridType1Mobile #performance-area,
.gridType1Mobile #no-show-available
{
    display: none;
}



.gridType1Mobile .index-element .header {
    font-size: 15px;
    color: #464646;
}

.gridType1Mobile .grid-index .venue-option:active {
    background-color: #f7941d !important;
    color: white !important;

}

.gridType1Mobile .grid-index .venue-options h3 {
    font-size: 20px;
    font-family: sans-serif;

}


.gridType1Mobile .grid-index .how-many-ticket-option:first-child {
    margin-left: 0px;
}

#how-many-ticket-row{

}

#how-many-ticket-row .content{
    padding: 0px;
}

#how-many-ticket-row .header{
    background-color: #e9e9e9;
    padding: 0px 5px;
    line-height: 2;
    border-bottom: 0px solid lightgray;
}

.gridType1Mobile .grid-index .header{
    background-color: #e9e9e9;
    padding: 0px 5px;
    line-height: 2;
    border-bottom: 1px solid lightgray;
}

.gridType1Mobile .grid-index .header label{
    margin-bottom: 0px;
    width: 55px;
}

.gridType1Mobile .grid-index .date-options{
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-inline-box;
    font-size: 13px;
}

.gridType1Mobile .grid-index .date-options a{
    width: 49.4%;
    background-color: #e9e9e9;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: #464646;
    margin-right: 2px;
    display: block;
    padding-top: 20px;
}

.gridType1Mobile .performance-area .filters .date-order{
    padding-top: 17px;
}

.gridType1Mobile .grid-index .header .title{
    margin-left: 10px;
}

.gridType1Mobile .grid-index .header .title {
    margin-left: 10px;
    font-size: 13px;
}

.gridType1Mobile .grid-index .header .open-arow {
    background-image: url(/themes/inthenightgarden/img/raw_arrow.png);
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    right: 20px;
    width: 20px;
    background-position-x: 5px;
    background-position-y: 12px;
    background-size: 12px;
}


.gridType1Mobile .grid-index .weekdays-info {
    font-size: 12px;
    margin-bottom: 10px;
}


.gridType1Mobile .grid-index .weekday-only{

}



.gridType1Mobile .grid-index .weekday-options{
    display: -webkit-inline-box;

}

.gridType1Mobile .grid-index .weekend-only{
    margin-top: 20px;

}

.gridType1Mobile body{
    clear:both;
}
.gridType1Mobile .grid-index .weekdays{
    text-align: center;
}

.gridType1Mobile .index-element .next {
    width: 150px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: white;
    background-color: #52b047;
    border-radius: 25px 25px 0px 0px;
    padding: 10px 0px 0px 10px;
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    background-image: url(/themes/inthenightgarden/img/grid1downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 110px;
    background-position-y: 6px;
    margin-top: 20px;
}




.gridType1Mobile .index-element .performance-times {
    display: -webkit-inline-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gridType1Mobile .index-element .performance-time {
    width: 24%;
    background-color: #e9e9e9;
    margin-right: 4px;
    text-align: center;
    padding: 10px;
}
.gridType1Mobile .index-element .performance-time .time {
    display: block;
    font-weight: bold;
}
.gridType1Mobile .index-element .performance-time .time-info {
    font-size: 12px;
}

.gridType1Mobile .index-element .show-types {
    display: -webkit-inline-box;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.gridType1Mobile .index-element .show-type{
    width: 33.3%;
    text-align: center;
    margin-right: 2px;
    padding: 10px;
    margin-left: 2px;
    background-color: #f8f9f9;
    cursor: not-allowed;
    color: #bcbcbc;

}
.gridType1Mobile .index-element .show-types #allShows{
    padding-top: 18px;
}

.gridType1Mobile .index-element .show-types .available{
    width: 33.3%;
    background-color: #e9e9e9;
    text-align: center;
    padding: 10px;
    margin-right: 2px;
    color: #464646;

}

.gridType1Mobile .index-element .content {
    padding: 0px 10px 0px 10px;
}



.gridType1Mobile .grid-index {
    margin-bottom: 20px;
    height: 100%;

}


.gridType1Mobile .index-element .seat-types  {
    width: 100%;
    display: -webkit-inline-box;
    margin-top: 20px;
    padding-bottom: 20px;
}

.gridType1Mobile .index-element .seat-type {
    width: 50%;
    background-color: #e9e9e9;
    padding: 10px;
    margin-right: 2px;
    text-align: center;
}
.gridType1Mobile .index-element .seat-type .seat-type-title{
    display: block;
    font-weight: bold;
}
.gridType1Mobile .index-element .seat-type .seat-type-rows{
    display: block;

}

.gridType1Mobile .index-element .mac-types{
    width: 100%;
    display: -webkit-inline-box;
    margin-top: 20px;
    padding-bottom: 20px;

}

.gridType1Mobile .index-element .mac-type{
    width: 24.6%;
    background-color: #e9e9e9;
    padding: 10px;
    margin-right: 2px;
    text-align: center;
    font-size: 15px;
}

.gridType1Mobile .index-element .mac-types .both,
.gridType1Mobile .index-element .mac-types .neither{
    padding-top: 18px;
}

.gridType1Mobile .performance-area{
    margin-bottom: 20px;
}

.gridType1Mobile .performance-area .head h1{
    font-family: sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
}

.gridType1Mobile .performance-area .head p{
    font-size: 14px;
    color: #464646;
}

.gridType1Mobile .performance-area .head .performance-number{
    font-size: 16px;

}

#performance_number {
    font-weight: bold;
}

.gridType1Mobile .performance-area .footer-note{
    margin-top: 10px;
    color: #4282c3;
    font-size: 13px;
}

.gridType1Mobile .performance-area .filters{

    display: -webkit-inline-box;
    width: 100%;
    border: 1px solid lightgray;
}

.gridType1Mobile .performance-area .active{
    background-color: #f7941d !important;
    color: white !important;
}

.gridType1Mobile .performance-area .filters a{
    width: 50%;
    display: block;
    background-color: #e9e9e9;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #464646;
    line-height: 1;
}

.gridType1Mobile .performance-area .filters:first-child{
    border-right: 1px solid #d3d3d3;
}

.gridType1Mobile .performance-area .performances{
    display: inline-block;
    width: 100%;
}

.gridType1Mobile .performance-area .performance{
    display: -webkit-inline-box;
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
    background-color: #e9e9e9;
}

.gridType1Mobile .performance-area .performance:hover,
.gridType1Mobile .performance-area .performance:active,
.gridType1Mobile .performance-area .performance::selection{
    background-color: #56af31;
}

.gridType1Mobile .performance-area .performance:hover .date-area
.gridType1Mobile .performance-area .performance:active .date-area
.gridType1Mobile .performance-area .performance::selection .date-area
{
    background-color: #1d7809;
    color: #8ebc84;
}

.gridType1Mobile .performance-area .performance .date-area{
    background-color: white;
    padding: 5px;
    text-align: center;
    width: 20%;
    color: #464646;
    margin: 5px;
}

.gridType1Mobile .performance-area .performance .date-area .day{
    font-weight: bold;
    font-size: 30px;
    line-height: 0.9;
}

.gridType1Mobile .performance-area .performance .details{
    font-size: 14px;
    padding: 5px 5px;
    width: 50%;
    color: #464646;
    line-height: 1.2;
}

.gridType1Mobile .performance-area .performance .price-book{
    width: 26.5%;
    background-color: #52b047;
    padding: 10px;
    color: white;
    text-align: center;
}


.gridType1Mobile .performance-area .performance .price-book .price{
    display: block;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid white;
}

.gridType1Mobile .performance-area .performance .price-book .book{

}

.gridType1Mobile .performance-area .performance .details .few-tickets{
    color: #f7941d;
    font-size: 9px;
    font-weight: bold;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}


.gridType1Mobile .date-options #date-option-specific{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 70px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    color: #464646;
    background-color: #e9e9e9;
}

.gridType1Mobile .date-options #date-option-specific:active{
    background-color: #f7941d !important;
    color: white !important;
}

.gridType1Mobile .seat-types .not-avaliable{
    width: 33.3%;
    text-align: center;
    margin-right: 2px;
    padding: 10px;
    margin-left: 2px;
    background-color: #f8f9f9;
    cursor: not-allowed;
    color: #bcbcbc;
}

#how-many-ticket-options-select{
    display: none;
}

.clear-all{
    clear: both;
}

.newsletter-container{
    display: block;
    margin-bottom: 10px;
}


.newsletter-container input[type="email"]{
    width: 80%;
    max-width: 420px;
    min-width: inherit;
}
.newsletter-container .g-recaptcha-div{
    margin-top: 10px;
}


.coupon-code-accordion{

}

.coupon-code-accordion .coupon-header{
    width: 100%;
    cursor: pointer;
}

.coupon-code-accordion .coupon-header h2{
    width: 200px;
    float: left;
}

.coupon-code-accordion .coupon-header .icon{
    display: block;
    width: 44px;
    height: 40px;
    float: right;
    background: url("/themes/inthenightgarden/img/arrow-down.png") no-repeat 96% center #dedede;
}

.coupon-code-accordion-opened .coupon-header .icon{
    background: url("/themes/inthenightgarden/img/arrow-up.png") no-repeat 96% center #dedede !important;
}

.coupon-code-accordion .coupon-body{
    display: none;
}

.coupon-code-accordion-opened .coupon-body{
    display: block !important;
}

.dataCapture{
    display: none;
}

#deliveryProtectForm .your_address{
    width: 100%;
}


.terms-and-conditions{
    padding: 10px 0;
    font-size: 14px;
}


#deliveryOptionsDropdown .header{
    width: 100%;
    cursor: pointer;
}

#deliveryOptionsDropdown .header h3{
    width: 210px;
    float: left;
}

#deliveryOptionsDropdown .header .icon{
    display: block;
    width: 44px;
    height: 30px;
    float: right;
    background: url(/themes/inthenightgarden/img/arrow-down.png) no-repeat 96% center #dedede;
}
#deliveryOptionsDropdown .options{ display: none}


#mercDeliveryOptionsDropdown .header{
    width: 100%;
    cursor: pointer;
}

#mercDeliveryOptionsDropdown .header h3{
    width: 210px;
    float: left;
}

#mercDeliveryOptionsDropdown .header .icon{
    display: block;
    width: 44px;
    height: 30px;
    float: right;
    background: url(/themes/inthenightgarden/img/arrow-down.png) no-repeat 96% center #dedede;
}
#deliveryOptionsDropdown .options{ display: none}


.basket-email-label{
    margin-top: 20px;
}

.yotpo-pictures-widget .yotpo-slider{
    max-height: 90px;
}

.yotpo-reviews-carousel #carousel-top-panel{
    border: 0!important;
}

.yotpo-label{
    display: none;

}

.layout-4 .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
    width: 164px;
    float: left !important;
    margin-left: 10px;
}

.layout-4 .yotpo-reviews-carousel .carousel-display-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.signUpWidget--item2 {
    width: 256px;
    margin: 0;
}

.signUpWidget--item2 #signup2{
    margin: 0px;
}

.signUpWidget--item2 h3{
    font-size: 22px;
    margin-top: 5px;
}


.signUpWidget--item2 input[type="email"],
.signUpWidget--item2 input[type="postcode"]
{
    width: 100%;
    height: 39px;
    margin-bottom: 6px;
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    text-align: left;
    text-indent: 9px;
    font-size: 14px;
}

.signUpForm .error {
    font-size: 15px;
    color: red;
    display: block;
    margin-bottom: 10px;
}

.signUpForm .signup-postcode{
    text-indent: 0;
    margin-top: 10px;
}

.g-recaptcha-div {
    transform:scale(0.89); transform-origin:0 0;
}

.alert .g-recaptcha-div {
    transform:scale(0.70); transform-origin:0 0;
}

.signUpWidget--item2 .g-recaptcha-div {
    transform: scale(0.85);
}





.ng-new-venue-layout{

}

.ng-venue-area .switchContainer input,
.ng-new-venue-layout .switchContainer input{
    display: none;
}


.ng-new-venue-in{
    background-color: #0c2a1b;
    position: relative;
    overflow: hidden;
}
.ng-venue-area .textBlock,
.ng-new-venue-layout .textBlock {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

.venue-content{
    width: 100% !important;
    padding-left: 150px !important;
    padding-top: 30px;
    padding-right: 20px;
    float: right;
    margin: 0 auto;
    width: 680px;
    margin-right: -20px;
    display: -webkit-box;
}

.venue-header h1{
    color: white;
    font-size: 33px;
}

.venue-header .confirmation-text,
.venue-header p
{
    font-size: 16px;
    color: white;
}

.ng-new-venue-imgLeft{
    background: url(/themes/inthenightgarden/img/ng_new_headPicLeft.jpg);
    margin: 0px;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    background-position-x: -320px;
    width: 100%;
    height: 100%;
    background-size: cover;
}



.ng-venue-area .switchContainer,
.ng-new-venue-layout .switchContainer{
    text-align: right;
    margin: 20px -20px;
    padding: 0px 20px;
}

.onSwitch, .offSwitch {
    font-size: 17px !important;
}

.sliderSwitch {
    background-color: #d2d2d2 !important;
    border: 3px solid lightgray !important;
}


.sliderSwitch:before {
    left: -11px !important;
    bottom: -6px !important;
    content: "Nearest"!important;
    width: 50% !important;
    height: 38px !important;
    border-radius: 22px !important;
    text-align: center;
    line-height: 32px;
    font-family: verdana;
    color: #808080;
    font-size: 16px;
    border: 3px solid #d2d2d2;
    z-index: 10;
    position: absolute;
    background-color: white;
    transition: .4s;
    font-weight: 100;
}

input:checked + .sliderSwitch:before {
    left: -11px !important;
    bottom: -6px !important;
    content: "Date"!important;
    width: 60% !important;
    height: 38px !important;
    border-radius: 22px !important;
    text-align: center;
    line-height: 32px;
    font-family: verdana;
    color: #808080;
    font-size: 16px;
    border: 3px solid #d2d2d2;
    z-index: 10;
    transform: translateX(96px) !important;
}

.onSwitch{
    left: 22% !important;
}

.offSwitch {
    left: 70% !important;
}

.sliderSwitch.round {
    border-radius: 34px !important;
    position: relative;
}

.onSwitch, .offSwitch {
    color: #9a9799;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    font-weight: 100;
}

.sliderSwitch.round:before {
    border-radius: 50%;
}


.switch {
    width: 140px !important;
    height: 44px !important;
    cursor: pointer;
}

.sliderSwitch {
    left: -80px !important;
    height: 30px !important;
    width: 200px !important;
}

input:checked + .sliderSwitch {
    background-color: #d2d2d2 !important;
}

.ng-new-venue-form{

}

.ng-new-venue-form input{

}


.ng-new-venue-form-submit input{
    background-color: #52b747;
    padding: 25px !important;
    margin: 0 auto;
    font-size: 19px !important;
    font-weight: 600;
    width: 100% !important;
    color: white;
    line-height: 0px;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.ng-new-venue-form-submit{
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}


.ng-venue-list{
    color: #52b747;
    word-break: break-all;
    width: 100%;
    display: block;
}


.ng-venue-list ul {
    width: 50%;
    list-style: none;
    display: -webkit-inline-box;
    padding-inline-start: 0px;
    -webkit-padding-start: 10px;

}



.ng-venue-list-parts{
    width: 100%;
    margin-top: 10px;
}

.ng-venue-list .city_name{
    color: #52b747;
    word-break: break-all;
}

.switchContainer .switch{
    height: 44px !important;
    cursor: pointer;
    width: 0px;
}

.switchContainer .switch input{
    display: none !important;
}


.ng-new-venue-form label{
    color: white;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
    width: 100%;
}

.ng-new-venue-form [type="text"],
.ng-new-venue-form [type="number"]{
    border-radius: 3px;
    border: none;
    height: 35px;
    font-size: 14px;
    text-indent: 15px;
    width: 100%;
}

.ng-new-venue-form  input[type="checkbox"]:focus {
    outline: 0;
}

.ng-new-venue-form  input[type="checkbox"]:checked {
    background: #52b847;
    border: white 1px solid;
}

.ng-new-venue-form .gift-options{
    margin-top: 20px;
}

.ng-new-venue-form .gift-options label{
    display: -webkit-inline-box;
    margin-top: 10px;
    cursor: pointer;
}

.ng-new-venue-form .gift-options label span {

}

.ng-new-venue-form .gift-options label p {
    margin: 8px 10px 0px;
    font-size: 16px;
}

.new-venue-top-content {
    margin-top: 20px;
}


#address-mobile label:first-child{
    margin-top: 10px;
}

.ng-new-venue-form .g-recaptcha-div{
    margin-top: 20px
}

.venue-footer p{
    color:white;
    margin-top: 20px;
    font-size: 12px;

}

.first-name-new input{
    width: 100%;
}

.new-venue-paragraph{
    padding:20px 0;
}

.ng-venue-area{
    padding: 0px 0px;
}

.ng-venue-area .search{
    height: 50px;
    border: 1px solid lightgray;
    width: 70%;
    margin: 0 auto;
    border-radius: 3px;
    background-color: white;
    margin-bottom: 40px;
}

.ng-venue-area .search input{
    border: none;
    text-align: left;
    padding: 0px;
    vertical-align: middle;
    font-size: 18px;
    width: 66%;
    text-indent: 10px;
    float: left;
    height: 50px;
    border-radius: 3px;
    background: none;
}

.ng-venue-area .search button{
    height: 50px;
    background-color: lightgray;
    float: right;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-radius: 0px 3px 3px 0px;
    width: 33%;
    border: 0px;
}


.registiration-complete {
    padding: 50px;
    display: block;
}

.go-back-register {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    background-color: #183164;
    padding: 10px 10px 3px 10px;
    z-index: 160;
}

.go-back-register a {
    color: white;
    text-decoration: none;
}

.go-back-register .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.go-back-register i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 50px;
    top: 22px;
}

.ng-header {
    max-width:100% !important;
    margin: 0 auto;
}

.navigation .navigation-inner {
    max-width: 100% !important;
    display: block;
    right: 0;
    left: 0;
    position: relative;
    margin: auto;
}

.navigation .navigation--content {
    display: inline-block;
    width: 100% !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}


.header--logo--new a{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 250px !important;
    background-color: white;
    padding: 9px !important;
}
.ng-new-signup a{
    color: #6b6b6b;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-decoration: none;

}

.header--logo{
    width: 100%;
}



.ng-container{
    width: 100% !important;
    padding: 0px 0px !important;
    margin-top: 0px !important;
    max-width: 100% !important;
}

.new-venue-layout{
    max-width: 970px;
    margin: 0 auto;
    padding: 10px;
}

.ng-header-menu-inner-visible{
    width: 100%;
    background-color: #eaeaea;
    height: auto !important;
    display: block !important;
}

.ng-new-venue-form .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
.ng-new-venue-form-body{
    float: right;
    padding: 0px;
}

.ng-new-venue-form-body-content{
    margin-left: 50px;
}

.ng-new-venue-form  .FirstName{
}

.first-name-new{
    padding-right:0px !important;
}

.first-name-new input{
    width:100% ;
}

.ng-new-venue-form .error{
    color: red;
    font-size: 12px;
    display: none;
}

a[title]:hover:before {
    display: none;
}

a.user-dropdown--link{
    background: url(/themes/inthenightgarden/img/new-login-user.png) right center no-repeat;
    right: 36px;
    width: 36px;
    background-position: 10px;
}

a.user-dropdown--link:hover,
a.user-dropdown--link.open {
    background-color:  #dedede;
}

.new-venue-counter{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 15px;
    padding-top: 5px;
}

.facebook-share {
    background: url(/themes/inthenightgarden/img/ps_fb_logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: white;
    text-decoration: none;
    background-color: #4267b2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-position: 5px 5px;
    border-radius: 3px;
    padding: 0 20px 0 50px;
}

.facebook-share:hover,
.facebook-share:focus {
    outline: none;
    text-decoration:none;
    color: white;
    background-color: #29487d;
}

{

    color: white;
    background-color: #29487d;

}

.new-venue-counter span{
    color:green;
}

.signal-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 200ms;
    Z-INDEX: 2500;
}

.signal {
    border: 5px solid white;
    border-radius: 30px;
    height: 40px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}
.signal
{
    display: block;

    -webkit-animation: fadeInFromNone 0.1s ease-out;
    -moz-animation: fadeInFromNone 0.1s ease-out;
    -o-animation: fadeInFromNone 0.1s ease-out;
    animation: fadeInFromNone 0.1s ease-out;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}




.textBlockWithReviews .ng-venue-list ul li{
    width: 100% !important;
}
.ng-venue-list ul .date,
.ng-venue-list ul .venue_name {
    color: #3f3f3f;
}

.textBlockWithReviews .ng-venue-list ul {
    width: 50%;
    list-style: none;
    display: -webkit-box;
    padding-inline-start: 0px;
    -webkit-padding-start: 10px;
}

.ng-venue-list ul li{
    width: 50% !important;

}

.ng-venue-list-3 .ng-venue-list-parts:nth-child(n+4) {
    display: none;
}

.more-venues-div{
    display: none;
}

.ng-venue-list-all #hide-more-venues-div{
    display: block;
}
.ng-venue-list-3 #more-venues-div{
    display: block;
}

.ng-venue-list-3 #hide-more-venues-div{
    display: none;
}


.more-venues-div{

}

.more-venues{
    display: block;
    width: 200px;
    margin: 10px auto;
}


.ng-new-venue-form .FirstName {
    width: 90%;
}
.venue-content-gradiant{
    background: rgba(10,43,26,0);
    background: -moz-linear-gradient(left, rgba(10,43,26,0) 0%, rgba(10,43,26,1) 15%, rgba(10,43,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,43,26,0)), color-stop(15%, rgba(10,43,26,1)), color-stop(100%, rgba(10,43,26,1)));
    background: -webkit-linear-gradient(left, rgba(10,43,26,0) 0%, rgba(10,43,26,1) 15%, rgba(10,43,26,1) 100%);
    background: -o-linear-gradient(left, rgba(10,43,26,0) 0%, rgba(10,43,26,1) 15%, rgba(10,43,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(10,43,26,0) 0%, rgba(10,43,26,1) 15%, rgba(10,43,26,1) 100%);
    background: linear-gradient(to right, rgba(10,43,26,0) 0%, rgba(10,43,26,1) 15%, rgba(10,43,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183164', endColorstr='#183164', GradientType=1 );
    width: 75%;
}




.ng-venue-area .ng-venue-search-box{
    background-color: #eaeaea;
    color: white;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}


.ng-venue-area .ng-venue-search-box input[type="text"] {
    border: 1px solid #c1c1c1;
    text-align: left;
    padding: 0px;
    vertical-align: bottom;
    height: 50px;
    font-size: 20px;
    width: 90%;
    text-indent: 10px;
    border-radius: 3px 0px 0px 3px;
    color: #6b6b6b;
}

.ng-venue-area .ng-venue-search-box button{
    padding: 0px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: none;
    background-color: darkgray;
    border-radius: 0px 3px 3px 0px;
    width: 10%;
    cursor: pointer;
}

.ng-venue-area .ng-venue-search-box .search-location-button:hover{
    background-color:gray;
}


.ng-venue-area .ng-venue-search-box .ng-venue-current-area{

}

.ng-venue-area .ng-venue-search-box .search-location{
    cursor: pointer;
    position: relative;
}

.ng-venue-area .ng-venue-search-box .search-location-button {
    width: 100%;
    text-align: center;
    background-color: darkgray;
    margin: 0 auto;
    padding: 14px;
    display: block;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}


.ng-venue-area .ng-venue-search-box .ng-venue-popular-area{
    width: 100%;
    display: -webkit-inline-box;
    margin-top: 20px;
}
.ng-venue-area .ng-venue-search-box .ng-venue-popular-area span{
    font-size: 15px;
    color: gray;
    display: block;
    width: 16.2%;
    text-align: center;
}
.ng-venue-area .ng-venue-search-box .ng-venue-popular-area p{
    margin: 0px;
    color: gray;
}
.ng-venue-area .ng-venue-search-box .search-header{
    font-family: Helvetica, Arial, Sans-Serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: gray;
    font-weight: bold;
}

.ng-venue-area .ng-venue-search-box .ng-venue-search-area{
    height: 50px;
    border: 1px solid lightgray;
    margin: 0 auto;
    border-radius: 3px;
    background-color: white;
    margin-bottom: 20px;
    width: 100%;
}
.search-location-icon{
    background: url(/themes/inthenightgarden/img/location3.png) right center no-repeat;
    background-size: 30px;
    position: absolute;
    height: 53px;
    width: 11%;
    background-position: right;
}

.ng-venue-area .ng-venue-search-box .popular-locations{
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-inline-box;
}
.ng-venue-area .ng-venue-search-box .popular-locations .location-list{
    width: 100%;
}

.ng-venue-area .ng-venue-search-box .popular-locations .location-list a{
    color: gray;
    padding-right: 22px;
    text-decoration: underline;

}

.ng-venue-area .ng-venue-search-box .popular-locations .prefix{
    color: gray;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}



.ng-venue-area .ng-venue-search-box .popular-locations .right{
    text-align: right !important;
}

.ng-venue-area .ng-venue-search-box .popular-locations .left{
    text-align: left !important;
}

.ng-venue-area .ng-venue-search-box .search-location{

    margin: 0 auto;
}

.green-button,
.book_now   {
    background-color: #52b747;
    padding: 10px 10px !important;
    margin: 0 auto;
    font-weight: 600;
    width: 100% !important;
    line-height: 0px;
    text-align: center;
    border: none;
    border-radius: 3px;
    text-decoration: none !important;
    color: white !important;
}
.green-button:hover,
.book_now:hover   {
    background-color: green;
}


.gray-button {
    background-color: darkgray;
    padding: 10px 10px !important;
    margin: 0 auto;
    font-weight: 600;
    width: 100% !important;
    line-height: 0px;
    text-align: center;
    border: none;
    border-radius: 3px;
    text-decoration: none !important;
    color: white !important;
}
.gray-button:hover  {
    background-color: gray;
}


.ng-venue-area .ng-venue-search-box .ng-venue-search-box-in {
    width: 70%;
    margin: 0 auto;
}
.ng-venue-area .more-venues-div{
    text-align: center;
    margin-top: 30px;
}
.ng-venue-area .more-venues-div a{
    color: white;
    text-decoration: none;
    font-weight: 700;
    background-color: darkgray;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.ng-venue-area .more-venues-div a:hover{
    background-color:gray;

}

.ng-venue-area .search-box-footer{
    margin-top: 40px;
}
.ng-venue-area .search-box-footer .search-title-area{
    float: left;
}

.newsletter-template{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.newsletter-template form{
    width: 50%;
    margin: 0 auto;
}


.newsletter-template .list-item{
    margin-bottom: 20px;
}
.newsletter-template .list-item label{
    width: 100%;
    text-align: left;
}

.newsletter-template .list-item .error{
    text-align: left;
    font-size: 13px;
    padding-top: 2px;
}

.newsletter-template .list-item label{
    float: left;
    font-size: 15px;
    font-weight: normal;
}
.newsletter-template .list-item label span{
    word-break: break-word;
}

.newsletter-template .OptInDiv{
    margin: 10px 0 20px 0;
}

.newsletter-template .list-item .text-input
{
    background-color: white;
    border: 1px solid darkgray;
    text-align: left;
    font-size: 20px !important;
    font-weight: 500;
    color: #6b6b6b;
}

.newsletter-template input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.newsletter-template input[type="checkbox"]:focus {
    outline: 0;
}


.newsletter-template .button-input,
.newsletter-template .text-input
{
    background-color: white;
    border: 1px solid darkgray;
    text-align: left;
    font-size: 20px !important;
    font-weight: 500;
    color: #6b6b6b;
    background-color: #52b747;
    padding: 10px 10px !important;
    margin: 0 auto;
    font-size: 19px !important;
    font-weight: 600;
    width: 100% !important;
    color: white;
    line-height: 0px;
    text-align: center;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    height: 50px;
}

.newsletter-template .mac-item div {
    text-align: left;
    padding: 20px 0;
}
.newsletter-template .mac-item div input{
    width: 15px;
    height: 15px;
}
.newsletter-template .mac-item div span{
    margin-left: 5px;
}
.newsletter-template .mac-venue-select-area{
    text-align: left;
    margin-bottom: 20px;
}
.newsletter-template .mac-venue-select-area select{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px;
    border: 1px solid #C1C1C1;
    height: 50px;
    background: url("/themes/inthenightgarden/img/br_down.png") no-repeat right;
    -webkit-appearance: none;
}

.ng-venue-area .book_now{
    font-size: 13px !important;
}
.ng-venue-area .li{
    width: 100% !important;
}
.free-advent-calendar-2019{
    background-color: #b20c37;
}

.free-advent-calendar-2019 a{
    margin: 0 auto;
}
.free-advent-calendar-2019 .leftAlone{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.top-banner-2019{
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ed2cb+0,ffffff+50,ffffff+100 */
    background: #8ed2cb; /* Old browsers */
    background: -moz-linear-gradient(top, #8ed2cb 0%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8ed2cb 0%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8ed2cb 0%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed2cb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    display: none;
}

.top-banner-2019-in{
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
}

.top-banner-2019-in h1{
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 600;
}

.top-banner-2019-in img{
    width: 100%;
}

.top-banner-2019.middle-banner-button{
    text-align: right;
    padding: 0px 10px;
}

.top-banner-button{
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.middle-banner-button{
    margin-bottom: 10px;
}

.top-banner-button .ac-align-a{
    font-size: 15px;
    float: right;
    margin-top: 10px;
}

.ps-btn-red {
    background-color: #c7033a;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;
    min-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.ps-btn-red:hover{
    background-color: darkred;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;
    min-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.ps-btn-green {
    background-color: #52b747;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;
    min-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.ps-btn-green:hover {
    background-color: darkgreen;
    text-decoration: none;
    color: white;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-top: 10px;
    min-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.grecaptcha-badge{
    z-index: 300;
}

.popup-banner-2019{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    width: 100%;
    height: 100%;

}

.popup-banner-2019-in{
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: none;
    border-radius: 10px;
    background-color: white;
    display: block;
    border-radius: 50%;
    width: 580px;
    height: 580px;
    padding: 80px;
    margin-top: 40px;
    border: 5px solid darkred;
    text-align: center;
    overflow: hidden;
}

.popup-banner-2019-in span {
    position: absolute;
    top: 200px;
    left: 0px;
    background-color:#ddf2f0;
    width: 100%;
    padding: 10px 84px;
}

.popup-banner-2019-in .top-banner-button {
    margin-top: 110px;
    text-align: center;
    margin-bottom: 0px;
}

.popup-banner-2019-in h1 {
    text-align: center;
    font-size: 48px;
    font-family: sans-serif;
    font-weight: bold;
}

.popup-banner-2019-in .middle-banner-button {
    font-size: 15px;
    margin-bottom: 15px;
}

.popup-banner-2019-in .middle-banner-button a {
    cursor: pointer;
    color: #0063fe;
    float: right;
    margin-top: 10px;
}

.content-area .middle-banner-button a{
    font-size: 15px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    color: #0063fe;
}

.content-area .middle-banner-button {
    text-align: center;
}

.popup-banner-2019-in .bottom-banner-button{
    display: inline-block;
    margin-top: 10px;
}

.popup-banner-2019-in .middle-banner-type{
    display: -webkit-inline-box;
    margin-top: 15px;
}


.popup-banner-2019-in .bottom-banner-button .popup-close{
    color: darkgray;
}

.popup-banner-2019-in  a {
    cursor: pointer;
}

.horizontal-a{
    width: 50%;
    padding: 20px 20px 5px 20px;
    display: inline-block !important;
    text-align: center;
}

.horizontal-a a:focus {
    outline: none;
    color: white !important;
    text-decoration: none;
}

.horizontal-a .ac-align-a{
    height: 10px;
    cursor: pointer;
    font-size: 15px;
    display: -webkit-inline-box;
    margin-top: 10px;
    color: #0063fe;
    float: right;
}
.top-banner-span  {
    text-align: center;
    padding: 0px 100px;
    display: block;
    clear: both;
    text-align: right;
    width: 100%;
}

.sorry strong{
    color:red;
}

.ps-register .ac-align-a {
    display: block;
    height: 10px;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #0063fe;
    text-decoration: underline;
}


.menuArrowBox{
    background-color: red;
    border: 0 red;
    color: white;
    border-radius: 2px;
    position: absolute;
    font-size: 8px;
    padding: 1px 3px;
    right: 20%;
    z-index: 5;
    margin-top: 1px;
}

.menuArrowBox:after {
    content: "";
    display: block;
    border-width: 4px 4px 0;
    border-style: solid;
    position: absolute;
    bottom: -4px;
    right: 2px;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}



@media (max-width: 1460px) {
    .ng-new-venue-form .gift-options label p{
        margin: 4px 10px 0px;
        font-size: 14px;
    }
}


@media (max-width: 992px) {
    .ng-new-venue-form .FirstName {
        width: 100%;
    }
    .ng-new-venue-form-body-content{
        margin-left: 0px;
    }
}


@media (max-width: 760px) {

    .horizontal-a .ac-align-a {
        color: #0063fe;
        float: right;
    }

    .horizontal-a a{
        font-size: 18px;
    }


    .top-banner-2019{
        display: block;
    }

    .horizontal-a {
        width: 100%;
        display: -webkit-inline-box;
        text-align: center;
        padding: 0px;

    }

    .popup-banner-2019{
        display: none;
    }

    .free-advent-calendar-2019 .leftAlone{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:100%;
    }

    .ng-venue-list ul li {
        height: 20px;
        margin-top: 10px;
    }

    .newsletter-template form {
        width: 100%;
        margin: 0 auto;
    }
    .ng-venue-area .ng-venue-search-box input[type="text"] {
        width: 80%;
    }

    .ng-venue-area .search-box-footer .search-title-area {
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
        float: none;
    }
    .ng-venue-area .ng-venue-search-box .popular-locations .location-list a {
        width: 50%;
        margin-right: 0px;
        padding-right: 0px;
        padding: 7px 0px;
        font-size: 20px;
        float: left;
        text-align: left;

    }

    .ng-venue-area .ng-venue-search-box .popular-locations .prefix {
        width: 100%;
        padding-right: 0px;
        font-size: 20px;
        font-weight: 700;
    }

    .ng-venue-area .ng-venue-search-box .popular-locations .location-list {
        width: 100%;
        display: inline-block;
    }
    .ng-venue-area .ng-venue-search-box .popular-locations {
        display: block;

    }
    .ng-venue-area .ng-venue-search-box .ng-venue-search-box-in {
        width: 100%;
    }


    .ng-venue-area .ng-venue-search-box button {
        width:20%;
    }

    .ng-new-venue-form-body-content{
        margin-left: 0px;
    }

    .dropdown--link {
        display: block;
        height: 50px;
        position: absolute;
        right: 117px;
        top: 117px;
    }

    .ng-venue-area {
        padding: 0px 0px;
    }
    .ng-basket-dropdown-items-basket li{
        width: 100% !important;
        padding: 20px;
    }

    .ng-venue-area .ng-venue-list ul{
        width: 50%;
        display: inline-block;
        list-style: none;
        padding: 0px;
    }

    .ng-venue-list ul{
        width: 50%;
        display: inline-block;
        list-style: none;
    }

    .ng-venue-list ul li{
        width: 100% !important;
    }
    .ng-new-venue-form-body-content {
        padding: 0px 0px;
        max-width: 100%;
    }

    .venue-content-gradiant{
        background: rgba(0,0,0,0.5);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(10,43,26,1) 30%, rgba(10,43,26,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(30%, rgba(10,43,26,1)), color-stop(100%, rgba(10,43,26,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(10,43,26,1) 30%, rgba(10,43,26,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(10,43,26,1) 30%, rgba(10,43,26,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(10,43,26,1) 30%, rgba(10,43,26,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(10,43,26,1) 30%, rgba(10,43,26,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#183164', GradientType=0 );
        width: 100%;
    }
    .venue-content{

        width: 100%;
        padding-left: 20px !important;
        padding-top: 30px;
        padding-right: 20px;
        float: right;
        margin-right: 0px;

    }

    .ng-new-venue-imgLeft {
        background: url(/themes/inthenightgarden/img/ng_new_headPicLeft.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .registiration-complete {
        min-height: 330px;
        padding-top: 100px;
        overflow: hidden;
    }

    .ng-venue-area .search {

        width: 100%;

    }

    .header--logo--new a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
        background-color: white;
        padding: 10px 20px !important;
        display: -webkit-box;
    }

    .header--logo--new{
        width: 100%;
    }
    .navbar-nav {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    #menu {
        padding: 0px;
        margin: 0 auto;
        width: 100% !important;
        display: inline-block !important;
        height: 50px !important;
    }

    .ng-new-venue-form-body{
        padding: 0px;
    }

    .ng-new-venue-form .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ng-venue-area .switchContainer,
    .ng-new-venue-layout .switchContainer {
        text-align: center;
        margin: 0px 0px;
        padding: 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .switch {
        width: 100% !important;
        height: 44px !important;
        cursor: pointer;
    }

    .sliderSwitch {
        left: -0px !important;
        height: 30px !important;
        width: 200px !important;
        margin: 0 auto;
    }

    .ng-new-venue-form .gift-options label p{
        margin: 8px 10px 0px;
        font-size: 14px;
    }

    .imageGallery .imageGallery--image {
        max-height: none !important;
    }

    .menuArrowBox{
        right: 15%;
    }

    .menuArrowBoxMobileMain{
        right: inherit;
        margin-top: 3px;
    }

}

.signUpForm .birthYearOfChildrenList {
    width: 100%;
    margin: 4px 0px;
    display: inline-block;
}

.signUpForm .birthYearOfChildrenList label {
    width: 116px;
    color: gray;
}

.signUpForm .birthYearOfChildrenList input[type="checkbox"]  {
    height: 22px;
    width: 22px;
    border-radius: 12%;
}
