/* 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: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

.text_align_center
{
	text-align:center;
}
.list_inedx_div
{
	float: none !important;
	display: inline-block;
	vertical-align: text-top;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.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: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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.428571429;
    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:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.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,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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
}
.theme-btn
{
    background-color: #444343 !important;
border: 1px solid #444343 !important;
}
.bg-primary {
    color: #fff
}

.bg-primary {
    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,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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.428571429
}

dt {
    font-weight: bold
}

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
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

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.428571429;
    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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right 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.428571429
}

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, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    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
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@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-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: 0%
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: 0%
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: 0%
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: 0%
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: 0%
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: 0%
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.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>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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
}
.bottombuttonmargin{margin-top: 20px;}
@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>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .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>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .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: bold
}

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.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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: normal;
    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: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm,
.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-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.input-lg,
.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-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 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,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control,
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .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-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.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: normal;
    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.428571429;
    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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.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 {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active {
    background-image: none
}

.open .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default: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 {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active {
    background-image: none
}

.open .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary: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 {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active {
    background-image: none
}

.open .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success: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 {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active {
    background-image: none
}

.open .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info: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 {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active {
    background-image: none
}

.open .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning: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 {
    color: #fff;
    background-color: #d2322d;
    border-color: #444343
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #444343
}

.btn-danger:active,
.btn-danger.active {
    background-image: none
}

.open .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger: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: normal;
    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,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
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%
}
#contentholder {margin-top: 75px;}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: DIN-Light;
    font-style: normal;
    font-weight: normal;
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 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: normal;
    line-height: 1.428571429;
    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.428571429;
    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 {
        right: 0;
        left: auto
    }
    .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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.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:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.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,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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-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: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    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:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.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.428571429;
    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-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,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.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,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-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
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@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, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.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>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .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 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: none
}

.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@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,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    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: #090909
}

.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: #090909
}

.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: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .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: #090909
    }
    .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.428571429;
    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>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.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:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.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: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    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: bold;
    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,
.btn-group-xs>.btn .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.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.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: bold
}

.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, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.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:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 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:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 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-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 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: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    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 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.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: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.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:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.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
}
.modal-backdrop
{
    display: none;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        z-index: 9999
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 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: 0.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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 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: normal;
    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: fadein(rgba(0, 0, 0, 0.2), 5%);
    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: fadein(rgba(0, 0, 0, 0.2), 5%)
}

.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: fadein(rgba(0, 0, 0, 0.2), 5%);
    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: fadein(rgba(0, 0, 0, 0.2), 5%)
}

.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: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    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: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.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, 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 {
    content: " ";
    display: table
}

.clearfix: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
    }
}

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*=span] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.navbar-form .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*=span].pull-right,
.row-fluid .bootstrap-select.btn-group[class*=span].pull-right {
    float: right
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select:not([class*=span]) {
    width: 220px
}

.bootstrap-select {
    width: 220px\0
}

.bootstrap-select>.btn {
    width: 100%
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}

.bootstrap-select.show-menu-arrow.open>.btn {
    z-index: 1001
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group>.disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled>a {
    cursor: not-allowed
}

.bootstrap-select.btn-group>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.btn-group[class*=span] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li>a.opt {
    padding-left: 35px
}

.bootstrap-select.btn-group .dropdown-menu li>a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
    font-weight: 400
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small {
    color: #64b1d8;
    color: rgba(255, 255, 255, 0.4)
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
    font-weight: 400
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select-searchbox {
    padding: 4px 8px
}

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

#smartbanner .sb-container {
    margin: 0 auto
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

#smartbanner.no-icon .sb-icon {
    display: none
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px
}

#smartbanner .sb-info>span {
    display: block
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset
}

#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%)
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px
}

#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d url(https://d1s8393lsf2lpw.cloudfront.net/assets/smartbanner/dark_background_stripes-e0a4ec0f5a56527affa0e1451d23b173.gif);
    border-top: 5px solid #88b131;
    box-shadow: none
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3)
}

#smartbanner.android .sb-close:active {
    color: #eee
}

#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

#smartbanner.android .sb-info strong {
    color: #fff
}

#smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #dddcdc;
    padding: 1px;
    color: #d1d1d1;
    background: none;
    border-radius: 0;
    box-shadow: none
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #42B6C9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42b6c9), to(#39a9bb));
    background-image: -moz-linear-gradient(top, #42b6c9, #39a9bb);
    text-transform: none;
    text-shadow: none;
    box-shadow: none
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
    background: none
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
    background: #2AC7E1
}

#nprogress {
    pointer-events: none;
    -webkit-pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 100;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    -moz-animation: nprogress-spinner 400ms linear infinite;
    -ms-animation: nprogress-spinner 400ms linear infinite;
    -o-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes nprogress-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes nprogress-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes nprogress-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.icons-ul>li {
    position: relative
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eeeeee
}

.icon-light {
    color: #ffffff
}

.icon-dark {
    color: #333333
}

.icon-border {
    border: solid 1px #eee;
    padding: 0.2em 0.25em 0.15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.icon-4x {
    font-size: 4em
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.icon-5x {
    font-size: 5em
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}

.icon-won:before,
.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

label.disabled {
    opacity: 0.3
}

#diy .modal-header {
    background: #333;
    color: white
}

#diy .item {
    margin: 0 0 2px
}

#diy .item:first-child {
    margin-bottom: 8px
}

@media (max-width: 992px) {
    .container {
        width: 750px
    }
}

@media (max-width: 992px) {
    .container2 {
        width: 736px
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: left
    }
    .navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-toggle {
        display: none
    }
    .navbar-collapse {
        border-top: 0
    }
    .navbar-brand {
        margin-left: -15px
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding: 15px
    }
    .navbar-nav.navbar-right {
        float: right
    }
}

.navbar-nav.navbar-no-right-margin:last-child {
    margin-right: 5px
}

.label-milk {
    background-color: #fff;
    color: #333;
    border: 1px solid #333
}

.label-eggs {
    background-color: #ff7e00
}

.label-hot {
    background-color: #ea1111
}

.label-seafood {
    background-color: #0090ff
}

.label-soy {
    background-color: #faf0b9;
    color: black
}

.label-soy:hover {
    color: #000 !important
}

.label-sulphites {
    background-color: #e0dd19;
    color: black
}

.label-sulphites:hover {
    color: #000 !important
}

.label-sesame-seeds {
    background-color: #000
}

.label-gf {
    background-color: #c9bd93
}

.label-nuts {
    background-color: #8f7351
}

.label-peanuts {
    background-color: #d0b078
}

.label-fat {
    background-color: #ffe326;
    color: rgba(0, 0, 0, 0.6)
}

.label-fat:hover {
    color: rgba(0, 0, 0, 0.6) !important
}

.label-danger {
    background-color: #444343
}

.page,
body,
html {
    height: 100%;
    min-height: 100%;
    font-weight: 400;
    color: #333 !important;
}
@media (min-width: 768px)
{
    .page,
    body,
    html {overflow: visible !important;}
}

html.night {
    background-color: black
}

html.storelocator {
    background-image: none;
    background-color: #e5e3df
}

.customise-section-select .btn,
.dropdown-menu,
body {
    font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn:not(.btn-lg),
.dropdown-menu,
body,
h5 {
    font-size: 13px
}

.bold {
    font-weight: bold
}

.italic {
    font-style: italic
}

.form-control {
    font-size: 13px;
    margin-bottom: 3px;
    border-radius: 3px;
    box-shadow: none;
    border-color: #ddd
}

.form-control:focus {
    border-color: #cf413d;
    box-shadow: 0 0 8px rgba(207, 61, 67, 0.5)
}

.page-wrap {
    min-height: 100%;
    padding-top: 98px;
    margin-bottom: -190px
}

.page-wrap:after {
    content: "";
    display: block
}

body {
    background-color: transparent;
    overflow: auto
}

.modal {
    overflow-y: auto
}

.modal-open {
    overflow: hidden
}

[class*=" icon-"],
[class^="icon-"],
a,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: "Gotham Medium", sans-serif;
    letter-spacing: 0
}

label {
    font-weight: normal
}

h5,
h6 {
    letter-spacing: 0.07em
}

h1,
h2 {
    font-size: 30px
}

@media (max-width: 992px) {
    h1,
    h2 {
        font-size: 24px
    }
}

#hero h1#homepage-title {
    font-family: "Manus";
    font-size: 63px;
    padding: 0;
    margin: 20px 0 -10px;
    position: relative
}

@media (max-width: 992px) {
    #hero h1#homepage-title {
        font-size: 61px
    }
}

#hero h2.occasion-subtitle {
    font-size: 18px
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: black
}

.page-wrap:after,
.site-footer {
    height: 190px
}

.site-footer {
    padding: 10px 0 30px;
    background: #333
}

.site-footer a {
    color: #ccc
}

small {
    letter-spacing: normal !important
}

a {
    color: #444343
}

a.active,
a:active,
a:hover {
    color: #555
}

.btn,
.product-customise-modal-toggle {
    letter-spacing: normal;
    font-family: "helvetica Neue", helvetica, arial, sans-serif
}

.product-customise-modal-toggle {
    cursor: pointer
}

@media (max-width: 992px) {
    #byo_button:before {
        content: "BYO"
    }
}

@media (min-width: 992px) {
    #byo_button:before {
        content: "Build Your Own Pizza"
    }
}

.btn {
    border-radius: 3px
}

@media (min-width: 992px) {
    .btn {
        padding: 6px 8px
    }
}

@media (min-width: 1200px) {
    .btn {
        padding: 6px 12px
    }
}

.dropdown-menu>li>a:hover {
    background: #444343;
    border-color: #a8100c;
    color: white
}

.dropdown-menu {
    display: none
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default.active {
    color: white
}

.btn-primary {
    background: #444343;
    border: none;
    color: #fff
}

.btn.active {
    background: #aa2828;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2)
}

.btn-primary:focus,
fieldset[disabled] .btn-primary:focus {
    background: #444343;
    border: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.open .dropdown-toggle.btn-primary,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:hover {
    background: #555;
    border: none
}

.btn-gray {
    background: #eee;
    border: none
}

.btn-gray:hover {
    background: #ddd
}

.btn-gray>* {
    color: #aaa
}

.btn.diy {
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/icon-chefhat-c3588bcccdc948ce91f3947260709fb1.png);
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/icon-chefhat-634f95533fa6ad49422dd3fe0c9963dd.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px;
    padding-left: 30px
}

.success {
    color: #5cb85c
}

.modalclose {
    position: absolute;
    margin-top: 0;
    right: 20px;
    z-index: 10
}

.stars {
    height: 20px
}

.stars .star {
    color: #cf413d;
    cursor: pointer
}

.stars>.star {
    display: inline-block;
    position: relative;
    width: 1.1em
}

.stars>.star:before {
    content: "\F005";
    font-family: 'FontAwesome'
}

.stars>.star:first-child:before {
    content: "\F123"
}

.stars>.star:hover ~ span:before,
.stars>.star:hover:before {
    color: black
}

.stars .moreinfo {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    margin-bottom: 5px
}

.stars .moreinfo a {
    color: white
}

.switch {
    position: fixed;
    right: 10px;
    top: 230px;
    z-index: 9999;
    color: white;
    line-height: 10px;
    background: rgba(207, 65, 61, 0.9);
    padding: 8px 10px;
    border-radius: 3px
}

.helpbox {
    position: fixed;
    top: 135px;
    right: -50em;
    width: 300px;
    padding: 20px;
    background: white;
    z-index: 1111
}

.helpbox .close {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 1
}

.helpbox.false {
    right: -50em
}

.helpbox:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 50px 25px;
    border-color: transparent transparent #fff transparent;
    transform: translate(-25px, 0);
    -moz-transform: translate(-25px, 0);
    -webkit-transform: translate(-25px, 0)
}

.helpbox p {
    margin: 0
}

.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0;
    padding: 0
}

.navbar-brand {
    text-indent: -999px;
    width: 135px;
    height: 73px;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/crust-logo-new-83ce353c575418c8763fcf5cee1a24fe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 135px 73px;
    margin-right: 20px;
    margin-left: 0 !important;
    margin-top: 0.5em
}

.navbar ul.navbar-nav>li>a {
    padding: 25px 13px;
    border: 1px solid transparent;
    font-family: 'Gotham Medium', sans-serif
}

.navbar ul.navbar-nav .active a {
    background: none;
    color: #444343
}

.navbar ul.navbar-nav .active a:hover {
    background: none
}

.navbar ul.navbar-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.night .navbar ul.navbar-nav .active a,
.night .navbar ul.navbar-nav .active a:hover {
    background: none;
    color: #ccc
}

.navbar ul.navbar-right>li>a {
    padding: 38px 13px 39px
}

.navbar .navbar-right {
    font-weight: 300;
    margin: 0
}

.rounded-button {
    height: 90px;
    margin: 5px 0 5px 5px
}

.rounded-button {
    overflow: hidden;
    border-radius: 6px
}

.night .navbar .navbar-right .vipp {
    width: 130px;
    background-color: #222;
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/vipp-logo-c9f2da383d1a40f41558d87230a286df.png)
}

.night .navbar .navbar-right .vipp:hover {
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/vipp-logo-hover-a0ce06e3cc64343fde908b49befde8ac.png)
}

.navbar .avatar {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 4px
}

.navbar .avatar img {
    height: 100%
}

.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    background-color: black;
    background-image: none;
    filter: none
}

.navbar-nav {
    margin-top: 1em
}

.night .navbar {
    background: rgba(0, 0, 0, 0.9)
}

.night .navbar-brand {
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/crust-logo-new-83ce353c575418c8763fcf5cee1a24fe.png)
}

.night .navbar .navbar-nav>li>a {
    color: #ccc
}

.night .navbar .navbar-nav>li>a:hover {
    color: #444343
}

.night .navbar ul.navbar-nav .active a {
    color: #444343
}

.night .navbar ul.navbar-nav .active a:hover {
    background: none;
    color: #444343
}

.night .navbar ul.navbar-nav a .caret,
.night .navbar ul.navbar-nav a:hover .caret {
    border-top-color: #ddd;
    border-bottom-color: #ddd
}

.night .navbar .navbar-right .open .vipp-signed-in,
.night .navbar .navbar-right .vipp-signed-in {
    background-color: #444343;
    border-color: #444343;
    color: white
}

.night .navbar .navbar-right .vipp-signed-in:hover {
    color: black
}

#tag {
    margin: 30px 0
}

#tag .text-center {
    position: relative
}

#tag .btn {
    position: absolute;
    right: 80px;
    bottom: 5px
}

#tag .control {
    position: absolute;
    right: 15px;
    top: 0
}

#tag .control .expand {
    display: none
}

#tag.mini {
    height: 0;
    margin: 5px 0 25px
}

#tag.mini img {
    display: none
}

#tag.mini .control .mini {
    display: none
}

#tag.mini .control .expand {
    display: inline
}

#tag.mini .btn {
    display: none
}

#contentholder {
    padding: 15px 10px 30px;
    background-size: 250px 250px;
    /*background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg-cardboard-ff506cd649768b4e6e28776a24956ad8.jpg);*/
    background-color: rgb(219, 219, 219)
}

@media screen and (min-height: 1000px) {
    #contentholder {
        min-height: 500px
    }
}

@media screen and (min-height: 1100px) {
    #contentholder {
        min-height: 600px
    }
}

@media screen and (min-height: 1200px) {
    #contentholder {
        min-height: 700px
    }
}

@media screen and (min-height: 1300px) {
    #contentholder {
        min-height: 800px
    }
}

@media screen and (min-height: 1400px) {
    #contentholder {
        min-height: 900px
    }
}

@media screen and (min-height: 1500px) {
    #contentholder {
        min-height: 1000px
    }
}

@media screen and (min-height: 1600px) {
    #contentholder {
        min-height: 1100px
    }
}

#content h1 {
    margin-top: 5px
}

.form-inline .form-control,
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    min-width: 300px
}

#filters-menu .btn.active a {
    color: white
}

#filters-menu .btn a {
    color: #333
}

#fi-menu .btn a:hover {
    text-decoration: none
}

.pd-label {
    padding-left: 0
}

.block-label {
    display: block
}

.form-group .boolean label,
.inputs .boolean label {
    width: 100%;
    margin-top: 10px;
    margin-left: 0
}

.form-group .boolean label input,
.inputs .boolean label input {
    width: 1em;
    margin-top: -10px;
    margin-right: 0.5em
}

.form-group .boolean label input:focus,
.inputs .boolean label input:focus {
    border: none;
    box-shadow: none
}

li.radio {
    padding-left: 0
}

li.radio ol.choices-group {
    margin-left: 0px
}

@media (max-width: 768px) {
    li.radio ol.choices-group {
        margin-left: -5px
    }
}

li.radio ol.choices-group li {
    list-style: none;
    margin-bottom: 10px
}

li.radio ol.choices-group li:last-child {
    margin-top: 50px
}

li.radio ol.choices-group label {
    margin-top: 10px;
    margin-left: 0
}

li.radio ol.choices-group label input {
    width: 25px;
    margin-top: 0
}

li.radio ol.choices-group input {
    width: 25px
}

li.radio legend {
    display: none
}

#hero {
    width: 720px;
    position: relative
}

@media (min-width: 736px) {
    #hero {
        width: 720px
    }
}

@media (min-width: 768px) {
    #hero {
        width: 720px
    }
}

@media (min-width: 992px) {
    #hero {
        width: 940px
    }
}

@media (min-width: 1200px) {
    #hero {
        width: 1140px
    }
}

#hero h1 {
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 0 30px;
    line-height: 1;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
    z-index: 9
}

#hero h1 .emphasis {
    color: #444343
}

#hero h1.promo {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #333;
    background: RGBA(0, 0, 0, 0.6)
}

#hero img {
    width: 100%
}

#hero-promo {
    position: absolute;
    bottom: 30px;
    right: 35px;
    width: 20em;
    text-align: center;
    background: #333;
    background: RGBA(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 10px 20px 20px
}

@media (max-width: 992px) {
    #hero-promo {
        bottom: 0
    }
}

#hero-promo a h1 {
    color: white
}

#hero-promo-image {
    background-color: black;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 15px
}

@media (max-width: 991px) {
    #hero-promo-image,
    #hero-promo-image img {
        width: 214px
    }
}

@media (min-width: 992px) {
    #hero-promo-image,
    #hero-promo-image img {
        width: 279px
    }
}

@media (min-width: 1200px) {
    #hero-promo-image,
    #hero-promo-image img {
        width: 338px
    }
}

#crust_vipp_logged_in_section {
    margin-bottom: 20px
}

#crust_vipp_logged_in_section #previous_orders_toggle .panel-heading {
    color: #333;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: middle
}

#crust_vipp_logged_in_section #previous-orders-dropdown-container {
    display: inline-block;
    margin-bottom: 0
}

#crust_vipp_logged_in_section #previous_orders_toggle:hover,
#crust_vipp_logged_in_section .previous_orders_toggle:focus {
    text-decoration: none
}

#crust_vipp_logged_in_section .previous_orders_selector {
    width: 300px;
    margin-bottom: 0
}

#crust_vipp_logged_in_section .button_to {
    display: inline-block;
    margin-left: -0.5em
}

#crust_vipp_logged_in_section .button_to div {
    display: inline-block
}

#crust_vipp_logged_in_section .button_to div .btn {
    border: none
}

#crust_vipp_logged_in_section #repeat_order_button {
    height: 32px
}

.feedme {
    position: absolute;
    top: 20px;
    right: 205px;
    z-index: 9
}

.feedme img {
    width: 250px;
    height: 250px
}

.pizzas .col-md-6 {
    padding-left: 30px;
    padding-right: 30px
}

.pizzas .item {
    display: block;
    height: 320px;
    color: black;
    position: relative
}

.pizzas .item a {
    cursor: pointer
}

.pizzas .item:hover {
    text-decoration: none
}

.pizzas .item .qty {
    position: absolute;
    bottom: 0;
    top: -20px;
    left: 0;
    right: 10px;
    text-align: center;
    font-size: 120px;
    color: white;
    line-height: 310px;
    font-weight: 600;
    text-shadow: 0 0 38px rgba(0, 0, 0, 0.8)
}

.pizzas .item .stars {
    margin: 0
}

.pizzas .item .photo {
    height: 196px;
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

@media (min-width: 1200px) {
    .pizzas .item .photo {
        margin-top: 0
    }
}

.pizzas .item .photo img {
    width: 280px;
    margin: 0 -4%
}

@media (min-width: 736px) {
    .pizzas .item .photo img {
        width: 280px;
        margin: 0 -4%
    }
}

@media (min-width: 768px) {
    .pizzas .item .photo img {
        width: 280px;
        margin: 0 -4%
    }
}

@media (min-width: 992px) {
    .pizzas .item .photo img {
        width: 280px;
        margin: 0 -4%
    }
}

@media (min-width: 1200px) {
    .pizzas .item .photo img {
        width: 336px;
        margin: 0 -4%
    }
}

.pizzas .item .photo .new,
.pizzas .item .photo .removed {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/new-be28bbfd2dcc50fe98e3d33181628cf3.png);
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/new-abf1e9128b13e801c528bbf04d495a85.svg);
    height: 160px;
    width: 160px;
    border-radius: 3px;
    color: white;
    right: -60px;
    top: 20px;
    z-index: 10
}

.pizzas .item .photo .new {
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/new-be28bbfd2dcc50fe98e3d33181628cf3.png)
}

.pizzas .item .photo .travel-with-crust-pizza {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/travel-with-crust-pizza-a141ba8bd35926c5773e428832c5bfd9.png);
    height: 160px;
    width: 160px;
    border-radius: 3px;
    color: white;
    right: -60px;
    top: 20px;
    z-index: 10
}

.pizzas .item .photo .removed {
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/removed-9bb22e4b8c904d20a83a6951e8772304.png)
}

.pizzas .item .dropdown {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: 1px solid rgba(172, 43, 38, 0.3);
    margin-right: 0 !important
}

@media (min-width: 992px) {
    .pizzas .item .dropdown {
        padding: 4px 6px
    }
}

@media (min-width: 1200px) {
    .pizzas .item .dropdown {
        padding: 4px 8px
    }
}

.pizzas .upper .photo img {
    transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    margin: 75px -40px;
    width: 155%
}

@media (min-width: 992px) {
    .pizzas .upper .photo img {
        margin: 75px -40px
    }
}

@media (min-width: 1200px) {
    .pizzas .upper .photo img {
        margin: 75px -55px
    }
}

.pizzas .item .info {
    position: absolute;
    top: 176px;
    left: 0;
    right: 0;
    height: 144px
}

.pizzas .item .info .bootstrap-select,
.pizzas .item .info .btn-product-add {
    position: absolute;
    bottom: 7px;
    margin-bottom: 0
}

.pizzas .item .info .btn-product-add {
    right: 0
}

@media (min-width: 1200px) {
    .pizzas .item .info {
        top: 210px;
        height: 148px
    }
}

.pizzas .item .info h4 {
    margin: 2px 0 5px;
    font-family: "Gotham Book", sans-serif;
    font-spacing: -0.03em
}

.pizzas .item .info h3 {
    font-size: 20px;
    margin: 8px 0 5px;
    color: black
}

.pizzas .item .info h3 a {
    color: black
}

.pizzas .item .info h3.price_display {
    margin-top: 0
}

.pizzas .item .info a:hover {
    text-decoration: none
}

.item .info h3 {
    font-family: "Gotham Book", sans-serif;
    font-spacing: -0.03em
}

.item .info .kj-info {
    padding-left: 7px
}

#target {
    position: absolute;
    left: 80px;
    top: 120px;
    width: 38%;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.4)
}

#map-canvas {
    position: absolute;
    top: 100;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5e3df
}

#map-canvas h5 {
    margin-top: -5px
}

.store_container {
    min-width: 600px
}

.store_container p {
    width: 600px
}

@media (max-width: 992px) {
    .store_container {
        min-width: 310px
    }
    .store_container p {
        width: 310px
    }
}

.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top {
    margin-right: 0
}

.more-details-product-image {
    color: white;
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_larger_compressed-32b425e37db3622442e5c9ea2ea8a443.jpg);
    background-repeat: repeat, repeat
}

.more-details-product-image h2,
.more-details-product-image h4 {
    margin-left: 20px;
    margin-bottom: 0;
    float: left
}

.more-details-product-image h2 {
    margin-top: 10px
}

.more-details-product-image h3 {
    margin-left: 20px;
    margin-bottom: 0;
    float: left
}

.more-details-product-image h3.product_name {
    margin-top: 10px
}

.more-details-product-image h3.energy_info {
    margin-top: 5px;
    clear: both
}

.more-details-product-image h4 {
    margin-top: 0;
    clear: both
}

.more-details-product-image h4.product_name {
    margin-top: 10px
}

.more-details-product-image h4.energy_info {
    margin-top: 5px;
    clear: both
}

.more-details-product-image img {
    width: 100%
}

.more-details-product-image p {
    margin-left: 20px
}

.pizza .modal-dialog {
    width: 80%;
    max-width: 1200px;
    height: 610px;
    border-radius: 3px
}

.pizza .modal-body {
    padding: 0
}

.pizza .modal-footer {
    margin: 0;
    text-align: left;
    z-index: 99;
    background: white;
    position: relative
}

.pizza .modal-footer .order {
    margin-top: -12px
}

.pizza .modal-footer h4 {
    margin: 0 0 5px
}

.modal-content {
    border-radius: 3px;
    margin: 0;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.3)
}

.pizza .modal-content h1 {
    padding-bottom: 20px
}

.pizza .modal-content .product-customise-modal-toggle {
    margin-left: 10px;
    border: 1px solid #444343
}

.pizza .modal-content .btn-product-add {
    margin-left: 10px;
    border: 1px solid #444343
}

.pizza div.customise,
.pizza div.ingredient {
    position: absolute;
    top: 362px;
    left: 15px;
    right: 15px;
    height: 40px;
    line-height: 0
}

.pizza div.customise.expand,
.pizza div.ingredient.expand {
    top: 15px;
    height: 100%;
    line-height: 1.4
}

.pizza div.customise .icon-angle-down,
.pizza div.ingredient .icon-angle-down {
    display: none
}

.pizza div.customise .icon-angle-up,
.pizza div.ingredient .icon-angle-up {
    display: inline-block
}

.pizza div.customise.expand .icon-angle-up,
.pizza div.ingredient.expand .icon-angle-up {
    display: none
}

.pizza div.customise.expand .icon-angle-down,
.pizza div.ingredient.expand .icon-angle-down {
    display: inline-block
}

.pizza .customise .body,
.pizza .ingredient .body {
    background: rgba(255, 255, 255, 0.98);
    border: 5px solid #eee;
    border-bottom: none;
    padding: 20px;
    height: 347px
}

.pizza .customise .body .item {
    margin-bottom: 2px
}

.pizza .ingredient .body .item {
    margin-bottom: 10px
}

.pizza .btn.customise,
.pizza .btn.ingredient {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
    background: #eee;
    z-index: 999;
    position: relative
}

.pizza .btn.ingredient {
    margin-left: 108px
}

.customise-price-column {
    width: 4em
}

.ingredient-name-column {
    max-width: 150px
}

.modal-content .content {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.modal-content .content h1 {
    margin-top: 5px
}

.modal .stars .box {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    color: #ccc;
    margin: 0;
    border-radius: 3px;
    cursor: pointer
}

.modal .stars .box.closebox {
    width: auto;
    padding: 2px 5px
}

.modal .stars .box:hover {
    color: #888
}

.modal .stars .close {
    margin-left: 5px
}

.modal .allergens {
    margin-top: 10px
}

.modal .energy-and-allergen-subtext {
    font-style: italic;
    margin-top: 2em
}

.subtext {
    margin-top: 20px;
    font-size: 85%;
    color: #888
}

.modal .energy_daily_info {
    margin-top: 20px
}

.modal .energy_daily_info h4 {
    color: #888
}

.modal .nav-tabs {
    margin-bottom: 20px
}

.modal .table-tiny td,
.modal .table-tiny th,
table.table-tiny.ingredients td,
table.table-tiny.ingredients th {
    padding: 2px 0
}

table {
    font-size: 100%
}

.modal .ordering-tool {
    position: absolute;
    bottom: 0
}

.modal a:hover {
    text-decoration: none
}

#CompEnteredModal .modal-header,
#InterstitialModal .modal-header,
#LDPPasswordModal .modal-header,
#VIPP .modal-header {
    background: #333;
    color: white;
    padding: 5px 15px 8px
}

#e_passport .modal-content {
    border-radius: 3px;
    overflow: hidden
}

#CompEnteredModal .modal-header,
#LDPPasswordModal .modal-header,
#VIPP .modal-header,
#e_passport .modal-header {
    background: #C41130;
    color: white;
    padding: 5px 15px 8px
}

#e_passport .modal-body {
    background: #eee;
    overflow: auto
}

#e_passport h4,
#e_passport h5 {
    margin: 10px 0 5px
}

#e_passport .btn-group {
    margin-bottom: 5px
}

.storelistings h5 {
    margin: 0;
    font-family: 'Gotham Medium'
}

.storelistings p {
    margin: 0
}

.storelistings .item {
    margin-bottom: 15px
}

.storelistings .btn-sm,
.storelistings .btn-group-sm>.btn {
    margin-top: 2px
}

.btn-preferred-store {
    color: white;
    margin-top: -2.35em;
    float: right
}

@media (max-width: 992px) {
    .btn-preferred-store {
        margin-top: 1em;
        float: none
    }
}

.btn-preferred-store.selected,
.pizza-it-forward-free-item .btn.selected,
.storelistings .btn.selected {
    background: #333 !important;
    color: white;
    border-color: transparent
}

.btn-preferred-store.selected:before,
.pizza-it-forward-free-item .btn.selected:before,
.storelistings .btn.selected:before {
    content: "\F00C";
    position: relative;
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #5cb85c
}

#crust_gourmet_menu .pizzas,
#crust_vipp_logged_in_section .pizzas {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_970_compressed-979a3cd98798948b3c2617ba316ed48a.png) center 0 repeat-y
}

@media (min-width: 736px) {
    #crust_gourmet_menu .pizzas,
    #crust_vipp_logged_in_section .pizzas {
        background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_970_compressed-979a3cd98798948b3c2617ba316ed48a.png) center 0 repeat-y
    }
}

@media (min-width: 768px) {
    #crust_gourmet_menu .pizzas,
    #crust_vipp_logged_in_section .pizzas {
        background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_970_compressed-979a3cd98798948b3c2617ba316ed48a.png) center 0 repeat-y
    }
}

@media (min-width: 992px) {
    #crust_gourmet_menu .pizzas,
    #crust_vipp_logged_in_section .pizzas {
        background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_970_compressed-979a3cd98798948b3c2617ba316ed48a.png) center 0 repeat-y
    }
}

@media (min-width: 1200px) {
    #crust_gourmet_menu .pizzas,
    #crust_vipp_logged_in_section .pizzas {
        background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_compressed-eb411df932141c5da6409ac7fea03184.png) center 0 repeat-y
    }
}

h3.energy-disclaimer {
    font-family: "Gotham Book", sans-serif;
    color: #000;
    padding: 0 10px
}

.halfhalfbackground {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/RusticFloorboard_Hard_larger_compressed-32b425e37db3622442e5c9ea2ea8a443.jpg);
    background-repeat: no-repeat, no-repeat
}

.helpbox.true {
    right: 5em
}

.pizzas {
    width: 720px;
    margin-left: -10px
}

.pizzas .col-sm-6 {
    width: 50%;
    padding-left: 50px;
    padding-right: 50px
}

@media (min-width: 768px) {
    .helpbox.true {
        right: 8.5em
    }
    .pizzas {
        width: 720px;
        margin-left: -10px
    }
    .pizzas .col-sm-6 {
        width: 50%;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width: 992px) {
    .helpbox.true {
        right: 8.5em
    }
    .pizzas {
        width: 940px;
        margin-left: -10px
    }
    .pizzas .col-md-4 {
        width: 33.3%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    #tag img {
        width: 700px;
        height: auto
    }
    .helpbox.true {
        right: 15em
    }
    nav .lead {
        font-size: 21px
    }
    #contentholder {
        padding: 15px;
        margin-top: 75px;
    }
    #content h1 {
        margin-top: 8px
    }
    .pizzas {
        width: 1140px;
        margin-left: -15px
    }
    .pizzas .item .info h3 {
        font-size: 22px
    }
    .pizzas .item {
        height: 358px
    }
    .pizzas .item .photo {
        height: 230px
    }
    .pizzas .item .qty {
        top: 0
    }
    .feedme {
        right: 275px
    }
}

.grid {
    width: 100%;
    position: relative
}

.grid img {
    width: 100%
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.selectpicker {
    opacity: 0
}

.bootstrap-select.btn-group.crust-bootstrap-select {
    margin-left: 0;
    margin-top: 0;
    text-align: left
}

.crust-bootstrap-select .caret,
.dropup.crust-bootstrap-select .caret {
    border-top-color: #444343;
    border-bottom-color: #444343
}

.crust-bootstrap-select .dropdown-toggle {
    color: #444343;
    background-color: white;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #444343
}

.crust-bootstrap-select .dropdown-toggle:focus,
.crust-bootstrap-select .dropdown-toggle:hover {
    background-color: white;
    border: 1px solid #444343
}

.crust-bootstrap-select .dropdown-menu {
    margin-bottom: 100px
}

.crust-bootstrap-select.dropup.open .dropdown-menu {
    margin-bottom: 0
}

table.ingredients .crust-bootstrap-select .caret,
table.ingredients .dropup.crust-bootstrap-select .caret {
    margin-right: 0.3em
}

table.ingredients .crust-bootstrap-select {
    margin: 2px 0 0;
    padding: 0;
    border: none
}

table.ingredients .crust-bootstrap-select button.btn,
table.ingredients .crust-bootstrap-select button.btn.active,
table.ingredients .crust-bootstrap-select button.btn:focus,
table.ingredients .crust-bootstrap-select button.btn:hover {
    padding: 0;
    background: transparent;
    outline: none !important;
    border: none;
    box-shadow: none
}

table.ingredients .crust-bootstrap-select button.btn .filter-option,
table.ingredients .crust-bootstrap-select button.btn.active .filter-option,
table.ingredients .crust-bootstrap-select button.btn:focus .filter-option,
table.ingredients .crust-bootstrap-select button.btn:hover .filter-option {
    left: 0
}

table.ingredients .crust-bootstrap-select .dropdown-toggle {
    color: inherit;
    border: none
}

table.ingredients .crust-bootstrap-select .dropdown-toggle:focus,
table.ingredients .crust-bootstrap-select .dropdown-toggle:hover {
    border: none
}

select.crust-bootstrap-select[disabled=disabled]+div.crust-bootstrap-select button div,
select.crust-bootstrap-select[disabled=disabled]+div.dropup.crust-bootstrap-select button div {
    color: #ddd;
    border-top-color: #ddd;
    border-bottom-color: #ddd
}

.isotope-item:hover {
    z-index: 10
}

.pac-container {
    z-index: 1200 !important
}

#no-store {
    display: none
}

.inline {
    display: inline-block;
    width: auto
}

.w25 {
    width: 25%
}

.w50 {
    width: 50%
}

.w75 {
    width: 75%
}

@media (max-width: 992px) {
    .w25,
    .w50,
    .w75 {
        width: 100%
    }
}

@media (max-width: 768px) {
    .affix {
        position: static
    }
}

.contentfilters {
    z-index: 1000
}

.contentfilters.affix {
    top: 100px
}

.contentfilters .active {
    border-color: #851915
}

.affix,
.affix-top {
    margin: 0 0 0 -25px
}

@media (min-width: 736px) {
    .affix,
    .affix-top {
        margin: 0 0 0 -25px
    }
}

@media (min-width: 768px) {
    .affix,
    .affix-top {
        margin: 0 0 0 -25px
    }
}

@media (min-width: 992px) {
    .affix,
    .affix-top {
        margin: 0 0 0 -25px
    }
}

@media (min-width: 1200px) {
    .affix,
    .affix-top {
        margin: 0 0 0 -30px
    }
}

.about-filters.affix,
.about-filters.affix-top {
    margin: 0
}

.affix-body {
    padding: 10px;
    border-radius: 3px
}

.contentfilters.affix-top .affix-body {
    background-color: rgba(0, 0, 0, 0.05)
}

.contentfilters.affix .affix-body {
    background-color: rgba(0, 0, 0, 0.4)
}

#CompEnteredModal .modal-body,
#InterstitialModal .modal-body,
#LDPPasswordModal .modal-body,
#VIPP .modal-body {
    background-size: 250px 250px;
    background-color: rgba(248, 248, 248, 0.95)
}

#loading-indicator {
    z-index: 1200 !important
}

#CompEnteredModal .close,
#LDPPasswordModal .close,
#VIPP .close,
#e_passport .close {
    margin-top: 5px;
    margin-right: 0
}

#VIPP h3,
#VIPP h4 {
    margin-top: 0
}

#VIPP .box,
#password-reset .box {
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 18px 2px;
    margin-right: 0
}

#VIPP .btn.facebook {
    background-color: #3B5998;
    color: white
}

.vipp-more-info-label {
    width: 24.5%
}

.vipp-more-info-field {
    width: 50%;
    display: inline-block
}

input.error,
textarea.error,
select.error {
    border-color: #b94a48;
    background-color: #fff3f3
}

label.error {
    color: #b94a48;
    font-weight: normal;
    clear: both;
    padding: 5px 10px
}

li.input.error input,
li.input.error textarea,
li.input.error select {
    border-color: #b94a48;
    background-color: #fff3f3
}

li.input.error label {
    color: #b94a48;
    font-weight: normal;
    clear: both;
    padding: 5px 10px
}

.inputs ol,
.inputs ul,
.actions ol,
.actions ul {
    padding-left: 0;
    margin-bottom: 0
}

.inputs li,
.actions li {
    list-style: none
}

#new_user li {
    list-style: none
}

.underline {
    border-bottom: 1px solid #eee
}

#places-autocomplete {
    display: inline-block
}

#last-name-edit {
    margin-top: 0
}

.panel-group form {
    margin-top: 5px
}

.store-selected,
.store-warning {
    display: none
}

.text-over-cardboard {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    border-radius: 0 0 3px 3px
}

.about-us-tab-pane,
.show_news {
    border: 1px solid #ccc;
    border-top: none;
    overflow: auto
}

.ingredient_types,
.ingredient_types.false {
    display: none
}

.ingredient_types.true {
    display: block
}

.types .badge {
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer
}

.types .badge:hover {
    background-color: #333;
    color: white
}

.types .badge.active {
    background-color: #333;
    color: white
}

.badge.highlighted-badge,
.badge.highlighted-badge:hover {
    color: white;
    background: #444343;
    margin-top: 7px;
    margin-bottom: 7px
}

.badge.ingredient-quantity-badge {
    background: #444343;
    padding: 3px 7px 3px 9px;
    min-width: 20px
}

.green {
    color: #5cb85c
}

@media (min-width: 736px) {
    .plus-minus-container {
        width: 75px
    }
}

@media (min-width: 768px) {
    .plus-minus-container {
        width: 75px
    }
}

@media (min-width: 992px) {
    .plus-minus-container {
        width: auto
    }
}

.plus-minus-anchor {
    cursor: default;
    text-decoration: none !important
}

.plus-minus-anchor i {
    cursor: pointer;
    font-size: 20px;
}

.plus-minus-anchor i.ingredient_disabled,
.plus-minus-anchor.ingredient_disabled {
    color: #ddd;
    cursor: default
}

.changes-remaining {
    text-align: center;
    padding: 0.5em 0;
    margin-top: 0;
    margin-bottom: 0
}

.customise-total-price {
    width: 4em
}

.customise-quantity {
    margin-top: 6px;
    margin-right: 10px
}

.info .customise-quantity {
    margin-top: 1px
}

.modal-footer .customise-quantity {
    margin-top: -5px
}

#mapNorth,
#mapSouth {
    background: #888;
    height: 250px;
    width: 326px
}

.disclaimer {
    font-weight: bold
}

.bootstrap-select.full-width {
    width: 100%
}

.pointer {
    cursor: pointer
}

.password-reset-body {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg-cardboard-ff506cd649768b4e6e28776a24956ad8.jpg)
}

.panel-group .panel-footer {
    border-top: 1px solid #ddd
}

#halfhalf a:hover {
    text-decoration: none
}

#halfhalf h3 {
    line-height: 20px;
    margin-bottom: 10px
}

#halfhalf h3 .buttons {
    margin-top: -24px
}

#halfhalf h1 {
    margin: 0
}

#halfhalf #custom,
#halfhalf #custom.false {
    height: 0;
    opacity: 0;
    overflow: hidden
}

#halfhalf #custom.true {
    height: auto;
    opacity: 1;
    overflow: hidden
}

#halfhalf .panel-group {
    margin-top: 3.3em
}

#halfhalf .panel-body {
    padding: 6px
}

#halfhalf .panel-body a {
    padding: 6px 12px
}

#halfhalf h4.panel-title {
    font-size: 18px
}

@media (min-width: 736px) {
    #halfhalf h4.panel-title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    #halfhalf h4.panel-title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

#halfhalf .panel-heading {
    padding: 10px 12px 6px
}

#halfhalf .half-half-pizza-types {
    margin-bottom: 1em
}

#halfhalf .accordion-toggle .icon-angle-up {
    display: inline
}

#halfhalf .accordion-toggle .icon-angle-down {
    display: none
}

#halfhalf .accordion-toggle.collapsed .icon-angle-up {
    display: none
}

#halfhalf .accordion-toggle.collapsed .icon-angle-down {
    display: inline
}

#halfhalf .spin-button {
    margin-bottom: 1em;
    display: block
}

.reel {
    text-align: center;
    height: 400px;
    width: 49%;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: visible;
    position: relative
}

@media (min-width: 992px) {
    .reel {
        width: 50%
    }
}

.reel div {
    padding: 0
}

.reel.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    margin-right: -2px
}

.reel.left p img {
    margin-top: -8%;
    margin-left: -14%;
    height: 95%
}

@media (min-width: 992px) {
    .reel.left p img {
        margin-left: 3%;
        height: 110%
    }
}

@media (min-width: 1200px) {
    .reel.left p img {
        margin-left: 53%;
        height: auto
    }
}

.reel.left p.upper-crust img {
    margin-top: -10%;
    margin-left: -17%;
    height: 65%
}

@media (min-width: 992px) {
    .reel.left p.upper-crust img {
        margin-left: -15%;
        height: 85%
    }
}

@media (min-width: 1200px) {
    .reel.left p.upper-crust img {
        margin-left: 1%;
        height: 90%
    }
}

.reel.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    margin-left: -2px
}

.reel.right p img {
    margin-top: -8%;
    height: 95%;
    margin-left: -114%
}

@media (min-width: 992px) {
    .reel.right p img {
        margin-left: -98%;
        height: 110%
    }
}

@media (min-width: 1200px) {
    .reel.right p img {
        margin-left: -94%;
        height: auto
    }
}

.reel.right p.upper-crust img {
    margin-left: -117%;
    height: 65%;
    margin-top: -10%
}

@media (min-width: 992px) {
    .reel.right p.upper-crust img {
        margin-left: -115%;
        height: 85%
    }
}

@media (min-width: 1200px) {
    .reel.right p.upper-crust img {
        margin-left: -100%;
        height: 90%
    }
}

.reel p {
    font-weight: bold;
    margin: 0;
    height: 400px;
    line-height: 400px;
    overflow: hidden;
    position: relative;
    width: 200%;
}

.reel p .name {
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    line-height: 1;
    bottom: 0;
    padding: 10px;
    color: white
}

#halfhalf a.accordion-toggle {
    color: inherit
}

#halfhalf .nav-pills li.selected a {
    color: white;
    background-color: #444343
}

.half-half-price-text {
    margin-top: 0.5em;
    margin-left: 0.5em
}

.half-half-plus-minus {
    margin-top: 0.3em;
    margin-right: 0.5em
}

.half-half-customise-section {
    background-color: white;
    padding: 1em;
    border-radius: 3px
}

#previous_orders_section .half-image {
    width: 50%
}

#previous_orders_section .half-image img {
    margin-left: 10px
}

@media (min-width: 992px) {
    #previous_orders_section .half-image img {
        margin-left: -14px
    }
}

@media (min-width: 1200px) {
    #previous_orders_section .half-image img {
        margin-left: -5px
    }
}

#previous_orders_section .right-half-image img {
    margin-left: -140px
}

@media (min-width: 992px) {
    #previous_orders_section .right-half-image img {
        margin-left: -140px
    }
}

@media (min-width: 1200px) {
    #previous_orders_section .right-half-image img {
        margin-left: -165px
    }
}

#previous_orders_section .upper-half-half .photo img {
    margin: 3px -11px;
    width: 330px
}

@media (min-width: 992px) {
    #previous_orders_section .upper-half-half .photo img {
        margin: 3px -22px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    #previous_orders_section .upper-half-half .photo img {
        margin: 3px -26px;
        width: 360px
    }
}

#previous_orders_section .upper-half-half .right-half-image img {
    margin-left: -160px
}

@media (min-width: 992px) {
    #previous_orders_section .upper-half-half .right-half-image img {
        margin-left: -149px
    }
}

@media (min-width: 1200px) {
    #previous_orders_section .upper-half-half .right-half-image img {
        margin-left: -186px
    }
}

.panel-title a {
    color: inherit
}

.panel-title a:hover {
    cursor: pointer
}

.preference-radio {
    border: 0
}

.add_personal_details {
    color: inherit
}

.close {
    color: white;
    opacity: 0.7
}

.close:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

.dob-help,
.submit-franchise {
    clear: both
}

.thankyoupage-wrapper {
    max-width: 350px
}

.thankyoupage {
    font-family: "Courier New", Courier, monospace;
    background: white;
    padding: 15px 20px;
    position: relative
}

.thankyoupage .offer-image {
    margin-left: -20px;
    margin-right: -20px
}

.thankyoupage .offer-image img {
    width: 100%
}

#receipt-competition .offer-image {
    margin: 0 0 20px 0
}

@media (max-width: 991px) {
    .back-to-homepage {
        font-size: 14px
    }
}

.filter-drop-shadow {
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.4))
}

.login-password-container {
    margin-bottom: 30%
}

.external-links,
.social-links-top-menu {
    font-size: 16px;
    width: 20px;
    text-align: right
}

.external-links a:hover,
.social-links-top-menu a:hover {
    text-decoration: none
}

.social-links-top-menu {
    margin: 0.35em -5px 0 0
}

.nodisplay {
    display: none
}

#competition-cart-popout,
#unique-link-offer-popout {
    position: absolute;
    right: 320px;
    top: -40px
}

.competition-close {
    position: absolute;
    right: 25px;
    top: 10px
}

#competition_modal .modal-dialog {
    width: 768px
}

.competition-terms-link a {
    color: #ffffff
}

.competition-landing-page-terms-link {
    margin-top: -15px;
    font-size: 13px
}

.competition-enter-buttons {
    margin-top: -107px;
    margin-left: 258px
}

.competition-checkout-popup-terms-link {
    text-align: center;
    margin-top: 31px;
    font-size: 13px
}

.competition-checkout-popup-terms-link a {
    margin-left: 0
}

.notification-modal .modal-header {
    color: #ffffff;
    background-color: #000000
}

.vipp-save-panel {
    margin-top: 15px;
    padding: 15px
}

.crust-occasions-dropdown button.btn-occasions-caret {
    padding: 7px 8px
}

.crust-occasions-dropdown .dropdown-menu li .btn {
    border-radius: 0;
    width: 100%;
    text-align: left;
    border: none
}

.crust-occasions-dropdown .dropdown-menu li .btn:focus,
.crust-occasions-dropdown .dropdown-menu li .btn:hover {
    border: none
}

.crust-occasions-dropdown .dropdown-menu {
    padding: 0
}

.crust-occasions-dropdown .btn-selected-occasion.active {
    background-color: white;
    color: black
}

.occasion-landing-page-hero {
    overflow: hidden
}

.occasion-landing-page-hero img {
    margin-left: 0
}

#occasion-landing-page-promo {
    width: 380px;
    position: absolute;
    color: white;
    text-align: center;
    background: #333;
    background: RGBA(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 10px 20px;
    margin: 10px
}

@media (max-width: 991px) {
    #occasion-landing-page-promo {
        margin: 0 10px;
        width: 330px;
        padding: 10px 0
    }
    #occasion-landing-page-promo h4 {
        font-size: 16px
    }
}

#occasion-landing-page-promo img {
    height: 140px;
    width: auto
}

@media (max-width: 991px) {
    #occasion-landing-page-promo img {
        height: 115px
    }
}

#occasion-landing-page-promo p {
    width: 270px;
    margin: 15px auto 5px;
    min-height: 54px
}

@media (max-width: 991px) {
    #occasion-landing-page-promo p {
        display: none
    }
}

@media (max-width: 1199px) {
    #occasion-landing-page-promo p {
        display: none
    }
}

.homepage-hero #occasion-landing-page-promo {
    margin-top: 25px
}

@media (max-width: 1199px) {
    .homepage-hero #occasion-landing-page-promo {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .homepage-hero #occasion-landing-page-promo {
        margin-top: 0
    }
}

.homepage-hero #occasion-landing-page-promo img {
    height: 70px;
    width: auto
}

@media (max-width: 1199px) {
    .homepage-hero #occasion-landing-page-promo p {
        display: block;
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .homepage-hero #occasion-landing-page-promo p {
        display: none
    }
}

#offer_modal .close {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 100000
}

#offer_modal .modal-dialog {
    width: 768px
}

#offer_modal .modal-content {
    padding-bottom: 20px;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000000
}

#offer_modal .top-content {
    min-height: 400px
}

#offer_modal .left-container {
    width: 400px;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    min-height: 415px
}

#offer_modal .right-container {
    width: 260px;
    vertical-align: top;
    display: inline-block
}

#offer_modal .disclaimer {
    font-size: 70%;
    margin: 5px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#offer_modal .edm-title-image {
    width: 450px;
    margin-top: -25px;
    margin-left: -25px;
    margin-bottom: 0
}

#offer_modal .edm-description-text {
    text-align: center;
    width: 370px;
    margin: 10px 0 0
}

#offer_modal .edm-description-text b {
    font-size: 110%
}

#offer_modal .offer-product-image {
    background-color: #333333;
    border-radius: 6px;
    padding: 15px;
    margin-top: 25px;
    position: absolute;
    bottom: 0
}

#offer_modal .offer-product-image img {
    width: 370px
}

#offer_modal h4 {
    text-align: left
}

#offer_modal h3 .step-text {
    color: #444343
}

#offer_modal .main-container {
    padding: 0 20px 10px;
    margin: 20px 20px 15px
}

#offer_modal .right-container {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/new-cardboard-texture-5a9ba2cc9fe3d4c7a5fc1bcb4851933e.jpg) repeat;
    border-radius: 4px;
    padding: 0 20px 20px;
    min-height: 415px
}

#offer_modal .offer-footer {
    margin: 0 20px -10px
}

#offer_modal .offer-footer p {
    color: #ffffff
}

#offer_modal .offer-footer .disclaimer {
    font-weight: normal
}

#offer_modal small {
    font-size: 100%;
    font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.offer-expired-alert {
    margin-top: 15px
}

.store-state-links {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 5px;
    color: white
}

.store-state-links a {
    color: white;
    margin-left: 5px
}

table.stores td {
    padding-bottom: 10px;
    border-top: 1px solid #666
}

.store_page {
    height: 600px
}

.store_page img {
    float: right
}

@media (max-width: 991px) {
    .store_page img {
        float: none
    }
}

.store-listings #hero {
    position: relative;
    overflow: hidden
}

.landing-page-banner-regular {
    display: block
}

@media (max-width: 991px) {
    .landing-page-banner-regular {
        display: none
    }
}

.landing-page-banner-small {
    display: none
}

@media (max-width: 991px) {
    .landing-page-banner-small {
        display: block
    }
}

#pizza-counter {
    position: absolute;
    bottom: 75px;
    left: 170px;
    height: 55px;
    background-color: #d62630
}

@media (max-width: 1199px) {
    #pizza-counter {
        left: 125px;
        bottom: 60px
    }
}

@media (max-width: 991px) {
    #pizza-counter {
        left: 39px;
        bottom: 66px;
        height: 45px
    }
}

#pizza-counter div {
    display: inline-block;
    width: 35px;
    color: white;
    font-size: 35px;
    padding-top: 7px;
    padding-left: 0;
    text-align: center;
    border-right: 3px solid #352b1f
}

@media (max-width: 991px) {
    #pizza-counter div {
        padding-top: 0;
        font-size: 35px;
        height: 45px;
        width: 30px
    }
}

#pizza_it_forward_modal .modal-content {
    width: 440px;
    background-color: #000000;
    background-repeat: no-repeat;
    margin: 0 auto
}

#pizza_it_forward_modal .pizza-it-forward-image {
    width: 100%
}

#pizza_it_forward_modal .pizza-it-forward-image img {
    display: block;
    margin: 20px auto
}

#pizza_it_forward_modal .pizza-it-forward-fields {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg-cardboard-ff506cd649768b4e6e28776a24956ad8.jpg) repeat;
    border-radius: 6px;
    border: 10px solid #333;
    padding: 15px;
    margin: 25px auto 20px;
    width: 400px
}

@media (max-width: 991px) {
    #hero.pizza-it-forward-redemption {
        width: 720px;
        height: 250px
    }
}

#hero {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg-cardboard-ff506cd649768b4e6e28776a24956ad8.jpg) repeat
}

@media (max-width: 1199px) {
    #hero {
        margin-bottom: -1px
    }
}

#hero .pizza-it-forward-congratulations {
    position: absolute;
    width: auto;
    bottom: 26px;
    left: 200px
}

@media (max-width: 1199px) {
    #hero .pizza-it-forward-congratulations {
        left: 150px
    }
}

@media (max-width: 991px) {
    #hero .pizza-it-forward-congratulations {
        left: 280px;
        bottom: 72px
    }
}

#hero .pizza-it-forward-text-overlay1 {
    position: absolute;
    bottom: 35px;
    left: 370px;
    font-size: 22px
}

@media (max-width: 1199px) {
    #hero .pizza-it-forward-text-overlay1 {
        font-size: 20px;
        left: 320px
    }
}

@media (max-width: 991px) {
    #hero .pizza-it-forward-text-overlay1 {
        font-size: 24px;
        left: 100px;
        bottom: 50px
    }
}

#hero .pizza-it-forward-text-overlay2 {
    position: absolute;
    bottom: 10px;
    left: 90px;
    font-size: 22px
}

@media (max-width: 1199px) {
    #hero .pizza-it-forward-text-overlay2 {
        font-size: 20px;
        left: 50px
    }
}

@media (max-width: 991px) {
    #hero .pizza-it-forward-text-overlay2 {
        font-size: 24px;
        line-height: 25px;
        bottom: 2px;
        left: 35px;
        text-align: center
    }
}

.pizza_it_forward_terms_link {
    text-align: center;
    width: 400px;
    display: block;
    margin: 0 0 0 615px;
    color: white
}

@media (max-width: 1199px) {
    .pizza_it_forward_terms_link {
        margin: 0 0 0 475px
    }
}

@media (max-width: 991px) {
    .pizza_it_forward_terms_link {
        margin: 0 0 0 250px
    }
}

.fb-share-button {
    text-align: center
}

@media (max-width: 991px) {
    .fb-share-button {
        width: 158px;
        margin-bottom: 25px;
        transform: scale(3.5);
        -ms-transform: scale(3.5);
        -webkit-transform: scale(2);
        -o-transform: scale(3.5);
        -moz-transform: scale(3.5);
        transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -webkit-transform-origin: top left
    }
}

@media (max-width: 991px) {
    .panel-default>.panel-heading {
        background-color: #e5e5e5
    }
}

.fadedBackground {
    left: 0;
    top: 0;
    position: absolute;
    display: none;
    background-color: #000;
    z-index: 1030;
    opacity: 0.5;
    filter: alpha(opacity=60)
}

#rfg-logo {
    width: 250px;
    display: block;
    margin: 20px auto 10px
}

.btn-order-now {
    position: absolute;
    margin-top: -60px;
    top: 60%;
    right: 7px;
    width: 147px
}

.btn-store-entry {
    position: absolute;
    margin-top: 20px;
    top: 60%;
    right: 7px;
    width: 147px
}

.faded {
    opacity: 0.2
}

.vippReceiptImage {
    width: 264px;
    margin: auto;
    position: relative
}

.short-terms {
    font-size: 75%
}

.btn-franchise-info-promo {
    position: absolute;
    top: 242px;
    right: 115px
}

@media (min-width: 736px) {
    .btn-franchise-info-promo {
        right: 53px;
        top: 148px
    }
}

@media (min-width: 768px) {
    .btn-franchise-info-promo {
        right: 53px;
        top: 148px
    }
}

@media (min-width: 992px) {
    .btn-franchise-info-promo {
        right: 90px;
        top: 195px
    }
}

@media (min-width: 1200px) {
    .btn-franchise-info-promo {
        top: 242px;
        right: 115px
    }
}

.small-sign-in-text {
    letter-spacing: 0.0em;
    font-size: 11px;
    margin-bottom: 0
}

.competition_entry_text_area {
    resize: none;
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    width: inherit;
    border: 0
}

.center {
    text-align: center
}

.competition_entry_validation {
    position: absolute;
    top: 133px
}

.invalid_input {
    background-color: #fff3f3;
    border: 2px solid #b94a48
}

.competition_entry_text_position {
    position: absolute;
    top: 231px;
    left: 280px
}

.competition_entry_text_area:focus {
    outline-width: 0
}

.comp-entry-details {
    font-weight: normal !important
}

.competition-opt-in {
    padding: 0;
    border-color: #D5512D;
    margin-left: 6px
}

.competition-opt-out {
    color: white;
    text-shadow: 1px 1px #737379;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px
}

.center {
    text-align: center
}

.secret-code-field {
    display: inline
}

.secret-code-error-field {
    display: none
}

.comp-entry-form-locked {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/CRULDP_WebLockedCompEntryForm_440x500-f1f29f50bd8f700456a87430e4c22606.png) no-repeat;
    width: 440px;
    height: 500px
}

.ldp-password-field {
    width: 50%;
    display: inline-block
}

.unlocked-pizza {
    min-height: 507px
}

.unlocked-pizza .moreinfo a {
    color: white
}

.secret-pizza-photo .more-details-product-image {
    height: 305px;
    overflow: hidden
}

.secret-pizza-photo {
    position: relative
}

.secret-pizza-photo .moreinfo {
    position: absolute;
    left: 78%;
    top: 278px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    margin-bottom: 5px;
    color: white
}

.bold-on-cardboard {
    font-family: 'Gotham Medium', sans-serif
}

.heavy-blur {
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -ms-filter: blur(12px);
    -o-filter: blur(12px);
    filter: blur(12px)
}

.blur-out {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 1800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1800ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.additional_product_text {
    margin-bottom: 0;
    font-size: smaller;
    margin-top: -7px
}

.important_notes {
    margin-top: -7px
}

.smaller_text {
    font-size: smaller
}

#left_accordion a,
#right_accordion a {
    color: #333 !important
}

#halfhalf .nav-pills li.selected a {
    color: #fff !important
}

.responsivehide {
    display: block important
}

.responsivehide2 {
    display: table-cell
}

.responsiveshow {
    display: none !important
}

.cbp-spmenu {
    display: none
}

.menu-toggle-btn {
    display: none
}

#map-canvas .store_container a,
#stores_content a {
    color: #cf413d !important
}

#stores_content a.active,
#stores_content a:hover {
    color: #555 !important
}

#stores_content a.btn {
    color: #fff !important
}

.contentholder div.item.col-xs-6.col-sm-6.col-md-3.col-lg-3.faq a {
    color: #444343 !important
}

.aboutus-left-container a,
.aboutus-right-container a {
    color: #444343
}

.copy a {
    color: #444343
}

.thankyoupage table td a {
    color: #444343
}

.hideme {
    display: none !important
}

div#pager.container2.page.hideme {
    display: none !important
}

.text-over-cardboard input.ldp-password-field {
    margin-bottom: 10px
}

.leftoverlay {
    width: 25%;
    height: 100%;
    background: #000000;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
    display: none
}

.rightoverlay {
    width: 25%;
    height: 100%;
    background: #000000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: none
}

img.comp_home_page_promo {
    display: block !important
}

img.comp_checkout_banner {
    display: block !important
}

div.unique-link-offer-popout.nodisplay {
    display: block !important
}

div.offer-modal {
    display: block !important
}

@media only screen and (max-width: 736px) {
    .page,
    body,
    html {
        overflow-x: hidden !important;
        height: auto !important
    }
    img.comp_home_page_promo {
        display: none !important
    }
    img.comp_m_site_home_page_promo.nodisplay {
        display: block !important
    }
    img.comp_checkout_banner {
        display: none !important
    }
    img.comp_m_site_checkout_banner.nodisplay {
        display: block !important;
        max-width: 100%;
        max-height: 100%
    }
    div.unique-link-offer-popout.nodisplay {
        display: none !important
    }
    img.unique-link-offer-popout.nodisplay {
        display: none !important
    }
    div.offer-modal {
        display: none !important
    }
    div.offer-modal-msite.nodisplay {
        display: block !important
    }
    img.homepage_banner {
        display: none !important
    }
    img.alcohol_homepage_banner {
        display: none !important
    }
    .desktop-ootb-header {
        display: none !important
    }
    .mobile-ootb-header {
        display: block !important
    }
    img.m_site_homepage_banner.nodisplay {
        display: block !important
    }
    img.m_site_alcohol_homepage_banner.nodisplay {
        display: block !important
    }
    .contentholder div.item.col-xs-6.col-sm-6.col-md-3.col-lg-3.faq {
        width: 100% !important
    }
    div#halfhalf.ng-scope {
        background: #000
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s
    }
    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s
    }
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s
    }
    @-webkit-keyframes bounceIn {
        20%,
        40%,
        60%,
        80%,
        from,
        to {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
        }
        0% {
            opacity: 1;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }
    @keyframes bounceIn {
        20%,
        40%,
        60%,
        80%,
        from,
        to {
            -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
        }
        0% {
            opacity: 1;
            -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }
    .bounceIn {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn
    }
    div#halfhalf .half-half-pizza-types .btn-default:hover {
        color: #ebebeb;
        background-color: #444343;
        border-color: #444343
    }
    .cbp-spmenu-left.cbp-spmenu-open,
    .cbp-spmenu-right.cbp-spmenu-open {
        -webkit-overflow-scrolling: touch
    }
    #halfhalf .row {
        margin-left: 0;
        margin-right: 0
    }
    #halfhalf .text-center {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #halfhalf h1.pull-left {
        display: none
    }
    small#beverages-disclaimer-text {
        display: inline;
        padding: 10px !important;
        float: left
    }
    #halfhalf #left_accordion {
        display: none;
        background-size: 250px 250px;
        background: url("/assets/bg-cardboard.jpg");
        padding: 10px;
        border-radius: 5px;
        position: absolute;
        z-index: 99999;
        width: 92%;
        top: 0
    }
    #halfhalf #right_accordion {
        display: none;
        background-size: 250px 250px;
        background: url("/assets/bg-cardboard.jpg");
        padding: 10px;
        border-radius: 5px;
        position: absolute;
        z-index: 99999;
        width: 92%
    }
    #halfhalf #left_accordion .modal-header,
    #halfhalf #right_accordion .modal-header {
        border: 0 !important
    }
    #halfhalf #left_accordion .modal-header .close,
    #halfhalf #right_accordion .modal-header .close {
        margin-right: -10px !important;
        margin-top: -60px !important
    }
    #halfhalf .half-half-customise-section {
        background-color: black;
        padding: 0;
        border-radius: 0;
        color: #fff;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    #halfhalf .half-half-customise-section .reel.left,
    #halfhalf .half-half-customise-section .reel.left p,
    #halfhalf .half-half-customise-section .reel.right,
    #halfhalf .half-half-customise-section .reel.right p {
        height: 400px
    }
    #halfhalf .half-half-customise-section .reel.left p img {
        margin-left: 52%;
        height: 80%;
        float: left;
        margin-top: 5%
    }
    #halfhalf .half-half-customise-section .reel.right p img {
        margin-right: 50%;
        height: 80%;
        float: right;
        margin-top: 5%
    }
    #halfhalf .half-half-customise-section .reel.left p.upper-crust img {
        margin-left: 30%;
        height: 80%;
        float: left;
        margin-top: 5%
    }
    #halfhalf .half-half-customise-section .reel.right p.upper-crust img {
        margin-right: 30%;
        height: 80%;
        float: right;
        margin-top: 5%
    }
    #halfhalf .half-half-customise-section .reel p .name {
        background: rgba(0, 0, 0, 0.5)
    }
    #halfhalf div.btn-group.half-half-pizza-types {
        width: 100%;
        margin: 0
    }
    #halfhalf div.btn-group.half-half-pizza-types .btn {
        width: 48% !important;
        margin: 1%
    }
    #halfhalf .btn {
        width: auto !important
    }
    #halfhalf .spin-button {
        border-radius: 100px;
        background: #444343;
        border: 0;
        margin-top: 10px;
        width: 40% !important;
        display: inline-block;
        position: relative
    }
    #halfhalf .leftcustombtn {
        background: url("/assets/customhalf.png");
        height: 34px;
        width: 34px;
        float: left;
        background-size: contain;
        margin-top: 10px;
        background-repeat: no-repeat;
        margin: 10px 5px 5px;
        cursor: pointer
    }
    #halfhalf .rightcustombtn {
        background: url("/assets/customhalf.png");
        height: 34px;
        width: 34px;
        float: right;
        background-size: contain;
        margin-top: 10px;
        background-repeat: no-repeat;
        margin: 10px 5px 5px;
        cursor: pointer
    }
    #halfhalf .righthalfbtn {
        background: url("/assets/righthalf.png");
        height: 34px;
        width: 34px;
        float: right;
        background-size: contain;
        margin-top: 10px;
        background-repeat: no-repeat;
        margin: 10px 10px 5px 5px;
        cursor: pointer
    }
    #halfhalf .lefthalfbtn {
        background: url("/assets/lefthalf.png");
        height: 34px;
        width: 34px;
        float: left;
        background-size: contain;
        margin-top: 10px;
        background-repeat: no-repeat;
        margin: 10px 5px 5px 10px;
        cursor: pointer
    }
    #halfhalf .buttons {
        width: 100% !important;
        top: -35px;
        position: relative;
        padding-right: 10px;
        padding-left: 10px
    }
    #halfhalf .customise-quantity {
        margin-top: 6px;
        float: left !important;
        width: auto
    }
    #halfhalf .buttons h3 {
        position: relative;
        left: 60px;
        top: 40px;
        font-size: 18px
    }
    #halfhalf h3.pointer {
        display: none;
        margin-top: -20px;
        position: absolute;
        top: 60px;
        left: 35px
    }
    #halfhalf .halfhalfcustom {
        display: none;
        padding: 90px 20px 20px;
        background: #fff;
        color: #000;
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 350%
    }
    .aboutus-left-container .form-group label,
    .aboutus-left-container .panel-footer,
    .aboutus-left-container .panel-heading {
        display: none
    }
    .aboutus-left-container .form-group input,
    .aboutus-left-container .form-group textarea {
        width: 100%
    }
    .aboutus-left-container .form-group textarea {
        height: 70px
    }
    #halfhalf .halfhalfcustom .closeme {
        top: -70px;
        position: relative;
        right: -15px;
        margin-top: 0
    }
    div.pac-container.pac-logo.hdpi {
        left: 7px !important;
        width: 96% !important
    }
    #halfhalf .halfhalfcustom .halfleftcustom,
    #halfhalf .halfhalfcustom .halfrightcustom {
        display: none
    }
    .ingredient-name-column {
        max-width: 110px !important
    }
    #halfhalf .halfhalfcustom .ingredient-name-column {
        max-width: 110px !important
    }
    #halfhalf table.ingredients .btn {
        width: 100% !important
    }

    #halfhalf .bottombuttonmargin {
        margin-bottom: -25px;
        float: left;
        width: 100%
    }
    #halfhalf .bottombuttonmargin a.plus-minus-anchor,
    #halfhalf .bottombuttonmargin a.plus-minus-anchor {
        float: left
    }
    #halfhalf .bottombuttonmargin span.ng-binding {
        float: left;
        margin: 3px 7px 0
    }
    #halfhalf .halfhalfcustom i.icon-angle-down,
    #halfhalf .halfhalfcustom i.icon-angle-up {
        display: none
    }
    .item .btn.border {
        top: 100px;
        position: absolute;
        right: 10px
    }
    .about-filters .btn-group .btn {
        width: 50% !important
    }
    #byo_button:before {
        content: "" !important
    }
    #InterstitialModal .modal-header,
    #LDPPasswordModal .modal-header,
    #VIPP .modal-header,
    #e_passport .modal-header {
        background: url("/assets/bg-cardboard.jpg");
        background-size: 250px 250px;
        background-color: transparent !important;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-top: 40px
    }
    #LDPPasswordModal div.text-over-cardboard.center {
        float: left
    }
    #VIPP .modal-header,
    #e_passport .modal-header {
        padding: 5px 15px 8px
    }
    #InterstitialModal .modal-content,
    #LDPPasswordModal .modal-content,
    #VIPP .modal-content,
    #e_passport .modal-content {
        background-color: transparent
    }
    .modal-content .modal-header h5 {
        color: #444343 !important;
        text-transform: uppercase;
        padding-top: 25px
    }
    .modal-content h3 {
        font-size: 16px
    }
    .modal-header .close {
        background-image: url("/assets/closeme.png");
        height: 45px;
        width: 45px;
        background-size: contain;
        float: right;
        margin-top: 15px;
        margin-right: 10px;
        cursor: pointer;
        border: 0;
        opacity: 1;
        color: transparent;
        content: "";
        box-shadow: none;
        line-height: 0;
        overflow: hidden;
        padding-top: 30px
    }
    .bootbox .modal-header .close {
        margin-top: -10px !important
    }
    .regopage .btn {
        width: auto
    }
    .form-group .boolean label input,
    .inputs .boolean label input {
        margin-top: -16px
    }
    .bootbox .modal-dialog .modal-content {
        background-color: #fff !important
    }
    .bootbox .modal-content .modal-header .close {
        margin-right: -10px !important
    }
    .info-and-customise .modal-content {
        background-color: #fff !important
    }
    .info-and-customise .modal-dialog {
        width: 100% !important;
        margin: 0
    }
    .info-and-customise .modal-dialog .dropdown-toggle {
        width: 100% !important
    }
    .info-and-customise .modal-dialog .crust-bootstrap-select {
        float: left !important;
        top: 47px
    }
    .info-and-customise .modal-dialog .crust-bootstrap-select+h4.pull-right {
        float: left !important;
        top: -47px;
        position: relative
    }
    table.ingredients .crust-bootstrap-select {
        float: left !important;
        top: 0 !important;
        border: 1px solid #444343 !important;
        display: block;
        width: 90% !important;
        border-radius: 3px;
        padding: 4px !important
    }
    table.ingredients a.plus-minus-anchor {
        float: left
    }
    table.ingredients span.ng-binding {
        width: 17%;
        text-align: center;
        float: left;
        top: -40px
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        line-height: 2 !important
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        border: 1px solid transparent !important
    }
    .ng-scope h5.pointer {
        background: #f1ddde;
        padding: 10px;
        border-radius: 3px
    }
    .ng-scope h5.pointer .badge.ingredient-quantity-badge {
        background: #444343;
        padding: 0;
        min-width: 10px;
        width: 20px;
        float: left;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        font-size: 12px !important;
        margin-right: 10px
    }
    #product_detail_and_customise_modal .modal-dialog .btn {
        margin-right: 0 !important;
        margin-top: 1px;
        width: 41% !important
    }
    #product_detail_and_customise_modal .modal-dialog button.btn.btn-default.dropdown-toggle {
        width: 100% !important
    }
    #product_detail_and_customise_modal .modal-dialog .customise-quantity {
        float: left
    }
    .ingredient_types span.badge {
        font-size: 16px !important;
        margin: 1px !important
    }
    .ng-scope .ingredient_types.true {
        margin-bottom: 20px !important
    }
    .info-and-customise .modal-dialog h4.pull-right {
        float: left !important;
        top: 0;
        position: relative
    }
    .info-and-customise .modal-dialog .marginforbuttons {
        padding: 0 9px;
        width: 100%;
        margin-bottom: 20px;
        float: left
    }
    .info-and-customise .modal-dialog .table-striped td:nth-child(2) {
        text-align: right
    }
    .modal-content .modal-body {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
    .btn-default,
    .btn-default:focus,
    .btn-default:hover {
        color: #444343;
        background-color: #ebebeb;
        border-color: #444343
    }
    .modal-content small {
        margin: 10px 0;
        width: 100%;
        float: left;
        font-weight: bold
    }
    .modal-content .col-sm-6 {
        width: 100%;
        float: left
    }
    .more-details-product-image h2,
    .more-details-product-image h4 {
        width: 100%;
        background: #fff;
        color: #333;
        text-align: center;
        margin-left: -0px;
        padding: 20px 0 10px;
        margin-top: 0;
        position: relative;
        z-index: 999999999
    }
    .more-details-product-image h4 {
        padding: 0 0 10px;
        display: none
    }
    .modal-content .more-details-product-image {
        margin: -20px -20px 20px
    }
    .modal-content .more-details-product-image p {
        text-align: center
    }
    .modal-content .more-details-product-image img {
        width: 95%;
        margin: 40px 3% 10px
    }
    .modal-content .col-sm-6 h2.responsiveshow,
    .modal-content .col-sm-6 h4.responsiveshow {
        text-align: center
    }
    .vipp-save-panel .btn {
        width: auto !important
    }
    #user_registration #hero {
        width: 100% !important;
        height: 70px !important
    }
    #user_registration #hero h1 {
        bottom: 0 !important;
        text-shadow: 0 0 5px #000
    }
    body.modal-open div#pager.container2.page {
        display: block !important
    }
    .button_to .btn-default,
    .button_to .btn-default:hover {
        color: #fff !important;
        background-color: #444343 !important;
        border-color: #444343 !important;
        border: 1px solid;
        color: fff !important
    }
    .btn-preferred-store.selected {
        background-color: #333 !important
    }
    div.col-sm-3.col-md-3.col-lg-3.left,
    div.col-sm-3.col-md-3.col-lg-3.right {
        position: absolute;
        width: 100%;
        top: 90px;
        -webkit-overflow-scrolling: touch;
        z-index: 19
    }
    .modalclose {
        margin-top: 55px
    }
    #showMap {
        display: none !important
    }
    #error_explanation ul {
        margin-left: 0;
        padding: 0
    }
    #contentholder #crust_gourmet_menu small#beverages-disclaimer-text+h4 {
        padding: 10px 20px
    }
    .text-over-cardboard {
        padding: 20px
    }
    .cbp-spmenu {
        display: block
    }
    html.night {
        background-image: none !important
    }
    .container2 {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        -webkit-overflow-scrolling: touch
    }
    .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0
    }
    .page-wrap input#target {
        right: 10px !important;
        top: 120px !important;
        left: auto !important;
        width: 60% !important
    }
    .page-wrap .store-state-links {
        background: url("/assets/bg-cardboard.jpg");
        background-size: 250px 250px;
        width: 100%;
        padding: 10px
    }
    table.stores tr:first-child td a h4 {
        margin-top: 40px
    }
    #map-canvas {
        height: 79% !important
    }
    .k-textbox {
        line-height: 1.2em !important
    }
    .page-wrap .store-state-links .stateheading {
        display: none
    }
    .page-wrap .store-state-links a {
        float: left;
        background: #444343;
        color: #fff !important;
        padding: 0;
        border-radius: 50px;
        width: 12.6%;
        text-align: center;
        margin: 2px 0.8%
    }
    div.gmnoprint .gmnoprint {
        top: -50px !important
    }
    div.gmnoprint.gm-style-cc {
        display: none !important
    }
    div.gm-style-cc {
        display: none !important
    }
    .gm-style-iw .btn {
        width: auto !important
    }
    button.btn.btn-primary.back-to-homepage {
        width: auto;
        margin-top: 20px;
        margin-left: 15px
    }
    .thankyoupage+div.col-sm-3.col-md-4.col-lg-4 .pull-right {
        float: left !important;
        margin-left: 10px
    }
    .store-listings #hero {
        display: block
    }
    .statelistingbackground {
        padding: 50px 10px !important
    }
    div.sotrephonemobile.responsiveshow {
        margin: 20px 0
    }
    .store_page img {
        width: 100%
    }
    .store_page {
        height: auto!important;
        padding: 50px 10px
    }
    .store_page .btn {
        width: auto !important
    }
    #crust_gourmet_affix_menu,
    .navbar-collapse ul.navbar-nav {
        display: none !important
    }
    #hero {
        width: 100%;
        display: none
    }
    .homepage-hero {
        display: block !important
    }
    .navbar-collapse,
    .navbar-toggle {
        display: none !important
    }
    .navbar-header {
        float: left;
        margin-left: 0 !important;
        left: 0 !important;
        position: relative;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        margin-top: 10px
    }
    .navbar-brand {
        left: 50% !important;
        float: left !important;
        position: relative;
        margin-left: -67.5px !important;
        text-indent: -9999px
    }
    .navbar-collapse {
        padding-bottom: 10px
    }
    #contentholder {
        padding: 0 0 30px
    }
    .pizzas .col-sm-6 {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0
    }
    .pizzas .item .photo .new,
    .pizzas .item .photo .removed {
        right: 20%
    }
    .pizzas {
        width: 100%;
        margin-left: 0
    }
    .pizzas .item .photo {
        width: 100%;
        margin-left: 10px
    }
    .pizzas .item .photo img {
        width: 50%;
        margin: 0 23%
    }
    .pizzas .upper .photo img {
        width: 50%;
        margin: 7% 23%
    }
    .navbar-collapse {
        position: relative
    }
    .pizzas .item .info {
        top: 196px;
        height: 124px;
        left: 20px;
        right: 20px
    }
    .stars {
        display: none
    }
    .site-footer .col-xs-3 {
        display: none !important
    }
    .site-footer .external-links {
        display: block !important;
        width: 100%
    }
    .site-footer {
        height: 60px !important;
        margin-top: 3px;
        background: #ffffff;
        color: #333;
        width: 100%;
        float: left
    }
    .page-wrap {
        margin-bottom: auto
    }
    .page-wrap:after {
        height: 0
    }
    .site-footer .icon-light {
        color: #333
    }
    .site-footer ul.list-unstyled li,
    .site-footer ul.list-inline li {
        float: left;
        width: 25%;
        text-align: center;
        font-size: 25pt
    }
    .crust-bootstrap-select .dropdown-toggle {
        width: 100%
    }
    div.btn-group.bootstrap-select.crust-bootstrap-select.product_size_selection {
        width: 52% !important
    }
    div.dropdown-menu.open {
        width: 100%
    }
    .pizzas .item .info h3 {
        text-transform: uppercase;
        font-size: 18px !important;
        font-weight: bold;
        height: 20px;
        overflow: hidden
    }
    .pizzas .item .info h4 {
        font-size: 17px !important;
        font-weight: bold
    }
    a.vipp.rounded-button {
        border-radius: 0 !important
    }
    .small {
        display: none
    }
    .loginareaf {
        background: #444343;
        height: auto;
        padding: 0;
        color: #fff !important;
        float: left;
        width: 100%
    }
    .loginareaf a.vipp-signed-in,
    .loginareaf a.vipp-signed-in1 {
        color: #fff !important;
        width: 100%;
        float: left;
        border-radius: 0 !important;
        height: auto
    }
    .loginareaf a.vipp-signed-in:hover {
        color: #fff !important;
        border-radius: 0 !important
    }
    .loginareaf a.vipp-signed-in2 {
        color: #fff !important;
        padding: 3px 7px;
        float: left;
        border: 1px solid #fff;
        border-radius: 2px;
        text-transform: uppercase;
        margin-right: 5px;
        font-size: 12px
    }
    .loginareaf:hover a.vipp-signed-in {
        background: #555;
        color: #fff !important
    }
    .loginareaf li {
        list-style: none
    }
    .loginareaf li a.vipp {
        height: 100px;
        width: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        background-color: transparent;
        background-image: url("/assets/vipp2.svg");
        margin: 0
    }
    .loginareaf li a.vipp:hover {
        background-image: url("/assets/vipp2.svg");
        background-color: #555
    }
    .loginareaf li.dropdown {
        padding: 10px;
        margin-bottom: 0 !important;
        float: left;
        width: 100%
    }
    .modal-dialog .modal-content a#maphide.box.closebox.closeme,
    .modal-dialog .modal-content label#showMap.btn.btn-default.responsiveshow {
        display: none !important
    }
    .store_page form.button_to.ng-pristine.ng-valid {
        overflow: visible !important
    }
    .store_page .btn-default,
    .store_page .btn-default:hover {
        overflow: visible !important;
        color: #444343 !important;
        border-color: #444343 !important;
        background-color: #ebebeb !important;
        border: 1px solid #444343 !important;
        width: auto !important
    }
    div#contentholder,
    div.store_info.text-over-cardboard {
        float: left !important
    }
    div#contentholder {
        width: 100% !important
    }
    div.btn-group.bootstrap-select.crust-bootstrap-select.previous_orders_selector {
        width: 55% !important
    }
    div#previous-orders-dropdown-container.btn-group {
        width: 100%;
        padding: 10px
    }
    div#previous-orders-dropdown-container .btn-group div.dropdown-menu.open {
        width: 178%
    }
    a#previous_orders_toggle.accordion-toggle {
        width: 100%;
        margin: 0;
        float: left;
        padding-top: 10px;
        background-color: #444343;
        padding: 20px 10px 10px;
        color: #fff;
        margin-bottom: 20px;
        box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -10px 10px rgba(0, 0, 0, 0.5), inset 0 20px 20px rgba(245, 93, 98, 0.8)
    }
    #previous_orders_toggle .icon-angle-down:before,
    #previous_orders_toggle .icon-angle-up:before {
        color: #fff
    }
    #previous-orders-toggle-text {
        color: #fff
    }
    #contentholder h1 {
        padding: 0 20px
    }
    input#repeat_order_button.btn.btn-default.active {
        width: 100%
    }
    form.button_to.ng-pristine.ng-valid {
        float: left;
        width: 45%;
        overflow: hidden;
        border-radius: 3px
    }
    #crust_vipp_logged_in_section .button_to div {
        width: 100%
    }
    #crust_vipp_logged_in_section .pizzas {
        background: url("/assets/RusticFloorboard_Hard_970_compressedgrey.png") center 2px repeat-y
    }
    div#offer_modal.modal.in {
        overflow-x: hidden;
        overflow-y: scroll !important;
        position: absolute !important
    }
    #offer_modal .main-container {
        padding: 0 0 10px
    }
    #offer_modal .modal-dialog {
        width: 100% !important
    }
    #offer_modal .left-container {
        display: none !important
    }
    #offer_modal .edm-title-image {
        width: 110% !important;
        margin-top: 0;
        margin-left: -5px
    }
    #offer_modal .offer-product-image {
        width: 100%;
        margin-bottom: 20px !important
    }
    #offer_modal .offer-product-image img {
        width: 100% !important
    }
    #offer_modal .right-container {
        width: 100% !important
    }
    #offer_modal div.modal-content {
        width: 95% !important;
        background-size: contain !important
    }
    #hero-promo-image {
        display: none
    }
    .secret-pizza-section div.col-xs-12.col-md-6.center a img {
        width: 100% !important
    }
    .secret-pizza-photo .moreinfo {
        position: absolute;
        left: 69%;
        top: 310px;
        background-color: #444343;
        padding: 4px 9px;
        margin-bottom: 5px;
        color: white;
        border-radius: 3px
    }
    div.popover.fade.left.in {
        top: 0 !important;
        left: 25% !important;
        display: block !important;
        position: fixed !important;
        width: 50% !important;
        max-width: 100% !important;
        float: left !important;
        margin-left: 0 !important;
        opacity: 1 !important;
        z-index: 99999999999
    }
    div.popover.fade.left.in .arrow {
        display: none
    }
    html.night.aboutus .tiles .item.faq .thumbnail {
        min-height: 0 !important;
        height: auto !important;
        overflow: visible
    }
    html.night.aboutus .tiles .item.faq .thumbnail .imageholder {
        height: auto !important;
        position: relative !important
    }
    .about-filters .btn-group>.btn:first-child {
        margin-left: -1px !important
    }
    div.col-xs-6.col-xs-offset-4.competition-terms-link.competition-landing-page-terms-link {
        margin-left: 25%;
        width: 50%
    }
    div.col-xs-6.col-xs-offset-4.competition-terms-link.competition-landing-page-terms-link a {
        background: #444343;
        float: left;
        margin-top: 30px;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        border-radius: 3px
    }
    div#LDPPasswordModal.modal.in {
        position: absolute !important
    }
    .about-filters a.btn.btn-default {
        border-radius: 0 !important
    }
    html.night.aboutus .tiles .item .thumbnail:hover .imageholder {
        opacity: 1 !important
    }
    .responsivehide {
        display: none !important
    }
    .responsivehide2 {
        display: none !important
    }
    .responsiveshow {
        display: block !important
    }
    .leftfloat {
        float: left
    }
    .floatright {
        float: right
    }
    .panel-group .panel-heading+.panel-collapse .panel-body {
        border-top: 0 !important
    }
    .info-and-customise .modal-dialog .crust-bootstrap-select+h4.pull-right {
        font-size: 18px;
        width: 55%
    }
    .panel-default {
        border-color: transparent
    }
    .closeme {
        background-image: url("/assets/closeme.png");
        height: 45px !important;
        width: 45px !important;
        background-size: contain;
        float: right;
        margin-top: 25px;
        margin-right: 10px;
        cursor: pointer;
        border: 0 !important
    }
    .offer-modal-close {
        background-image: url("/assets/closeme.png");
        height: 45px !important;
        width: 45px !important;
        background-size: contain;
        float: right;
        margin-top: 25px;
        margin-right: 10px;
        cursor: pointer;
        border: 0 !important;
        position: absolute;
        right: -5px !important;
        top: -15px !important;
        z-index: 1000000000;
        opacity: 1 !important
    }
    .dropdown-menu>li>a:hover {
        background: #fff;
        border-color: #fff;
        color: #333
    }
    .cbp-spmenu-left ul li a {
        border-bottom: 0 solid transparent !important;
        float: left;
        margin-top: 0.5em;
        padding: 0.4em !important;
        font-size: 0.9em !important;
        width: 100% !important;
        line-height: 30px
    }
    .cbp-spmenu-left ul li a.colorme:active {
        color: #fff !important;
        background: #444343 !important
    }
    .cbp-spmenu-left ul li a {
        margin-top: 0 !important;
        padding: 1em !important
    }
    .cbp-spmenu-left ul li .menulist {
        background: #fff !important
    }
    .menu-toggle-btn {
        display: block !important;
        margin: 0;
        cursor: pointer;
        background-color: #444343;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        position: absolute;
        left: 15px;
        top: 25px;
        text-align: center;
        padding-left: 12px;
        padding-top: 15px
    }
    .menu-toggle-btn span {
        background: #fff;
        display: block;
        width: 25px;
        height: 4px;
        text-align: center;
        border-radius: 0;
        margin-bottom: 4px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.3s linear
    }
    div#showLeftPush.menu-toggle-btn.active,
    div#showLeftPush.menu-toggle-btn.active.open,
    div#showLeftPush.menu-toggle-btn.open {
        background-color: #fff !important;
        padding-left: 9px;
        padding-top: 14px
    }
    div#showLeftPush.menu-toggle-btn.active span:nth-child(1),
    div#showLeftPush.menu-toggle-btn.active span:nth-child(3),
    div#showLeftPush.menu-toggle-btn.active.open span:nth-child(1),
    div#showLeftPush.menu-toggle-btn.active.open span:nth-child(3),
    div#showLeftPush.menu-toggle-btn.open span:nth-child(1),
    div#showLeftPush.menu-toggle-btn.open span:nth-child(3) {
        transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        -ms-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        -webkit-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        -o-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        -moz-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        margin-top: -2px;
        background: #444343;
        margin-left: 1px;
        height: 2px;
        width: 30px
    }
    div#showLeftPush.menu-toggle-btn.active span:nth-child(2),
    div#showLeftPush.menu-toggle-btn.active.open span:nth-child(2),
    div#showLeftPush.menu-toggle-btn.open span:nth-child(2) {
        height: 0;
        margin: 0
    }
    div#showLeftPush.menu-toggle-btn.active span:nth-child(3),
    div#showLeftPush.menu-toggle-btn.active.open span:nth-child(3),
    div#showLeftPush.menu-toggle-btn.open span:nth-child(3) {
        transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        -ms-transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        -webkit-transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        -o-transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        -moz-transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        background: #444343;
        margin-top: -3px;
        margin-left: 1px;
        width: 30px
    }
    .additional_product_text {
        font-size: 11px
    }
    .pizzas .item .info h3.price_display {
        margin-bottom: 3px
    }
}

@media only screen and (max-width: 480px) {
    .loginareaf li a.vipp {
        background-size: 80%
    }
    div.popover.fade.left.in {
        width: 90% !important;
        left: 5% !important
    }
    .pizzas .item .photo .new,
    .pizzas .item .photo .removed {
        right: -10px
    }
    #halfhalf .half-half-customise-section .reel.left p img {
        margin-left: 13%;
        height: 80%;
        float: left;
        margin-top: 20%
    }
    #halfhalf .half-half-customise-section .reel.right p img {
        margin-right: 13%;
        height: 80%;
        float: right;
        margin-top: 20%
    }
    #halfhalf .reel p .name {
        height: 50px
    }
    #halfhalf .half-half-customise-section .reel.left p.upper-crust img {
        margin-left: 10%;
        height: 60%;
        float: left;
        margin-top: 40%
    }
    #halfhalf .half-half-customise-section .reel.right p.upper-crust img {
        margin-right: 10%;
        height: 60%;
        float: right;
        margin-top: 40%
    }
    .pizzas .item .photo img {
        width: 90%;
        margin: 0 4%
    }
    .pizzas .upper .photo img {
        width: 90%;
        margin: 12% 4%
    }
}

#crust-deal-code {
    min-width: auto;
    width: 222px;
    height: 30px;
    margin-bottom: 0;
    padding: 6px;
    line-height: 16px
}

.isotope-item.isotope-hidden {
    display: none !important
}

#nprogress .bar {
    background: #444343;
    z-index: 1000000000;
    height: 4px
}

#nprogress .spinner {
    z-index: 1000000000;
    top: 40%;
    right: 50%
}

#nprogress .peg {
    box-shadow: 0 0 10px #444343, 0 0 5px #444343
}

#nprogress .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #444343;
    border-left-color: #444343;
    border-radius: 40px
}

.mobilespinner {
    width: 64px;
    height: 64px;
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/mobile-spinner-64-f61cc378ca800c607e163f5d169a5bc0.gif) 0 0 transparent no-repeat;
    border-radius: 5px;
    z-index: 10000000;
    display: none
}

#loading-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000000
}

#alcohol-upsell a.btn-link {
    color: #333333
}

#alcohol-upsell a.btn-link:hover,
#alcohol-upsell a.btn-link:focus {
    text-decoration: none
}

#alcohol-modal .modal-header .close,
#age-verification-modal .modal-header .close {
    margin-top: -8px;
    margin-right: -8px
}

#age-verification-modal select.form-control {
    width: auto;
    display: inline-block
}

#alcohol-modal .modal-header {
    border-bottom: none
}

#alcohol-modal .modal-content {
    background-color: #181b22;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/alcohol_upsell_banner-e23097b1346da17f27b0a727431718f2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 600px
}

#alcohol-modal .modal-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#alcohol-modal .alcohol-buttons {
    text-align: center
}

#alcohol-modal .alcohol-buttons .btn {
    width: 200px
}

#alcohol-modal .alcohol-buttons .btn-primary {
    margin-right: 20px
}

#alcohol-modal .alcohol-buttons .btn-default {
    border: none;
    background-color: #414042;
    color: #ffffff
}

#alcohol-modal .subtext {
    color: #fff
}

.flash.alert-modal,
.flash.alert-success {
    display: none
}

#receipt-competition {
    font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#receipt-competition a.btn {
    margin-bottom: 15px
}

#entered-competition {
    font-size: 20px
}

.cart .checkout-cart {
    padding-left: 10px
}

.navbar .navbar-right .cart:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0)
}

.navbar .navbar-right .checkout.true {
    color: #eee;
    background: #cf413d;
    border-color: transparent
}

.cart-container {
    height: 90px;
    margin: 5px 0 5px 5px
}

.night .navbar .navbar-right .cart:before {
    border-color: #eee transparent transparent transparent
}

.night .navbar .navbar-right .checkout,
.night .navbar .navbar-right .vipp-signed-in {
    color: #fff;
    text-transform: uppercase;
    padding: 38px 13px 39px
}

.night .navbar .navbar-right .checkout-enabled {
    color: #444343;
    background-color: white
}

#checkout_disabled:hover {
    color: #bbb
}

.night .navbar .navbar-right .checkout-enabled:hover {
    color: black
}

.checkout-cart {
    background-color: #f5f5f5
}

.checkout-cart h4 {
    position: inherit;
    font-size: 16px
}

#preference-body.checkout-preference-body #pickup_map {
    height: 400px;
    width: 100%
}

.checkout_contact_details {
    margin-top: 0;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .checkout-card-details label {
        margin-left: 15px
    }
}

.checkout-card-details .expiry {
    float: left
}

.checkout-card-details li.radio {
    padding-left: 20px
}

.time_dropdown {
    margin-bottom: 10px
}

.cart-product-price {
    font-family: 'Gotham Medium';
    color: #000000
}

.panels-wrapper .media-list .media .pizza {
    position: relative
}

.panels-wrapper .media-list .media .imageholder a {
    display: block;
    cursor: pointer
}

.panels-wrapper .media-list .media h5 {
    font-family: 'Gotham Book', sans-serif;
    letter-spacing: 0;
    margin: 0
}

#incart .media-list .media .price {
    width: 72px
}

#incart .media-list .media.edit .pizza img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.3;
    z-index: 0
}

#incart .media-list .media .badge {
    font-size: 8px;
    font-family: sans-serif;
    font-weight: 400;
    padding: 3px 5px;
    letter-spacing: normal;
    text-transform: uppercase;
    vertical-align: middle
}

#incart .media-list .media .btns {
    margin-top: 5px
}

#incart .media-list .media .btns .btn-xs,
#incart .media-list .media .btns .btn-group-xs>.btn {
    background-color: #eee;
    border-color: #eee;
    padding: 1px 5px
}

#incart .media-list .media .btns .btn-xs:first-child,
#incart .media-list .media .btns .btn-group-xs>.btn:first-child {
    margin-right: 3px
}

#incart .media-list .media .btns .btn-xs:hover,
#incart .media-list .media .btns .btn-group-xs>.btn:hover {
    background-color: #ddd;
    color: #222;
    border-color: #ddd
}

#incart .media-list .media.edit .btns .btn-xs:first-child:hover,
#incart .media-list .media.edit .btns .btn-group-xs>.btn:first-child:hover {
    background-color: #444343;
    color: white;
    border-color: #444343
}

#incart .cart-product-remove {
    margin-left: 0
}

#incart .panel .price {
    text-align: right
}

#incart .half-image {
    display: block;
    overflow: hidden;
    float: left
}

#incart,
#offer_cart {
    overflow: auto;
    min-height: 90px
}

#offer_cart .panel-body ul.media-list span.pull-right.price {
    margin-top: 10px
}

#checkout_cart {
    margin-bottom: 5px
}

#checkout_cart #incart .panel-body,
#checkout_cart .wyal-details .panel-body {
    padding: 0 0 10px
}

#newCart {
    position: absolute;
right: -30px;
width: 320px;
padding-top: 1px;
background-color: rgba(255, 255, 255, 0.85);
display: none;
top: 74px;
z-index: 99;
}

@media (max-width: 992px) {
    #newCart {
        left: -10px
    }
}

#newCart:before {
    content: '';
    position: absolute;
    left: 72%;
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

@media (max-width: 992px) {
    #newCart:before {
        left: 10%
    }
}

#newCart .media-list .media {
    position: relative;
    overflow: hidden;
    min-height: 70px
}

#newCart .media-list .media .pizza {
    width: 70px;
    height: 70px;
    text-align: center
}

#newCart .media-list .media .pizza img {
    max-height: 70px;
    max-width: 70px
}

#newCart .media-list .media .pizza .half-image {
    width: 33.5px
}

#newCart .media-list .media .pizza .right-half-image img {
    margin-left: -33.5px
}

#newCart .cart-close-container {
    height: 25px
}

#newCart .cart-close-container .closecart {
    position: absolute;
    right: 15px;
    float: none
}

#newCart .panel-group {
    margin-bottom: 0
}

#newCart .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    border-radius: 0;
    border-width: 1px 0;
    background-color: transparent
}

#newCart .panel:first-child {
    border-top: 0
}

#newCart .panel .panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: transparent;
    padding: 0
}

#newCart .panel .panel-heading>a {
    display: block;
    color: inherit
}

#newCart .panel .panel-heading .icon-ok-sign {
    color: green
}

#newCart .panel .panel-heading .icon-remove-sign {
    color: #444343
}

#newCart .panel .panel-heading h4.panel-title {
    padding: 10px;
    font-size: 18px
}

#newCart .panel .panel-heading h4.panel-title .icons {
    display: block;
    float: right
}

#newCart .panel .panel-heading h4.panel-title .icons i:last-child {
    margin-left: 3px
}

#newCart .subtotal {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2px 15px;
    overflow: auto
}

#newCart .bill {
    padding: 15px;
    text-transform: uppercase
}

#newCart .bill a:hover {
    background: #222 !important
}

#newCart .closecart {
    color: #333;
    border-radius: 0;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px
}

#newCart h3 {
    margin: 0
}

#newCart .popover {
    width: 400px;
    max-width: 400px;
    margin-left: -25px;
    z-index: 1040
}

@media (max-width: 992px) {
    #newCart .popover {
        width: 350px;
        max-width: 350px
    }
}

#newCart .popover .upsell_image_container {
    height: 147px
}

#newCart .popover .upsell_image_container img {
    width: 100%
}

#newCart .popover .upsell_lower_content h5 {
    margin-top: 0
}

#newCart .popover .multi_upsell_table {
    width: 366px
}

@media (max-width: 992px) {
    #newCart .popover .multi_upsell_table {
        width: 326px
    }
}

#newCart .popover .multi_upsell_table td {
    border-top: 1px solid #ddd
}

#newCart .popover .multi_upsell_table .multi-upsell-plus-minus {
    vertical-align: top;
    text-align: right;
    width: 4em
}

#newCart .popover .multi_upsell_table .multi-upsell-plus-minus a:hover {
    text-decoration: none
}

#newCart .popover .multi_upsell_table .multi-upsell-price {
    text-align: right;
    width: 4em
}

.checkoutpage .media-list .media {
    position: relative;
    overflow: hidden;
    height: 100px
}

.checkoutpage .media-list .media:first-child {
    margin-top: 15px
}

.checkoutpage .media-list .media .pizza {
    width: 100px;
    height: 100px;
    text-align: center
}

.checkoutpage .media-list .media .pizza img {
    max-height: 100px;
    max-width: 100px
}

.checkoutpage .media-list .media .pizza .half-image {
    width: 50px
}

.checkoutpage .media-list .media .pizza .right-half-image img {
    margin-left: -50px
}

.checkoutpage h4 {
    font-size: 16px
}

.checkoutpage h4.panel-title {
    font-size: 18px
}

.checkoutpage .btn-group {
    margin-bottom: 10px
}

.checkoutpage .label {
    font-size: 16px;
    padding-top: 0.3em
}

.checkoutpage .form-control.large {
    font-size: 24px;
    margin-top: 20px;
    padding: 20px 12px
}

.checkoutpage .form-horizontal .form-group {
    margin-left: 0;
    margin-bottom: 0
}

.checkoutpage select.form-control {
    width: auto;
    display: inline-block
}

.checkoutpage #checkout-pickup-map {
    height: 200px
}

.checkoutpage .store {
    margin-top: 20px
}

.checkoutpage .store h4 {
    margin-bottom: 0
}

.checkoutpage .dropdown-menu {
    display: block
}

.checkoutpage .storelistings {
    padding-top: 5px
}

.checkoutpage #pickup_delivery .storelistings {
    padding: 5px
}

.checkoutpage .panel-footer {
    position: relative
}

.checkoutpage .panel-footer .btn-continue-shopping {
    position: absolute;
    bottom: 10px
}

.checkoutpage .panel-footer h4:first-child,
.checkoutpage .checkout-buttons h4:first-child {
    margin-top: 0
}

.checkoutpage .checkout-buttons #cart_visible_total {
    padding: 0
}

.checkoutpage .checkout-buttons h5 {
    margin-bottom: -5px
}

.checkoutpage .wyal-details .media-list .media h5 {
    height: 46px
}

.checkoutpage .wyal-details .media-list .media div.price {
    height: 54px
}

.checkoutpage .preference-radio {
    border: 1px solid #ccc
}

.checkoutpage .panel-heading:hover {
    cursor: pointer
}

.checkoutpage>.alert {
    margin-bottom: 5px
}

#checkout_remove_card_button {
    margin-top: -140px;
    margin-left: 25px
}

@media (max-width: 768px) {
    #checkout_remove_card_button {
        margin-left: 40px
    }
}

@media (max-width: 768px) {
    .pay-securely-text {
        margin-left: 20px
    }
}

@media (max-width: 992px) {
    .payment-section {
        margin-top: 20px
    }
}

.pickup_store_container {
    width: 300px
}

.pickup_store_selection_form {
    display: inline-block
}

#pickup_store_search_results h4 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

#pickup_delivery .modal-header {
    background: #333
}

#pickup_delivery .modal-body {
    padding: 0
}

.pickup .pickup {
    display: block
}

.delivery .pickup {
    display: none
}

#pickup_delivery #pickup_map {
    height: 200px;
    width: 100%
}

#pickup_delivery .storelistings {
    padding: 5px 20px 10px
}

.delivery-store {
    margin-top: 1em
}

@media (max-width: 992px) {
    .pickup-from-store-locator {
        margin-top: 1em
    }
}

.pickup-map-store-listing .btn.selected {
    background: #333 !important;
    color: white;
    border-color: transparent
}

.pickup-map-store-listing .btn.selected:before {
    content: "\F00C";
    position: relative;
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #5cb85c
}

#pickup_delivery .btn.save {
    margin: 0 20px 20px
}

#pickup_delivery .modal-body .delivery {
    padding: 20px
}

#pickup_delivery .checkout-preference-body.delivery .delivery,
#pickup_delivery .modal-body.delivery .delivery {
    display: block
}

#pickup_delivery .checkout-preference-body .delivery,
#pickup_delivery .checkout-preference-body.pickup .delivery,
#pickup_delivery .modal-body .delivery,
#pickup_delivery .modal-body.pickup .delivery {
    display: none
}

#checkout-pickup-map-canvas,
#pickup-map-canvas {
    width: 100%;
    height: 100%
}

#checkout-no-store {
    display: none
}

#paymentdetails .modal-body,
#pickup_delivery .modal-body {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg-cardboard-ff506cd649768b4e6e28776a24956ad8.jpg);
    background-size: 250px 250px;
    background-color: rgba(248, 248, 248, 0.95)
}

#paymentdetails .close,
#pickup_delivery .close {
    margin-top: 5px;
    margin-right: 0
}

.pickup-store-item {
    width: 19em;
    padding-bottom: 10px
}

.pickup-store-item .btn {
    text-align: left
}

.cart-product-edit-customisations .badge:hover {
    color: #444343
}

.cart-product-minus,
.cart-product-plus {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.product-quantity {
    display: inline-block;
    text-align: right;
    vertical-align: middle
}

#new_cart {
    font-size: 16px
}

#new_cart:hover {
    cursor: pointer
}

.remove-deal {
    cursor: pointer;
    float: right;
    margin-top: -14px;
    margin-right: -10px;
    font-size: 10px;
    opacity: .4
}

#cart_visible_total {
    font-weight: normal;
    padding: 0.3em 0.6em
}

.pickup_map {
    display: none
}

.pickup-store,
.selected_delivery_summary,
.selected_pickup_summary {
    display: none
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: inherit !important
}

.delivery-store .alert {
    padding: 6px 6px 6px 10px
}

.delivery-store .liquor-licence {
    font-size: 12px
}

.checkoutpage .delivery-store .alert {
    margin-bottom: 0
}

.vippCartImage {
    width: 100%;
    margin: auto;
    position: relative
}

.paypal-offer-disclaimer-checkout-footer {
    font-size: 75%
}

div.new_cart {
    display: none
}

#paymentdetails .modal-content {
    border-radius: 3px;
    overflow: hidden
}

#paymentdetails .modal-header {
    background: #333;
    color: white;
    padding: 5px 15px 8px
}

#paymentdetails .modal-body {
    background: #eee;
    overflow: auto
}

#paymentdetails h4,
#paymentdetails h5 {
    margin: 10px 0 5px
}

#paymentdetails .btn-group {
    margin-bottom: 5px
}

.payment-method {
    border: 0
}

@media (max-width: 768px) {
    #token-payment-option {
        margin-left: -15px
    }
}

#order_payment_paypal_tokenise_account_input {
    list-style-type: none
}

.btn-paypal,
.btn-paypal:focus,
.btn-paypal:hover {
    background: url(https://d1s8393lsf2lpw.cloudfront.net/assets/paypal/btn_paywith_primary_m-ca72a0aebf1db744538edcf894a42272.png) no-repeat;
    color: transparent;
    width: 170px;
    height: 33px
}

.paymentConfirmSection {
    height: 71px
}

div.alert.alert-warning.w75+div.btntimergroup div.btn-group {
    display: none
}

#offer-modal .paypal-offer-image {
    width: 160px
}

.paypal-offer-image-holder {
    text-align: center
}

#cart-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1029
}

@media only screen and (max-width: 736px) {
    #incart .media-list .media .price {
        width: 85px
    }
    #incart .media-list .media .btns {
        margin-top: 10px
    }
    #incart .media-list .media .btns .btn-xs,
    #incart .media-list .media .btns .btn-group-xs>.btn {
        background-color: transparent;
        color: #fff;
        border: 0;
        padding-left: 0;
        padding-right: 0
    }
    #incart .media-list .media .btns .btn-xs:first-child,
    #incart .media-list .media .btns .btn-group-xs>.btn:first-child {
        margin-right: 3px
    }
    #incart .media-list .media .btns .btn-xs:hover,
    #incart .media-list .media .btns .btn-group-xs>.btn:hover {
        background-color: transparent;
        color: #fff
    }
    #incart .media-list .media i.icon-edit,
    #incart .media-list .media i.icon-trash {
        background-color: #444343 !important;
        color: #fff;
        border-color: transparent;
        border-radius: 50% !important;
        height: 28px;
        width: 28px;
        line-height: 28px;
        display: inline-block;
        font-size: 18px;
        padding: 1px 0 0 1px
    }
    .checkout_contact_details {
        margin-bottom: 5px
    }
    #contentholder h1 {
        font-size: 30px;
        padding: 20px 10px 10px 5px
    }
    .checkoutpage .container-fluid {
        padding: 0
    }
    .checkoutpage .media-list .media {
        padding-left: 15px;
        padding-right: 30px
    }
    .checkoutpage .media-list .media h5 {
        font-size: 16px
    }
    .checkoutpage .media>.pull-left {
        margin-right: 0
    }
    .checkoutpage .wyal-details .media-list .media h5 {
        height: auto
    }
    .checkoutpage .wyal-details .media-list .media div.price {
        height: auto
    }
    .checkoutpage h4.panel-title {
        font-size: 20px
    }
    .checkoutpage #pickup-map-canvas {
        width: 100%;
        height: 80%;
        top: 20%
    }
    .checkoutpage div.pickup-store-item {
        width: 100%
    }
    .checkoutpage #pickup_delivery .storelistings {
        padding: 0;
        margin-top: -30px
    }
    .checkoutpage #pickup_delivery .storelistings .text-over-cardboard {
        padding: 20px 0 !important
    }
    .checkoutpage .storelistings {
        margin-top: -30px
    }
    .checkoutpage .pickup-store-item {
        padding-bottom: 25px
    }
    .checkoutpage .pickup-store-item p {
        font-size: 16px
    }
    .checkoutpage .checkout-buttons .right-container h4 small:first-child,
    .checkoutpage .checkout-buttons .right-container h4 span {
        font-size: 100% !important
    }
    .checkoutpage .label-success {
        border-radius: 5px;
        padding: 5px 10px;
        float: left;
        margin: -3px 5px 0 0 !important
    }
    .checkoutpage div#pickup_map.pickup_map {
        display: block;
        position: fixed;
        width: 100%;
        top: 15%;
        height: 85% !important;
        z-index: 99999
    }
    .checkoutpage div#pickup_map.pickup_map div.mapheader.responsiveshow {
        width: 100%;
        background: #fff;
        float: left;
        position: fixed;
        height: 30%;
        top: 0
    }
    .checkoutpage div#pickup_map.pickup_map .modalclose {
        position: relative;
        margin-top: 0;
        right: 10px;
        z-index: 10;
        float: right
    }
    .checkoutpage div#pickup_map.pickup_map .modalclose .closeme {
        margin-top: 13px;
        margin-right: 0
    }
    .checkoutpage label#showMap.btn.btn-default.responsiveshow {
        background: #aa2828 !important;
        box-shadow: none !important;
        color: #fff
    }
    .checkoutpage fieldset.inputs.expiry {
        width: 100%
    }
    .checkoutpage .btn {
        width: auto
    }
    .checkoutpage span.product-quantity {
        padding: 0 5px
    }
    .checkoutpage #wyal-details div.cart-product-price {
        margin-top: 0
    }
    .checkoutpage #time-details .form-control {
        width: 49%
    }
    .checkoutpage .timedateselector {
        display: none
    }
    .checkoutpage label.btn.btn-default.payment-method-radio.select-time.active+.timedateselector {
        display: block
    }
    .checkoutpage #time-details textarea.form-control {
        width: 100%;
        height: 100px
    }
    .checkoutpage .label-danger {
        padding: 5px 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 5px;
        margin-top: -4px
    }
    .checkoutpage .btn-paypal,
    .checkoutpage .btn-paypal:focus,
    .checkoutpage .btn-paypal:hover {
        width: 170px
    }
    .checkoutpage .btn.active {
        background: #aa2828 !important;
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2) !important;
        color: #fff
    }
    .checkoutpage #paymentdetails .modal-content {
        overflow: visible
    }
    .checkoutpage #pickup_map .gm-style .gm-style-iw,
    .checkoutpage #pickup_map .gm-style .gm-style-iw div {
        width: 100% !important
    }
    .checkoutpage div#pickup_map.pickup_map {
        left: -100%;
        position: fixed !important
    }
    .checkoutpage label {
        margin-bottom: 0
    }
    .checkoutpage .form-control {
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 4px
    }
    .checkoutpage .btn-group {
        width: 100%
    }
    .checkoutpage .panel-footer .subtotal div.col-md-2.col-lg-2.pull-right {
        width: 100%
    }
    .checkoutpage .alert,
    .checkoutpage .cart-product-price,
    .checkoutpage .control-label {
        font-size: 16px !important
    }
    .checkoutpage .btn,
    .checkoutpage .checkout-card-details,
    .checkoutpage .dropdown-menu,
    .checkoutpage h5,
    .checkoutpage small:first-child {
        font-size: 16px !important
    }
    #newCart {
        display: block !important;
        left: 0;
        width: 100%
    }
    #newCart .panel-group {
        margin-bottom: 0 !important
    }
    #newCart .panel .panel-heading {
        padding: 0;
        background: rgba(0, 124, 2, 0.1)
    }
    #newCart .panel .panel-heading h4.panel-title {
        padding: 10px 0 10px 15px;
        min-height: 50px;
        line-height: 30px
    }
    #newCart .panel .panel-heading h4.panel-title .icons {
        float: left;
        margin-top: -5px;
        margin-right: 5px
    }
    #newCart .panel .panel-heading h4.panel-title .icons i {
        font-size: 40px
    }
    #newCart .panel .panel-heading h4.panel-title .icons .icon-trash {
        color: #fff;
        background-color: #444343;
        width: 35px;
        height: 35px;
        display: block;
        line-height: 35px;
        border-radius: 50%;
        text-align: center;
        float: right;
        margin-top: 4px;
        position: absolute;
        right: 10px;
        font-size: 24px
    }
    #newCart .panel .panel-heading#offer_cart_header h4.panel-title {
        line-height: 1.1
    }
    #newCart .panel-body {
        padding: 15px 0
    }
    #newCart .alert-success,
    #newCart .alert-warning {
        margin-left: 15px;
        margin-right: 15px
    }
    #newCart .bill {
        text-align: right
    }
    #newCart .bill .btn {
        display: inline-block
    }
    #newCart .bill .disabled {
        width: 100% !important
    }
    #newCart .bill a.vipp,
    #newCart .bill a.vipp:hover {
        float: left;
        height: 34px;
        width: 46%;
        background: url("/assets/checkoutvipp.png") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        border-radius: 3px;
        border: 4px solid #444343;
        background-color: #444343 !important;
        margin: 0
    }
    #newCart .bill.responsiveshow a.disabled {
        display: none
    }
    #newCart .subtotal {
        background-color: transparent
    }
    #offer_cart {
        height: auto !important;
        max-height: none !important
    }
    #offer_cart.panel-collapse.collapse.in,
    #offer_cart.panel-collapse.in {
        height: auto !important;
        max-height: none !important
    }
    #offer_cart .media {
        padding-right: 15px
    }
    div#new_cart3.new_cart {
        display: block;
        -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
        box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px
    }
    #paymentdetails .modal-header,
    #pickup_delivery .modal-header {
        background: url("/assets/bg-cardboard.jpg");
        background-size: 250px 250px;
        background-color: transparent !important;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-top: 40px
    }
    #paymentdetails .modal-content,
    #pickup_delivery .modal-content {
        background-color: transparent
    }
    #pickup_delivery .modal-header .close {
        margin-top: -5px !important;
        position: absolute;
        right: 10px;
        z-index: 9999999
    }
    #pickup_delivery div.btn-group {
        width: 100%
    }
    #pickup_delivery .btn.active {
        background: #aa2828 !important;
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2) !important;
        color: #fff
    }
    ol.list-unstyled li.select #order_payment_expiry_month,
    ol.list-inline li.select #order_payment_expiry_month {
        float: left;
        width: 49% !important;
        margin-right: 1% !important;
        font-size: 16px !important
    }
    ol.list-unstyled li.select #order_payment_expiry_year,
    ol.list-inline li.select #order_payment_expiry_year {
        float: left;
        width: 49% !important;
        margin-left: 1% !important;
        font-size: 16px !important
    }
    .gm-style-iw button.btn.btn-default.btn-pickup.pickup-from-store-locator {
        width: 100% !important;
        margin-top: 0
    }
    #newCart i.chevron.icon-angle-down.responsiveshow,
    #newCart i.chevron.icon-angle-up.responsishow,
    #newCart i.chevron.icon-angle-up.responsiveshow,
    #newCart i.chevron.responsishow.icon-angle-down {
        float: right !important;
        position: absolute !important;
        right: 22px !important;
        Font-size: 20px !important;
        margin-top: 10px !important
    }
    #cart_visible_total {
        font-weight: normal;
        padding: 0em 0.2em
    }
    li.cart-container {
        list-style: none
    }
    .cart-close-container {
        display: none
    }
    .cbp-spmenu-right .btn-group>.btn,
    .modal-dialog .btn,
    .modal-dialog .btn-group>.btn {
        width: auto;
        margin-right: 1%
    }
    .cbp-spmenu-right .subtotal h5 a,
    .cbp-spmenu-right p.nopayment a,
    .cbp-spmenu-right small a {
        color: #444343 !important
    }
    .cbp-spmenu-right h5.small-sign-in-text {
        letter-spacing: 0.0em;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 30px;
        float: right;
        width: 100%;
        text-align: left
    }
    .cbp-spmenu-right .subtotal .pull-right,
    .cbp-spmenu-right .subtotal h4 {
        width: 100% !important;
        float: left
    }
    .cbp-spmenu-right .subtotal h4 small:after {
        content: ":"
    }
    .cbp-spmenu-right .subtotal h4 small.rightfloat {
        float: right;
        font-size: 0.6em
    }
    .cbp-spmenu-right .subtotal h4 small.rightfloat:after {
        content: ""
    }
    .cbp-spmenu-right .subtotal h4 {
        margin-bottom: 0 !important;
        margin-top: 4px !important
    }
    .cbp-spmenu-right li {
        list-style: none
    }
    .cbp-spmenu-right #checkout_disabled {
        display: none !important
    }
    .cbp-spmenu-right .panel-group .panel .panel-collapse .panel-body .btn-checkout {
        float: none !important
    }
    .cbp-spmenu-right .btn {
        width: auto
    }
    .cbp-spmenu-right h4 {
        font-size: 14px !important
    }
    .cbp-spmenu-right .subtotal h4 {
        font-size: 18px !important
    }
    .cbp-spmenu-right .closecontainer {
        width: 100%;
        height: 70px
    }
    .cbp-spmenu-right .checkoutlogin {
        width: 100%
    }
    .cbp-spmenu-right #cart-total {
        float: right !important
    }
    span.pickup {
        padding-left: 40px;
        float: left;
        padding-top: 12px
    }
    div#showRightPush {
        position: fixed;
        right: 0
    }
    div#showRightPush div#new_cart3.new_cart i.icon-shopping-cart {
        font-size: 24px !important;
        line-height: 32px
    }
    div#showRightPush div#new_cart3.new_cart span {
        margin-top: 9px !important;
        float: left
    }
    div#incart.panel-collapse.pre-collapse.in {
        max-height: 100% !important;
        height: auto;
        width: 100%
    }
    #incart .cart-product-remove {
        margin-left: auto
    }
    .cbp-spmenu ul li a.cart-product-remove:hover {
        background: #fff !important
    }
    .cbp-spmenu-right div.cart-product-price.responsiveshow {
        float: left;
        margin-top: 16px;
        margin-left: 2px
    }
    i.icon-minus-sign,
    i.icon-plus-sign {
        font-size: 20pt;
        color: #444343
    }
    #new_cart3:hover {
        cursor: pointer
    }
    div.new_cart {
        display: block;
        float: right;
        margin-right: 10px;
        margin-top: 25px;
        background: #444343;
        padding: 10px;
        border-radius: 50px;
        color: #fff;
        min-width: 50px;
        height: 50px;
        line-height: 30px
    }
    div.new_cart span {
        color: #fff;
        background-color: #444343
    }
    div#showRightPush.open .new_cart,
    div#showRightPush.open .new_cart span {
        color: #444343 !important;
        background-color: #fff !important
    }
    .btn-paypal,
    .btn-paypal:focus,
    .btn-paypal:hover {
        background: url("/assets/paypal/paypal2.svg") no-repeat
    }
    #showRightPush2 {
        margin-top: 10px
    }
    #newCart .bill .btn-checkout {
        padding: 6.5px 12px
    }
}

@media only screen and (max-width: 480px) {
    .checkoutpage div#pickup_map.pickup_map div.mapheader.responsiveshow {
        height: 25%
    }
    .checkoutpage #pickup-map-canvas {
        top: 12%;
        height: 88%
    }
    .checkoutpage .btn-group .btn,
    .checkoutpage .btn-group .btn:first-child,
    .checkoutpage .btn-group .btn:last-child {
        width: 100%;
        margin-left: 0;
        border-radius: 0
    }
}

html.night.aboutus {
    background-color: black;
    background-image: url(https://d1s8393lsf2lpw.cloudfront.net/assets/about-us/Wood_Background_compressed-0f982f193aa4ce4accb547ea949ea1ba.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 100%;
    height: auto
}

html.night.aboutus .page-wrap {
    padding-top: 99px
}

html.night.aboutus #hero {
    position: relative;
    overflow: hidden;
    height: 133px
}

@media (min-width: 768px) {
    html.night.aboutus #hero {
        height: 133px
    }
}

@media (min-width: 992px) {
    html.night.aboutus #hero {
        height: 173px
    }
}

@media (min-width: 1200px) {
    html.night.aboutus #hero {
        height: 210px
    }
}

html.night.aboutus .contentholder {
    background-color: #eae7db;
    padding: 20px;
    overflow: auto;
    min-height: 700px
}

html.night.aboutus .contentholder h1,
html.night.aboutus .contentholder h3:first-child {
    margin-top: 0
}

html.night.aboutus .contentholder .mainCol {
    width: 600px
}

@media (min-width: 1170px) {
    html.night.aboutus .contentholder .mainCol {
        width: 800px
    }
}

html.night.aboutus .contentholder .sideCol {
    width: 300px
}

html.night.aboutus .contentholder .sideCol .box {
    width: 300px;
    min-height: 250px;
    background: red
}

html.night.aboutus .contentholder .sideCol .media-list a.pull-left {
    width: 30%;
    height: auto;
    margin-right: 10px
}

html.night.aboutus .contentholder .sideCol .banner {
    margin: 20px 0
}

html.night.aboutus .tiles {
    margin: 20px 0
}

html.night.aboutus .tiles .item .thumbnail {
    background-color: #eae7db;
    border-color: #aaa;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    height: 260px
}

html.night.aboutus .tiles .item .thumbnail h1,
html.night.aboutus .tiles .item .thumbnail h2,
html.night.aboutus .tiles .item .thumbnail h3,
html.night.aboutus .tiles .item .thumbnail h4,
html.night.aboutus .tiles .item .thumbnail h5,
html.night.aboutus .tiles .item .thumbnail h6 {
    margin-top: 0;
    color: #222;
    text-decoration: none
}

html.night.aboutus .tiles .item .thumbnail .imageholder {
    height: 130px;
    position: relative;
    overflow: hidden
}

html.night.aboutus .tiles .item .thumbnail .imageholder .date {
    position: relative;
    top: 0;
    left: 15px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 99
}

html.night.aboutus .tiles .item .thumbnail .imageholder img {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -259px;
    width: 518px
}

html.night.aboutus .tiles .item .thumbnail .copy {
    position: relative;
    padding: 15px;
    overflow: hidden;
    color: #222
}

html.night.aboutus .tiles .item .thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(234, 231, 219, 0) 0%, #eae7db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 231, 219, 0)), color-stop(100%, #eae7db));
    background: -webkit-linear-gradient(top, rgba(234, 231, 219, 0) 0%, #eae7db 100%);
    background: -o-linear-gradient(top, rgba(234, 231, 219, 0) 0%, #eae7db 100%);
    background: -ms-linear-gradient(top, rgba(234, 231, 219, 0) 0%, #eae7db 100%);
    background: linear-gradient(to bottom, rgba(234, 231, 219, 0) 0%, #eae7db 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00eae7db', endColorstr='#eae7db', GradientType=0);
    z-index: 99
}

html.night.aboutus .tiles .item .thumbnail:hover {
    border-color: #444343;
    text-decoration: none
}

html.night.aboutus .tiles .item .thumbnail:hover:before {
    opacity: 0 !important
}

html.night.aboutus .tiles .item .thumbnail:hover .imageholder {
    opacity: 0
}

html.night.aboutus .tiles .item .aboutus-home-tile:hover .imageholder {
    opacity: 1
}

html.night.aboutus .tiles .item .thumbnail:hover .copy {
    position: relative;
    top: -130px
}

html.night.aboutus .tiles .item .aboutus-home-tile:hover .copy {
    position: relative;
    top: 0
}

html.night.aboutus .tiles .item .thumbnail:hover .copy small {
    display: none
}

html.night.aboutus .tiles .item .aboutus-home-tile:hover .copy small {
    display: block
}

html.night.aboutus .tiles .item.faq .thumbnail {
    min-height: 260px;
    height: auto;
    color: #333333
}

html.night.aboutus .tiles .item.faq .thumbnail .imageholder {
    padding: 15px;
    height: 260px;
    position: absolute
}

html.night.aboutus .tiles .item.faq .thumbnail:after {
    background: none;
    background-image: none
}

html.night.aboutus .tiles .item.faq .thumbnail .copy {
    display: none;
    position: relative;
    top: 0
}

html.night.aboutus .tiles .item.faq .thumbnail:hover .copy {
    display: block
}

html.night.aboutus .tiles .item.faq .thumbnail:hover .copy small {
    display: none
}

html.night.aboutus .tiles .item.col-sm-3.expand {
    width: 50%
}

html.night.aboutus .tiles .item.expand .thumbnail {
    min-height: 260px;
    height: auto
}

html.night.aboutus .tiles .item.expand .thumbnail:hover .imageholder {
    opacity: 1
}

html.night.aboutus .tiles .item.expand .thumbnail:hover .copy {
    position: relative;
    top: 0
}

html.night.aboutus .tiles .item.expand .thumbnail:hover .copy h2 {
    color: white
}

html.night.aboutus .tiles .item.expand .thumbnail:hover .copy small {
    display: none
}

html.night.aboutus .tiles .item.expand .thumbnail:hover:before {
    opacity: 1 !important
}

html.night.aboutus .category-bar {
    position: absolute;
    z-index: 99;
    color: white;
    top: 108px;
    left: 0;
    right: 0;
    padding: 1px 15px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1
}

html.night.aboutus .video-container {
    width: 100%
}

html.night.aboutus .aboutus-left-container,
html.night.aboutus .aboutus-right-container {
    margin-top: 20px
}

html.night.aboutus .aboutus-left-container img,
html.night.aboutus .aboutus-right-container img {
    width: 100%
}

html.night.aboutus .aboutus-left-container iframe,
html.night.aboutus .aboutus-right-container iframe {
    margin-bottom: 2em
}

html.night.aboutus .aboutus-left-container h3,
html.night.aboutus .aboutus-right-container h3 {
    margin-top: 0
}

html.night.aboutus .franchisee-enquiry-tile {
    padding: 15px;
    height: 260px;
    color: #333
}

html.night.aboutus .contact-smaller-field {
    width: 50%
}

html.night.aboutus .aboutus-standard-content-row {
    margin: 1em 0 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding-bottom: 1em
}

.cbp-spmenu {
    background: #fff;
    position: fixed;
    overflow: visible
}

.cbp-spmenu h3 {
    color: #444343;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6
}

.cbp-spmenu-left ul,
.cbp-spmenu-left ul li,
.cbp-spmenu-left ul li ul {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.cbp-spmenu-left ul li ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0;
    text-indent: 10px;
    margin: 0
}

.cbp-spmenu-left ul li ul li:last-child {
    border: 0 !important
}

.cbp-spmenu-left ul li a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu-left ul#filters-menu li a,
.cbp-spmenu-left ul#filters-menu li a:hover {
    border-top: 1px solid;
    text-decoration: none
}

.cbp-spmenu-left ul li a:active {
    background: #444343;
    color: #ffffff
}

.cbp-spmenu-vertical {
    width: 75%;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-left ul li a {
    display: block;
    border-bottom: 1px solid #444343;
    padding: 1em;
    color: #444343;
    font-family: helvetica;
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 15px;
    font-family: "Gotham Book", sans-serif;
    font-weight: bold !important;
    letter-spacing: -1px
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal ul li a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #444343
}

.cbp-spmenu-left {
    left: -75%
}

.cbp-spmenu-right {
    right: -75%
}

.cbp-spmenu-rightfixed {
    right: 75% !important;
    position: fixed !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.cbp-spmenu-leftfixed {
    right: -75% !important;
    position: fixed !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    overflow: auto !important
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
    overflow: auto !important
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toleft {
    left: -75%
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }
    .cbp-spmenu-top {
        top: -110px
    }
    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 75%
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -75%
    }
    .cbp-spmenu-right {
        right: -75%
    }
    .cbp-spmenu-push-toright {
        left: 75%
    }
}

a.menuminus span,
a.menuminus2 span,
a.menuplus span,
a.menuplus2 span {
    float: right !important;
    font-family: "FontAwesome" !important;
    font-weight: normal;
    font-style: normal
}

.menulist,
.menulist2 {
    display: none !important;
    height: auto !important;
    margin: 0 !important;
    float: left !important
}

.menuminus,
.menuminus2 {
    display: none !important;
    background: #444343;
    Color: #fff !important
}

.menuminus,
.menuminus2,
.menuplus,
.menuplus2 {
    float: left !important;
    width: 100% !important;
    text-decoration: none !important
}

.menulist ul,
.menulist2 ul {
    height: auto !important;
    margin: 0 !important;
    float: left !important
}

@media screen and (max-width: 736px) {
    .btn,
    .dropdown-menu,
    body,
    h5 {
        font-size: 16px
    }
    .form-control {
        font-size: 16px
    }
    .page-wrap {
        padding-top: 0px!important
    }
    #crust_top_nav_menu {
        position: relative!important;
        margin-bottom: 0px!important
    }
    .contentfilters.affix {
        top: 0px!important
    }
    .navbar ul.navbar-nav>li>a {
        padding: 25px 7px
    }
    .navbar ul.navbar-right>li>a {
        padding: 38px 0 39px
    }
    #crust_vipp_logged_in_section #repeat_order_button {
        height: 36px;
        margin-left: 0;
        margin-top: 10px
    }
    .crust-occasions-dropdown button.btn-occasions,
    .crust-occasions-dropdown button.btn-occasions:focus,
    .crust-occasions-dropdown button.btn-occasions:hover,
    .crust-occasions-dropdown button.btn-selected-occasion,
    .crust-occasions-dropdown button.btn-selected-occasion:focus,
    .crust-occasions-dropdown button.btn-selected-occasion:hover {
        font-size: 17px
    }
    .crust-occasions-dropdown .dropdown-menu li .btn {
        font-size: 17px
    }
    #alcohol-modal .modal-content {
        width: auto;
        height: auto;
        background-size: contain
    }
    #alcohol-modal .alcohol-buttons {
        margin-top: 0
    }
    #alcohol-modal .alcohol-buttons .btn {
        width: 150px
    }
}

@media screen and (max-width: 400px) {
    #alcohol-modal .alcohol-buttons .btn {
        width: auto
    }
}

@media screen and (min-width: 970px) {
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s
    }
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width
    }
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity
    }
    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s
    }
    .modal.fade {
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out
    }
    html {
        background-position: center center, center top;
        background-repeat: repeat, no-repeat;
        background-size: auto, 110%;
        transition: background-image 0.8s ease-in-out;
        background-attachment: fixed
    }
    html.night {
        transition: background-image 0.8s ease-in-out;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkQIAzjFD2GSBtAuKAGSBBAC9ZAtCPnP5GAAAAAElFTkSuQmCC), url(https://d1s8393lsf2lpw.cloudfront.net/assets/bg/Crust-Poker1-blur-compressed-d91a1d19e9d427a1dadd1956e945d463.jpg)
    }
    .animate {
        transition: all 0.5s ease-in-out
    }
}
.no_menu
{
	width:100%;
	color:red;
	text-align:center;
	font-size:14px;
	padding: 50px 0px;
}


/********ajax popup*******/
.ajax_total_card_div
{
	width:600px;
	height:auto;
}
.fancybox-skin
{
	padding:0px !important;
}
#first_add_cart_load
{
	position:absolute;
	left:45%;
	top:100px;
	display:none;
}
.menu_head_name
{
	width:auto;
	height:auto;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	background:#E7931A;
}
#add_item_customize
{
    color: #1D1D1D;
    font-size: 14px;
}
.add_item_body_left
{
	padding: 10px 15px 15px;
}
.for_menu_option
{
	width:auto;
	height:auto;
	border-bottom: 1px solid #DADADA;
	margin-bottom:10px;
}
.crad_menu_dsct
{
	border-bottom: 1px solid #D2D2D2;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 22px;
}
.add_item_content
{
    padding: 6px 0px;
    position: relative;
}
.add_item_qty
{
	float:left;
	width: 55%;
	margin-top: 4px;
	font-size: 13px;
}
.vertical_align_sub
{
	vertical-align: sub;
}
.add_item_image
{
	float:left;
}
.qty_menu_card
{
    width: 29px !important;
    margin: 0px 5px !important;
    padding: 4px 0px !important;
    float: left !important;
    color: #000 !important;
    font-size: 18px !important;
    text-align: center !important;
    border: 1px solid #C5C5C5 !important;
    border-radius: 5px !important;
	font-size: 12px !important;
}
.qty_minus
{
    background: transparent url("../images/minus_item.png") no-repeat scroll 0px 0px;
}
.qty_plus
{
    background: transparent url("../images/plus_item.png") no-repeat scroll 0px 0px;
}
.add_item_price
{
	float:right;
	margin-top: 3px;
	font-size: 12px;
}
.add_item_content
{
    padding: 6px 0px 0px;
    position: relative;
}
#special_requests
{
	margin-top: -5px;
	margin-bottom: 10px;
}
.add_item_qty
{
	float:left;
	width: 48%;
	margin-top: 4px;
	font-size: 12px;
}
.for_menu_option
{
	width:auto;
	height:auto;
	border-bottom: 1px solid #DADADA;
	margin-bottom:10px;
}
.choose_of_side
{
	font-weight:bold;
}
.float_left
{
	float:left;
}
.marnin_top
{
	margin-top:4px;
}
.marnin_top1
{
	margin-top:10px;
}
.float_right
{
	float:right;
}
.card_side_select
{
	width:auto;
	height:30px;
	margin-bottom:10px;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
}
.advnce_span
{
	position:relative;
	padding-left:15px;
}
.opr_close
{
	position: absolute;
	left: 0px;
	top: 7px;
	cursor:pointer;
}
.avvance_tbldr td
{
	padding:5px 0px;
}
.advnce_hide
{
	display:none;
}
.all_same_img
{
	vertical-align: middle;
	cursor:pointer;
}
.margin_bottom_zero
{
	margin-bottom:0px;
}
.menu_table
{
  width:100%;
  font-size: 12px;
}
.menu_table th
{
  padding: 5px 5px;
  width:33%;
}
.menu_table td
{
  padding: 0px 5px;
  font-weight:normal;
  width:33%;
}
.veg_type
{
	margin-left: 5px;
}
.veg_type > img
{
	margin-left: 5px;
}
.total_card_item
{
	width:100%;
	height:auto;
	padding-bottom:10px;
	border-bottom: 1px solid #D2D2D2;
	margin:10px 0px;
}
.menu_price_card
{
	font-size: 18px;
	color: #0A9AB9;
}
.float_right
{
	float:right;
}
.add_instr
{
	width:50%;
	float: left;
	font-size:13px;
}
.span_add_charege
{
	font-size:11px;
}
.add_item_submit
{
	text-align:center;
}
.details_content2-4	
{
	float:right;
	width:150px;
	height:50px;
	background:#1384C4;
	border-radius:5px;
	cursor:pointer;
}
.clear
{
	clear:both;
}
.add_item_image_button {
    height: 33px;
    margin: 0px;
    float: left;
    border: medium none;
    cursor: pointer;
    width: 22px;
    margin-top: 5px;
}
.add_item_price {
    float: right;
    margin-top: 3px;
    font-size: 13px;
}
.button_common
{
	background: #E7931A;
	color: white;
	transition: 0.3s;
	margin-bottom: 15px;
	margin-top: 25px;
}
.button_common:hover
{
	background: #E7931A;
	color:#fff;
}
.no_item_card
{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 110px;
}
/********ajax popup*******/
.card_name
{
	float: left;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.card_edit
{
	width: 48px;
	float: left;
	margin: -5px 36px 0px 0px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.card_amopunt
{
	margin-top: 4px;
}
.card_dseletye
{
	cursor:pointer;
}
.delivery_charge_no
{
	padding:10px 0px;
	font-size:12px;
	font-size: 11px;
}
/*.fancybox-overlay
{
	z-index:0 !important;
}*/
.display_none
{
	display:none;
}
.ckh2
{
	margin: 24px 0px 10px;
	text-align: center;
	color: #0F535F;
	font-family: FertigoW01-Regular;
}

/*******Swarnendu*******/
.fstyle {
    font-size: 20px;
    font-weight: bold;
    color: #0F535F;
    font-family: FertigoW01-Regular;
}
.city_color {
    color: #F16C22 !important;
}
.list_unstyled_location
{
	text-align: center;
	background: #f2f2f2;
	padding: 15px;
	border: 1px solid #ECE1E1;
	border-radius: 3px;
	line-height: 32px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 9px 0px #b6a8a8;
	font-size: 13px;
    margin-left: 0px;
}

@media (max-width: 767px)
{
    .card_name {
    float: left;
    width: 40% !important;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .card_edit {margin: 0;width: 25px;}
}
@media (max-width: 991px)
{
    .menu_product_details_img {
    width: 100%;
    height: 120px;
    }
    .menu_image_left {
    float: left;
    width: 100%;
    }
    .add_item_body_left {
    padding: 6px;
    float: left;
    width: 100%;
    }
    .add_instr {
    width: 100%;
    float: left;
    font-size: 13px;
    padding-top: 7px;
    }
    #special_requests{width: 100% !important;}
    .ajax_total_card_div {
    width: 100%;
    height: auto;
    }
}




        
body
{
    margin: 0px;
}
.header_img 
{
    height: 150px;
    padding: 0px !important;
    min-height: 338px !important;
    position: relative !important;
}
.main_donate_div
{
    margin-bottom: 37px;
}
.cart_div
{
    margin-top: 24px;
    font-size: 23px;
    color: #0F535F;
    border-bottom: 1px solid #ada7a7;
    padding-bottom: 10px;
}
.main_div_text
{
    padding-top: 20px;
    border-bottom: 1px solid #ada7a7;
    margin-bottom: 20px;
}
.div_dolar
{
    position: absolute;
    z-index: 100;
    height: 30px;
    padding-top: 6px;
    background: #dddada;
    width: 21px;
    padding-left: 6px;
}
.input_div
{
    width: 111px !important;
    position: relative;
    padding-left: 23px !important;
}
.conntribute_div
{
    font-size: 17px;
    color: #0F535F;
    font-weight: 600;
    margin-bottom: 0px;
}
.cover_main_div
{
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}
.fee_div
{
    font-size: 17px;
    color: #0F535F;
    font-weight: 600;
    margin-bottom: 0px;
}
.payment_div
{
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.checkout_div
{
    border: 1px solid #c8c0c0;
    height: auto;
    padding: 9px;
    margin-top:64px;
}
.sub_div_cart
{
    border-bottom: 1px solid #c8c0c0;
    padding: 0px;
}
.contribution_div_cart
{
    border-bottom: 1px solid #c8c0c0;
    padding: 0px;
}
.class_cover
{
    border-bottom: 1px solid #c8c0c0;
    padding: 0px;
}
.main_total
{
    border-bottom: 1px solid #c8c0c0;
    padding: 0px;
}
.pay_card
{
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    background: #64D0E8 !important;
    transition: none !important;
}