/* Minification failed. Returning unminified contents.
(11350,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20551,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20560,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20569,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20578,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20587,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20596,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20605,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20614,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20623,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20632,47): run-time error CSS1055: Expected media-query expression, found 'only'
(20641,47): run-time error CSS1055: Expected media-query expression, found 'only'
 */
/* ---------------------------------------------------------
   1. Import styles
   2. Embedded fonts styles
   3. General reset
   4. Common site styles
   5. Styles for responsive breakpoints
   6. Print version style
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. Import styles
---------------------------------------------------------*/
/*! 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;
}

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 #c0c0c0;
    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: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.308;
    color: #898989;
    background-color: #ffffff;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    color: #9f1b32;
    text-decoration: none;
}

    a:hover,
    a:focus
    {
        color: #5d5d5d;
        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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded
{
    border-radius: 6px;
}

.img-thumbnail
{
    padding: 4px;
    line-height: 1.308;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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: #9f1b31;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small
    {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3
{
    margin-top: 1em;
    margin-bottom: 0.5em;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small
    {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small
    {
        font-size: 75%;
    }

h1,
.h1
{
    font-size: 3em;
}

h2,
.h2
{
    font-size: 2em;
}

h3,
.h3
{
    font-size: 3em;
}

h4,
.h4
{
    font-size: 2em;
}

h5,
.h5
{
    font-size: 1.3em;
}

h6,
.h6
{
    font-size: 2em;
}

p
{
    margin: 0 0 0.5em;
}

.lead
{
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px)
{
    .lead
    {
        font-size: 1.95em;
    }
}

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: #999999;
}

.text-primary
{
    color: #428bca;
}

a.text-primary:hover
{
    color: #3071a9;
}

.text-success
{
    color: #3c763d;
}

a.text-success:hover
{
    color: #2b542c;
}

.text-info
{
    color: #31708f;
}

a.text-info:hover
{
    color: #245269;
}

.text-warning
{
    color: #8a6d3b;
}

a.text-warning:hover
{
    color: #66512c;
}

.text-danger
{
    color: #a94442;
}

a.text-danger:hover
{
    color: #843534;
}

.bg-primary
{
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover
{
    background-color: #3071a9;
}

.bg-success
{
    background-color: #dff0d8;
}

a.bg-success:hover
{
    background-color: #c1e2b3;
}

.bg-info
{
    background-color: #d9edf7;
}

a.bg-info:hover
{
    background-color: #afd9ee;
}

.bg-warning
{
    background-color: #fcf8e3;
}

a.bg-warning:hover
{
    background-color: #f7ecb5;
}

.bg-danger
{
    background-color: #f2dede;
}

a.bg-danger:hover
{
    background-color: #e4b9b9;
}

.page-header
{
    padding-bottom: -0.5em;
    margin: 2em 0 1em;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol
{
    margin-top: 0;
    margin-bottom: 0.5em;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol
    {
        margin-bottom: 0;
    }

.list-unstyled
{
    padding-left: 0;
    list-style: none;
}

.list-inline
{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li
    {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl
{
    margin-top: 0;
    margin-bottom: 1em;
}

dt,
dd
{
    line-height: 1.308;
}

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;
    }
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}

blockquote
{
    padding: 0.5em 1em;
    margin: 0 0 1em;
    font-size: 1.625em;
    border-left: 5px solid #eeeeee;
}

    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.308;
        color: #999999;
    }

        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 #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before
        {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after
        {
            content: '\00A0 \2014';
        }

    blockquote:before,
    blockquote:after
    {
        content: "";
    }

address
{
    margin-bottom: 1em;
    font-style: normal;
    line-height: 1.308;
}

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: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre
{
    display: block;
    padding: 0em;
    margin: 0 0 0.5em;
    font-size: 0.3em;
    line-height: 1.308;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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: 10px;
    padding-right: 10px;
}

@media (min-width: 768px)
{
    .container
    {
        width: 740px;
    }
}

@media (min-width: 992px)
{
    .container
    {
        width: 982px;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 982px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row
{
    margin-left: -10px;
    margin-right: -10px;
}

.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: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    float: left;
}

.col-xs-12
{
    width: 100%;
}

.col-xs-11
{
    width: 91.66666667%;
}

.col-xs-10
{
    width: 83.33333333%;
}

.col-xs-9
{
    width: 75%;
}

.col-xs-8
{
    width: 66.66666667%;
}

.col-xs-7
{
    width: 58.33333333%;
}

.col-xs-6
{
    width: 50%;
}

.col-xs-5
{
    width: 41.66666667%;
}

.col-xs-4
{
    width: 33.33333333%;
}

.col-xs-3
{
    width: 25%;
}

.col-xs-2
{
    width: 16.66666667%;
}

.col-xs-1
{
    width: 8.33333333%;
}

.col-xs-pull-12
{
    right: 100%;
}

.col-xs-pull-11
{
    right: 91.66666667%;
}

.col-xs-pull-10
{
    right: 83.33333333%;
}

.col-xs-pull-9
{
    right: 75%;
}

.col-xs-pull-8
{
    right: 66.66666667%;
}

.col-xs-pull-7
{
    right: 58.33333333%;
}

.col-xs-pull-6
{
    right: 50%;
}

.col-xs-pull-5
{
    right: 41.66666667%;
}

.col-xs-pull-4
{
    right: 33.33333333%;
}

.col-xs-pull-3
{
    right: 25%;
}

.col-xs-pull-2
{
    right: 16.66666667%;
}

.col-xs-pull-1
{
    right: 8.33333333%;
}

.col-xs-pull-0
{
    right: 0%;
}

.col-xs-push-12
{
    left: 100%;
}

.col-xs-push-11
{
    left: 91.66666667%;
}

.col-xs-push-10
{
    left: 83.33333333%;
}

.col-xs-push-9
{
    left: 75%;
}

.col-xs-push-8
{
    left: 66.66666667%;
}

.col-xs-push-7
{
    left: 58.33333333%;
}

.col-xs-push-6
{
    left: 50%;
}

.col-xs-push-5
{
    left: 41.66666667%;
}

.col-xs-push-4
{
    left: 33.33333333%;
}

.col-xs-push-3
{
    left: 25%;
}

.col-xs-push-2
{
    left: 16.66666667%;
}

.col-xs-push-1
{
    left: 8.33333333%;
}

.col-xs-push-0
{
    left: 0%;
}

.col-xs-offset-12
{
    margin-left: 100%;
}

.col-xs-offset-11
{
    margin-left: 91.66666667%;
}

.col-xs-offset-10
{
    margin-left: 83.33333333%;
}

.col-xs-offset-9
{
    margin-left: 75%;
}

.col-xs-offset-8
{
    margin-left: 66.66666667%;
}

.col-xs-offset-7
{
    margin-left: 58.33333333%;
}

.col-xs-offset-6
{
    margin-left: 50%;
}

.col-xs-offset-5
{
    margin-left: 41.66666667%;
}

.col-xs-offset-4
{
    margin-left: 33.33333333%;
}

.col-xs-offset-3
{
    margin-left: 25%;
}

.col-xs-offset-2
{
    margin-left: 16.66666667%;
}

.col-xs-offset-1
{
    margin-left: 8.33333333%;
}

.col-xs-offset-0
{
    margin-left: 0%;
}

@media (min-width: 768px)
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }

    .col-sm-12
    {
        width: 100%;
    }

    .col-sm-11
    {
        width: 91.66666667%;
    }

    .col-sm-10
    {
        width: 83.33333333%;
    }

    .col-sm-9
    {
        width: 75%;
    }

    .col-sm-8
    {
        width: 66.66666667%;
    }

    .col-sm-7
    {
        width: 58.33333333%;
    }

    .col-sm-6
    {
        width: 50%;
    }

    .col-sm-5
    {
        width: 41.66666667%;
    }

    .col-sm-4
    {
        width: 33.33333333%;
    }

    .col-sm-3
    {
        width: 25%;
    }

    .col-sm-2
    {
        width: 16.66666667%;
    }

    .col-sm-1
    {
        width: 8.33333333%;
    }

    .col-sm-pull-12
    {
        right: 100%;
    }

    .col-sm-pull-11
    {
        right: 91.66666667%;
    }

    .col-sm-pull-10
    {
        right: 83.33333333%;
    }

    .col-sm-pull-9
    {
        right: 75%;
    }

    .col-sm-pull-8
    {
        right: 66.66666667%;
    }

    .col-sm-pull-7
    {
        right: 58.33333333%;
    }

    .col-sm-pull-6
    {
        right: 50%;
    }

    .col-sm-pull-5
    {
        right: 41.66666667%;
    }

    .col-sm-pull-4
    {
        right: 33.33333333%;
    }

    .col-sm-pull-3
    {
        right: 25%;
    }

    .col-sm-pull-2
    {
        right: 16.66666667%;
    }

    .col-sm-pull-1
    {
        right: 8.33333333%;
    }

    .col-sm-pull-0
    {
        right: 0%;
    }

    .col-sm-push-12
    {
        left: 100%;
    }

    .col-sm-push-11
    {
        left: 91.66666667%;
    }

    .col-sm-push-10
    {
        left: 83.33333333%;
    }

    .col-sm-push-9
    {
        left: 75%;
    }

    .col-sm-push-8
    {
        left: 66.66666667%;
    }

    .col-sm-push-7
    {
        left: 58.33333333%;
    }

    .col-sm-push-6
    {
        left: 50%;
    }

    .col-sm-push-5
    {
        left: 41.66666667%;
    }

    .col-sm-push-4
    {
        left: 33.33333333%;
    }

    .col-sm-push-3
    {
        left: 25%;
    }

    .col-sm-push-2
    {
        left: 16.66666667%;
    }

    .col-sm-push-1
    {
        left: 8.33333333%;
    }

    .col-sm-push-0
    {
        left: 0%;
    }

    .col-sm-offset-12
    {
        margin-left: 100%;
    }

    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9
    {
        margin-left: 75%;
    }

    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6
    {
        margin-left: 50%;
    }

    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3
    {
        margin-left: 25%;
    }

    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0
    {
        margin-left: 0%;
    }
}

@media (min-width: 992px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }

    .col-md-12
    {
        width: 100%;
    }

    .col-md-11
    {
        width: 91.66666667%;
    }

    .col-md-10
    {
        width: 83.33333333%;
    }

    .col-md-9
    {
        width: 75%;
    }

    .col-md-8
    {
        width: 66.66666667%;
    }

    .col-md-7
    {
        width: 58.33333333%;
    }

    .col-md-6
    {
        width: 50%;
    }

    .col-md-5
    {
        width: 41.66666667%;
    }

    .col-md-4
    {
        width: 33.33333333%;
    }

    .col-md-3
    {
        width: 25%;
    }

    .col-md-2
    {
        width: 16.66666667%;
    }

    .col-md-1
    {
        width: 8.33333333%;
    }

    .col-md-pull-12
    {
        right: 100%;
    }

    .col-md-pull-11
    {
        right: 91.66666667%;
    }

    .col-md-pull-10
    {
        right: 83.33333333%;
    }

    .col-md-pull-9
    {
        right: 75%;
    }

    .col-md-pull-8
    {
        right: 66.66666667%;
    }

    .col-md-pull-7
    {
        right: 58.33333333%;
    }

    .col-md-pull-6
    {
        right: 50%;
    }

    .col-md-pull-5
    {
        right: 41.66666667%;
    }

    .col-md-pull-4
    {
        right: 33.33333333%;
    }

    .col-md-pull-3
    {
        right: 25%;
    }

    .col-md-pull-2
    {
        right: 16.66666667%;
    }

    .col-md-pull-1
    {
        right: 8.33333333%;
    }

    .col-md-pull-0
    {
        right: 0%;
    }

    .col-md-push-12
    {
        left: 100%;
    }

    .col-md-push-11
    {
        left: 91.66666667%;
    }

    .col-md-push-10
    {
        left: 83.33333333%;
    }

    .col-md-push-9
    {
        left: 75%;
    }

    .col-md-push-8
    {
        left: 66.66666667%;
    }

    .col-md-push-7
    {
        left: 58.33333333%;
    }

    .col-md-push-6
    {
        left: 50%;
    }

    .col-md-push-5
    {
        left: 41.66666667%;
    }

    .col-md-push-4
    {
        left: 33.33333333%;
    }

    .col-md-push-3
    {
        left: 25%;
    }

    .col-md-push-2
    {
        left: 16.66666667%;
    }

    .col-md-push-1
    {
        left: 8.33333333%;
    }

    .col-md-push-0
    {
        left: 0%;
    }

    .col-md-offset-12
    {
        margin-left: 100%;
    }

    .col-md-offset-11
    {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10
    {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9
    {
        margin-left: 75%;
    }

    .col-md-offset-8
    {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7
    {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6
    {
        margin-left: 50%;
    }

    .col-md-offset-5
    {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4
    {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3
    {
        margin-left: 25%;
    }

    .col-md-offset-2
    {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1
    {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0
    {
        margin-left: 0%;
    }
}

@media (min-width: 1200px)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }

    .col-lg-12
    {
        width: 100%;
    }

    .col-lg-11
    {
        width: 91.66666667%;
    }

    .col-lg-10
    {
        width: 83.33333333%;
    }

    .col-lg-9
    {
        width: 75%;
    }

    .col-lg-8
    {
        width: 66.66666667%;
    }

    .col-lg-7
    {
        width: 58.33333333%;
    }

    .col-lg-6
    {
        width: 50%;
    }

    .col-lg-5
    {
        width: 41.66666667%;
    }

    .col-lg-4
    {
        width: 33.33333333%;
    }

    .col-lg-3
    {
        width: 25%;
    }

    .col-lg-2
    {
        width: 16.66666667%;
    }

    .col-lg-1
    {
        width: 8.33333333%;
    }

    .col-lg-pull-12
    {
        right: 100%;
    }

    .col-lg-pull-11
    {
        right: 91.66666667%;
    }

    .col-lg-pull-10
    {
        right: 83.33333333%;
    }

    .col-lg-pull-9
    {
        right: 75%;
    }

    .col-lg-pull-8
    {
        right: 66.66666667%;
    }

    .col-lg-pull-7
    {
        right: 58.33333333%;
    }

    .col-lg-pull-6
    {
        right: 50%;
    }

    .col-lg-pull-5
    {
        right: 41.66666667%;
    }

    .col-lg-pull-4
    {
        right: 33.33333333%;
    }

    .col-lg-pull-3
    {
        right: 25%;
    }

    .col-lg-pull-2
    {
        right: 16.66666667%;
    }

    .col-lg-pull-1
    {
        right: 8.33333333%;
    }

    .col-lg-pull-0
    {
        right: 0%;
    }

    .col-lg-push-12
    {
        left: 100%;
    }

    .col-lg-push-11
    {
        left: 91.66666667%;
    }

    .col-lg-push-10
    {
        left: 83.33333333%;
    }

    .col-lg-push-9
    {
        left: 75%;
    }

    .col-lg-push-8
    {
        left: 66.66666667%;
    }

    .col-lg-push-7
    {
        left: 58.33333333%;
    }

    .col-lg-push-6
    {
        left: 50%;
    }

    .col-lg-push-5
    {
        left: 41.66666667%;
    }

    .col-lg-push-4
    {
        left: 33.33333333%;
    }

    .col-lg-push-3
    {
        left: 25%;
    }

    .col-lg-push-2
    {
        left: 16.66666667%;
    }

    .col-lg-push-1
    {
        left: 8.33333333%;
    }

    .col-lg-push-0
    {
        left: 0%;
    }

    .col-lg-offset-12
    {
        margin-left: 100%;
    }

    .col-lg-offset-11
    {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10
    {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9
    {
        margin-left: 75%;
    }

    .col-lg-offset-8
    {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7
    {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6
    {
        margin-left: 50%;
    }

    .col-lg-offset-5
    {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4
    {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3
    {
        margin-left: 25%;
    }

    .col-lg-offset-2
    {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1
    {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0
    {
        margin-left: 0%;
    }
}

table
{
    max-width: 100%;
    background-color: transparent;
}

th
{
    text-align: left;
}

.table
{
    width: 100%;
    margin-bottom: 1em;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td
    {
        padding: 8px;
        line-height: 1.308;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th
    {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td
    {
        border-top: 0;
    }

    .table > tbody + tbody
    {
        border-top: 2px solid #dddddd;
    }

    .table .table
    {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td
{
    padding: 5px;
}

.table-bordered
{
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td
    {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td
    {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th
{
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th
{
    background-color: #f5f5f5;
}

table col[class*="col-"]
{
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"]
{
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th
{
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th
{
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th
{
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th
{
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th
{
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th
{
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th
{
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th
{
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th
{
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th
{
    background-color: #ebcccc;
}

@media (max-width: 767px)
{
    .table-responsive
    {
        width: 100%;
        margin-bottom: 0.75em;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table
        {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td
            {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered
        {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child
            {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child
            {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td
            {
                border-bottom: 0;
            }
}

fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
    font-size: 1.95em;
    line-height: inherit;
    color: #333333;
    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;
    /* IE8-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: 1.3em;
    line-height: 1.308;
    color: #5d5d5d;
}

.form-control
{
    display: block;
    width: 100%;
    height: 15em;
    padding: 6px 12px;
    font-size: 1.3em;
    line-height: 1.308;
    color: #5d5d5d;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus
    {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder
    {
        color: #5d5d5d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder
    {
        color: #5d5d5d;
    }

    .form-control::-webkit-input-placeholder
    {
        color: #5d5d5d;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control
    {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control
{
    height: auto;
}

input[type="search"]
{
    -webkit-appearance: none;
}

input[type="date"]
{
    line-height: 15em;
}

.form-group
{
    margin-bottom: 15px;
}

.radio,
.checkbox
{
    display: block;
    min-height: 1em;
    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],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline
    {
        cursor: not-allowed;
    }

.input-sm
{
    height: 15em;
    padding: 5px 10px;
    font-size: 2em;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm
{
    height: 15em;
    line-height: 15em;
}

textarea.input-sm,
select[multiple].input-sm
{
    height: auto;
}

.input-lg
{
    height: 25em;
    padding: 10px 16px;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg
{
    height: 25em;
    line-height: 25em;
}

textarea.input-lg,
select[multiple].input-lg
{
    height: auto;
}

.has-feedback
{
    position: relative;
}

    .has-feedback .form-control
    {
        padding-right: 18.75em;
    }

    .has-feedback .form-control-feedback
    {
        position: absolute;
        top: 6em;
        right: 0;
        display: block;
        width: 15em;
        height: 15em;
        line-height: 15em;
        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: #c9c9c9;
}

@media (min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control
    {
        width: 100%;
    }

    .form-inline .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"]
        {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox
{
    min-height: 8em;
}

.form-horizontal .form-group
{
    margin-left: -10px;
    margin-right: -10px;
}

.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: 10px;
}

.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1.3em;
    line-height: 1.308;
    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: #ffffff;
        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: #ffffff;
    background-color: #9f1b32;
    border-color: #9f1b32;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default
    {
        color: #ffffff;
        background-color: #7c1527;
        border-color: #6b1222;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default
    {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active
    {
        background-color: #9f1b32;
        border-color: #9f1b32;
    }

    .btn-default .badge
    {
        color: #9f1b32;
        background-color: #ffffff;
    }

.btn-primary
{
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary
    {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary
    {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active
    {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge
    {
        color: #428bca;
        background-color: #ffffff;
    }

.btn-success
{
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success
    {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success
    {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active
    {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge
    {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info
{
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info
    {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info
    {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active
    {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge
    {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning
{
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning
    {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning
    {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active
    {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge
    {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger
{
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger
    {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger
    {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active
    {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge
    {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link
{
    color: #9f1b32;
    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: #5d5d5d;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus
            {
                color: #999999;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn
{
    padding: 10px 16px;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn
{
    padding: 5px 10px;
    font-size: 2em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn
{
    padding: 1px 5px;
    font-size: 2em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block
{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block
    {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block
{
    width: 100%;
}

.fade
{
    opacity: 0;
    -webkit-transition: opacity 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;
}

@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 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: 1.3em;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    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: -0.5em 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a
    {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.308;
        color: #5d5d5d;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus
        {
            text-decoration: none;
            color: #9f1b32;
            background-color: #fafafa;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus
    {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus
    {
        color: #999999;
    }

        .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: 2em;
    line-height: 1.308;
    color: #999999;
}

.dropdown-backdrop
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu
{
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret
{
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px)
{
    .navbar-right .dropdown-menu
    {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left
    {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn
    {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active
        {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus
        {
            outline: 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 .btn-group,
    .btn-toolbar .input-group
    {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group
    {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}

.btn-group > .btn:first-child
{
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)
    {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child)
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group
{
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
    {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle
    {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child
    {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle
{
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle
{
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle
{
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 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
{
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret
{
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn
{
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn
    {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group
    {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child)
    {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child)
    {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child)
    {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn
    {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle
    {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child
    {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified
{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group
    {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn
        {
            width: 100%;
        }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"]
{
    display: none;
}

.input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"]
    {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control
    {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    height: 25em;
    padding: 10px 16px;
    font-size: 2em;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn
{
    height: 25em;
    line-height: 25em;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn
{
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    height: 15em;
    padding: 5px 10px;
    font-size: 2em;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn
{
    height: 15em;
    line-height: 15em;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn
{
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control
{
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child)
    {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn
{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon
{
    padding: 6px 12px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1;
    color: #5d5d5d;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm
    {
        padding: 5px 10px;
        font-size: 2em;
        border-radius: 3px;
    }

    .input-group-addon.input-lg
    {
        padding: 10px 16px;
        font-size: 2em;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"]
    {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn
    {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child
    {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn
    {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child
    {
        border-left: 0;
    }

.input-group-btn
{
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn
    {
        position: relative;
    }

        .input-group-btn > .btn + .btn
        {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active
        {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group
    {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group
    {
        margin-left: -1px;
    }

.nav
{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li
    {
        position: relative;
        display: block;
    }

        .nav > li > a
        {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus
            {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a
        {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus
            {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus
    {
        background-color: #eeeeee;
        border-color: #9f1b32;
    }

    .nav .nav-divider
    {
        height: 1px;
        margin: -0.5em 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img
    {
        max-width: none;
    }

.nav-tabs
{
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li
    {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a
        {
            margin-right: 2px;
            line-height: 1.308;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover
            {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus
        {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified
    {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li
        {
            float: none;
        }

            .nav-tabs.nav-justified > li > a
            {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu
        {
            top: auto;
            left: auto;
        }

@media (min-width: 768px)
{
    .nav-tabs.nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a
        {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a
{
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus
{
    border: 1px solid #dddddd;
}

@media (min-width: 768px)
{
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #ffffff;
    }
}

.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: #ffffff;
        background-color: #428bca;
    }

.nav-stacked > li
{
    float: none;
}

    .nav-stacked > li + li
    {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified
{
    width: 100%;
}

    .nav-justified > li
    {
        float: none;
    }

        .nav-justified > li > a
        {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu
    {
        top: auto;
        left: auto;
    }

@media (min-width: 768px)
{
    .nav-justified > li
    {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a
        {
            margin-bottom: 0;
        }
}

.nav-tabs-justified
{
    border-bottom: 0;
}

    .nav-tabs-justified > li > a
    {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus
    {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px)
{
    .nav-tabs-justified > li > a
    {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus
    {
        border-bottom-color: #ffffff;
    }
}

.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: 1em;
    border: 1px solid transparent;
}

@media (min-width: 768px)
{
    .navbar
    {
        border-radius: 4px;
    }
}

@media (min-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
}

.navbar-collapse
{
    max-height: 340px;
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in
    {
        overflow-y: auto;
    }

@media (min-width: 768px)
{
    .navbar-collapse
    {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse
        {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in
        {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse
{
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px)
{
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top
{
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px)
{
    .navbar-static-top
    {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom
{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px)
{
    .navbar-fixed-top,
    .navbar-fixed-bottom
    {
        border-radius: 0;
    }
}

.navbar-fixed-top
{
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom
{
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand
{
    float: left;
    padding: 24.5px 10px;
    font-size: 2em;
    line-height: 1em;
    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: -10px;
    }
}

.navbar-toggle
{
    position: relative;
    float: right;
    margin-right: 10px;
    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: 12.25px -10px;
}

    .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1em;
    }

@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: 1em;
        }

            .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: 24.5px;
                padding-bottom: 24.5px;
            }

        .navbar-nav.navbar-right:last-child
        {
            margin-right: -10px;
        }
}

@media (min-width: 768px)
{
    .navbar-left
    {
        float: left !important;
    }

    .navbar-right
    {
        float: right !important;
    }
}

.navbar-form
{
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    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: 17.5px;
    margin-bottom: 17.5px;
}

@media (min-width: 768px)
{
    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control
    {
        width: 100%;
    }

    .navbar-form .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"]
        {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

@media (max-width: 767px)
{
    .navbar-form .form-group
    {
        margin-bottom: 5px;
    }

    input[type='text'],
    input[type='number'],
    input[type="search"],
    input[type="email"],
    textarea
    {
        font-size: 16px !important;
    }
}

@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: -10px;
        }
}

.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: 17.5px;
    margin-bottom: 17.5px;
}

    .navbar-btn.btn-sm
    {
        margin-top: 17.5px;
        margin-bottom: 17.5px;
    }

    .navbar-btn.btn-xs
    {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text
{
    margin-top: 24.5px;
    margin-bottom: 24.5px;
}

@media (min-width: 768px)
{
    .navbar-text
    {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

        .navbar-text.navbar-right:last-child
        {
            margin-right: 0;
        }
}

.navbar-default
{
    background-color: #ffffff;
    border-color: #ffffff;
}

    .navbar-default .navbar-brand
    {
        color: #5d5d5d;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus
        {
            color: #434343;
            background-color: transparent;
        }

    .navbar-default .navbar-text
    {
        color: #5d5d5d;
    }

    .navbar-default .navbar-nav > li > a
    {
        color: #5d5d5d;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus
        {
            color: #9f1b32;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus
    {
        color: #9f1b32;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus
    {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle
    {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus
        {
            background-color: #f4f4f4;
        }

        .navbar-default .navbar-toggle .icon-bar
        {
            background-color: #9f1b32;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form
    {
        border-color: #ffffff;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus
    {
        background-color: transparent;
        color: #9f1b32;
    }

@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #5d5d5d;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
        {
            color: #9f1b32;
            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: #9f1b32;
        background-color: transparent;
    }

    .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: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link
{
    color: #5d5d5d;
}

    .navbar-default .navbar-link:hover
    {
        color: #9f1b32;
    }

.navbar-inverse
{
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand
    {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus
        {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text
    {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a
    {
        color: #999999;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus
        {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus
    {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus
    {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus
        {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar
        {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form
    {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus
    {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: #999999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
        {
            color: #ffffff;
            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: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link
{
    color: #999999;
}

    .navbar-inverse .navbar-link:hover
    {
        color: #ffffff;
    }

.breadcrumb
{
    padding: 8px 15px;
    margin-bottom: 1em;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

    .breadcrumb > li
    {
        display: inline-block;
    }

        .breadcrumb > li + li:before
        {
            content: ">\00a0";
            padding: 0 5px;
            color: #ffffff;
        }

    .breadcrumb > .active
    {
        color: #ffffff;
    }

.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 1em 0;
    border-radius: 4px;
}

    .pagination > li
    {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span
        {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.308;
            text-decoration: none;
            color: #9f1b32;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span
        {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span
        {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus
        {
            color: #5d5d5d;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus
    {
        z-index: 2;
        color: #ffffff;
        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: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span
{
    padding: 10px 16px;
    font-size: 2em;
}

.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: 2em;
}

.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: 1em 0;
    list-style: none;
    text-align: center;
}

    .pager li
    {
        display: inline;
    }

        .pager li > a,
        .pager li > span
        {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus
            {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .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: #999999;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.label
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus
    {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty
    {
        display: none;
    }

.btn .label
{
    position: relative;
    top: -1px;
}

.label-default
{
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus
    {
        background-color: #808080;
    }

.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: 2em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty
    {
        display: none;
    }

.btn .badge
{
    position: relative;
    top: -1px;
}

.btn-xs .badge
{
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus
{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge
{
    color: #9f1b32;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge
{
    margin-left: 3px;
}

.jumbotron
{
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1
    {
        color: inherit;
    }

    .jumbotron p
    {
        margin-bottom: 15px;
        font-size: 2em;
        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: 5.85em;
    }
}

.thumbnail
{
    display: block;
    padding: 4px;
    margin-bottom: 1em;
    line-height: 1.308;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img
    {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active
{
    border-color: #9f1b32;
}

.thumbnail .caption
{
    padding: 9px;
    color: #898989;
}

.alert
{
    padding: 15px;
    margin-bottom: 1em;
    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: 1em;
    margin-bottom: 1em;
    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: 2em;
    line-height: 1em;
    color: #ffffff;
    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: #ffffff;
    border: 1px solid #dddddd;
}

    .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: #555555;
}

    a.list-group-item .list-group-item-heading
    {
        color: #333333;
    }

    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: #ffffff;
        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: 1em;
    background-color: #ffffff;
    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-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: 2em;
    color: inherit;
}

    .panel-title > a
    {
        color: inherit;
    }

.panel-footer
{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group
{
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item
    {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child
    {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child
    {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table
{
    margin-bottom: 0;
}

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child
    {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child
        {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child
        {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child
    {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child
        {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child
        {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive
{
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td
{
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered
{
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child
    {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child
    {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th
    {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th
    {
        border-bottom: 0;
    }

.panel > .table-responsive
{
    border: 0;
    margin-bottom: 0;
}

.panel-group
{
    margin-bottom: 1em;
}

    .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 #dddddd;
        }

    .panel-group .panel-footer
    {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body
        {
            border-bottom: 1px solid #dddddd;
        }

.panel-default
{
    border-color: #dddddd;
}

    .panel-default > .panel-heading
    {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body
        {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body
    {
        border-bottom-color: #dddddd;
    }

.panel-primary
{
    border-color: #428bca;
}

    .panel-primary > .panel-heading
    {
        color: #ffffff;
        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: 1.95em;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus
    {
        color: #000000;
        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: #ffffff;
    border: 1px solid #999999;
    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: #000000;
}

    .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.308px;
}

    .modal-header .close
    {
        margin-top: -2px;
    }

.modal-title
{
    margin: 0;
    line-height: 1.308;
}

.modal-body
{
    position: relative;
    padding: 20px;
}

.modal-footer
{
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn
    {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn
    {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block
    {
        margin-left: 0;
    }

@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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: 2em;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 194px;
}

    .tooltip.top
    {
        margin-top: -10px;
        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: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    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: #e4eaeb;
}

.tooltip.top-left .tooltip-arrow
{
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #e4eaeb;
}

.tooltip.top-right .tooltip-arrow
{
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #e4eaeb;
}

.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-top-color: #e4eaeb;
}

.tooltip.left .tooltip-arrow
{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow
{
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow
{
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    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: 1.3em;
    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: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after
    {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow
{
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after
    {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow
{
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after
    {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow
{
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after
    {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        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
        {
            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: #ffffff;
    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: #ffffff;
        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 #ffffff;
        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: #ffffff;
    }

.carousel-caption
{
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    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,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer
{
    display: block;
    clear: both;
    content: '';
}

    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after,
    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after,
    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after,
    .pager:before,
    .pager:after,
    .panel-body:before,
    .panel-body:after,
    .modal-footer:before,
    .modal-footer:after
    {
        content: " ";
        display: table;
    }

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .form-horizontal .form-group:after,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:after,
    .nav:after,
    .navbar:after,
    .navbar-header:after,
    .navbar-collapse:after,
    .pager:after,
    .panel-body:after,
    .modal-footer:after
    {
        clear: both;
    }

.center-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right
{
    float: right !important;
}

.pull-left
{
    float: left !important;
}

.hide
{
    display: none !important;
}

.show
{
    display: block !important;
}

.invisible
{
    visibility: hidden;
}

.text-hide
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.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;
    }
}
/* mixins */
.auto-holder
{
    max-width: 982px;
    margin: 0 auto;
}

    .auto-holder:after
    {
        display: block;
        clear: both;
        content: '';
    }

        .auto-holder:after:before,
        .auto-holder:after:after
        {
            content: " ";
            display: table;
        }

        .auto-holder:after:after
        {
            clear: both;
        }

        .auto-holder:after:before,
        .auto-holder:after:after
        {
            content: " ";
            display: table;
        }

        .auto-holder:after:after
        {
            clear: both;
        }

.full-width
{
    padding-left: 9999px;
    padding-right: 9999px;
    margin-left: -9999px;
    margin-right: -9999px;
}

.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer
{
    display: block;
    clear: both;
    content: '';
}

.listreset
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.img-style
{
    width: 100%;
    height: auto;
    display: block;
}

.max-imgstyle
{
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hide-text
{
    overflow: hidden;
    text-indent: -9999px;
}

.middle-align
{
    display: inline-block;
    vertical-align: middle;
}

.top-align
{
    display: inline-block;
    vertical-align: top;
}

.bottom-align
{
    display: inline-block;
    vertical-align: bottom;
}

.shadow
{
    left: 0;
    right: 0;
    content: '';
    height: 50px;
    bottom: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 5;
}

.up-arrow
{
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    z-index: 99;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 0 -9px;
    position: absolute;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #9f1b32 transparent;
}

.down-arrow
{
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    z-index: 99;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 0 -9px;
    position: absolute;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #9f1b32 transparent transparent transparent;
}
/* Custom Variables */
/* ---------------------------------------------------------
   2. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face
{
    font-family: 'interstate';
    src: url('/fonts/interstate-regular-webfont.eot');
    src: url('/fonts/interstate-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/interstate-regular-webfont.woff') format('woff'), url('/fonts/interstate-regular-webfont.ttf') format('truetype'), url('/fonts/interstate-regular-webfont.svg#interstate-regular-webfont') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: 'interstate';
    src: url('/fonts/interstate-bold-webfont.eot');
    src: url('/fonts/interstate-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/interstate-bold-webfont.woff') format('woff'), url('/fonts/interstate-bold-webfont.ttf') format('truetype'), url('/fonts/interstate-bold-webfont.svg#interstate-bold-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face
{
    font-family: 'interstate';
    src: url('/fonts/interstate-light-webfont.eot');
    src: url('/fonts/interstate-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/interstate-light-webfont.woff') format('woff'), url('/fonts/interstate-light-webfont.ttf') format('truetype'), url('/fonts/interstate-light-webfont.svg#interstate-light-webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: 'pret';
    src: url('/fonts/pret-bold-webfont.eot');
    src: url('/fonts/pret-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pret-bold-webfont.woff') format('woff'), url('/fonts/pret-bold-webfont.ttf') format('truetype'), url('/fonts/pret-bold-webfont.svg#pret-bold-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}
/* ---------------------------------------------------------
   3. General reset
   ---------------------------------------------------------*/
@-webkit-viewport
{
    width: device-width;
}

@-moz-viewport
{
    width: device-width;
}

@-ms-viewport
{
    width: device-width;
}

@-o-viewport
{
    width: device-width;
}

@viewport
{
    width: device-width;
}

body
{
    min-width: 320px;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
}

input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=file],
textarea
{
    -webkit-appearance: none;
    outline: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

.error input[type="text"],
.error input[type="email"],
.error input[type="password"]
{
    border-color: #9f1b32 !important;
}

a,
input[type=submit],
input[type=button]
{
    outline: none !important;
}

    a:focus
    {
        color: #9f1b32;
    }

        a:focus:hover
        {
            color: #5d5d5d;
        }

.btn
{
    border-radius: 0;
    min-width: 205px;
    font: 700 1em 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 8px 14px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
    text-shadow: none;
}

.btnpaddingtop
{
    padding-top: 15px;
}

.btn:focus,
.btn:active
{
    background: #9f1b32;
    border-color: #9f1b32;
    outline: none;
    color: #ffffff;
}

.btn span
{
    position: relative;
    transition: all ease 0.3s;
    right: 0;
}

.btn:hover,
.btn:active:hover,
.btn:focus:hover
{
    background: #d4d4d4;
    border-color: #d4d4d4;
    box-shadow: none;
    color: #ffffff;
}

    .btn:hover span,
    .btn:active:hover span,
    .btn:focus:hover span
    {
        right: -5px;
    }

label
{
    font-weight: normal;
    padding: 6px 0;
    color: #5d5d5d;
    font: 300 16px/21px 'interstate', Arial, Helvetica, sans-serif;
}

.form-control
{
    border: 1px solid #cdcdcd;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    color: #5d5d5d;
    background: #f8f8f8;
    width: 100%;
    height: 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 10px;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
}

    .form-control:focus
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-placeholder-text
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 21px;
}

.field
{
    overflow: hidden;
    position: relative;
}

    .field.parent-focus .form-control
    {
        border-color: #e69eaa;
    }
/* ---------------------------------------------------------
   4. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
.no-scroll
{
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

#wrapper
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #wrapper.fixed
    {
        padding: 128px 0 0;
    }

    #wrapper .message-bar
    {
        display: none;
    }
/* message bar styles */
.message-bar
{
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f6f6f6;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 0.846em;
}

    .message-bar.fixed
    {
        padding: 128px 0 0;
    }

    .message-bar .message-bar
    {
        display: none;
    }

    .message-bar .text
    {
        position: relative;
        padding: 10px 40px 10px 10px;
    }

    .message-bar p
    {
        margin: 0;
    }

        .message-bar p a
        {
            text-decoration: underline;
        }

    .message-bar .btn-close
    {
        position: absolute;
        right: 15px;
        top: 7px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        width: 18px;
        height: 19px;
        background: url(/content/images/sprite.png) no-repeat -140px -159px;
    }

        .message-bar .btn-close:hover
        {
            background-position: -140px -181px;
        }
/* header styles */
#header
{
    background: #ffffff;
    width: 100%;
    position: relative;
    z-index: 999;
    border-top: 34px solid #9f1b32;
}

    #header.fixed-header
    {
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

        #header.fixed-header .logo
        {
            width: 160px;
            height: 160px;
            top: -34px;
            z-index: 99;
            margin: 0 0 0 -80px;
        }

            #header.fixed-header .logo .img,
            #header.fixed-header .logo .img-hover
            {
                display: none;
            }

            #header.fixed-header .logo .fixed-logo
            {
                display: block;
            }

            #header.fixed-header .logo:hover .fixed-logo
            {
                display: block;
            }

            #header.fixed-header .logo:hover .img,
            #header.fixed-header .logo:hover .img-hover
            {
                display: none;
            }

        #header.fixed-header .header-holder .block
        {
            padding: 14px 0 0;
        }

        #header.fixed-header #nav
        {
            padding: 15px 0 0;
        }

        #header.fixed-header .navbar
        {
            min-height: 45px;
        }

        #header.fixed-header #nav .navbar-nav li
        {
            /*     padding: 0 0 19px;*/
        }
/* page logo styles */
.logo
{
    width: 113px;
    height: 112px;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 9;
    margin: 0 0 0 -57px;
}

    .logo a
    {
        display: block;
    }

    .logo img
    {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }

    .logo .img-hover,
    .logo .fixed-logo
    {
        display: none;
    }

    .logo:hover .img-hover
    {
        display: block;
    }

    .logo:hover .img
    {
        display: none;
    }
/* topbar styles */
.topbar
{
    background: #9f1b32;
    position: relative;
    z-index: 8;
}

.dropdown-menu
{
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    border: 0;
}

    .dropdown-menu:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 5;
    }

.caret
{
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
}
/* languages styles */
.lang-list
{
    float: left;
    margin: 0;
    position: absolute;
    top: -35px;
    left: 10px;
}

    .lang-list li
    {
        display: inline-block;
        vertical-align: top;
        padding: 9px 0;
        margin: 0 13px 0 0;
    }

    .lang-list a
    {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        text-transform: uppercase;
        font: 700 0.846em 'interstate', Arial, Helvetica, sans-serif;
    }

    .lang-list .dropdown-backdrop
    {
        display: none !important;
    }

    .lang-list .dropdown-menu
    {
        top: 100%;
        margin: 0;
        text-align: center;
        width: 176px;
        background: none;
        padding: 0 0 20px;
    }

        .lang-list .dropdown-menu:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
            bottom: 20px;
            z-index: -1;
        }

        .lang-list .dropdown-menu ul
        {
            position: relative;
            background: #fafafa;
            padding: 14px 10px 20px;
            overflow: hidden;
        }

            .lang-list .dropdown-menu ul:after
            {
                left: 0;
                right: 0;
                content: '';
                height: 50px;
                bottom: 100%;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                position: absolute;
                z-index: 5;
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
            }

        .lang-list .dropdown-menu li
        {
            margin: 0;
            padding: 3px 0;
            display: block;
        }

        .lang-list .dropdown-menu a
        {
            padding: 0;
            display: inline-block;
            color: #5d5d5d;
        }
/* Add links styles */
.add-links
{
    margin: 0;
    position: absolute;
    top: -36px;
    right: 10px;
}

    .add-links li
    {
        display: inline-block;
        vertical-align: bottom;
        padding: 6px 0;
        margin: 0 0 0 18px;
        height: 78px;
        background: url(/content/images/dot.png);
        text-transform: uppercase;
    }

        .add-links li.signup
        {
            padding: 11px 0;
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 8px;
        }

        .add-links li.find .icon
        {
            background: url(/content/images/sprite.png) no-repeat -181px -27px;
            width: 15px;
            height: 21px;
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 8px;
        }

        .add-links li.find .findicon
        {
            /*background: url(/content/images/sprite-m.png) no-repeat -37px 25px;
  width: 27px;
  height: 52px;*/
            display: inline-block;
            vertical-align: bottom;
            margin: -2px -7px -1px 2px;
        }

            .add-links li.find .findicon img
            {
                width: 19px;
                height: 24px;
            }

        .add-links li.find .mfindicon
        {
            /*background: url(/content/images/sprite-m.png) no-repeat -37px 25px;
  width: 27px;
  height: 52px;*/
            display: inline-block;
            vertical-align: bottom;
            margin: -1px -7px -1px -2px;
            /*margin: -27px -10px 0 8px;*/
        }

            .add-links li.find .mfindicon img
            {
                width: 21px;
                height: 26px;
            }


        .add-links li.basket .items
        {
            display: none;
        }

        .add-links li.basket .icon
        {
            background: url(/content/images/sprite.png) no-repeat -176px 0;
            width: 23px;
            height: 23px;
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 8px;
        }

        .add-links li a
        {
            display: inline-block;
            vertical-align: bottom;
            color: #ffffff;
            padding: 0 0 1px;
            text-transform: uppercase;
            font: 700 0.846em 'interstate', Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

            .add-links li a:hover em
            {
                text-decoration: underline;
            }

        .add-links li em
        {
            font-style: normal;
            position: relative;
            top: -2px;
        }

        .add-links li .btn
        {
            padding: 8px 16px;
        }

    .add-links .dropdown-menu
    {
        top: 100%;
        margin: 0;
        width: 314px;
        padding: 0 0 20px;
        font: 700 1.077em 'interstate', Arial, Helvetica, sans-serif;
        background: none;
    }

        .add-links .dropdown-menu:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
            bottom: 20px;
            z-index: -1;
        }

        .add-links .dropdown-menu .basket-frame
        {
            position: relative;
            overflow: hidden;
            background: #fafafa;
            padding: 14px 10px;
        }

            .add-links .dropdown-menu .basket-frame:after
            {
                left: 0;
                right: 0;
                content: '';
                height: 50px;
                bottom: 100%;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                position: absolute;
                z-index: 5;
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
            }

        .add-links .dropdown-menu p
        {
            margin: 0 0 10px;
            text-transform: uppercase;
        }

            .add-links .dropdown-menu p a
            {
                color: #5d5d5d;
            }

                .add-links .dropdown-menu p a:hover
                {
                    color: #9f1b32;
                    text-decoration: none;
                }
/* basket box styles */
.basket-box
{
    overflow: hidden;
    padding: 4px 0 0;
    margin: 0 0 -28px;
    position: relative;
    z-index: 1;
}

    .basket-box .title
    {
        display: block;
        text-align: center;
        font: 700 1.185em 'interstate', Arial, Helvetica, sans-serif;
        color: #9f1b32;
        text-transform: uppercase;
    }

    .basket-box .img-holder
    {
        float: left;
        margin: 0 11px 0 0;
    }

    .basket-box .textbox
    {
        overflow: hidden;
        padding: 14px 0 0;
    }

    .basket-box .holder
    {
        overflow: hidden;
    }

    .basket-box .price
    {
        float: left;
        font-style: normal;
        color: #9f1b32;
        margin: 3px 0 0;
    }

    .basket-box .counter
    {
        float: right;
    }

    .basket-box .minus,
    .basket-box .plus
    {
        float: left;
        margin: 0 0 0 5px;
        text-decoration: none;
        background: #9f1b32;
        width: 19px;
        height: 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align: center;
        font: bold 14px/20px Arial, Helvetica, sans-serif;
    }

        .basket-box .minus:hover,
        .basket-box .plus:hover
        {
            background: #5d5d5d;
        }

    .basket-box .text
    {
        margin: 0 0 0 5px;
        position: relative;
        float: left;
    }

        .basket-box .text input[type=text]
        {
            width: 19px;
            height: 20px;
            float: left;
            color: #9f1b32;
            border: 1px solid #d6d6d6;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            text-align: center;
        }

        .basket-box .text .input-placeholder-text
        {
            left: 0;
            top: 0;
            right: 0;
            line-height: 20px;
            text-align: center;
        }
/* summery box styles */
.summary-box
{
    overflow: hidden;
    padding: 45px 34px 4px 31px;
    position: relative;
    text-align: center;
}

    .summary-box:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 5;
    }

    .summary-box .title
    {
        display: block;
        text-align: center;
        font: 700 1.185em 'interstate', Arial, Helvetica, sans-serif;
        color: #9f1b32;
        text-transform: uppercase;
    }

    .summary-box dl
    {
        overflow: hidden;
        margin: 0 0 6px;
        font: 400 'interstate', Arial, Helvetica, sans-serif;
        color: #5d5d5d;
        padding: 9px 0 5px;
    }

        .summary-box dl dt
        {
            float: left;
            width: 50%;
            font-weight: normal;
            padding: 0 0 2px;
            text-align: left;
        }

        .summary-box dl dd
        {
            display: block;
            overflow: hidden;
            text-align: right;
            font-weight: normal;
            padding: 0 0 2px;
        }

    .summary-box .btn
    {
        min-width: 175px;
        letter-spacing: 1px;
    }
/* basket carousel styles */
.basket-carousel
{
    position: relative;
    padding: 31px 0;
}

    .basket-carousel .mask
    {
        position: relative;
        overflow: hidden;
        height: 260px;
    }

    .basket-carousel .slide
    {
        height: 87px;
        overflow: hidden;
        position: relative;
        padding: 8px 17px 8px 8px;
    }

        .basket-carousel .slide:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
            box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
        }

    .basket-carousel .btn-next
    {
        width: 0;
        height: 0;
        top: 0;
        left: 50%;
        z-index: 99;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 0 0 -9px;
        position: absolute;
        border-style: solid;
        border-width: 0 9px 9px 9px;
        border-color: transparent transparent #9f1b32 transparent;
        top: 16px;
    }

    .basket-carousel .btn-prev
    {
        width: 0;
        height: 0;
        bottom: 0;
        left: 50%;
        z-index: 99;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 0 0 -9px;
        position: absolute;
        border-style: solid;
        border-width: 9px 9px 0 9px;
        border-color: #9f1b32 transparent transparent transparent;
        bottom: 9px;
    }
/* header holder styles */
.header-holder
{
    position: relative;
    z-index: 8;
}

    .header-holder:after
    {
        display: block;
        clear: both;
        content: '';
    }

        .header-holder:after:before,
        .header-holder:after:after
        {
            content: " ";
            display: table;
        }

        .header-holder:after:after
        {
            clear: both;
        }

        .header-holder:after:before,
        .header-holder:after:after
        {
            content: " ";
            display: table;
        }

        .header-holder:after:after
        {
            clear: both;
        }

    .header-holder .block
    {
        padding: 41px 0 0;
        width: 100%;
        height: 1%;
    }

        .header-holder .block:after
        {
            display: block;
            clear: both;
            content: '';
        }

            .header-holder .block:after:before,
            .header-holder .block:after:after
            {
                content: " ";
                display: table;
            }

            .header-holder .block:after:after
            {
                clear: both;
            }

            .header-holder .block:after:before,
            .header-holder .block:after:after
            {
                content: " ";
                display: table;
            }

            .header-holder .block:after:after
            {
                clear: both;
            }
/* socil networks styles */

#header .socialnetworks
{
    float: left;
    margin: 0;
    padding: 5px 0 0;
}

#header .ico-holder
{
    padding: 2px;
}

    #header .ico-holder a .hover
    {
        display: none;
    }

    #header .ico-holder a img
    {
        width: 25px;
        height: 23px;
    }

    #header .ico-holder a:hover .normal
    {
        display: none;
    }

    #header .ico-holder a:hover .hover
    {
        display: inline;
    }

.social-networks
{
    float: left;
    margin: 0;
    padding: 5px 0 0;
}

    .social-networks li
    {
        float: left;
        padding: 0;
        margin: 0 12px 0 0;
    }

    .social-networks img
    {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }

    .social-networks .img-hover
    {
        display: none;
    }

    .social-networks:hover .img-hover
    {
        display: block;
    }

    .social-networks:hover .img
    {
        display: none;
    }


    .social-networks a
    {
        display: block;
        width: 25px;
        height: 23px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        /*background: url(/content/images/sprite.png) no-repeat;*/
    }

        .social-networks a.facebook
        {
            background-position: 0 0;
            width: 27px;
            height: 30px;
        }

            .social-networks a.facebook:hover
            {
                background-position: 0 -27px;
            }

        .social-networks a.twitter
        {
            background-position: -30px 0;
            width: 24px;
            height: 23px;
        }

            .social-networks a.twitter:hover
            {
                background-position: -30px -27px;
            }

        .social-networks a.instagram
        {
            background-position: -69px 0;
            width: 22px;
            height: 23px;
        }

            .social-networks a.instagram:hover
            {
                background-position: -69px -27px;
            }

        .social-networks a.pinterest
        {
            background-position: -108px 0;
            width: 19px;
            height: 23px;
        }

            .social-networks a.pinterest:hover
            {
                background-position: -108px -27px;
            }

        .social-networks a.google
        {
            background-position: -141px 0;
            width: 25px;
            height: 23px;
        }

            .social-networks a.google:hover
            {
                background-position: -141px -27px;
            }


/* search form styles */
.search-form
{
    float: right;
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
    width: 292px;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}

    .search-form:after
    {
        position: absolute;
        right: 38px;
        top: 0;
        background: #d4d4d4;
        width: 1px;
        height: 31px;
        content: '';
    }

    .search-form.parent-focus
    {
        border-color: #e69eaa;
        background: #fbfbfb;
    }

        .search-form.parent-focus:after
        {
            background: #e69eaa;
        }

        .search-form.parent-focus .autodrop
        {
            display: block;
        }

    .search-form input[type="search"],
    .search-form input[type="text"]
    {
        border: 0;
        background: #f8f8f8;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        color: #5d5d5d;
        float: left;
        width: 230px;
        height: 31px;
        font: 400 11px/20px 'interstate', Arial, Helvetica, sans-serif;
        padding: 6px 0;
        text-transform: uppercase;
        font-weight:500 \9;
    }

    .search-form .input-placeholder-text
    {
        position: absolute;
        left: 0;
        top: 0;
        padding: 6px 12px;
        font:500 11px/20px Arial, Helvetica, sans-serif;
    }

    .search-form .btn-submit
    {
        background: url(/content/images/sprite.png) no-repeat -208px 0;
        width: 14px;
        height: 14px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        overflow: hidden;
        text-indent: -9999px;
        float: right;
        border: 0;
        padding: 0;
        margin: 9px 0 0;
    }

        .search-form .btn-submit:hover
        {
            background-position: -208px -18px;
            cursor: pointer;
        }
/* autocomplete styles */
.ui-autocomplete
{
    position: absolute;
    width: 305px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
    z-index: 20000;
    font: 700 12px/16px 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 0 20px;
}

    .ui-autocomplete:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 5;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
        bottom: 20px;
        z-index: -1;
    }

    .ui-autocomplete li
    {
        padding: 0 23px 10px;
        background: #fafafa;
        color: #5d5d5d;
        cursor: pointer;
    }

        .ui-autocomplete li:first-child
        {
            position: relative;
            overflow: hidden;
            padding: 18px 23px 10px;
            border: 0;
        }

            .ui-autocomplete li:first-child:after
            {
                left: 0;
                right: 0;
                content: '';
                height: 50px;
                bottom: 100%;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                position: absolute;
                z-index: 5;
            }

        .ui-autocomplete li:hover .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
        {
            color: #9f1b32;
        }

    .ui-autocomplete .ui-autocomplete-category
    {
        display: block;
        color: #9f1b32;
        font-size: 1.333em;
        font-weight: normal;
        padding: 10px 0;
        border-top: 2px solid #e3e3e3;
        cursor: default;
    }
/* Nav styles */
#nav
{
    background: none;
    border: 0;
    font: 500 1em 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 31px 0 0;
    margin: 0;
    min-height: inherit;
}

    #nav .navbar-collapse
    {
        padding: 0;
    }

    #nav .col-sm-6
    {
        position: static;
    }

    #nav .navbar-nav
    {
        margin: 0 -10px;
    }

        #nav .navbar-nav li
        {
            float: left;
            padding: 0 0 30px;
            margin: 0 32px 0 0;
            position: static;
        }

            #nav .navbar-nav li a
            {
                padding: 0;
            }

                #nav .navbar-nav li a .caret
                {
                    position: absolute;
                    left: 50%;
                    margin: 0 0 0 -9px;
                    border-left-width: 9px;
                    border-right-width: 9px;
                    border-top-width: 8px;
                    top: 17px;
                    display: none;
                }

                #nav .navbar-nav li a:focus
                {
                    color: #5d5d5d;
                }

            #nav .navbar-nav li.active > a,
            #nav .navbar-nav li.opened > a
            {
                color: #9f1b32;
            }

            #nav .navbar-nav li.active .caret,
            #nav .navbar-nav li.opened .caret
            {
                display: none;
            }

            #nav .navbar-nav li.active .caret
            {
                display: block;
            }

            #nav .navbar-nav li.drop-item.opened .caret
            {
                display: block;
            }

        #nav .navbar-nav .container-fluid
        {
            padding: 0;
        }

        #nav .navbar-nav li.showactive > a
        {
            color: #9f1b32;
        }


        #nav .navbar-nav li.showactive .caret
        {
            display: none;
        }


        #nav .navbar-nav li.drop-item.showactive .caret
        {
            display: block;
        }

    #nav .navbar-right li
    {
        margin: 0 0 0 29px;
    }

    #nav .dropdown-menu
    {
        padding: 0 9999px;
        margin: 0 -9999px;
        font: 300 1.231em 'interstate', Arial, Helvetica, sans-serif;
        right: 0;
    }

        #nav .dropdown-menu:after
        {
            width: 1800px;
            margin: 0 0 0 -900px;
            left: 50%;
            right: auto;
            box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.25);
        }

        #nav .dropdown-menu li
        {
            float: none;
            display: block;
            padding: 0 0 12px;
            margin: 0;
        }

            #nav .dropdown-menu li a
            {
                color: #5d5d5d;
            }

                #nav .dropdown-menu li a:hover
                {
                    color: #9f1b32;
                }

        #nav .dropdown-menu .col-holder
        {
            overflow: hidden;
        }

        #nav .dropdown-menu .holder
        {
            text-align: center;
            padding: 33px 0 38px;
            overflow: hidden;
            color: #5d5d5d;
        }

            #nav .dropdown-menu .holder .title
            {
                display: block;
                font-size: 1.667em;
                text-shadow: none;
                color: #9f1b32;
                margin: 0 0 41px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            #nav .dropdown-menu .holder.menu-drop
            {
                max-width: 840px;
                margin: 0 auto;
                font-size: 1em;
            }

            #nav .dropdown-menu .holder.values-drop
            {
                font-size: 1em;
                text-align: left;
                padding-bottom: 20px;
            }

                #nav .dropdown-menu .holder.values-drop .title
                {
                    font-size: 2.000em;
                    margin: 0 0 23px;
                    text-align: center;
                }

                #nav .dropdown-menu .holder.values-drop .subtitle
                {
                    display: block;
                    font-size: 1.200em;
                    line-height: 1em;
                    margin: 0 0 17px;
                    color: #9f1b32;
                    text-transform: uppercase;
                }

                #nav .dropdown-menu .holder.values-drop li
                {
                    padding: 0 0 7px;
                }

            #nav .dropdown-menu .holder.card-drop
            {
                line-height: 1.375em;
                text-transform: none;
                text-align: left;
                padding-bottom: 50px;
            }

                #nav .dropdown-menu .holder.card-drop .title
                {
                    font-size: 1.875em;
                    margin: 0 0 25px;
                    text-align: center;
                }

                #nav .dropdown-menu .holder.card-drop .subtitle
                {
                    display: block;
                    font-size: 1.125em;
                    margin: 0 0 11px;
                    color: #9f1b32;
                    text-transform: uppercase;
                }

                    #nav .dropdown-menu .holder.card-drop .subtitle br
                    {
                        display: none;
                    }

                #nav .dropdown-menu .holder.card-drop p
                {
                    margin: 0 0 29px;
                }

                #nav .dropdown-menu .holder.card-drop .btn
                {
                    padding: 8px 14px;
                    font-size: 0.813em;
                    margin: 0 20px 0 0;
                }

                #nav .dropdown-menu .holder.card-drop .link
                {
                    text-decoration: underline;
                    font-size: 13px;
                    display: inline-block;
                    margin: 0 0 10px 118px;
                }

                #nav .dropdown-menu .holder.card-drop .btn-holder
                {
                    overflow: hidden;
                    text-align: right;
                }

                #nav .dropdown-menu .holder.card-drop form
                {
                    padding: 2px 0 0 56px;
                }

                #nav .dropdown-menu .holder.card-drop .field-row
                {
                    overflow: hidden;
                    margin: 0 0 6px;
                }

                #nav .dropdown-menu .holder.card-drop .error-txt
                {
                    display: none;
                }

                #nav .dropdown-menu .holder.card-drop .link-row
                {
                    overflow: hidden;
                    margin: -7px 0 0;
                }

                    #nav .dropdown-menu .holder.card-drop .link-row .btn
                    {
                        margin-right: 0;
                    }

                #nav .dropdown-menu .holder.card-drop label
                {
                    float: left;
                    width: 114px;
                    font-weight: 300;
                    padding: 6px 0;
                    margin: 0;
                }

                #nav .dropdown-menu .holder.card-drop .field
                {
                    overflow: hidden;
                    position: relative;
                }

                    #nav .dropdown-menu .holder.card-drop .field input[type="text"],
                    #nav .dropdown-menu .holder.card-drop .field input[type="email"],
                    #nav .dropdown-menu .holder.card-drop .field input[type="password"]
                    {
                        border: 1px solid #cdcdcd;
                        border-radius: 14px;
                        -webkit-border-radius: 14px;
                        color: #5d5d5d;
                        background: #ffffff;
                        width: 100%;
                        height: 33px;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        padding: 0 10px;
                        text-transform: none;
                        font-size: 0.875em;
                    }

                    #nav .dropdown-menu .holder.card-drop .field .input-placeholder-text
                    {
                        position: absolute;
                        left: 0;
                        top: 0;
                        padding: 6px 10px;
                        font-size: 0.875em;
                    }

                    #nav .dropdown-menu .holder.card-drop .field.parent-focus input[type="text"],
                    #nav .dropdown-menu .holder.card-drop .field.parent-focus input[type="email"],
                    #nav .dropdown-menu .holder.card-drop .field.parent-focus input[type="password"]
                    {
                        border-color: #e69eaa;
                    }

h1
{
    font: 700 3.9em/1em 'interstate', Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.51);
}

h2
{
    font: 700 2.615em/1.1em 'interstate', Arial, Helvetica, sans-serif;
    color: #9f1b32;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3
{
    font: 700 1.538em/1.1em 'interstate', Arial, Helvetica, sans-serif;
    color: #9f1b32;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4
{
    font: 700 1em/1em 'interstate', Arial, Helvetica, sans-serif;
    color: #9f1b32;
    margin: 0 0 10px;
    text-transform: uppercase;
}
/* main informative part styles */
#main
{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

    #main.fixed
    {
        padding: 128px 0 0;
    }

    #main .message-bar
    {
        display: none;
    }
/* visual styles */

.home .visual
{
    height: 409px;
    margin: 0 0 28px;
}

    .home .visual h1
    {
        font-size: 3.9em;
        margin: 0 0 15px;
    }

    .home .visual .img-holder
    {
        height: 409px;
    }

        .home .visual .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .home .visual .bg-img img
    {
        width: 100%;
        height: auto;
        display: block;
    }

    .home .visual .caption
    {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        width: 100%;
        height: 409px;
        background: rgba(0, 0, 0, 0.0001);
    }

.visual-holder
{
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video-block
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

    .video-block iframe
    {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        z-index: 1;
    }

.touchdevice .video-block
{
    display: none;
}

.visual
{
    overflow: hidden;
    position: relative;
    margin: 0 0 32px;
    width: 100%;
    height: 301px;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

    .visual .auto-holder
    {
        max-width: 800px;
        padding: 0 10px;
    }


    .visual h1
    {
        font-size: 4.615em;
        margin: 0 -80px 8px;
    }

        .visual h1 span
        {
            display: block;
            font-size: 0.673em;
        }

    .visual .subtitle
    {
        display: block;
        font: 400 1.538em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0 0 19px;
        color: #ffffff;
    }

        .visual .subtitle br
        {
            display: none;
        }

    .visual p
    {
        font: 400 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        /*margin: 0;*/
        margin: 0 0 -9px;
    }

    .visual .img-holder
    {
        left: 0;
        top: 0;
        width: 100%;
        height: 301px;
        overflow: hidden;
        position: absolute;
        z-index: 2;
    }

        .visual .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .visual .caption
    {
        width: 100%;
        height: 301px;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    .visual .box
    {
        display: table;
        width: 100%;
        height: 100%;
    }

    .visual .holder
    {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .visual.add .subtitle
    {
        margin: 0;
    }

    .visual.inner-visual
    {
        height: 308px;
        margin: 0;
    }

        .visual.inner-visual .img-holder,
        .visual.inner-visual .caption
        {
            height: 308px;
        }

        .visual.inner-visual p
        {
            font-size: 20px;
            line-height: 25px;
            max-width: 670px;
            margin: 0 auto 14px;
            padding: 19px 0 0;
        }

        .visual.inner-visual .btn
        {
            min-width: 236px;
        }
/* add nav styles */
/*
.add-nav {
  font: 700 1.538em 'interstate', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 31px;
}
.add-nav ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 1%;  
}
.add-nav ul:after {
  display: block;
  clear: both;
  content: '';
}
.add-nav ul:after:before,
.add-nav ul:after:after {
  content: " ";
  display: table;
}
.add-nav ul:after:after {
  clear: both;
}
.add-nav ul:after:before,
.add-nav ul:after:after {
  content: " ";
  display: table;
}
.add-nav ul:after:after {
  clear: both;
}
.add-nav li {
  float: left;
  margin: 0 0 0 60px;
  width:140px;
}
.add-nav li:first-child {
  margin: 0px;
}

.add-nav li .img-holder {
  width: 100%;
  height: 56px;
  display: table;
  margin: 0 0 13px;
}
.add-nav li .img-holder .frame {
  display: table-cell;
  vertical-align: middle;
}
.add-nav li em {
  font-style: normal;
  display: block;
}

.add-nav .hover {
  display: none;
}
.add-nav a {
  color: #5d5d5d;
  display: block;
  text-decoration: none;
}
.add-nav a:hover {
  color: #5d5d5d;
}
.add-nav a:hover .normal {
  display: none;
}
.add-nav a:hover .hover {
  display: inline;
}
*/

.add-nav
{
    font: 700 1.538em 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 0 31px;
}

    .add-nav ul
    {
        padding: 0;
        margin: 0 -35px;
        text-align: center;
        height: 1%;
    }

        .add-nav ul:after
        {
            display: block;
            clear: both;
            content: '';
        }

            .add-nav ul:after:before,
            .add-nav ul:after:after
            {
                content: " ";
                display: table;
            }

            .add-nav ul:after:after
            {
                clear: both;
            }

            .add-nav ul:after:before,
            .add-nav ul:after:after
            {
                content: " ";
                display: table;
            }

            .add-nav ul:after:after
            {
                clear: both;
            }

    .add-nav li
    {
        padding: 0 8px;
        width: 20%;
        float: left;
    }

        .add-nav li .img-holder
        {
            width: 100%;
            height: 56px;
            margin: 0 0 13px;
        }

            .add-nav li .img-holder .frame img
            {
                max-width: 100%;
                width: auto;
                height: auto;
                display: block;
                margin: 0 auto;
            }

        .add-nav li em
        {
            font-style: normal;
            display: block;
        }

    .add-nav .hover
    {
        display: none;
    }

    .add-nav a
    {
        color: #5d5d5d;
        display: block;
        text-decoration: none;
    }

        .add-nav a:hover
        {
            color: #5d5d5d;
        }

            .add-nav a:hover .normal
            {
                display: none;
            }

            .add-nav a:hover .hover
            {
                display: inline;
            }



/* search result */
.section
{
    overflow: hidden;
    padding: 33px 0 12px;
    position: relative;
}

    .section:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 5;
    }

.prefixShadow:after
{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.hidePrefixShadow {
    margin-top:-45px;
}

.hidePrefixShadow:after
{
    height: 0px !important;
    bottom: 0px !important;
}

.section-no-seperator
{
    overflow: hidden;
    padding: 0px 0 12px;
    position: relative;
}

    .section-no-seperator:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        position: absolute;
        z-index: 5;
    }

.section h2
{
    text-align: center;
}

.section .heading
{
    margin: 0 0 24px;
}

    .section .heading img
    {
        display: block;
        margin: 0 auto 12px;
    }

    .section .heading h3
    {
        color: #555555;
        font: 300 1.769em/1em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0;
    }

.section .search-result
{
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
}

    .section .search-result h2
    {
        margin: 0 0 25px;
    }

.section .search-box
{
    margin: 0 0 47px;
}

.section .result-list
{
    color: #5d5d5d;
    margin: 0;
}

    .section .result-list li
    {
        margin: 0 0 21px;
        overflow: hidden;
    }

    .section .result-list p
    {
        margin: 0 0 8px;
    }

    .section .result-list h4
    {
        margin: 0;
        font-size: 1.154em;
    }

    .section .result-list .view
    {
        font: bold 0.9em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: 1px;
        color: #5d5d5d;
    }

        .section .result-list .view:hover
        {
            color: #9f1b32;
        }
/* sales banner */
.sales-panel
{
    overflow: hidden;
    position: relative;
    background: #fffefb;
    padding: 35px 0 68px;
}

    .sales-panel .img-frame
    {
        max-width: 1280px;
        overflow: hidden;
        margin: 0 auto -24px;
    }

        .sales-panel .img-frame img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .sales-panel .btn-holder
    {
        max-width: 982px;
        margin: 0 auto;
        text-align: center;
    }
/* menu slideshow styles */
.menu-slideshow
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .menu-slideshow.fixed
    {
        padding: 128px 0 0;
    }

    .menu-slideshow .message-bar
    {
        display: none;
    }

    .menu-slideshow .slideset,
    .menu-slideshow .sub-slideset
    {
        position: relative;
    }

    .menu-slideshow .slide,
    .menu-slideshow .caption-slide
    {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
    }

        .menu-slideshow .slide img,
        .menu-slideshow .caption-slide img
        {
            width: 100%;
            height: auto;
            display: block;
        }

        .menu-slideshow .slide.active,
        .menu-slideshow .caption-slide.active
        {
            z-index: 2;
        }

    .menu-slideshow .holder
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 88px 0 0;
        z-index: 99;
    }

    .menu-slideshow .caption
    {
        background: #ffffff;
        width: 470px;
        text-align: center;
        padding: 30px 35px;
        color: #5d5d5d;
    }

        .menu-slideshow .caption h2
        {
            letter-spacing: 2px;
            margin: 0 0 19px;
        }

        .menu-slideshow .caption h3
        {
            margin: 0 0 8px;
        }

        .menu-slideshow .caption .caption-slide
        {
            font: 300 1.231em/1.313em 'interstate', Arial, Helvetica, sans-serif;
        }

        .menu-slideshow .caption p
        {
            margin: 0 0 23px;
        }

        .menu-slideshow .caption .btn
        {
            font-size: 0.813em;
        }

    .menu-slideshow .paging
    {
        margin: 0 0 43px;
        text-transform: uppercase;
        font: 400 1.4em 'interstate', Arial, Helvetica, sans-serif;
    }

        .menu-slideshow .paging li
        {
            display: inline;
            position: relative;
            padding: 0;
            margin: 0 13px;
        }

            .menu-slideshow .paging li.active a
            {
                color: #9f1b32;
            }

                .menu-slideshow .paging li.active a .caret
                {
                    display: block;
                }

        .menu-slideshow .paging a
        {
            display: inline;
            color: #5d5d5d;
            text-decoration: none;
        }

            .menu-slideshow .paging a .caret
            {
                position: absolute;
                left: 50%;
                margin: 0 0 0 -9px;
                border-left-width: 9px;
                border-right-width: 9px;
                border-top-width: 8px;
                top: 25px;
                display: none;
            }

            .menu-slideshow .paging a:hover
            {
                color: #9f1b32;
            }

    .menu-slideshow.not-enough-slides a.btn-prev,
    .menu-slideshow.not-enough-slides a.btn-next
    {
        visibility: hidden;
    }
/* article content */
.article-content
{
    padding: 41px 0 46px;
}

    .article-content h2
    {
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 15px;
    }

    .article-content .article-holder
    {
        overflow: hidden;
        max-width: 792px;
        margin: 0 auto;
    }

    .article-content .textbox
    {
        overflow: hidden;
        color: #5d5d5d;
    }

        .article-content .textbox p
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            margin: 0 0 19px;
        }

    .article-content .img-holder
    {
        overflow: hidden;
    }

        .article-content .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .article-content .middle-align
    {
        float: none;
        margin: 0 -3px 0 0;
    }

    .article-content .center-align img
    {
        margin: 0 auto 20px;
    }


/* video Panel */
.video-panel
{
    background: #fbfbfb;
}

    .video-panel h2
    {
        text-align: center;
        margin: 0 0 40px;
        letter-spacing: 2px;
    }

    .video-panel .video-info
    {
        /*width: 100%;
  max-width: none !important;*/
    }

.video-panel-custom .video-info-custom .textbox-custom
{
    padding: 0px 30px 0 0 !important;
}


.video-panel .video-info .textbox
{
    padding: 40px 30px 0 0;
}

.video-panel .video-info .textbox-html
{
    padding: 40px 10px 0px 30px;
}


.video-panel .video-info .textbox h3
{
    margin: 0 0 12px;
}

.video-panel .video-info .textbox p
{
    font: 300 1.231em/1.313em 'interstate', Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    margin: 0 0 18px;
}


.video-frame
{
    width: auto;
    max-width: 869px;
    margin: 0 auto;
    display: block;
    position: relative;
}

    .video-frame .video-tools
    {
        width: 100%;
        height: 100%;
    }

    .video-frame .video
    {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

        .video-frame .video iframe
        {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .video-frame img
    {
        width: 100%;
        height: auto;
        display: block;
    }

    .video-frame .btn-span
    {
        background: url(/content/images/sprite.png) no-repeat 0 -175px;
        width: 72px;
        height: 72px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -36px 0 0 -36px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        opacity: 0.9;
        cursor: pointer;
    }

    .video-frame .btn-play
    {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .video-frame.vid-hover .btn-play
    {
        background: url(/content/images/bg-trans.png);
        background: rgba(0, 0, 0, 0.45);
    }

    .video-frame.vid-hover .btn-span
    {
        opacity: 1;
    }

@media only screen and (max-width: 767px)
{
    .visual h1
    {
        font-size: 1.92em;
        margin: 0 0 0px;
    }
}



@media only screen and (max-width: 1024px)
{
    .video-panel.add
    {
        padding: 47px 0 30px;
    }
}




/*@media only screen and (max-width:767px)
{
    #nav .navbar-nav li {
float: left; 
letter-spacing: -0.3px;
margin: 0 !important;
position: static;
letter-spacing: 0;
height:-1px !important;
}
        
}*/


/**Header Nav for tablet and Desktop**/
/*@media only screen and (min-width:768px) and (max-width: 991px)
{
    #nav
    {
        height: 0;
    letter-spacing: -0.3px;
    margin: 3px 15px 7px 0 !important;
    padding-top: 0;
    }
}*/



@media only screen and (max-width: 991px)
{
    /***/
    .logo
    {
        width: 90px;
        height: 89px;
        margin: 0 0 0 -45px;
        top: 20px;
    }

    .header-holder .block
    {
        padding: 30px 0 0;
    }

    .header-holder .block
    {
        height: 1%;
        padding: 30px 0 0;
        width: 100%;
    }

    #nav
    {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        font: 400 1em "interstate",Arial,Helvetica,sans-serif;
        margin: 0;
        min-height: inherit;
        padding: 23px 0 0;
        text-transform: uppercase;
        font-weight:500 \9;
    }


    /*#nav .navbar-nav li {
    height: 0;
    letter-spacing: -0.3px;
    margin: 3px 15px 7px 0 !important;
    padding-top: 0;
}*/

    /****/

    .video-panel
    {
        padding: 47px 0 33px;
    }

        .video-panel h2
        {
            margin: 0 0 32px;
        }

        .video-panel .video-info
        {
            max-width: 906px;
            margin: 0 auto;
        }

            .video-panel .video-info .textbox
            {
                text-align: center;
                overflow: hidden;
                padding: 0;
                margin: 0 auto;
                max-width: 560px;
            }

                .video-panel .video-info .textbox p
                {
                    margin: 0 0 23px;
                }

            .video-panel .video-info .video-frame
            {
                width: 100%;
                overflow: hidden;
                margin: 0 0 20px;
                display: block;
            }
}

@media only screen and (max-width: 767px)
{
    .video-panel
    {
        padding: 18px 0 26px;
    }

        .video-panel .video-tools
        {
            display: block;
        }

        .video-panel h2
        {
            margin: 0 0 14px;
        }

        .video-panel .video-info .textbox
        {
            padding: 0 10px;
        }

            .video-panel .video-info .textbox p
            {
                margin: 0 0 19px;
            }

    .video-frame
    {
        margin: 0 0 18px;
    }

        .video-frame .btn-span
        {
            background-image: url("/content/images/sprite-m.png");
            background-position: -80px -70px;
            width: 65px;
            height: 65px;
            margin: -32px 0 0 -32px;
        }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .video-frame .btn-span
    {
        /*background-image: url("/content/images/sprite-x.png");
    background-size: 500px 405px;*/
    }
}







/* centered content */
.centered-content
{
    padding: 47px 0 53px;
    text-align: center;
    color: #5d5d5d;
}

    .centered-content .head
    {
        overflow: hidden;
        margin: 0 0 15px;
        text-align: center;
        padding: 0 !important;
    }

    .centered-content h2
    {
        margin: 0 0 12px;
        letter-spacing: 1px;
    }

    .centered-content p
    {
        font: 300 1.231em/1.313em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0 auto 17px;
        max-width: 825px;
    }

        .centered-content p a
        {
            text-decoration: underline;
        }

.visual + .centered-content
{
    padding: 4px 0 33px;
}

    .visual + .centered-content p
    {
        margin-bottom: 26px;
    }
/* views block */
.views-block
{
    position: relative;
    overflow: hidden;
    padding: 65px 0 35px;
    text-align: center;
}

    .views-block h2
    {
        letter-spacing: 2px;
        margin: 0 0 18px;
    }

    .views-block .textbox
    {
        max-width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }

        .views-block .textbox p
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            color: #5d5d5d;
            margin: 0 0 21px;
        }

            .views-block .textbox p a
            {
                text-decoration: underline;
            }
/* social block */
.social-block
{
    overflow: hidden;
    padding: 0 0 25px;
}

    .social-block .block
    {
        max-width: 940px;
        margin: 0 auto;
        overflow: hidden;
    }

    .social-block .logo
    {
        width: 80px;
        height: auto;
        margin: 37px auto 0;
        position: static;
        display: block;
    }

        .social-block .logo img
        {
            float: none;
        }

    .social-block .social-box
    {
        font: 300 1.154em 'interstate', Arial, Helvetica, sans-serif;
        color: #5d5d5d;
        text-align: center;
    }

    .social-block .ico-holder
    {
        overflow: hidden;
        text-align: center;
        margin: 0 0 15px;
    }

        .social-block .ico-holder a .hover
        {
            display: none;
        }

        .social-block .ico-holder a:hover .normal
        {
            display: none;
        }

        .social-block .ico-holder a:hover .hover
        {
            display: inline;
        }

    .social-block h4
    {
        margin: 0 0 12px;
        font-size: 0.9em;
        font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
    }

    .social-block .instagram-box
    {
        font: 300 1.154em 'interstate', Arial, Helvetica, sans-serif;
        text-align: center;
    }

        .social-block .instagram-box .imgs-list
        {
            margin: -2px 0 20px;
            padding: 0 0 8px;
            overflow: hidden;
        }

            .social-block .instagram-box .imgs-list li
            {
                display: inline-block;
                vertical-align: top;
                width: 99px;
                padding: 0;
                margin: 0 12px;
                -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
                box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
            }

                .social-block .instagram-box .imgs-list li img
                {
                    width: 100%;
                    height: auto;
                    display: block;
                }

    .social-block p a
    {
        text-decoration: underline;
    }

    .social-block h2
    {
        text-align: center;
        margin: 0 0 16px;
    }

    .social-block .follow-us
    {
        font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .social-block.section
    {
        position: relative;
        /*padding: 35px 0;*/
    }

        .social-block.section .social-box
        {
            padding: 10px 0 0;
        }

            .social-block.section .social-box .textbox
            {
                overflow: hidden;
                margin: -6px 0 0;
                min-height: 114px;
                color: #898989;
                font: 400 1.1em/1.313em 'interstate', Arial, Helvetica, sans-serif;
            }
/* footer styles */
#footer
{
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    padding: 0;
}

    #footer .pre-footer
    {
        overflow: hidden;
        padding: 31px 0 16px;
    }

    #footer .dropdown
    {
        font: 700 0.923em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

        #footer .dropdown a:hover
        {
            color: #9f1b32;
            outline: none;
        }

        #footer .dropdown a:focus
        {
            color: #5d5d5d;
        }

            #footer .dropdown a:focus:hover
            {
                color: #9f1b32;
            }

    #footer .dropdown-backdrop
    {
        display: none;
    }

    #footer .dropdown-menu
    {
        position: static;
        width: 100%;
        background: none;
        font: 800 0.823em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 14px 0;
        font-weight:800 \9;
    }

        #footer .dropdown-menu:after
        {
            display: none;
        }

        #footer .dropdown-menu li
        {
            padding: 0 0 7px;
        }

            #footer .dropdown-menu li a
            {
                padding: 0;
                display: inline;
                white-space: normal;
                font-weight: 800 \9;
            }

                #footer .dropdown-menu li a:hover
                {
                    background: none;
                    text-decoration: underline;
                }

    #footer .newsletter
    {
        color: #5e5e5e;
        font: 800 0.769em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight:800 \9;
    }

        #footer .newsletter h4
        {
            font-size: 1.200em;
            margin: 0 0 15px;
        }

        #footer .newsletter p
        {
            margin: 0 0 15px;
        }

        #footer .newsletter .messageBox
        {
            padding: 3px;
            clear: both;
        }

        #footer .newsletter .error-txt
        {
            display: none;
        }

        #footer .newsletter .field
        {
            float: left;
        }

        #footer .newsletter .holder
        {
            overflow: hidden;
        }

            #footer .newsletter .holder .input-placeholder-text
            {
                position: absolute;
                left: 0;
                top: 0;
                padding: 4px 12px;
                font: 10px/20px Arial, Helvetica, sans-serif;
                font-weight:500 \9;
            }

            #footer .newsletter .holder input[type="text"],
            #footer .newsletter .holder input[type="email"]
            {
                border: 1px solid #cdcdcd;
                border-radius: 14px;
                -webkit-border-radius: 14px;
                color: #5d5d5d;
                background: #ffffff;
                width: 158px;
                height: 26px;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0 10px;
                text-transform: uppercase;
            }

            #footer .newsletter .holder.parent-focus input[type="text"],
            #footer .newsletter .holder.parent-focus input[type="email"]
            {
                border-color: #e69eaa;
            }

            #footer .newsletter .holder .btn
            {
                width: 136px;
                min-width: 136px;
                float: right;
                padding: 5px 14px;
                font-size: 1.2em;
            }

    #footer .ico-holder a img
    {
        width: 33px;
        height: 33px;
    }

    #footer .ico-holder a .hover
    {
        display: none;
    }

    #footer .ico-holder a:hover .normal
    {
        display: none;
    }

    #footer .ico-holder a:hover .hover
    {
        display: inline;
    }

    #footer .sec-footer
    {
        position: relative;
        overflow: hidden;
        padding: 41px 0 90px;
        text-align: center;
        color: #5d5d5d;
        font: 400 0.846em/1.818em 'interstate', Arial, Helvetica, sans-serif;
    }

        #footer .sec-footer .text
        {
            max-width: 820px;
            margin: 0 auto;
        }

.error input[type=text],
.error input[type=email],
.error input[type=tel],
.error input[type=password],
.error .form-control,
.error .jcf-select
{
    background: #e5cdd1 !important;
    border-color: #9f1b32 !important;
    color: #9f1b32 !important;
}

.error .input-placeholder-text,
.error .jcf-select-text
{
    color: #9f1b32 !important;
}

.error .error-txt
{
    display: block !important;
    color: #9f1b32;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
    clear: left;
}

.error-txt
{
    display: none;
}

.success input[type=text],
.success input[type=email],
.success input[type=tel],
.success input[type=password]
{
    background-image: url(/content/images/ico-success.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 50% !important;
    padding-right: 35px !important;
}
/* breadcrumbs styles */
.breadcrumb-nav
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 13px 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    font: 400 1em 'interstate', Arial, Helvetica, sans-serif;
}

    .breadcrumb-nav .breadcrumb
    {
        max-width: 982px;
        padding: 0 10px;
        margin: 0 auto;
    }

        .breadcrumb-nav .breadcrumb li
        {
            display: inline;
        }

#NonlinkedLevel1 > span
{
    color: #ffffff;
}


.breadcrumb-nav .breadcrumb li a
{
    color: #ffffff;
}

    .breadcrumb-nav .breadcrumb li a:hover
    {
        color: #bbbbbb;
    }

.breadcrumb-nav .breadcrumb li.active span
{
    text-decoration: underline;
}
/* sortnav styles */
.sortnav
{
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
    margin-top: -4px;
}

    .sortnav:after
    {
        left: 0;
        right: 0;
        content: '';
        height: 50px;
        bottom: 100%;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 20px;
        right: 20px;
        z-index: -1;
    }

    .sortnav:before
    {
        background: #ffffff;
        position: absolute;
        bottom: 100%;
        height: 30px;
        content: '';
        left: 0;
        right: 0;
    }

    .sortnav ul
    {
        border: 1px solid #e3e3e3;
        background: #fafbfc;
        z-index: 1;
        margin: 0;
        text-align: center;
        padding: 11px 0;
        font: 400 1.231em 'interstate', Arial, Helvetica, sans-serif;
    }

        .sortnav ul li
        {
            margin: 0;
            padding: 0 16px;
            display: inline;
        }

            .sortnav ul li a
            {
                color: #5d5d5d;
                text-decoration: none;
            }

                .sortnav ul li a:hover,
                .sortnav ul li a.active
                {
                    color: #9f1b32;
                }

            .sortnav ul li.last a
            {
                color: #9f1b32;
            }

                .sortnav ul li.last a:hover
                {
                    color: #bbbbbb;
                }
/* soup block styles */
.soup-block
{
    overflow: hidden;
}

    .soup-block .info
    {
        padding: 0 10px 32px;
        text-align: center;
        font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        color: #5d5d5d;
        max-width: 900px;
    }

    .soup-block .block
    {
        position: relative;
        overflow: hidden;
        padding: 33px 0 20px;
    }

    .soup-block .view
    {
        font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: 1px;
        color: #5d5d5d;
    }

        .soup-block .view:hover
        {
            color: #9f1b32;
        }

    .soup-block h2
    {
        text-align: center;
        margin: 0 0 37px;
    }

.soup-list
{
}

.soup-block .soup-box
{
    overflow: hidden;
    padding: 0 0 30px 21px;
}

    .soup-block .soup-box h3
    {
        font-size: 1.138em;
        margin: 0 0 6px;
        height: 35px;
        overflow: hidden;
        line-height: 17px;
    }

    .soup-block .soup-box .title
    {
        display: block;
    }

    .soup-block .soup-box .img-holder
    {
        width: 88px;
        height: 84px;
        float: left;
        margin: 0 11px 0 0;
    }

        .soup-block .soup-box .img-holder img
        {
            width: 100%;
            height: 100%;
            display: block;
        }

    .soup-block .soup-box .textbox
    {
        overflow: hidden;
    }

    .soup-block .soup-box .textwrap
    {
        min-height: 82px;
        width: 100%;
        overflow: hidden;
        margin: 0 0 14px;
    }

    .soup-block .soup-box .textwrap3col
    {
        min-height: 99px;
        width: 100%;
        overflow: hidden;
        margin: 0 0 5px;
    }

    .soup-block .soup-box .bth-wrap .link
    {
        margin: 1px 1px 1px 1px;
    }

    .soup-block .soup-box .textbox p
    {
        margin: 0 0 14px;
    }

.soup-block .week-offer
{
    padding: 38px 0 20px;
    text-align: center;
}

    .soup-block .week-offer .soup-box
    {
        padding: 0 0 12px;
        color: #5d5d5d;
    }

    .soup-block .week-offer h2
    {
        margin: 0 0 14px;
    }

    .soup-block .week-offer .subtitle
    {
        font: 300 1.23em 'interstate', Arial, Helvetica, sans-serif;
    }

.soup-block.three-col .soup-box .img-holder
{
    float: none;
    margin: 0 0 10px;
}
/* story box styles */
.story-block
{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 81px 0 26px;
}

    .story-block h3
    {
        margin: 0 0 10px;
    }

    .story-block .img-holder
    {
        display: inline-block;
        vertical-align: middle;
        width: 22.4%;
        margin: 0 -4px 0 0;
    }

        .story-block .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .story-block .textbox
    {
        width: 55.2%;
        padding: 0 2% 13px;
        margin: 0 -4px 0 0;
        color: #5d5d5d;
        display: inline-block;
        vertical-align: middle;
    }

        .story-block .textbox p
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            margin: 0 0 17px;
        }
/* search block */
.search-block
{
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #5d5d5d;
    padding: 0 0 25px;
    /* contact shop */
}

    .search-block.section
    {
        padding: 38px 0 13px;
    }

        .search-block.section p
        {
            margin: 0 0 22px;
        }

    .search-block form
    {
        overflow: hidden;
        max-width: 700px;
        margin: 0 auto;
    }

    .search-block h2
    {
        letter-spacing: 1px;
    }

    .search-block p
    {
        font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0 0 18px;
    }

        .search-block p a
        {
            text-decoration: underline;
        }

    .search-block .holder
    {
        overflow: hidden;
        max-width: 575px;
        margin: 0 auto;
        text-align: left;
    }

    .search-block .error-txt
    {
        display: none;
    }

    .search-block .field
    {
        float: left;
        position: relative;
    }

        .search-block .field input[type="search"],
        .search-block .field input[type="text"]
        {
            font-size: 14px;
            line-height: 21px;
            border: 1px solid #d4d4d4;
            background: #f8f8f8;
            border-radius: 14px;
            -webkit-border-radius: 14px;
            color: #5d5d5d;
            text-align: left;
            width: 350px;
            height: 33px;
            padding: 6px 10px;
        }

        .search-block .field .input-placeholder-text
        {
            position: absolute;
            left: 0;
            top: 0;
            padding: 6px 10px;
            font-size: 14px;
            line-height: 20px;
        }

        .search-block .field.parent-focus input[type="search"],
        .search-block .field.parent-focus input[type="text"]
        {
            border: 1px solid #e69eaa;
            background: #fbfbfb;
        }

    .search-block .btn
    {
        min-width: 205px;
        width: 205px;
        margin: 0;
        float: right;
    }

    .search-block .link-holder
    {
        overflow: hidden;
        padding: 22px 0 0;
    }

        .search-block .link-holder em
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            display: inline;
            margin: 0 10px 0 0;
        }

        .search-block .link-holder .link
        {
            font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
            text-decoration: underline;
            text-transform: uppercase;
            display: inline;
            margin: 0 10px;
            letter-spacing: 1px;
        }

    .search-block.add
    {
        padding: 37px 0 35px;
        text-align: center;
    }

        .search-block.add .holder
        {
            margin: 0 auto;
        }

        .search-block.add h2
        {
            margin: 0 0 18px;
        }

        .search-block.add .field
        {
            display: inline-block;
            vertical-align: top;
            margin: 0 10px 0 0;
            text-align: left;
        }

    .search-block.add2
    {
        margin: -11px 0 0;
        padding: 0 0 29px;
    }

        .search-block.add2 h2
        {
            letter-spacing: normal;
            margin: 0 0 20px;
        }
/* pret result */
.pret-results
{
    overflow: hidden;
    position: relative;
    margin: 0;
}

    .pret-results .map-block
    {
        overflow: hidden;
        position: relative;
    }

        .pret-results .map-block .pin
        {
            background: url(/content/images/img-pin.png) no-repeat;
            width: 44px;
            height: 42px;
            position: absolute;
            top: 39%;
            left: 50%;
            margin: 0 0 0 -22px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
        }

    .pret-results .map-holder
    {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 301px;
    }

        .pret-results .map-holder .map-canvas
        {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .pret-results .panel
    {
        border-radius: 0;
        border: 0;
        margin: 0 !important;
        overflow: hidden;
        position: relative;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

        .pret-results .panel + .panel .panel-heading
        {
            padding: 33px 10px 12px;
        }

    .pret-results .panel-heading
    {
        max-width: 982px;
        margin: 0 auto;
        overflow: hidden;
        background: none;
        text-align: center;
        border-radius: 0;
        padding: 33px 10px 17px;
        position: relative;
    }

        .pret-results .panel-heading .destination
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        }

        .pret-results .panel-heading .opener
        {
            position: absolute;
            right: 11px;
            top: 27px;
            padding: 10px;
            font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            text-decoration: underline;
        }

            .pret-results .panel-heading .opener .link-view
            {
                display: none;
            }

                .pret-results .panel-heading .opener .link-view .caret
                {
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: transparent;
                    border-top: 8px solid;
                    position: relative;
                    top: -1px;
                    margin: 0 0 0 3px;
                }

            .pret-results .panel-heading .opener .link-close
            {
                display: inline;
            }

                .pret-results .panel-heading .opener .link-close .caret
                {
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: 8px solid;
                    border-top: transparent;
                    margin: 0 0 0 3px;
                }

            .pret-results .panel-heading .opener.collapsed .link-view
            {
                display: inline;
            }

            .pret-results .panel-heading .opener.collapsed .link-close
            {
                display: none;
            }

            .pret-results .panel-heading .opener:hover,
            .pret-results .panel-heading .opener:focus
            {
                color: #9f1b32;
            }

    .pret-results h3
    {
        font-size: 1.769em;
        margin: 0 100px 3px 100px;
    }

    .pret-results .panel-body
    {
        padding: 0;
        border: 0 !important;
        background: #f6f6f6;
    }

    .pret-results .auto-holder
    {
        padding-top: 29px;
        padding-bottom: 27px;
    }

    .pret-results .col-holder
    {
        background: #ffffff;
        position: relative;
        margin: 2px 0 0;
    }

    .pret-results .addr-box
    {
        overflow: hidden;
    }

        .pret-results .addr-box h3
        {
            margin: 0 0 8px;
        }

        .pret-results .addr-box address
        {
            font: 300 1.231em/1.465em 'interstate', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color: #5d5d5d;
        }

            .pret-results .addr-box address .number
            {
                display: block;
            }

    .pret-results .box
    {
        overflow: hidden;
        padding: 20px 23px 10px;
    }

        .pret-results .box h4
        {
            font-size: 1.15em;
            margin: 0 0 8px;
        }

        .pret-results .box dl
        {
            margin: 0;
        }

            .pret-results .box dl dt
            {
                float: left;
                width: 35%;
                margin: 0 10px 0 0;
                padding: 0 0 4px;
            }

            .pret-results .box dl dd
            {
                display: block;
                overflow: hidden;
                padding: 0 0 4px;
            }

    .pret-results .directions-holder
    {
        padding: 0 10px 0 0;
    }

        .pret-results .directions-holder .btn
        {
            margin: 0 0 30px;
        }

        .pret-results .directions-holder .slide
        {
            background: #ffffff;
            overflow: hidden;
            padding: 26px 16px 12px;
        }

        .pret-results .directions-holder .check-list
        {
            background: #f6f6f6;
            margin: 0 0 10px;
            border: 1px solid #e1e0e0;
            width: 181px;
            overflow: hidden;
        }

            .pret-results .directions-holder .check-list li
            {
                float: left;
                padding: 0;
                width: 45px;
                border-left: 1px solid #cccccc;
                height: 28px;
                text-align: center;
            }

                .pret-results .directions-holder .check-list li:first-child
                {
                    border: 0;
                    width: 44px;
                }

                .pret-results .directions-holder .check-list li.car .jcf-radio
                {
                    background: #f6f6f6 url(/content/images/ico-car.png) no-repeat 50% 50%;
                }

                    .pret-results .directions-holder .check-list li.car .jcf-radio span
                    {
                        background: #ededed url(/content/images/ico-car.png) no-repeat 50% 50%;
                    }

                .pret-results .directions-holder .check-list li.bus .jcf-radio
                {
                    background: #f6f6f6 url(/content/images/ico-bus.png) no-repeat 50% 50%;
                }

                    .pret-results .directions-holder .check-list li.bus .jcf-radio span
                    {
                        background: #ededed url(/content/images/ico-bus.png) no-repeat 50% 50%;
                    }

                .pret-results .directions-holder .check-list li.feet .jcf-radio
                {
                    background: #f6f6f6 url(/content/images/ico-man.png) no-repeat 50% 50%;
                }

                    .pret-results .directions-holder .check-list li.feet .jcf-radio span
                    {
                        background: #ededed url(/content/images/ico-man.png) no-repeat 50% 50%;
                    }

                .pret-results .directions-holder .check-list li.cycle .jcf-radio
                {
                    background: #f6f6f6 url(/content/images/ico-cycle.png) no-repeat 50% 50%;
                }

                    .pret-results .directions-holder .check-list li.cycle .jcf-radio span
                    {
                        background: #ededed url(/content/images/ico-cycle.png) no-repeat 50% 50%;
                    }

        .pret-results .directions-holder .jcf-radio
        {
            background: #f6f6f6;
            border: 0;
            border-radius: 0;
            margin: 0;
            height: 28px;
            width: 44px;
        }

            .pret-results .directions-holder .jcf-radio span
            {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #ededed;
                border-radius: 0;
                -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.07);
                box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.07);
            }

    .pret-results .form-holder
    {
        overflow: hidden;
    }

        .pret-results .form-holder .block
        {
            overflow: hidden;
        }

        .pret-results .form-holder .field-row
        {
            overflow: hidden;
            margin: 0 0 10px;
        }

        .pret-results .form-holder .circle
        {
            background: #79ce59;
            border: 2px solid #00a139;
            width: 22px;
            height: 22px;
            border-radius: 100%;
            float: left;
            margin: 0 12px 0 0;
            text-transform: uppercase;
            color: #5c5655;
            text-align: center;
            font: bold 12px/18px Arial, Helvetica, sans-serif;
        }

        .pret-results .form-holder .field
        {
            overflow: hidden;
            border-width: 1px;
            border-style: solid;
            border-color: #848484 #c1c1c1 #e1e1e1;
            padding: 3px 10px;
            -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);
        }

            .pret-results .form-holder .field input[type="text"]
            {
                border: 0;
                font-size: 12px;
                line-height: 15px;
                width: 100%;
                padding: 0;
                background: none;
                color: #5d5d5d;
            }

            .pret-results .form-holder .field .input-placeholder-text
            {
                padding: 4px 10px;
                font-size: 12px;
                line-height: 15px;
            }

        .pret-results .form-holder .btn-dir
        {
            background: url(/content/images/sprite.png) no-repeat -175px -215px;
            width: 20px;
            height: 30px;
            float: right;
            margin: 15px 0 0 8px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
        }

    .pret-results .btn-get
    {
        color: #ffffff;
        float: right;
        background: #4486f6;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 5px 10px;
        border: 0;
        margin: 0 40px 0 0;
        font: bold 11px/15px Arial, Helvetica, sans-serif;
    }

        .pret-results .btn-get:hover
        {
            background: #3375e6;
        }
/* global block */
.global-block
{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 47px 0 18px;
    background: #fbfbfb;
    color: #5d5d5d;
}

    .global-block .holder
    {
        max-width: 696px;
        overflow: hidden;
        margin: 0 auto;
    }

    .global-block h2
    {
        letter-spacing: 1px;
    }

    .global-block p
    {
        font: 300 1.231em/1.465em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0 0 21px;
    }

        .global-block p a
        {
            text-decoration: underline;
        }

    .global-block .img-holder
    {
        max-width: 294px;
        margin: 0 auto 34px;
    }

        .global-block .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .global-block .countries-list
    {
        max-width: 630px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

        .global-block .countries-list li
        {
            width: 25%;
            float: left;
            padding: 0;
        }

        .global-block .countries-list .holder
        {
            padding: 0 14px 15px;
            overflow: hidden;
        }

        .global-block .countries-list .img-frame
        {
            overflow: hidden;
            margin: 0 0 12px;
        }

            .global-block .countries-list .img-frame img
            {
                width: 100%;
                height: auto;
                display: block;
            }

        .global-block .countries-list .title
        {
            display: block;
            text-transform: uppercase;
            font: 700 1.231em/1.1em 'interstate', Arial, Helvetica, sans-serif;
        }

            .global-block .countries-list .title a
            {
                text-decoration: none;
                color: #5d5d5d;
            }

                .global-block .countries-list .title a:hover
                {
                    color: #9f1b32;
                }
/* additional block */
.additional-block
{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 60px 0 28px;
}

    .additional-block .article
    {
        overflow: hidden;
        color: #5d5d5d;
        padding: 0 55px;
        position: relative;
        padding: 0 0 49px;
    }

        .additional-block .article p
        {
            font: 300 1.231em/1.2em 'interstate', Arial, Helvetica, sans-serif;
            margin: 0 0 6px;
        }

        .additional-block .article .btn
        {
            min-width: 180px;
            /*width: 180px;*/
            margin: 0 0 0 -90px;
            position: absolute;
            left: 50%;
            bottom: 0;
        }

    .additional-block .img-holder
    {
        margin: 0 0 35px;
        overflow: hidden;
        text-align: center;
    }

        .additional-block .img-holder img
        {
            max-width: 100%;
            width: auto;
            height: auto;
            display: block;
            margin: 0 auto;
        }

    .additional-block h3
    {
        font-size: 1.769em;
    }
/* breadcrumbs main */
.breadcrumb-main
{
    overflow: hidden;
    position: relative;
    padding: 13px 0;
    font: 400 1em 'interstate', Arial, Helvetica, sans-serif;
}

    .breadcrumb-main .breadcrumb
    {
        max-width: 982px;
        padding: 0 10px;
        margin: 0 auto;
    }

        .breadcrumb-main .breadcrumb li
        {
            display: inline;
        }

            .breadcrumb-main .breadcrumb li a
            {
                color: #5d5d5d;
            }

                .breadcrumb-main .breadcrumb li a:hover
                {
                    color: #bbbbbb;
                }

            .breadcrumb-main .breadcrumb li.active
            {
                color: #9f1b32;
            }

                .breadcrumb-main .breadcrumb li.active span
                {
                    text-decoration: underline;
                }

            .breadcrumb-main .breadcrumb li + li:before
            {
                color: #5d5d5d;
            }
/* product block */
.product-block
{
    overflow: hidden;
    padding: 18px 0 30px;
}

    .product-block .pro-holder
    {
        position: relative;
        padding: 0 31px 0 0;
        margin: 0;
    }

        .product-block .pro-holder .img-holder
        {
            overflow: hidden;
            position: relative;
            margin: 0 0 4px;
        }

            .product-block .pro-holder .img-holder img
            {
                width: 100%;
                height: auto;
                display: block;
            }

        .product-block .pro-holder .tag
        {
            position: absolute;
            top: 29px;
            left: 0;
            /*background: url(/content/images/sprite.png) no-repeat -364px 0;*/
            width: 120px;
            height: 100px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
        }

        .product-block .pro-holder .name
        {
            text-align: center;
            display: block;
            color: #5d5d5d;
            font: 39px/45px 'pret';
        }

            .product-block .pro-holder .name span
            {
                font: 700 26px/30px 'interstate', Arial, Helvetica, sans-serif;
            }

    .product-block .product-info
    {
        overflow: hidden;
        padding: 0;
    }

        .product-block .product-info .head
        {
            overflow: hidden;
            margin: 0 0 15px;
        }

        .product-block .product-info h1
        {
            font: 700 2.154em/1.1em 'interstate', Arial, Helvetica, sans-serif;
            margin: 0 0 3px;
            color: #9f1b32;
            text-transform: uppercase;
            text-shadow: none;
        }

        .product-block .product-info .price
        {
            font-size: 1.231em;
            color: #5d5d5d;
        }

        .product-block .product-info .textbox
        {
            overflow: hidden;
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            color: #5d5d5d;
            margin: 0 0 11px;
        }

            .product-block .product-info .textbox p
            {
                margin: 0 0 22px;
            }

        .product-block .product-info .catgories
        {
            margin: 0 0 17px;
            font: 400 1em/1.5em 'interstate', Arial, Helvetica, sans-serif;
            color: #9f1b32;
            overflow: hidden;
            padding-right: inherit; 
        }

            .product-block .product-info .catgories li
            {
                display: inline;
                margin: 0;
                padding: 0 2px 0 12px;
                position: relative;
            }

                .product-block .product-info .catgories li:first-child
                {
                    padding-left: 0;
                }

                    .product-block .product-info .catgories li:first-child:after
                    {
                        display: none;
                    }

                .product-block .product-info .catgories li:after
                {
                    position: absolute;
                    left: 0;
                    top: 8px;
                    background: #9f1b32;
                    width: 5px;
                    height: 5px;
                    border-radius: 100%;
                    content: '';
                }

        .product-block .product-info .avoid-list
        {
            overflow: hidden;
            color: #898989;
            font: 0.75em/1.333em Arial, Helvetica, sans-serif;
            margin: 0 0 20px;
        }

            .product-block .product-info .avoid-list li
            {
                display: inline;
                padding: 0 5px 0 10px;
                position: relative;
            }

                .product-block .product-info .avoid-list li:first-child
                {
                    padding-left: 0;
                }

                    .product-block .product-info .avoid-list li:first-child:after
                    {
                        display: none;
                    }

                .product-block .product-info .avoid-list li:after
                {
                    background: #898989;
                    position: absolute;
                    left: 0;
                    top: 5px;
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                    content: '';
                }

    .product-block .btn-row
    {
        overflow: hidden;
    }

        .product-block .btn-row .btn
        {
            float: left;
            margin: 0 20px 0 10px;
            min-width: 178px;
        }

    .product-block .social-networks a span
    {
        display: block;
        width: 25px;
        height: 23px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        background: url(/content/images/sprite.png) no-repeat;
    }

    .product-block .social-networks a.facebook
    {
        width: 25px;
        height: 23px;
    }

        .product-block .social-networks a.facebook span
        {
            background-position: 6px 0;
            width: 25px;
            height: 23px;
        }

        .product-block .social-networks a.facebook:hover span
        {
            background-position: 6px -27px;
        }

    .product-block .social-networks a.twitter span
    {
        background-position: -30px 0;
        width: 24px;
    }

    .product-block .social-networks a.twitter:hover span
    {
        background-position: -30px -27px;
    }

    .product-block .social-networks a.instagram span
    {
        background-position: -69px 0;
        width: 22px;
    }

    .product-block .social-networks a.instagram:hover span
    {
        background-position: -69px -27px;
    }

    .product-block .social-networks a.pinterest span
    {
        background-position: -108px 0;
        width: 19px;
    }

    .product-block .social-networks a.pinterest:hover span
    {
        background-position: -108px -27px;
    }

    .product-block .social-networks a.google span
    {
        background-position: -141px 0;
        width: 25px;
    }

    .product-block .social-networks a.google:hover span
    {
        background-position: -141px -27px;
    }

.product-social-block .normal
{
    width: 44px;
    height: 40px;
}

.product-social-block .hover
{
    width: 44px;
    height: 40px;
}
/* taste block */
.taste-block
{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 38px 0 33px;
}

    .taste-block h2
    {
        letter-spacing: 1px;
        margin: 0 0 13px;
    }

    .taste-block .related-products
    {
        margin: 0;
        overflow: hidden;
    }

        .taste-block .related-products li
        {
            margin: 0 -4px 0 0;
            padding: 0 8px;
            width: 20%;
            display: inline-block;
            vertical-align: top;
        }

            .taste-block .related-products li .img-holder
            {
                overflow: hidden;
                display: table;
                width: 120px;
                height: 100px;
                margin: 0 auto 5px;
            }

                .taste-block .related-products li .img-holder .frame
                {
                    display: table-cell;
                    vertical-align: middle;
                }

                .taste-block .related-products li .img-holder a .hover
                {
                    display: none;
                }

                .taste-block .related-products li .img-holder a:hover .hover
                {
                    display: inline;
                }

                .taste-block .related-products li .img-holder a:hover .normal
                {
                    display: none;
                }

            .taste-block .related-products li .holder
            {
                overflow: hidden;
            }

            .taste-block .related-products li .addcart
            {
                color: #898989;
                padding: 3px 0 0;
            }

                .taste-block .related-products li .addcart:hover
                {
                    color: #9f1b32;
                }

                    .taste-block .related-products li .addcart:hover .ico-cart
                    {
                        background: url(/content/images/sprite.png) no-repeat -214px -146px;
                    }

                .taste-block .related-products li .addcart .ico-cart
                {
                    width: 25px;
                    height: 22px;
                    background: url(/content/images/sprite.png) no-repeat -181px -146px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: -3px 5px 0 0;
                }

        .taste-block .related-products h3
        {
            font-size: 1.231em;
            margin: 0 0 9px;
        }

            .taste-block .related-products h3 a
            {
                color: #5d5d5d;
            }

                .taste-block .related-products h3 a:hover
                {
                    color: #9f1b32;
                }
/* search-result */
.search-seaction
{
    padding: 54px 0 25px;
    font: 400 1.231em/1.563em 'interstate', Arial, Helvetica, sans-serif;
    color: #5d5d5d;
}

    .search-seaction h1
    {
        color: #9f1b31;
        text-shadow: none;
        font-size: 3.688em;
        line-height: 0.96em;
    }

        .search-seaction h1 span
        {
            color: #5d5d5d;
            font-size: 70px;
            font-family: pret;
            text-transform: none;
        }

    .search-seaction img
    {
        display: block;
        margin: -38px -7px 0 auto;
        max-width: 100%;
        height: auto;
    }

    .search-seaction .textbox2 h1
    {
        margin: 0 0 26px;
    }

    .search-seaction .textbox2 p
    {
        font-size: 1.25em;
        line-height: 1.25em;
    }
/* section result */
.section-result
{
    padding: 33px 0 21px;
}

    .section-result h2
    {
        text-align: center;
        margin: 0 0 33px;
    }

    .section-result .result-list li
    {
        overflow: hidden;
        margin: 0 0 26px;
    }

        .section-result .result-list li img
        {
            float: left;
            margin: 2px 23px 0 0;
        }

    .section-result .result-list h4
    {
        font-size: 1.154em;
        line-height: 1.333em;
        margin: 0 0 3px;
    }
/* search block */
.search-block .search-holder
{
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
    width: 290px;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}

    .search-block .search-holder:after
    {
        position: absolute;
        right: 38px;
        top: 0;
        background: #d4d4d4;
        width: 1px;
        height: 31px;
        content: '';
    }

    .search-block .search-holder.parent-focus
    {
        border-color: #e69eaa;
        background: #fbfbfb;
    }

        .search-block .search-holder.parent-focus:after
        {
            background: #e69eaa;
        }

        .search-block .search-holder.parent-focus .autodrop
        {
            display: block;
        }

    .search-block .search-holder input[type="search"],
    .search-block .search-holder input[type="text"]
    {
        border: 0;
        background: #f8f8f8;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        color: #5d5d5d;
        float: left;
        width: 230px;
        height: 31px;
        font: 11px/20px 'interstate', Arial, Helvetica, sans-serif;
        padding: 6px 0;
        text-transform: uppercase;
        font-weight:500 \9;
    }

    .search-block .search-holder .input-placeholder-text
    {
        position: absolute;
        left: 0;
        top: 0;
        padding: 6px 12px;
        font: 500 11px/20px Arial, Helvetica, sans-serif;
    }

    .search-block .search-holder .btn-submit
    {
        background: url(/content/images/sprite.png) no-repeat -208px 0;
        width: 14px;
        height: 14px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        overflow: hidden;
        text-indent: -9999px;
        float: right;
        border: 0;
        padding: 0;
        margin: 9px 0 0;
    }

        .search-block .search-holder .btn-submit:hover
        {
            background-position: -208px -18px;
            cursor: pointer;
        }
/* article section */
.article-section
{
    padding: 43px 0 35px;
}

    .article-section h2
    {
        text-align: center;
        font-size: 2.615em;
        line-height: 1em;
        margin: 0 0 25px;
    }

        .article-section h2 br
        {
            display: none;
        }

    .article-section .article img
    {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 13px;
    }

    .article-section .article h3
    {
        font-size: 1.769em;
        line-height: 1em;
        margin: 0 0 8px;
    }

    .article-section .article p
    {
        margin: 0 0 6px;
    }

    .article-section .article .box
    {
        position: relative;
        padding: 0 0 30px;
    }

    .article-section .article .holder
    {
        padding: 0 0 11px;
    }

    .article-section .article .btn
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }
/* information block */
.information-block
{
    overflow: hidden;
    position: relative;
    padding: 46px 0 37px;
    background: #fafafa;
}

    .information-block .head
    {
        text-align: center;
        overflow: hidden;
        margin: 0 0 54px;
    }

        .information-block .head .subtitle
        {
            font: 700 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            display: block;
            color: #5d5d5d;
        }

    .information-block h2
    {
        letter-spacing: 1px;
        margin: 0 0 7px;
    }

    .information-block .table-box
    {
        overflow: hidden;
        padding: 0 13px 0 22px;
        color: #7c7c7c;
    }

        .information-block .table-box h3
        {
            font: 700 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
            color: #9f1b32;
            margin: 0 0 7px;
        }

        .information-block .table-box p
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
            margin: 0 0 15px;
            max-height: 20px;
        }

        .information-block .table-box table
        {
            font: 300 1.046em 'interstate', Arial, Helvetica, sans-serif;
        }

            .information-block .table-box table td
            {
                border-top: 0;
                border-bottom: 1px solid #dedede;
                padding: 6px 0 0 10px;
                text-align: right;
            }

                .information-block .table-box table td:first-child
                {
                    padding: 6px 0 0;
                    text-align: left;
                }
/* work block */
.work-block
{
    overflow: hidden;
}

    .work-block .head
    {
        text-align: center;
        overflow: hidden;
        color: #5d5d5d;
        padding: 0 10px 22px;
    }

        .work-block .head p
        {
            max-width: 750px;
            margin: 0 auto 15px;
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        }

            .work-block .head p a
            {
                text-decoration: underline;
            }

    .work-block .article-section
    {
        padding: 43px 0 52px;
    }

    .work-block .article h3
    {
        margin: 0 0 9px;
    }

    .work-block .article p
    {
        margin: 0 0 6px;
    }

        .work-block .article p a
        {
            text-decoration: underline;
        }

    .work-block .offer-section p
    {
        margin: 0 0 26px;
    }
/* vacancies block */
.vacancies-block
{
    background: #fbfbfb;
    padding: 40px 0 37px;
}

    .vacancies-block h2
    {
        letter-spacing: 1px;
        text-align: center;
        margin: 0 0 29px;
    }

    .vacancies-block h3
    {
        letter-spacing: normal;
        word-spacing: -1px;
        margin: 0 0 15px;
        font: 700 1.769em/1em 'interstate', Arial, Helvetica, sans-serif;
    }

    .vacancies-block .box
    {
        overflow: hidden;
    }

        .vacancies-block .box ul
        {
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        }

            .vacancies-block .box ul li
            {
                margin: 0 0 10px;
            }

            .vacancies-block .box ul a
            {
                text-decoration: underline;
            }
/* offer-section */
.offer-section
{
    text-align: center;
    font: 300 1.231em/1.563em 'interstate', Arial, Helvetica, sans-serif;
    padding: 1px 0 41px;
}

    .offer-section h2
    {
        font-size: 2.125em;
    }

    .offer-section ul
    {
        font-weight: 700;
        margin: 0 0 15px;
    }

        .offer-section ul a span
        {
            text-decoration: underline;
        }

        .offer-section ul a:hover
        {
            text-decoration: none;
        }

    .offer-section .btn
    {
        font-size: 0.813em;
    }

    .offer-section p a
    {
        text-decoration: underline;
    }

    .offer-section.add
    {
        padding: 65px 0 46px;
    }

        .offer-section.add h2
        {
            max-width: 649px;
            margin: 0 auto 8px;
        }

            .offer-section.add h2 img
            {
                width: 100%;
                height: auto;
                display: block;
            }

        .offer-section.add p
        {
            margin: 0 0 22px;
        }
/* section-menu */
.section-menu
{
    padding: 38px 0 34px;
}

    .section-menu h2
    {
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 28px;
    }

    .section-menu .items-list
    {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin: 0 -10px -13px;
    }

        .section-menu .items-list li
        {
            width: 33.33%;
            float: left;
        }

    .section-menu .menu-item
    {
        background: #fafafa;
        display: block;
        text-align: center;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
        padding: 10px 5px;
        margin: 0 10px 13px;
    }

        .section-menu .menu-item .title
        {
            font: 700 60px/60px pret;
            display: block;
            text-align: center;
            margin: -20px 0 -13px;
        }

        .section-menu .menu-item h3
        {
            color: #5d5d5d;
            font-weight: 400;
            font-size: 1.385em;
            line-height: 1em;
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 24px;
            margin: 0;
            background: url(/content/images/bg-title.png) no-repeat -999px 50%;
        }

            .section-menu .menu-item h3 span
            {
                padding: 0 24px 0 0;
                display: inline-block;
                vertical-align: top;
                cursor: pointer;
                background: url(/content/images/bg-title.png) no-repeat -999px 50%;
            }

        .section-menu .menu-item .img-holder
        {
            height: 123px;
            display: table;
            width: 100%;
            margin: 0;
        }

            .section-menu .menu-item .img-holder span
            {
                vertical-align: middle;
                display: table-cell;
                cursor: pointer;
            }

        .section-menu .menu-item:hover
        {
            background: #fefefe;
            -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
            text-decoration: none;
        }

            .section-menu .menu-item:hover h3
            {
                background-position: 0 50%;
                color: #9f1b32;
            }

                .section-menu .menu-item:hover h3 span
                {
                    background-position: 100% 50%;
                }

        .section-menu .menu-item.menu-item-big
        {
            margin: 0;
        }

            .section-menu .menu-item.menu-item-big .img-holder
            {
                height: 268px;
                margin: 0 0 28px;
            }

        .section-menu .menu-item.add .img-holder
        {
            margin: 0;
        }
/*********/
@media only screen and (max-width: 1800px)
{
    .section-menu .menu-item h3
    {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 991px)
{
    .section-menu .menu-item h3
    {
        font-size: 0.90em;
    }

    .section-menu .menu-item .title
    {
        margin: -11px 0 0;
        font-size: 40px;
        line-height: 40px;
    }

    .section-menu .menu-item .img-holder img
    {
        max-width: 120px;
    }

    .section-menu .menu-item.menu-item-big .img-holder img
    {
        max-width: 210px;
    }
}

@media only screen and (max-width: 767px)
{
    .offer-section
    {
        padding: 3px 0 24px;
    }

        .offer-section h2
        {
            font-size: 1.525em;
        }

        .offer-section ul
        {
            margin: 0 0 23px;
            font-size: 0.95em;
        }

        .offer-section .btn
        {
            font-size: 1.313em;
        }

        .offer-section.add
        {
            padding: 27px 0 24px;
        }

            .offer-section.add h2
            {
                max-width: 250px;
            }

            .offer-section.add p
            {
                margin: 0 0 16px;
            }

    .section-menu
    {
        padding: 22px 20px;
    }

        .section-menu .col
        {
            height: auto !important;
        }

        .section-menu h2
        {
            letter-spacing: normal;
            margin: 0 0 15px;
        }

        .section-menu .items-list
        {
            margin: 0 -4px 5px;
        }

        .section-menu .menu-item
        {
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            margin: 0 4px 7px;
            padding: 5px;
        }

            .section-menu .menu-item h3
            {
                background-image: url(/content/images/bg-title-m.png);
                padding: 0 0 0 12px;
                margin: 0;
            }

                .section-menu .menu-item h3 span
                {
                    background-image: url(/content/images/bg-title-m.png);
                    padding: 0 12px 0 0;
                }

            .section-menu .menu-item .img-holder
            {
                height: 85px;
                margin: 0 0 8px;
            }

                .section-menu .menu-item .img-holder img
                {
                    max-width: 70px;
                }

            .section-menu .menu-item.menu-item-big
            {
                margin: 0 0 10px;
            }

                .section-menu .menu-item.menu-item-big .img-holder
                {
                    height: 170px;
                    margin: 0 0 18px;
                }

                    .section-menu .menu-item.menu-item-big .img-holder img
                    {
                        max-width: 175px;
                    }

            .section-menu .menu-item:hover
            {
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
            }
}

@media only screen and (max-width: 479px)
{
    .section-menu
    {
        padding: 22px 10px;
    }

        .section-menu .menu-item h3
        {
            font-size: 0.6em;
            margin: 0 -10px;
            position: relative;
            bottom: -10px;
        }

        .section-menu .menu-item .img-holder
        {
            height: 50px;
            margin: 0;
        }

            .section-menu .menu-item .img-holder img
            {
                max-width: 42px;
            }

        .section-menu .menu-item.menu-item-big
        {
            margin: 0 0 10px;
        }

            .section-menu .menu-item.menu-item-big h3
            {
                font-size: 0.9em;
                position: static;
            }

            .section-menu .menu-item.menu-item-big .img-holder
            {
                height: 170px;
            }

                .section-menu .menu-item.menu-item-big .img-holder img
                {
                    max-width: 175px;
                }
}
/********/
/* category block */
.category-block
{
    padding: 10px 0 31px;
    font: 400 1.538em/1.25em 'interstate', Arial, Helvetica, sans-serif;
}

    .category-block h1
    {
        color: #9f1b31;
        text-shadow: none;
        font-size: 2.95em;
        line-height: 0.96em;
    }

        .category-block h1 span
        {
            color: #5d5d5d;
            font-size: 70px;
            font-family: pret;
            text-transform: none;
        }

    .category-block .textbox
    {
        overflow: hidden;
        padding: 62px 0 0;
    }

    .category-block .img-holder
    {
        width: 270px;
        height: 310px;
        float: right;
        margin: -15px 22px 0 15px;
    }

        .category-block .img-holder img
        {
            width: 100%;
            height: 100%;
            display: block;
        }
/* filter-container */
.filter-container
{
    overflow: hidden;
}

    .filter-container .filter-wrap
    {
        overflow: hidden;
        background: #f6f6f6;
        margin: 0 0 40px;
    }

        .filter-container .filter-wrap .tab-content .opener
        {
            display: none;
        }

    .filter-container .options
    {
        margin: 0;
        padding: 17px 15px 11px;
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        text-transform: uppercase;
        font: 400 0.86em/1em 'interstate', Arial, Helvetica, sans-serif;
    }

        .filter-container .options li
        {
            display: inline-block;
            margin: 0 6px 6px;
            padding: 0;
        }

        .filter-container .options a
        {
            background: #ffffff;
            color: #5d5d5d;
            display: inline-block;
            text-decoration: none;
            padding: 7px 10px;
            border-radius: 10px;
        }

            .filter-container .options a:hover
            {
                background: #5d5d5d;
                color: #ffffff;
            }

            .filter-container .options a.is-checked
            {
                background: #dcdcdc;
                color: #ffffff;
                pointer-events: none;
                cursor: default;
            }
/* filter nav */
.filter-nav
{
    margin: 0;
    font: 700 0.89em/1em 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #e3e3e3;
    display: table;
    width: 100%;
}

    .filter-nav li
    {
        padding: 0;
        border-left: 1px solid #e3e3e3;
        display: table-cell;
    }

        .filter-nav li.tab-active a
        {
            color: #9f1b32;
            background: #f6f6f6;
        }

        .filter-nav li:first-child
        {
            border: 0;
        }

    .filter-nav .dropdown-backdrop
    {
        display: none !important;
    }

    .filter-nav a
    {
        background: #fafbfc;
        color: #5d5d5d;
        padding: 9px 22px 9px 10px;
        display: block;
        text-decoration: none;
        position: relative;
    }

        .filter-nav a .caret
        {
            position: absolute;
            right: 8px;
            top: 12px;
        }

        .filter-nav a:hover
        {
            background: #f6f6f6;
            color: #9f1b32;
        }
/* current filters */
.current-filters
{
    overflow: hidden;
    text-align: center;
    padding: 10px 10px 6px;
    margin: 0;
    color: #5d5d5d;
    text-transform: uppercase;
    font: 700 0.89em/1em 'interstate', Arial, Helvetica, sans-serif;
}

    .current-filters .title
    {
        background: none;
        padding: 7px 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 6px;
    }

    .current-filters .clearall
    {
        background: none;
        padding: 7px 0;
        color: #9f1b32;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 6px;
    }

        .current-filters .clearall:hover
        {
            color: #5d5d5d;
            text-decoration: underline;
        }

        .current-filters .clearall.disable
        {
            color: #dcdcdc;
            cursor: default;
            text-decoration: none;
            pointer-events: none;
        }

    .current-filters ul
    {
        margin: 0;
        display: inline;
    }

    .current-filters li
    {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 6px;
        background: #ffffff;
        color: #5d5d5d;
        text-decoration: none;
        padding: 7px 25px 7px 10px;
        border-radius: 10px;
        position: relative;
    }

        .current-filters li .remove
        {
            width: 10px;
            height: 10px;
            background: url(/content/images/sprite.png) no-repeat -220px -175px;
            position: absolute;
            cursor: pointer;
            right: 8px;
            top: 8px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
        }
/* filter results */
.filter-results
{
    margin: 0 -9px;
}

    .filter-results .article
    {
        margin: 0 -1px 0 0;
    }

        .filter-results .article .holder
        {
            padding: 1px 0 64px;
        }

        .filter-results .article h3
        {
            font-size: 1.238em;
            margin: 0 0 6px;
            height: 35px;
            line-height: 17px;
            overflow: hidden;
        }

        .filter-results .article p
        {
            margin: 0 0 17px;
            height: 68px;
            overflow: hidden;
        }

    .filter-results .textwrap
    {
        overflow: hidden;
        width: 100%;
        min-height: 110px;
    }

    .filter-results .btn-wrap:after
    {
        display: block;
        clear: both;
        content: '';
    }

        .filter-results .btn-wrap:after:before,
        .filter-results .btn-wrap:after:after
        {
            content: " ";
            display: table;
        }

        .filter-results .btn-wrap:after:after
        {
            clear: both;
        }

        .filter-results .btn-wrap:after:before,
        .filter-results .btn-wrap:after:after
        {
            content: " ";
            display: table;
        }

        .filter-results .btn-wrap:after:after
        {
            clear: both;
        }

    .filter-results .btn-wrap ul
    {
        margin: 0;
        float: left;
    }

        .filter-results .btn-wrap ul li
        {
            float: left;
            position: relative;
            padding: 0;
            margin: 0 0 0 8px;
        }

@media (min-width:768px) and (max-width:991px) {
    .filter-results .btn-wrap ul li {
        margin: 0 0 0 3px !important;

    }
    .filter-results .btn-wrap ul {
        width: 48%;

    }
    .filter-results .link {
        margin: 10px 5px 0 0 !important;
        max-width: 49%;
        float: left;
    }
    .filter-results .btn-wrap ul li img.new_badge {
        /*width: 40px !important;*/
        max-width:40px;
        width:auto !important;
    }
}


            .filter-results .btn-wrap ul li:first-child
            {
                margin: 0;
            }

            .filter-results .btn-wrap ul li img
            {
                width: 27px;
                height: 23px;
                display: block;
            }

            .filter-results .btn-wrap ul li img.new_badge {
               max-width: 40px;
               width:auto !important;
            }

            .filter-results .btn-wrap ul li a
            {
                display: block;
            }

                .filter-results .btn-wrap ul li a .hover
                {
                    display: none;
                }

                .filter-results .btn-wrap ul li a:hover .hover
                {
                    display: block;
                }

                .filter-results .btn-wrap ul li a:hover .normal
                {
                    display: none;
                }

            .filter-results .btn-wrap ul li .tooltop
            {
                background: #9f1b32;
                width: 152px;
                height: 28px;
                position: absolute;
                left: 50%;
                margin: 0 0 0 -76px;
                bottom: 34px;
                font: 700 11px/16px 'interstate', Arial, Helvetica, sans-serif;
                color: #ffffff;
                text-transform: uppercase;
                text-align: center;
                padding: 6px 0;
                display: none;
            }

                .filter-results .btn-wrap ul li .tooltop .caret
                {
                    color: #9f1b32;
                    position: absolute;
                    bottom: -8px;
                    left: 50%;
                    margin: 0 0 0 -8px;
                    border-left-width: 8px;
                    border-right-width: 8px;
                    border-top-width: 8px;
                }

        .filter-results .btn-wrap ul .tip-hover .tooltop
        {
            display: block;
        }

    .filter-results .link
    {
        font: 700 0.9em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: 1px;
        color: #5d5d5d;
        float: left;
        margin: 8px 15px 0 0;
    }

        .filter-results .link:hover
        {
            color: #9f1b32;
        }
/* ad block */
.ad-block
{
    padding: 70px 0 56px;
    text-align: center;
}

    .ad-block .img-holder
    {
        max-width: 712px;
        overflow: hidden;
        margin: 0 auto;
    }

        .ad-block .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .ad-block .btn
    {
        min-width: 236px;
    }
/* contact info */
.contact-info
{
    text-align: center;
    padding: 0 0 33px;
    margin: -3px 0 0;
}

    .contact-info h2
    {
        margin: 0 0 28px;
    }

    .contact-info .textbox
    {
        overflow: hidden;
        padding: 40px 0 0 65px;
        color: #5d5d5d;
    }

    .contact-info h3
    {
        margin: 0 0 4px;
    }

    .contact-info p
    {
        font: 300 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
        margin: 0 0 20px;
    }

        .contact-info p a
        {
            text-decoration: underline;
        }

            .contact-info p a.number
            {
                color: #5d5d5d;
                text-decoration: none;
            }

    .contact-info .img-holder
    {
        float: left;
    }

        .contact-info .img-holder img
        {
            width: 100%;
            height: auto;
            display: block;
        }
/* form block */
.form-block
{
    padding: 30px 0 28px;
}

    .form-block h2
    {
        text-align: center;
        margin: 0 0 28px;
    }

    .form-block form
    {
        max-width: 860px;
        margin: 0 auto;
    }

    .form-block .field-row
    {
        overflow: hidden;
        margin: 0 0 16px;
    }

        .form-block .field-row.comment-box
        {
            width: 100%;
        }

            .form-block .field-row.comment-box label
            {
                display: block;
                width: auto;
                margin: 0 0 9px;
            }

            .form-block .field-row.comment-box .field
            {
                display: block;
                width: 100%;
            }

            .form-block .field-row.comment-box .form-control
            {
                height: 96px;
                overflow: auto;
                resize: none;
            }

        .form-block .field-row.shop-field
        {
            padding: 5px 0 0;
        }

            .form-block .field-row.shop-field label
            {
                display: block;
                width: auto;
                margin: 0 0 9px;
            }

            .form-block .field-row.shop-field .field
            {
                float: left;
                width: 400px;
            }

    .form-block .col
    {
        float: right;
        width: 417px;
    }

        .form-block .col:first-child
        {
            float: left;
        }

    .form-block label
    {
        width: 105px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        padding: 0;
        line-height: 16px;
    }

    .form-block .field
    {
        width: 302px;
        display: inline-block;
        vertical-align: middle;
    }

    .form-block .btn
    {
        float: right;
        margin: 24px 0 0;
    }

    .form-block .spc
    {
        margin: 0 0 0 115px;
    }
/* directions popup */
.start-block
{
    padding: 50px 0 37px;
}

.start-block-no-seperator
{
    padding: 0px 0 37px;
}

.start-block h3
{
    text-align: center;
    font-size: 1.769em;
    line-height: 1em;
    margin: 0 0 28px;
}

.start-block-no-seperator h3
{
    text-align: center;
    font-size: 1.769em;
    line-height: 1em;
    margin: 0 0 28px;
}

.start-block .article
{
    background: #fafafa;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 30px 23px;
    margin: 0 0 20px;
}

.start-block-no-seperator .article
{
    background: #fafafa;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 30px 23px;
    margin: 0 0 20px;
}

.start-block .article h3
{
    text-align: left;
    margin: 0 0 10px;
}

.start-block-no-seperator .article h3
{
    text-align: left;
    margin: 0 0 10px;
}

.start-block .article .img-holder
{
    float: left;
    margin: 3px 30px 0 0;
    width: 132px;
    height: 132px;
    overflow: hidden;
    text-align: center;
}

.start-block-no-seperator .article .img-holder
{
    float: left;
    margin: 3px 30px 0 0;
    width: 132px;
    height: 132px;
    overflow: hidden;
    text-align: center;
}

.start-block .article .textbox
{
    overflow: hidden;
    padding: 14px 0 0;
}

.start-block-no-seperator .article .textbox
{
    overflow: hidden;
    padding: 14px 0 0;
}

.start-block .article .textbox p
{
    margin: 0 0 18px;
}

.start-block-no-seperator .article .textbox p
{
    margin: 0 0 18px;
}

.start-block .article .view-more
{
    font: 700 13px/15px 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.start-block-no-seperator .article .view-more
{
    font: 700 13px/15px 'interstate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

/* directions popup */
.directions-popup
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    padding: 45px 98px 14px 112px;
    z-index: 10;
    display: none;
    font-size: 11px;
}

    .directions-popup .title
    {
        display: block;
        border-top: 1px solid #cccccc;
        padding: 15px 0 19px;
        color: #5d5d5d;
    }

    .directions-popup .btn-close
    {
        position: absolute;
        right: 15px;
        top: 20px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        width: 18px;
        height: 19px;
        background: url(/content/images/sprite.png) no-repeat -140px -159px;
    }

        .directions-popup .btn-close:hover
        {
            background-position: -140px -181px;
        }

    .directions-popup .adp-placemark
    {
        margin-top: 0;
    }

    .directions-popup .adp-marker
    {
        margin: 0 10px 0 0;
    }

    .directions-popup > .holder
    {
        height: 225px;
        overflow: auto;
    }

.skip a
{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip a:focus
    {
        position: static;
        width: auto;
        height: auto;
    }
/* login popup */
.login-popup .modal-dialog
{
    max-width: 480px;
    width: auto;
}

.login-popup .modal-header
{
    padding: 25px 20px 0 0;
    border: 0;
}

.login-popup .modal-body
{
    padding: 0 0 28px;
}

.login-popup .modal-footer
{
    text-align: left;
    margin: 0;
    padding: 26px 0 30px;
}

    .login-popup .modal-footer .btn
    {
        float: right;
    }

.login-popup h4
{
    font-size: 18px;
    line-height: 23px;
    color: #9f1b32;
    margin: 0 0 14px;
}

.login-popup .field
{
    margin: 0 0 7px;
}

.login-popup label
{
    float: left;
    font-weight: normal;
    width: 105px;
    margin: 0 7px 0 0;
    padding: 6px 0;
    color: #5d5d5d;
    font: 300 16px/21px 'interstate', Arial, Helvetica, sans-serif;
}

.login-popup .form-control
{
    background: #ffffff;
}

.login-popup .link-row
{
    overflow: hidden;
    margin: -3px 0 0;
}

.login-popup .link
{
    margin: 0 0 12px 119px;
    display: inline-block;
}

.login-popup .btn-holder
{
    float: right;
}
/* Model */
.modal-content
{
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    background: #fafafa;
}

    .modal-content .close
    {
        position: absolute;
        right: 15px;
        top: 20px;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        overflow: hidden;
        text-indent: -9999px;
        width: 18px;
        height: 19px;
        opacity: 1;
        background: url(/content/images/sprite.png) no-repeat -140px -159px;
    }

        .modal-content .close:hover
        {
            background-position: -140px -181px;
        }
/* news content */
.news-content
{
    overflow: hidden;
    margin: -7px 0 0;
}

    .news-content h2
    {
        font-size: 1.769em;
        line-height: 1em;
        margin: 0 0 9px;
    }
/* sort block */
.sort-block
{
    margin-bottom: 22px;
    position: relative;
    z-index: 99;
}

    .sort-block .dropdown-backdrop
    {
        display: none;
    }

    .sort-block .title
    {
        display: block;
        font: 700 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #5d5d5d;
        margin: 0 0 10px;
    }

    .sort-block .opener
    {
        background: #fafbfc;
        border: 1px solid #e4e4e4;
        color: #5d5d5d;
        font: 400 16px/21px 'interstate', Arial, Helvetica, sans-serif;
        display: block;
        padding: 7px 10px;
        text-decoration: none;
        position: relative;
    }

        .sort-block .opener .caret
        {
            position: absolute;
            right: 10px;
            top: 15px;
        }

    .sort-block .dropdown-menu
    {
        background: none;
        padding: 0 0 20px;
        margin: -1px 0 0;
        left: 10px;
        right: 10px;
    }

        .sort-block .dropdown-menu:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
            bottom: 20px;
            z-index: -1;
        }

        .sort-block .dropdown-menu ul
        {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
            z-index: 5;
            padding: 5px 0 10px;
            background: #fafafa;
            border: 1px solid #e4e4e4;
            font-size: 16px;
            line-height: 20px;
        }

        .sort-block .dropdown-menu li
        {
            padding: 0;
        }

        .sort-block .dropdown-menu a
        {
            padding: 5px 11px;
            color: #5d5d5d;
            display: block;
        }

            .sort-block .dropdown-menu a:hover
            {
                color: #9f1b32;
            }

    .sort-block .search-form
    {
        overflow: hidden;
        width: 100%;
        padding: 0 45px 0 12px;
    }

        .sort-block .search-form input[type="search"],
        .sort-block .search-form input[type="text"]
        {
            width: 100%;
            padding: 6px 0;
            text-transform: uppercase;
        }

        .sort-block .search-form .input-placeholder-text
        {
            padding: 6px 12px;
            text-transform: uppercase;
        }

        .sort-block .search-form .btn-submit
        {
            position: absolute;
            right: 11px;
            margin: 0;
            top: 9px;
        }

    .sort-block.add
    {
        margin: -4px 0 27px;
    }

        .sort-block.add .opener
        {
            padding: 5px 10px;
        }

            .sort-block.add .opener .caret
            {
                top: 13px;
                right: 9px;
            }
/* news posts */
.news-posts
{
    overflow: hidden;
    padding: 0 0 0;
}

    .news-posts .news-holder
    {
        overflow: hidden;
        margin: 0 0 12px;
    }

        .news-posts .news-holder .inner
        {
            position: relative;
        }

    .news-posts .news-post
    {
        overflow: hidden;
        padding: 20px 0 23px;
        width: 100%;
    }

        .news-posts .news-post h3
        {
            font: 700 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color: #9f1b32;
            margin: 0 0 4px;
        }

        .news-posts .news-post .img-holder
        {
            float: left;
            margin: 2px 20px 0 0;
            width: 102px;
            height: 101px;
            overflow: hidden;
        }

    .news-posts .news-read-all-post .img-holder
    {
        height: auto;
    }

    .news-posts .news-post .news-dec
    {
        overflow: hidden;
        line-height: 1.308em;
    }

        .news-posts .news-post .news-dec p a
        {
            text-decoration: underline;
        }

    .news-posts .news-post .meta
    {
        overflow: hidden;
        color: #5d5d5d;
        font-size: 1.077em;
        margin: 0 0 3px;
    }

        .news-posts .news-post .meta time
        {
            font-weight: bold;
        }

    .news-posts .pager
    {
        margin: 0;
        font: 700 1em/1.2em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        padding: 0 0 0 125px;
    }

        .news-posts .pager a
        {
            text-decoration: underline;
        }

        .news-posts .pager .previous
        {
            float: left;
        }

        .news-posts .pager .next
        {
            float: right;
        }

        .news-posts .pager .btn
        {
            text-decoration: none;
            margin: 5px 0 0;
        }

    .news-posts .news-read-all
    {
        font: 700 1.108em/1em 'interstate', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: underline;
    }

.lastest-news
{
    margin: 0;
    padding: 45px 0 32px;
}

    .lastest-news h2
    {
        font-size: 2.615em;
        line-height: 1em;
        letter-spacing: 1px;
        margin: 0 0 37px;
    }

    .lastest-news .img-frame
    {
        overflow: hidden;
        margin: 47px 0 0;
    }

        .lastest-news .img-frame img
        {
            width: 100%;
            height: auto;
            display: block;
        }

    .lastest-news .news-holder
    {
        margin: 0 0 7px;
    }

    .lastest-news .news-post
    {
        padding: 10px 0 20px;
    }
/* side holder */
.side-holder
{
    overflow: hidden;
    text-align: center;
}

.side-holderscp
{
    overflow: hidden;
    text-align: center;
    /*margin-top: 10px;*/
}

.side-holder h2
{
    margin: 0 0 22px;
}

.side-holderscp h2
{
    margin: 0 0 22px;
}

.side-holder .article-box
{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 8px;
}

.side-holderscp .article-box
{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 8px;
}

.side-holder .article-box:after
{
    left: 0;
    right: 0;
    content: '';
    height: 50px;
    bottom: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    bottom: 20px;
    z-index: -1;
}

.side-holderscp .article-box:after
{
    left: 0;
    right: 0;
    content: '';
    height: 50px;
    bottom: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    position: absolute;
    z-index: 5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    bottom: 20px;
    z-index: -1;
}

.side-holder .article-box .frame
{
    position: relative;
    z-index: 5;
    padding: 22px 20px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
}

.side-holderscp .article-box .frame
{
    position: relative;
    z-index: 5;
    padding: 22px 20px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
}

.side-holder .article-box .img-holder
{
    overflow: hidden;
    margin: 0 0 23px;
    min-height: 124px;
}

.side-holderscp .article-box .img-holder
{
    overflow: hidden;
    margin: 0 0 23px;
    min-height: 124px;
}

.side-holder .article-box .img-holder img
{
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}


.side-holderscp .article-box .img-holder img
{
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.side-holder .article-box h3
{
    font-size: 1.308em;
    margin: 0 0 15px;
}

.side-holderscp .article-box h3
{
    font-size: 1.308em;
    margin: 0 0 15px;
}

.side-holder .article-box h4
{
    font: 400 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    text-transform: none;
}

.side-holderscp .article-box h4
{
    font: 400 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    text-transform: none;
}


.side-holder .article-box p
{
    font-size: 0.923em;
    line-height: 1.333em;
    margin: 0 0 23px;
}

.side-holderscp .article-box p
{
    font-size: 1.1em;
    line-height: 1.333em;
    margin: 0 0 23px;
}


.side-holder .article-box .btn
{
    min-width: 180px;
}


.side-holderscp .article-box .btn
{
    min-width: 180px;
}


.article-content:first-child
{
    padding: 5px 0 51px;
}

    .article-content:first-child:after
    {
        display: none;
    }

.article-content.article-block .img-holder img
{
    width: auto;
    max-width: 100%;
}

.article-content.article-block .article-holder
{
    max-width: 766px;
}

.article-content.article-block h2
{
    margin: 0 0 30px;
}

.article-content h2 + .textbox
{
    padding-top: 0;
    text-align: center;
}

.article-content ul
{
    margin: 0 0 20px -7px;
    margin: 0 0 20px 10px\9;
    padding: 0;
    list-style-type: none;
}



    .article-content ul li
    {
        /*padding: 0 0 4px;*/
    }

        .article-content ul li a
        {
            display: inline-block;
            /*padding: 0 0 0 14px;*/
            position: relative;
        }

            .article-content ul li a:after
            {
                /*content: "";
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: #9f1b32;
                position: absolute;
                top: 4px;
                left: 0;*/
            }
/* sigle post */
.single-post.article-content
{
    padding: 0;
}

.single-post h2
{
    text-align: left;
}

.single-post h3
{
    color: #5d5d5d;
    font: bold 1.3em/1em 'interstate', Arial, Helvetica, sans-serif;
}

.single-post .textbox p
{
    margin: 0 0 20px;
}

.single-post p a
{
    text-decoration: underline;
}

.single-post .video-frame
{
    margin: 0 0 11px;
}
/* card Section */
.card-section.article-section
{
    padding: 43px 0 52px;
}

.card-section h2
{
    margin: 0 0 40px;
}

.card-section .article img
{
    width: auto;
    max-width: 100%;
    margin: 0 auto 9px;
}

.card-section .article .box
{
    padding: 0;
}

.card-section .article .holder
{
    padding: 0;
}

.share
{
    padding: 20px 0 0;
    overflow: hidden;
}

    .share .ttl
    {
        display: inline-block;
        vertical-align: middle;
        color: #9f1b32;
        text-transform: uppercase;
        font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
    }

    .share ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }

        .share ul li
        {
            padding: 0 0 0 12px;
            display: inline-block;
            vertical-align: middle;
            font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
        }

            .share ul li:before
            {
                content: "";
                width: 0px !important;
                height: 0px !important;
                float: left;
                margin: 0 3px !important;
            }

            .share ul li span
            {
                display: inline-block;
                vertical-align: middle;
                margin: 0 2px 0 0;
            }

            .share ul li em
            {
                display: inline-block;
                vertical-align: middle;
                font-style: normal;
            }

            .share ul li img
            {
                width: auto;
                height: 25px;
            }

                .share ul li img.hover
                {
                    display: none;
                }

            .share ul li a
            {
                padding: 0;
            }

                .share ul li a:after
                {
                    display: none;
                }

                .share ul li a:hover
                {
                    color: #9f1b32;
                    text-decoration: none;
                }

                    .share ul li a:hover img.hover
                    {
                        display: inline;
                    }

                    .share ul li a:hover img.normal
                    {
                        display: none;
                    }
/* media content */
.media-content
{
    padding: 42px 0 10px;
}

    .media-content h2
    {
        letter-spacing: 1px;
        margin: 0 0 28px;
    }

    .media-content .media-list
    {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: visible !important;
        margin: 0 -14px;
    }

        .media-content .media-list li
        {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 20%;
            margin: 0 -4px 0 0;
            min-height: 180px;
        }

        .media-content .media-list .box
        {
            padding: 0 25px;
            margin: 0 0 31px;
        }

            .media-content .media-list .box h3
            {
                font-size: 1.231em;
                line-height: 1.1em;
                color: #5d5d5d;
                margin: 0 0 5px;
            }

        .media-content .media-list .img-holder
        {
            overflow: hidden;
            margin: 0 0 10px;
        }

            .media-content .media-list .img-holder img
            {
                width: 100%;
                height: auto;
                display: block;
            }

        .media-content .media-list .textbox
        {
            overflow: hidden;
        }

        .media-content .media-list .download
        {
            font: 300 12px/19px 'interstate', Arial, Helvetica, sans-serif;
            color: #5d5d5d;
            display: block;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

            .media-content .media-list .opener,
            .media-content .media-list .download a
            {
                color: #9f1b32;
                text-transform: uppercase;
                font: 700 12px/19px 'interstate', Arial, Helvetica, sans-serif;
                margin: 0 3px 0 0;
                letter-spacing: 1px;
                text-decoration: underline;
            }

                .media-content .media-list .opener:hover,
                .media-content .media-list .download a:hover
                {
                    color: #5d5d5d;
                }

    .media-content .slide-panel
    {
        text-align: center;
        position: absolute;
        left: 0 !important;
        top: 100%;
        margin: 0 0 51px;
    }

        .media-content .slide-panel:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
            bottom: 0;
            z-index: -1;
        }

        .media-content .slide-panel .section
        {
            padding: 33px 0 17px;
            background: #f6f6f6;
            position: relative;
            z-index: 5;
        }

        .media-content .slide-panel .auto-holder
        {
            position: relative;
        }

        .media-content .slide-panel .ico-close
        {
            position: absolute;
            right: 10px;
            top: -8px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
            width: 18px;
            height: 19px;
            background: url(/content/images/sprite.png) no-repeat -140px -159px;
        }

            .media-content .slide-panel .ico-close:hover
            {
                background-position: -140px -181px;
            }

        .media-content .slide-panel h3
        {
            font-size: 1.769em;
            line-height: 1.1em;
            margin: 0 0 13px;
        }

        .media-content .slide-panel .head
        {
            max-width: 700px;
            margin: 0 auto;
            overflow: hidden;
            color: #5d5d5d;
        }

            .media-content .slide-panel .head p
            {
                font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;
                margin: 0 0 26px;
            }

        .media-content .slide-panel .img-frame
        {
            max-width: 540px;
            margin: 0 auto 29px;
            overflow: hidden;
        }

        .media-content .slide-panel .btns-holder
        {
            max-width: 700px;
            margin: 0 auto;
            overflow: hidden;
        }

            .media-content .slide-panel .btns-holder .btn
            {
                margin: 0 0 12px;
            }

            .media-content .slide-panel .btns-holder .size
            {
                display: block;
                padding: 4px 0 0;
                font: 300 12px/15px 'interstate', Arial, Helvetica, sans-serif;
            }
/* user log */
.user-log
{
    font-size: 1.538em;
    line-height: 1.25em;
    color: #898989;
}

    .user-log h1
    {
        font-size: 2.95em;
        line-height: 0.96em;
        margin: 0 0 2px;
    }

    .user-log p
    {
        margin: 0 0 24px;
    }

    .user-log .textbox
    {
        overflow: hidden;
        margin: 0 0 34px;
    }

    .user-log .img-frame
    {
        margin: 0 47px 0 0;
    }

    .user-log label
    {
        width: 83px;
    }

    .user-log .spc
    {
        margin: 0 0 0 95px;
    }

    .user-log .validate-form
    {
        margin: 0 0 23px;
    }

        .user-log .validate-form.add
        {
            padding: 0 30px 0 0;
        }

            .user-log .validate-form.add .col
            {
                width: 355px;
            }

                .user-log .validate-form.add .col label
                {
                    width: 45px;
                    margin: 0 1px 0 0;
                }

            .user-log .validate-form.add .spc
            {
                margin: 0 0 0 52px;
            }

    .user-log .btn
    {
        margin: 0;
        font-size: 0.66em;
    }

    .user-log .bt-row
    {
        width: 100%;
        float: left;
        padding: 13px 0 0;
    }

    .user-log .forget
    {
        font: 300 13px/15px 'interstate', Arial, Helvetica, sans-serif;
        text-decoration: underline;
        margin: 0 0 0 97px;
    }
/* social login */
.social-login
{
    overflow: hidden;
    padding: 30px 0 0;
}

    .social-login .title
    {
        display: block;
        font: 700 0.8em/1em 'interstate', Arial, Helvetica, sans-serif;
        color: #5d5d5d;
        text-transform: uppercase;
        margin: 0 0 17px;
    }

    .social-login ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        padding: 0 0 0 3px;
    }

        .social-login ul li
        {
            float: left;
            margin: 0 5px 0 0;
        }

            .social-login ul li img
            {
                width: auto;
                height: 24px;
                margin: 0 10px 0 0;
                display: inline-block;
                vertical-align: middle;
            }

            .social-login ul li span
            {
                display: inline-block;
                vertical-align: middle;
            }

                .social-login ul li span em
                {
                    font-family: Arial, Helvetica, sans-serif;
                }

        .social-login ul a
        {
            display: block;
            font: 700 11px/15px 'interstate', Arial, Helvetica, sans-serif;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none;
            padding: 5px 20px 4px;
        }

            .social-login ul a:focus
            {
                color: #ffffff;
            }

        .social-login ul .facebook a
        {
            background: #3c5a98;
        }

            .social-login ul .facebook a:hover
            {
                background: #213c73;
            }

        .social-login ul .twitter a
        {
            background: #2daae2;
        }

            .social-login ul .twitter a:hover
            {
                background: #0e89c0;
            }

        .social-login ul .google a
        {
            background: #dd4c39;
        }

            .social-login ul .google a:hover
            {
                background: #b92a17;
            }
/* custom checkbox styles */
.jcf-checkbox
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

    .jcf-checkbox span
    {
        position: absolute;
        display: none;
        height: 4px;
        width: 8px;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -6px;
        border: 3px solid #777;
        border-width: 0 0 3px 3px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    }

    .jcf-checkbox input[type="checkbox"]
    {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .jcf-checkbox.jcf-checked span
    {
        display: block;
    }

:root .jcf-checkbox span
{
    margin: -4px 0 0 -5px;
}
/* custom radio styles */
.jcf-radio
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

    .jcf-radio span
    {
        display: none;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: #777;
        border-radius: 100%;
    }

    .jcf-radio input[type="radio"]
    {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .jcf-radio.jcf-checked span
    {
        display: block;
    }
/* custom select styles */
.jcf-select
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    color: #5d5d5d;
    background: #f8f8f8;
    width: 100%;
    height: 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    font-size: 14px;
    line-height: 21px;
}

    .jcf-select select
    {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text
    {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        color: #5d5d5d;
        font-size: 13px;
        line-height: 19px;
        padding: 7px 10px 5px;
        margin: 0 35px 0 0;
    }
    #pnlAgilityStatusBar .jcf-select .jcf-select-text
    {
    color: #5d5d5d;
    cursor: default;
    display: block;
    font-size: 11px;
    line-height: 19px;
    margin: 0 35px 45px 0;
    overflow: hidden;
    padding: 7px 10px 16px;
    white-space: nowrap;
    }
    .jcf-select .jcf-select-opener
    {
        width: 0;
        height: 0;
        top: 13px;
        right: 16px;
        z-index: 99;
        position: absolute;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #a1a2a5 transparent transparent transparent;
    }

    .jcf-select .jcf-select-drop
    {
        position: absolute;
        margin-top: 0px;
        z-index: 9999;
        top: 100%;
        left: -1px;
        right: -1px;
    }

        .jcf-select .jcf-select-drop .jcf-select-drop-content
        {
            border: 1px solid #e69eaa;
        }

    .jcf-select .jcf-drop-flipped
    {
        bottom: 100%;
        top: auto;
    }

body > .jcf-select-drop
{
    position: absolute;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped
    {
        margin: 1px 0 0;
    }
/* multiple select styles */
.jcf-list-box
{
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
/* select options styles */
.jcf-list
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

    .jcf-list .jcf-list-content
    {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li
        {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow
    {
        overflow: auto;
    }

    .jcf-list .jcf-option
    {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled
    {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption
{
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}
/* common custom form elements styles */
.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus
{
    border-color: #e69eaa !important;
}

    .jcf-focus .jcf-select-opener
    {
        border-color: #9f1b32 transparent transparent transparent;
    }
/* ---------------------------------------------------------
	5. Styles for responsive breakpoints
---------------------------------------------------------*/
@media only screen and (min-width: 1024px)
{
    .contact-info p a.number
    {
        pointer-events: none;
    }
}

@media only screen and (min-width: 768px)
{
    .add-links .dropdown-menu
    {
        right: 0;
        top: 100%;
    }

    .add-links .dropdown-menu
    {
        height: auto !important;
    }

    #nav .dropdown-menu
    {
        left: 0;
        top: 100%;
    }

    #footer .dropdown > a
    {
        cursor: default;
        text-decoration: none;
        pointer-events: none;
    }

    #footer .dropdown .caret
    {
        display: none;
    }

    #footer .dropdown-menu
    {
        display: block;
    }

    .header-holder .block .ico-opener
    {
        display: none;
    }

    .search-form.js-slide-hidden
    {
        left: 0 !important;
        top: 0 !important;
        position: relative !important;
    }

    .product-block .product-frame
    {
        float: left !important;
    }

    .product-block .head,
    .product-block .btn-row
    {
        float: right !important;
    }

    .search-seaction .img-holder
    {
        float: right !important;
    }

    .sort-block .title
    {
        cursor: default;
        text-decoration: none;
        pointer-events: none;
    }

    .product-block .product-frame
    {
        float: left !important;
    }

    .product-block .head,
    .product-block .btn-row
    {
        float: right !important;
    }
}

@media only screen and (max-width: 1800px)
{
    .visual .img-holder
    {
        overflow: hidden;
        width: 1800px;
        left: 50%;
        margin: 0 0 0 -900px;
    }

        .visual .img-holder img
        {
            width: 1800px;
        }

    .menu-slideshow .slide
    {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 0;
        width: 1800px;
        margin: 0 0 0 -900px;
    }

        .menu-slideshow .slide img
        {
            width: 1800px;
        }

    .section-menu .menu-item h3
    {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1024px)
{
    #nav .dropdown-menu:after
    {
        width: 1000px;
        margin: 0 0 0 -500px;
    }

    #nav .dropdown-menu .holder.card-drop .btn
    {
        margin: 0 10px 0 0;
        min-width: 195px;
    }

    #nav .dropdown-menu .holder.card-drop .field input[type="text"],
    #nav .dropdown-menu .holder.card-drop .field input[type="email"],
    #nav .dropdown-menu .holder.card-drop .field input[type="password"]
    {
        height: 30px;
    }

    .auto-holder
    {
        padding: 0 11px;
    }

    .add-links li.find .icon,
    .add-links li.basket .icon
    {
        margin: 0 0 0 3px;
    }

    .social-networks
    {
        padding: 4px 0 0;
    }

        .social-networks li
        {
            margin: 0 21px 0 0;
        }

    .home .visual
    {
        height: 350px;
    }

        .home .visual .img-holder
        {
            height: 409px;
        }

        .home .visual .caption
        {
            height: 350px;
        }

    .add-nav
    {
        font: 700 1.338em 'interstate', Arial, Helvetica, sans-serif;
        padding: 0 11px 31px;
    }

        .add-nav.auto-holder
        {
            max-width: 926px;
        }

        .add-nav ul
        {
            margin: 0;
            width: 100%;
            text-align: center;
        }

        .add-nav li
        {
            margin: 0 !important;
            width: 20% !important;
        }

    .sales-panel
    {
        padding: 35px 0 60px;
    }

        .sales-panel .img-frame
        {
            margin: 0 auto;
        }

    .views-block
    {
        padding: 48px 0 35px;
    }

    #footer .newsletter .holder .btn
    {
        width: 120px;
        min-width: 120px;
        margin: 0 0 0 5px;
    }

    .breadcrumb-nav .breadcrumb
    {
        padding: 0 20px;
    }

    .search-seaction
    {
        padding: 54px 0 41px;
    }

        .search-seaction img
        {
            margin: -52px 0 0 -10px;
        }

    .section-result
    {
        padding: 33px 30px 21px;
    }

    .article-section
    {
        padding: 43px 0 27px;
    }

    .product-block .pro-holder .img-holder
    {
        margin: 0 0 19px;
    }

    .video-panel.add
    {
        padding: 47px 0 30px;
    }

    .work-block .article h3
    {
        font-size: 1.729em;
    }

    .vacancies-block h2
    {
        margin: 0 0 32px;
    }

    .vacancies-block h3
    {
        font-size: 1.385em;
    }

    .directions-popup
    {
        padding: 14px 50px;
    }

        .directions-popup .title
        {
            border: 0;
            padding: 0 0 15px;
        }

        .directions-popup > .holder
        {
            height: 275px;
        }

    .filter-container .filter-wrap
    {
        margin: 0 0 25px;
    }

    .filter-results .article .holder
    {
        padding: 1px 0 44px;
    }

    .contact-info .textbox
    {
        padding: 40px 0 0 56px;
    }

    .start-block .article .img-holder
    {
        margin: 3px 20px 0 0;
    }

    .start-block-no-seperator .article .img-holder
    {
        margin: 3px 20px 0 0;
    }

    .visual.add .img-holder
    {
        margin: 0;
        left: 0;
        width: 1024px;
    }

        .visual.add .img-holder img
        {
            /*width: 1024px;*/
        }
}

@media only screen and (max-width: 991px)
{
    #wrapper.fixed
    {
        padding: 126px 0 0;
    }

    /*.logo {
        width: 90px;
        height: 89px;
        margin: 0 0 0 -45px;
        top: 28px;
    }*/
    .logo
    {
        height: 89px;
        margin: 0 0 0 -45px;
        top: 20px;
        width: 90px;
    }


    #header.fixed-header .logo
    {
        margin: 0 0 0 -60px;
        top: -34px;
        width: 120px;
        height: 120px;
        z-index: 99;
    }

    .add-links li
    {
        margin: 0 0 0 8px;
    }

    .search-form
    {
        width: 240px;
    }

        .search-form input[type="search"],
        .search-form input[type="text"]
        {
            width: 180px;
            height: 31px;
        }

    .ui-autocomplete
    {
        width: 250px;
        font-size: 10px;
    }

    #nav
    {
        font-size: 0.80em;
    }

        #nav .navbar-nav li
        {
            margin: 0 7.5px 0 7.5px;
        }

        #nav .dropdown-menu:after
        {
            width: 1000px;
            margin: 0 0 0 -500px;
        }

        #nav .dropdown-menu .holder.card-drop .link-row
        {
            margin: 0;
        }

        #nav .dropdown-menu .holder.card-drop .btn
        {
            min-width: 145px;
        }

        #nav .dropdown-menu .holder.card-drop form
        {
            padding: 0 0 0 10px;
        }

        #nav .dropdown-menu .holder.card-drop label
        {
            width: 114px;
        }

    .add-nav
    {
        font-size: 1.1em;
    }

    .video-panel
    {
        padding: 47px 0 33px;
    }

        .video-panel h2
        {
            margin: 0 0 32px;
        }

        .video-panel .video-info
        {
            max-width: 906px;
            margin: 0 auto;
        }

            .video-panel .video-info .textbox
            {
                text-align: center;
                overflow: hidden;
                padding: 0;
                margin: 0 auto;
                max-width: 560px;
            }

    /****/
    .video-panel-custom .video-info-custom .textbox-custom
    {
        text-align: center;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        max-width: 560px;
        display: table !important;
    }
    /****/

    .video-panel .video-info .textbox p
    {
        margin: 0 0 23px;
    }

    .video-panel .video-info .video-frame
    {
        width: 100%;
        overflow: hidden;
        margin: 0 0 20px;
        display: block;
    }

    .menu-slideshow .caption
    {
        margin: 0 auto;
    }

        .menu-slideshow .caption h3
        {
            font-size: 1.238em;
            margin: 0 0 13px;
        }

    .social-block .instagram-box .imgs-list li
    {
        margin: 0 6px;
    }

    #footer .newsletter .field
    {
        float: none;
    }

    #footer .newsletter .holder
    {
        position: relative;
        padding: 0 0 35px;
    }

        #footer .newsletter .holder input[type="text"],
        #footer .newsletter .holder input[type="email"]
        {
            width: 100%;
            height: 26px;
        }

        #footer .newsletter .holder .btn
        {
            width: 100%;
            min-width: 100%;
            display: block;
            float: right;
            padding: 5px 14px;
            font-size: 1.2em;
            position: absolute;
            bottom: 0;
        }

    .soup-block .info
    {
        padding: 10px 10px 28px;
    }

    .section-menu .menu-item h3
    {
        font-size: 0.90em;
    }

    .section-menu .menu-item .title
    {
        margin: -11px 0 0;
        font-size: 40px;
        line-height: 40px;
    }

    .section-menu .menu-item .img-holder img
    {
        max-width: 120px;
    }

    .section-menu .menu-item.menu-item-big .img-holder img
    {
        max-width: 210px;
    }

    .category-block .textbox
    {
        padding: 35px 0 0;
    }

    .category-block .img-holder
    {
        margin: -15px 0 0 15px;
    }

    .filter-container .options
    {
        font-size: 0.8em;
        line-height: 1.2em;
    }

        .filter-container .options li
        {
            margin: 0 3px 6px;
        }

    .current-filters
    {
        font-size: 0.8em;
        line-height: 1.2em;
    }

        .current-filters li
        {
            margin: 0 3px 6px;
        }

    .filter-nav
    {
        font-size: 0.8em;
        line-height: 1.2em;
    }

    .search-seaction
    {
        color: #5d5d5d;
    }

        .search-seaction h1
        {
            font-size: 2.8em;
            line-height: 0.96em;
        }

            .search-seaction h1 span
            {
                font-size: 57px;
            }

    .form-block .col
    {
        width: 363px;
    }

    .form-block label
    {
        font-size: 13px;
        line-height: 13px;
        width: 70px;
    }

    .form-block .field
    {
        width: 265px;
    }

    .form-block .spc
    {
        margin: 0 0 0 80px;
    }

    .sort-block .opener
    {
        font-size: 12px;
    }

    .sort-block .dropdown-menu
    {
        min-width: 145px;
    }

        .sort-block .dropdown-menu a
        {
            font-size: 12px;
        }


    .visual h1
    {
        margin: 0 0 8px;
    }

    .sortnav ul
    {
        font-size: 1em;
    }

        .sortnav ul li
        {
            padding: 0 14px;
        }

    .media-content h2
    {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px)
{
    .btn
    {
        min-width: 250px;
        font-size: 1.1em;
    }
    /*.btnpaddingtop {
    padding-top:15px;
}*/

    h1
    {
        font-size: 1.8em;
    }

    h2
    {
        font-size: 1.315em;
    }

    h3
    {
        font-size: 1.138em;
    }

    .form-control
    {
        height: 28px;
        font-size: 11px;
        line-height: 16px;
    }

    .input-placeholder-text
    {
        font-size: 10px !important;
        line-height: 16px;
    }

    #wrapper.fixed
    {
        padding: 94px 0 0;
    }

    .auto-holder
    {
        padding: 0 5px;
    }

    #header
    {
        height: 136px;
        border-top: 6px solid #9f1b32;
    }

    .logo
    {
        width: 64px;
        height: 64px;
        margin: 0 0 0 -32px;
        top: 12px;
        z-index: 6;
    }

    .header-holder
    {
        z-index: auto;
    }

        .header-holder .block
        {
            padding: 0;
            margin: 12px 0 0;
            position: relative;
        }

            .header-holder .block .ico-opener
            {
                display: none;
                width: 16px;
                height: 16px;
                font: 0/0 a;
                color: transparent;
                text-shadow: none;
                background-color: transparent;
                border: 0;
                overflow: hidden;
                text-indent: -9999px;
                position: absolute;
                top: -65px;
                left: 40px;
                background-image: url("/content/images/sprite-m.png");
                background-position: -200px -20px;
            }

                .header-holder .block .ico-opener:hover
                {
                    background-position: -200px 0;
                    cursor: pointer;
                }

    #header.fixed-header
    {
        height: auto;
    }

        #header.fixed-header .logo
        {
            margin: 0 0 0 -32px;
            top: 12px;
            width: 64px;
            height: 64px;
            z-index: 5;
        }

            #header.fixed-header .logo .img
            {
                display: block;
            }

            #header.fixed-header .logo:hover .img,
            #header.fixed-header .logo:hover .fixed-logo
            {
                display: none;
            }

            #header.fixed-header .logo:hover .img-hover
            {
                display: block;
            }

            #header.fixed-header .logo .fixed-logo
            {
                display: none;
            }

        #header.fixed-header .header-holder .block
        {
            margin: 0;
            padding: 12px 0 0;
        }

            #header.fixed-header .header-holder .block .ico-opener
            {
                display: block;
            }

        #header.fixed-header #nav
        {
            padding: 0;
        }

            #header.fixed-header #nav .navbar-nav li
            {
                /*padding: 0 0 22px;*/
            }

            #header.fixed-header #nav .holder.menu-drop li
            {
                padding: 0 0 9px;
            }

            #header.fixed-header #nav .holder.values-drop li
            {
                padding: 0 0 7px;
            }

            #header.fixed-header #nav .logo
            {
                width: 64px;
                height: 62px;
                margin: 0 0 0 -32px;
                top: 11px;
            }

                #header.fixed-header #nav .logo .img
                {
                    display: block;
                }

        #header.fixed-header .search-form
        {
            margin: 0 auto 15px;
        }

            #header.fixed-header .search-form.js-slide-hidden
            {
                display: none !important;
                left: -9999px !important;
                position: relative !important;
                top: -9999px !important;
            }

        #header.fixed-header .add-links li .dropdown-menu
        {
            top: 87px;
        }

    #nav .navbar-nav.navbar-right li
    {
        margin: 0;
    }

    .topbar
    {
        position: absolute;
        right: 0;
        background: none;
        z-index: auto;
    }

    .add-links
    {
        padding: 0 3px 0 0;
        position: static;
        width: 100%;
        text-align: right;
    }

        .add-links li
        {
            padding: 0;
        }

            .add-links li em
            {
                top: 0;
            }

            .add-links li > a
            {
                padding: 9px 0;
            }

            .add-links li.signup
            {
                padding: 0;
            }

            .add-links li.basket
            {
                position: static;
                display: block;
                text-align: right;
                padding: 17px 0 0;
            }

                .add-links li.basket .title
                {
                    display: none;
                }

                .add-links li.basket .items
                {
                    display: block;
                    text-transform: uppercase;
                    color: #5d5d5d;
                }

                .add-links li.basket .icon
                {
                    width: 16px;
                    height: 16px;
                    margin: 0 0 0 8px;
                    float: left;
                    background-image: url("/content/images/sprite-m.png");
                    background-position: -220px 0;
                }

                .add-links li.basket > a
                {
                    color: #898989;
                    text-transform: none;
                    padding: 7px 0;
                }

                .add-links li.basket em
                {
                    float: right;
                    padding: 4px 0 0 5px;
                }

                .add-links li.basket .price
                {
                    float: left;
                    font-size: 0.8em;
                    padding: 0;
                }

            .add-links li a
            {
                color: #9f1b32;
                font: 700 0.692em 'interstate', Arial, Helvetica, sans-serif;
            }

            .add-links li.active .dropdown-menu
            {
                position: absolute;
                left: -5px;
                right: -5px;
                top: 129px;
                width: auto;
            }

        .add-links .dropdown-menu
        {
            background: #ffffff;
            text-align: left;
            overflow: auto;
            width: 100%;
        }

            .add-links .dropdown-menu .basket-frame
            {
                background: #ffffff;
            }

                .add-links .dropdown-menu .basket-frame:after
                {
                    display: none;
                }

    .basket-box
    {
        margin: -35px 0 -23px;
    }

        .basket-box .img-holder
        {
            margin: 0 7px 0 0;
        }

        .basket-box .textbox
        {
            padding: 10px 0 0;
            font-size: 1.127em;
        }

            .basket-box .textbox p
            {
                margin: 0 0 7px;
            }

        .basket-box .minus,
        .basket-box .plus
        {
            width: 24px;
            height: 24px;
            color: #ffffff !important;
            font-size: 24px;
            line-height: 24px;
        }

        .basket-box .text input[type="text"]
        {
            width: 24px;
            height: 24px;
            padding: 5px;
        }

        .basket-box .text .input-placeholder-text
        {
            line-height: 24px;
        }

    .summary-box
    {
        text-transform: none;
        padding: 45px 34px 20px 31px;
    }

        .summary-box .title
        {
            font-size: 1.085em;
        }

        .summary-box dl
        {
            padding: 9px 12px 5px;
        }

        .summary-box .btn
        {
            color: #ffffff !important;
            font-size: 1em;
            min-width: 240px;
            padding: 9px 14px;
        }

    .basket-carousel
    {
        padding: 35px 0 23px;
    }

        .basket-carousel .mask
        {
            height: 174px;
        }

        .basket-carousel .slide
        {
            padding: 7px 29px 7px 19px;
        }

        .basket-carousel .btn-prev
        {
            bottom: 0;
        }

    .search-form
    {
        width: 290px;
        margin: 0 auto;
        float: none;
    }

        .search-form.js-slide-hidden
        {
            left: 0 !important;
            position: relative !important;
            top: 0 !important;
        }

        .search-form:after
        {
            height: 26px;
            right: 41px;
        }

        .search-form input[type="search"],
        .search-form input[type="text"]
        {
            color: #5d5d5d;
            display: inline-block;
            vertical-align: top;
            float: none;
            width: 230px;
            height: 26px;
            padding: 3px 0;
        }

        .search-form .input-placeholder-text
        {
            position: absolute;
            left: 0;
            top: 0;
            padding: 3px 12px;
            font: 500 11px/20px 'interstate', Arial, Helvetica, sans-serif; 
        }

        .search-form .btn-submit
        {
            width: 16px;
            height: 16px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
            float: none;
            margin: 0 0 0 10px;
            background-image: url("/content/images/sprite-m.png");
            background-position: -200px 0;
        }

            .search-form .btn-submit:hover
            {
                background-position: -200px -20px;
                cursor: pointer;
            }

    .ui-autocomplete
    {
        width: 100% !important;
        left: 0 !important;
        font-size: 12px;
    }

    #nav
    {
        padding: 0;
        position: absolute;
        top: 1px;
        left: 0;
        z-index: 2000;    
        font: 300 1.54em 'interstate', Arial, Helvetica, sans-serif;    
    }

        #nav .navbar-header
        {
            z-index: 99;
        }

        #nav .navbar-toggle
        {
            padding: 10px;
            margin: 0;
            border-radius: 0;
        }

            #nav .navbar-toggle .icon-bar
            {
                width: 20px;
                height: 3px;
            }

        #nav .navbar-collapse
        {
            position: fixed;
            right: 100%;
            bottom: 0;
            top: 0;
            border-top: 6px solid #9f1b32;
            background: #f8f8f8;
            display: block;
            max-height: inherit;
            transition: all ease 0.3s;
            padding: 95px 0 0;
            /* overflow: auto; */
            height: auto !important;
        }

            #nav .navbar-collapse.in
            {
                right: 0;
                left: 0;
            }

        #nav .navbar-nav
        {
            margin: 0;
            text-align: center;
        }

            #nav .navbar-nav li
            {
                width: 100%;
                margin: 0;
                padding: 0 0 22px;
            }

                #nav .navbar-nav li a
                {
                    display: inline-block;
                }

                    #nav .navbar-nav li a .caret
                    {
                        display: none !important;
                    }

            #nav .navbar-nav .container-fluid
            {
                padding: 0 16px;
            }

        #nav .dropdown-menu
        {
            padding: 0;
            margin: 0;
            overflow: auto;
            position: static;
            background: #f8f8f8;
            padding: 15px 0 0;
            width: 100%;
        }

            #nav .dropdown-menu:after
            {
                display: none;
            }

            #nav .dropdown-menu .auto-holder
            {
                padding: 0;
            }

            #nav .dropdown-menu .holder
            {
                padding: 0 0 15px;
            }

                #nav .dropdown-menu .holder h1
                {
                    font: 300 1.322em 'interstate', Arial, Helvetica, sans-serif;
                    letter-spacing: inherit;
                    margin: 0 0 17px;
                    display: none;
                }

                #nav .dropdown-menu .holder.menu-drop
                {
                    font-size: 0.625em;
                    padding: 0;
                }

                #nav .dropdown-menu .holder.values-drop
                {
                    font-size: 0.625em;
                    text-align: center;
                    padding: 0;
                }

                    #nav .dropdown-menu .holder.values-drop .title
                    {
                        font: 300 1.322em 'interstate', Arial, Helvetica, sans-serif;
                        margin: 0 0 17px;
                    }

                    #nav .dropdown-menu .holder.values-drop .subtitle
                    {
                        font: 300 1.122em 'interstate', Arial, Helvetica, sans-serif;
                        margin: 0 0 10px;
                    }

                    #nav .dropdown-menu .holder.values-drop ul
                    {
                        margin: 0 0 10px;
                    }

                #nav .dropdown-menu .holder.card-drop
                {
                    font-size: 0.625em;
                    text-align: left;
                    padding: 0;
                }

                    #nav .dropdown-menu .holder.card-drop .title
                    {
                        font: 300 1.322em 'interstate', Arial, Helvetica, sans-serif;
                        letter-spacing: normal;
                        margin: 0 0 11px;
                        text-align: center;
                    }

                    #nav .dropdown-menu .holder.card-drop .subtitle
                    {
                        font: 1.122em;
                        margin: 0 0 3px;
                        text-align: center;
                        letter-spacing: inherit;
                    }

                        #nav .dropdown-menu .holder.card-drop .subtitle br
                        {
                            display: block;
                        }

                    #nav .dropdown-menu .holder.card-drop form
                    {
                        padding: 10px 0 0;
                    }

                    #nav .dropdown-menu .holder.card-drop .field-row
                    {
                        margin: 0 0 10px;
                    }

                    #nav .dropdown-menu .holder.card-drop .link-row
                    {
                        margin: -7px 0 0;
                    }

                    #nav .dropdown-menu .holder.card-drop label
                    {
                        display: block;
                        width: 100%;
                        text-align: left;
                        float: none;
                        padding: 0;
                        font-size: 0.8em;
                    }

                    #nav .dropdown-menu .holder.card-drop .field .input-placeholder-text
                    {
                        padding: 6px 15px;
                    }

                    #nav .dropdown-menu .holder.card-drop .link
                    {
                        font-size: 0.7em;
                        margin: 0 0 10px;
                    }

                    #nav .dropdown-menu .holder.card-drop .btn
                    {
                        width: 250px;
                        display: block;
                        margin: 0 auto 8px !important;
                        font-size: 0.925em;
                        padding: 9px 14px;
                    }

                    #nav .dropdown-menu .holder.card-drop .field input[type="text"],
                    #nav .dropdown-menu .holder.card-drop .field input[type="email"],
                    #nav .dropdown-menu .holder.card-drop .field input[type="password"]
                    {
                        height: 28px;
                    }

            #nav .dropdown-menu li
            {
                padding: 0 0 9px;
            }

                #nav .dropdown-menu li a
                {
                    display: inline-block;
                }

        #nav .close
        {
            background-image: url("/content/images/sprite-m.png");
            background-position: -205px -40px;
            width: 19px;
            height: 19px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            left: 16px;
            top: 10px;
            opacity: 1;
        }

            #nav .close:hover
            {
                background-position: -205px -65px;
            }

    .home .visual
    {
        height: 220px;
        margin: 0 0 23px;
    }

        .home .visual .img-holder
        {
            height: 220px;
        }

        .home .visual h1
        {
            margin: 0 0 13px;
            font-size: 1.8em;
        }

            .home .visual h1 span
            {
                margin: 0 0 -4px;
            }

        .home .visual .caption
        {
            height: 100%;
        }

    .visual
    {
        overflow: hidden;
        position: relative;
        margin: 0 0 17px;
        width: 100%;
        height: auto;
        z-index: 2;
    }

        .visual .img-holder
        {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: static;
            margin: 0;
        }

            .visual .img-holder img
            {
                width: 100%;
                height: auto;
                display: block;
            }





        .visual .caption
        {
            width: 100%;
            height: 100%;
            position: absolute;
            text-align: center;
            left: 0;
            top: 0;
            z-index: 5;
        }

        .visual .subtitle
        {
            font-size: 0.938em;
        }

            .visual .subtitle br
            {
                display: block;
            }

        .visual.add .img-holder
        {
            width: 100%;
            height: auto;
            margin: 0;
        }

            .visual.add .img-holder img
            {
                width: 100%;
                height: auto;
                display: block;
            }

    .add-nav
    {
        font: 700 0.788em 'interstate', Arial, Helvetica, sans-serif;
        padding: 0 0 3px;
    }

        .add-nav.auto-holder
        {
            max-width: 926px;
            margin: -6px auto 0;
        }

        .add-nav ul
        {
            margin: 0 -6px;
            display: block;
            width: 100%;
        }

        .add-nav li
        {
            margin: 0 -5px 0 0 !important;
            float: none;
            display: inline-block;
            vertical-align: top;
            width: 33.3% !important;
            padding: 0 0 17px;
        }

            .add-nav li .img-holder
            {
                width: 100%;
                height: 34px;
                margin: 0 0 3px;
            }

        .add-nav a
        {
            display: inline-block;
            vertical-align: top;
        }

    .section
    {
        padding: 22px 0 0;
    }

    .section-no-seperator
    {
        padding: 0;
    }

    .section .search-result
    {
        margin: 0 auto -10px;
        text-align: left;
    }

        .section .search-result h2
        {
            margin: 0 0 20px;
        }

    .section .search-box
    {
        margin: 0 0 35px;
    }

    .section .heading
    {
        margin: 0 0 17px;
    }

        .section .heading h3
        {
            font: 300 1.231em/1em 'interstate', Arial, Helvetica, sans-serif;
            text-align: center;
        }

        .section .heading img
        {
            margin: 0 auto 16px;
        }

    .section .result-list
    {
        max-width: 400px;
        margin: 0 auto;
    }

        .section .result-list li
        {
            margin: 0 0 34px;
        }

        .section .result-list h4
        {
            margin: 0 0 7px;
        }

        .section .result-list p
        {
            margin: 0 0 8px;
            font-size: 0.846em;
        }

    .sales-panel
    {
        padding: 33px 37px 23px;
    }

        .sales-panel .img-frame
        {
            margin: 0 0 18px;
        }

    .menu-slideshow
    {
        margin: 0 0 22px;
    }

        .menu-slideshow .slide
        {
            width: 100%;
            left: 0;
            margin: 0;
        }

            .menu-slideshow .slide img
            {
                width: 100%;
            }

        .menu-slideshow .holder
        {
            position: static;
            padding: 19px 0 0;
        }

        .menu-slideshow .caption
        {
            width: 100%;
            padding: 0;
        }

            .menu-slideshow .caption h3
            {
                font-size: 1.438em;
                margin: 0 0 5px;
            }

            .menu-slideshow .caption .caption-slide
            {
                font-size: 0.831em;
            }

            .menu-slideshow .caption p
            {
                margin: 0 0 17px;
            }

            .menu-slideshow .caption .btn
            {
                font-size: 1.313em;
            }

        .menu-slideshow .paging
        {
            font-size: 1.1em;
            margin: 0 0 25px;
        }

            .menu-slideshow .paging li
            {
                margin: 0 15px;
            }

            .menu-slideshow .paging a .caret
            {
                top: 18px;
            }

    .article-content
    {
        padding: 25px 0 20px;
    }

        .article-content h2
        {
            /*font-size: 1.115em;*/
            margin: 0 0 20px;
            letter-spacing: 1px;
        }

        .article-content h3
        {
            margin: 0 0 6px;
        }

        .article-content .article-holder
        {
            display: table;
        }

            .article-content .article-holder .col-sm-7
            {
                float: none;
                display: table-footer-group;
            }

        .article-content .textbox
        {
            padding: 7px 0 0;
            text-align: center;
        }

            .article-content .textbox p
            {
                font-size: 0.846em;
                margin: 0 0 14px;
            }

        .article-content .img-holder
        {
            max-width: 131px;
            margin: 0 auto 12px;
        }

        .article-content .middle-align
        {
            display: block;
        }

    .video-frame
    {
        margin: 0 0 18px;
    }

    /*.video-frame .btn-play {
            background-image: url("/content/images/sprite-m.png");
            background-position: -80px -70px;
            width: 65px;
            height: 65px;
            margin: -32px 0 0 -32px;
        }*/

    .video-panel
    {
        padding: 18px 0 26px;
    }

        .video-panel .video-tools
        {
            display: block;
        }

        .video-panel h2
        {
            margin: 0 0 14px;
        }

        .video-panel .video-info .textbox
        {
            padding: 0 10px;
        }


    .video-panel-custom .video-info-custom .textbox-custom
    {
        padding: 0 10px !important;
    }

    .video-panel .video-info .textbox p
    {
        font-size: 0.831em;
        margin: 0 0 19px;
    }

    .centered-content
    {
        padding: 25px 0;
    }

        .centered-content .head
        {
            margin: 0 10px -3px;
        }

        .centered-content h2
        {
            /*font-size: 1.28em;*/
            letter-spacing: normal;
            margin: 0 0 5px;
        }

        .centered-content p
        {
            font-size: 0.831em;
        }

    .visual + .centered-content
    {
        padding: 4px 0 18px;
    }

        .visual + .centered-content p
        {
            margin-bottom: 15px;
        }

    .views-block
    {
        padding: 16px 0 11px;
    }

        .views-block h2
        {
            letter-spacing: normal;
            margin: 0 0 9px;
        }

        .views-block .textbox p
        {
            font-size: 0.831em;
            margin: 0 0 14px;
        }

    .social-block
    {
        padding: 0 0 8px;
    }

        .social-block .logo
        {
            display: none;
        }

        .social-block h4
        {
            margin: 0 0 7px;
            font-size: 1em;
        }

        .social-block .social-box
        {
            width: 100%;
            font-size: 0.831em;
            margin: 0 0 28px;
        }

            .social-block .social-box h2
            {
                letter-spacing: 1px;
            }

            .social-block .social-box p br
            {
                display: none;
            }

        .social-block .instagram-box
        {
            width: 100%;
            float: none;
            overflow: hidden;
            margin: 0 0 30px;
        }

            .social-block .instagram-box .imgs-list
            {
                padding: 0 7px 8px 0;
                margin: -4px -13px 5px;
            }

                .social-block .instagram-box .imgs-list li
                {
                    width: 80px;
                    float: none;
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 9px;
                }

        .social-block .follow-us
        {
            font-size: 0.75em;
        }

        .social-block.section
        {
            padding: 20px 0 24px;
        }

            .social-block.section .social-box
            {
                float: none;
                width: 100%;
                overflow: hidden;
                padding: 0;
                margin: 0;
            }

                .social-block.section .social-box .textbox
                {
                    min-height: inherit;
                    margin: 0 0 17px;
                    font-size: 1.3em;
                }

                .social-block.section .social-box .follow-us
                {
                    font-size: 1em;
                }

    #footer .pre-footer
    {
        padding: 22px 2px 23px;
    }

    #footer .dropdown
    {
        font-size: 1.023em;
        overflow: hidden;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        #footer .dropdown:first-child
        {
            padding-top: 0;
            border: 0;
        }

        #footer .dropdown a
        {
            display: block;
            position: relative;
            text-decoration: none;
        }

            #footer .dropdown a .caret
            {
                position: absolute;
                right: 5px;
                top: 5px;
                color: #5d5d5d;
            }

        #footer .dropdown.open a .caret
        {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 6px solid;
            border-top: transparent;
        }

    #footer .dropdown-menu
    {
        padding: 12px 0 0;
        margin: 0 0 -7px;
        overflow: hidden;
    }

        #footer .dropdown-menu li
        {
            padding: 0 0 10px;
        }

    #footer .newsletter
    {
        padding-top: 29px;
    }

        #footer .newsletter h4
        {
            font-size: 1.3em;
        }

        #footer .newsletter .holder
        {
            max-width: 100%;
            overflow: hidden;
            padding: 0 0 45px;
        }

            #footer .newsletter .holder input[type="text"],
            #footer .newsletter .holder input[type="email"]
            {
                width: 100%;
                height: 26px;
                margin: 0 0 5px;
                background: #f8f8f8;
            }

            #footer .newsletter .holder .btn
            {
                width: 250px;
                min-width: 250px;
                left: 50%;
                margin: 0 0 0 -125px;
                float: none;
                padding: 9px 14px;
                font-size: 1.4em;
            }

    #footer .sec-footer
    {
        padding: 26px 0 40px;
        font-size: 0.7em;
        line-height: 1.3em;
    }
    /* social networks styles */

    .social-networks
    {
        float: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
        margin: 0 0 23px;
    }

        .social-networks li
        {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin: 0 11px;
        }


        .social-networks img
        {
            float: left;
            width: 100%;
            height: auto;
            display: block;
        }

        .social-networks .img-hover
        {
            display: none;
        }

        .social-networks:hover .img-hover
        {
            display: block;
        }

        .social-networks:hover .img
        {
            display: none;
        }


        .social-networks a
        {
            display: block;
            width: 30px;
            height: 30px;
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            overflow: hidden;
            /*text-indent: -9999px;*/
            /*background: url(/content/images/sprite.png) no-repeat;*/
        }

    /*.social-networks a.facebook {
  background-position: 0 0;
  width: 27px;
  height: 30px;
}
.social-networks a.facebook:hover {
  background-position: 0 -27px;
}
.social-networks a.twitter {
  background-position: -30px 0;
  width: 24px;
  height: 23px;
}
.social-networks a.twitter:hover {
  background-position: -30px -27px;
}
.social-networks a.instagram {
  background-position: -69px 0;
  width: 22px;
  height: 23px;
}
.social-networks a.instagram:hover {
  background-position: -69px -27px;
}
.social-networks a.pinterest {
  background-position: -108px 0;
  width: 19px;
  height: 23px;
}
.social-networks a.pinterest:hover {
  background-position: -108px -27px;
}
.social-networks a.google {
  background-position: -141px 0;
  width: 25px;
  height: 23px;
}
.social-networks a.google:hover {
  background-position: -141px -27px;
}*/
    .pret-results h3
    {
        font-size: 1.169em;
        margin: 0 25px -2px 25px;
    }

    .pret-results .panel-heading
    {
        padding: 12px 10px 6px;
    }

        .pret-results .panel-heading .destination
        {
            font-size: 0.831em;
        }

        .pret-results .panel-heading .opener
        {
            top: 8px;
            right: 5px;
        }

            .pret-results .panel-heading .opener .title
            {
                display: none;
            }

    .pret-results .panel + .panel .panel-heading
    {
        padding: 12px 10px 6px;
    }

    .pret-results .auto-holder
    {
        padding-top: 15px;
        padding-bottom: 21px;
    }

    .pret-results .addr-box
    {
        text-align: center;
    }

        .pret-results .addr-box h3
        {
            font-size: 0.869em;
            margin: 0 0 2px;
        }

        .pret-results .addr-box address
        {
            font-size: 0.83em;
        }

    .pret-results .col-holder
    {
        margin: 21px 18px 0;
        padding: 0 0 5px;
    }

    .pret-results .box
    {
        padding: 13px 16px 7px;
    }

        .pret-results .box h4
        {
            font-size: 0.869em;
            margin: 0 0 6px;
        }

        .pret-results .box dl
        {
            font-size: 0.85em;
        }

            .pret-results .box dl dt
            {
                margin: 0 10px 0 0;
                padding: 0 0 1px;
            }

            .pret-results .box dl dd
            {
                padding: 0 0 1px;
            }

    .pret-results .directions-holder
    {
        padding: 0 18px;
    }

    .global-block
    {
        padding: 25px 0 0;
    }

        .global-block h2
        {
            letter-spacing: normal;
            margin: 0 0 12px;
        }

        .global-block p
        {
            font-size: 0.846em;
            line-height: 1.364em;
        }

        .global-block .img-holder
        {
            max-width: 177px;
            margin-bottom: 19px;
        }

        .global-block .countries-list
        {
            max-width: inherit;
            padding: 0 15px;
        }

            .global-block .countries-list .holder
            {
                padding: 0 6px 15px;
            }

            .global-block .countries-list .img-frame
            {
                margin: 0 0 4px;
            }

            .global-block .countries-list .title
            {
                font-size: 0.75em;
            }

    .additional-block
    {
        padding: 32px 0 0;
        margin: 0 0 -37px;
    }

        .additional-block .article
        {
            padding: 0 20px;
            margin: 0 0 40px;
        }

            .additional-block .article p
            {
                font-size: 0.846em;
                line-height: 1.364em;
                margin: 0 0 12px;
            }

            .additional-block .article .btn
            {
                min-width: 250px;
                position: static;
                margin: 0;
            }

        .additional-block .img-holder
        {
            margin: 0 auto 25px;
            max-width: 110px;
        }

        .additional-block h3
        {
            font-size: 1.139em;
            margin: 0 0 5px;
        }

        .additional-block.add
        {
            margin: 0;
        }

    .soup-block
    {
        margin-top: -7px;
    }

        .soup-block .info
        {
            font-size: 0.846em;
            line-height: 1.273em;
            padding: 0 20px 5px;
        }

        .soup-block .block
        {
            padding: 26px 0 0;
            margin: 0 0 -15px;
        }

        .soup-block h2
        {
            font-size: 1.515em;
            margin: 0 0 16px;
        }

        .soup-block .soup-box
        {
            padding: 0 0 38px;
        }

            .soup-block .soup-box .img-holder
            {
                margin: 2px 8px 0 0;
                width: 58px;
                height: 55px;
            }

            .soup-block .soup-box h3
            {
                font-size: 0.95em;
                margin: 0 0 1px;
                height: auto !important;
                max-height: 35px;
                overflow: hidden;
            }

            .soup-block .soup-box .textbox p,
            .soup-block .soup-box .textbox .title
            {
                font-size: 0.85em;
            }

            .soup-block .soup-box .textbox p
            {
                margin: 0 0 7px;
            }

            .soup-block .soup-box .textwrap
            {
                min-height: inherit !important;
            }

        .soup-block .view
        {
            font-size: 0.85em;
        }

        .soup-block .week-offer
        {
            padding: 20px 0 13px;
            margin: 0;
        }

            .soup-block .week-offer h2
            {
                margin: 0 0 5px;
            }

            .soup-block .week-offer .textbox
            {
                padding: 0 20px;
            }

                .soup-block .week-offer .textbox p,
                .soup-block .week-offer .textbox .subtitle
                {
                    margin: 0 0 7px;
                    font-size: 0.85em;
                }

        .soup-block.three-col .soup-box .img-holder
        {
            float: left;
            margin: 2px 8px 0 0;
        }

    .story-block
    {
        padding: 14px 0 8px;
    }

        .story-block .img-holder
        {
            max-width: 62px;
            width: auto;
            margin: 0 auto 3px;
            display: block;
        }

        .story-block .textbox
        {
            padding: 0 10px;
            width: auto;
            overflow: hidden;
            margin: 0;
        }

            .story-block .textbox h3
            {
                font-size: 1.231em;
                line-height: 1.375em;
                margin: 0 0 3px;
            }

            .story-block .textbox p
            {
                font-size: 0.85em;
                margin: 0 0 9px;
            }

    .search-seaction
    {
        padding: 6px 0 25px;
        font-size: 1.154em;
        line-height: 1.133em;
    }

        .search-seaction:after
        {
            display: none;
        }

        .search-seaction h1
        {
            font-size: 1.667em;
            line-height: 0.96em;
            text-align: left;
        }

            .search-seaction h1 span
            {
                font-size: 29px;
            }

            .search-seaction h1 br
            {
                display: none;
            }

        .search-seaction img
        {
            margin: 0 auto 15px;
        }

        .search-seaction .textbox
        {
            text-align: left;
            margin: 0;
        }

        .search-seaction .textbox2 h1
        {
            margin: 0;
        }

            .search-seaction .textbox2 h1 br
            {
                display: none;
            }

        .search-seaction .textbox2 p
        {
            font-size: 1em;
            line-height: 1.133em;
        }

            .search-seaction .textbox2 p br
            {
                display: none;
            }

    .section-result
    {
        padding: 33px 0 4px;
    }

        .section-result h2
        {
            margin: 0 0 18px;
        }

        .section-result .result-list li
        {
            margin: 0 0 16px;
            display: table;
        }

            .section-result .result-list li img
            {
                /*float: none;*/
                margin: 0 17px 0 0;
                display: table-cell;
                vertical-align: middle;
            }

        .section-result .result-list .holder
        {
            display: table-cell;
            vertical-align: middle;
        }

        .section-result .result-list h4
        {
            font-size: 1.077em;
            line-height: 1.143em;
            margin: 0;
        }

        .section-result .result-list p
        {
            display: none;
        }

    .search-block
    {
        padding: 0 0 20px;
    }

        .search-block h2
        {
            letter-spacing: normal;
            font-size: 1.215em;
        }

        .search-block p
        {
            font-size: 0.846em;
            line-height: 1.364em;
            margin: 0 0 30px;
        }

        .search-block .btn
        {
            float: none;
            width: 248px;
            margin: 0 auto;
            display: block;
        }

        .search-block .holder
        {
            max-width: 100%;
        }

        .search-block .field
        {
            float: none;
            overflow: hidden;
            margin: 0 0 20px;
        }

            .search-block .field input[type="search"],
            .search-block .field input[type="text"]
            {
                float: none;
                width: 100%;
                height: 28px;
                padding: 3px 15px;
                text-align: center;
            }

            .search-block .field .input-placeholder-text
            {
                padding: 4px 15px;
                right: 0;
                text-align: center;
            }

        .search-block .link-holder
        {
            padding: 19px 0 0;
        }

            .search-block .link-holder em
            {
                position: relative;
                left: -5px;
            }

            .search-block .link-holder .link
            {
                margin: 0 5px;
                font-size: 1.1em;
            }

        .search-block.section
        {
            padding: 32px 0 6px;
        }

            .search-block.section h2
            {
                margin: 0 0 5px;
            }

            .search-block.section p
            {
                font-size: 1.154em;
                line-height: 1.133em;
                margin: 0 0 14px;
            }

        .search-block .search-holder
        {
            width: 290px;
            margin: 0 auto;
            float: none;
        }

            .search-block .search-holder:after
            {
                height: 26px;
                right: 41px;
            }

            .search-block .search-holder input[type="search"],
            .search-block .search-holder input[type="text"]
            {
                color: #5d5d5d;
                display: inline-block;
                vertical-align: top;
                float: none;
                width: 230px;
                height: 26px;
            }

            .search-block .search-holder .input-placeholder-text
            {
                position: absolute;
                left: 0;
                top: 0;
                padding: 3px 12px;
                font: 500 11px/20px 'interstate', Arial, Helvetica, sans-serif;
            }

            .search-block .search-holder .btn-submit
            {
                width: 16px;
                height: 16px;
                font: 0/0 a;
                color: transparent;
                text-shadow: none;
                background-color: transparent;
                border: 0;
                overflow: hidden;
                text-indent: -9999px;
                float: none;
                margin: 0 0 0 10px;
                background-image: url("/content/images/sprite-m.png");
                background-position: -200px 0;
            }

                .search-block .search-holder .btn-submit:hover
                {
                    background-position: -200px -20px;
                    cursor: pointer;
                }

        .search-block.add
        {
            padding: 16px 0 32px;
        }

            .search-block.add h2
            {
                font-size: 1.215em;
                margin: 0 0 26px;
            }

            .search-block.add .field
            {
                display: block;
                width: 100%;
                margin: 0 0 13px;
            }

                .search-block.add .field input[type="search"],
                .search-block.add .field input[type="text"]
                {
                    float: none;
                    width: 100%;
                    height: 28px;
                    padding: 6px 10px;
                    text-align: left;
                    font-size: 11px;
                    line-height: 16px;
                }

                .search-block.add .field .input-placeholder-text
                {
                    padding: 6px 10px;
                    right: 0;
                    text-align: left;
                    font-size: 11px;
                    line-height: 16px;
                }

        .search-block.add2
        {
            margin: 0;
            padding: 0 0 15px;
        }

            .search-block.add2 h2
            {
                padding: 0 40px;
            }

    .article-section
    {
        padding: 27px 0 0;
        margin-bottom: -10px;
    }

        .article-section h2
        {
            font-size: 1.231em;
            line-height: 1.188em;
            margin: 0 0 15px;
        }

            .article-section h2 br
            {
                display: block;
            }

        .article-section .article
        {
            font-size: 0.846em;
            text-align: center;
            margin: 0 0 27px;
        }

            .article-section .article .holder
            {
                padding: 0 10px;
            }

            .article-section .article h3
            {
                font-size: 1.455em;
                line-height: 1.188em;
            }

            .article-section .article p
            {
                margin: 0 0 8px;
            }

            .article-section .article .box
            {
                padding: 0;
                height: auto !important;
            }

            .article-section .article .btn
            {
                font-size: 1.273em;
                line-height: 1.286em;
                position: static;
                margin: 15px 0 0;
            }

    .product-block
    {
        padding: 5px 0 16px;
    }

        .product-block .pro-holder
        {
            padding: 0;
            margin: 0 0 10px;
        }

            .product-block .pro-holder .name
            {
                font-size: 32px;
                line-height: 37px;
            }

            .product-block .pro-holder .img-holder
            {
                max-width: 220px;
                max-height: 210px;
                margin: 0 auto;
            }

            .product-block .pro-holder .tag
            {
                width: 57px;
                height: 48px;
                /*background-image: url("/content/images/sprite-m.png");*/
                background-position: -405px 0;
                left: 3px;
                top: 15px;
            }

        .product-block .product-info
        {
            padding: 15px 0 0;
            text-align: center;
        }

            .product-block .product-info h2
            {
                font-size: 1.923em;
                margin: 0;
            }

            .product-block .product-info .price
            {
                font-size: 0.846em;
                color: #5d5d5d;
            }

            .product-block .product-info .textbox
            {
                font-size: 0.846em;
            }

            .product-block .product-info .catgories
            {
                font-size: 1.317em;
                line-height: 1em;
            }

                .product-block .product-info .catgories li:after
                {
                    top: 6px;
                }

            .product-block .product-info .avoid-list
            {
                font-size: 1em;
            }

        .product-block .btn-row
        {
            text-align: center;
        }

            .product-block .btn-row.add
            {
                margin: 0 0 20px;
            }

            .product-block .btn-row .btn
            {
                float: none;
                min-width: 250px;
                margin: 0;
            }

            .product-block .btn-row .social-networks
            {
                padding: 0;
                margin: 0;
            }

    .taste-block
    {
        padding: 17px 0 9px;
    }

        .taste-block h2
        {
            letter-spacing: normal;
            margin: 0 0 18px;
        }

        .taste-block .related-products
        {
            width: 280px;
            margin: 0 auto;
        }

            .taste-block .related-products li
            {
                width: auto;
                margin: 0 0 22px;
                padding: 0 0 0 39px;
                display: block;
                overflow: hidden;
            }

                .taste-block .related-products li .img-holder
                {
                    float: left;
                    margin: 0 42px 0 0;
                    width: auto;
                    height: auto;
                }

                .taste-block .related-products li .holder
                {
                    text-align: left;
                    padding: 5px 0 0;
                }

                .taste-block .related-products li .addcart
                {
                    font-size: 0.8em;
                }

                    .taste-block .related-products li .addcart .ico-cart
                    {
                        width: 18px;
                        height: 16px;
                        background-image: url("/content/images/sprite-m.png");
                        background-position: -147px -70px;
                    }

                    .taste-block .related-products li .addcart:hover .ico-cart
                    {
                        background-image: url("/content/images/sprite-m.png");
                        background-position: -169px -70px;
                    }

            .taste-block .related-products h3
            {
                font-size: 1.051em;
                margin: 0 0 3px;
            }

    .information-block
    {
        padding: 25px 0 0;
        margin: 0 0 -3px;
    }

        .information-block h2
        {
            letter-spacing: normal;
        }

        .information-block .head
        {
            margin: 0 0 26px;
            text-align: center;
        }

            .information-block .head .subtitle
            {
                font-size: 0.831em;
            }

        .information-block .table-box
        {
            text-align: center;
            padding: 0;
            margin: 0 0 19px;
        }

            .information-block .table-box h3
            {
                font-size: 0.831em;
                margin: 0 0 4px;
            }

            .information-block .table-box p
            {
                font-size: 0.831em;
                margin: 0 0 12px;
            }

            .information-block .table-box table
            {
                font-size: 0.831em;
            }

                .information-block .table-box table td
                {
                    padding: 3px 0 0 10px;
                }

                    .information-block .table-box table td:first-child
                    {
                        padding: 3px 0 0;
                    }

    .work-block
    {
        margin: -5px 0 0;
    }

        .work-block .head
        {
            padding: 0 10px;
        }

            .work-block .head p
            {
                font-size: 0.846em;
                margin: 0 0 13px;
            }

        .work-block .article-section
        {
            padding: 16px 0 0;
            margin: 0;
        }

            .work-block .article-section .article h3
            {
                margin: 0 0 5px;
            }

            .work-block .article-section .article .holder
            {
                padding: 0;
            }

    .vacancies-block h2,
    .vacancies-block h3
    {
        font-size: 1.115em;
        margin: 0 0 10px;
        letter-spacing: 1px;
    }

    .vacancies-block .box
    {
        text-align: center;
    }

        .vacancies-block .box ul
        {
            font-size: 1em;
            margin: 0 0 20px;
        }

            .vacancies-block .box ul li
            {
                margin: 0 0 7px;
            }

    .directions-popup
    {
        padding: 10px;
    }

        .directions-popup .title
        {
            padding: 0 30px 10px 0;
        }

        .directions-popup .btn-close
        {
            top: 5px;
            right: 10px;
        }

        .directions-popup > .holder
        {
            height: 220px;
        }

    .offer-section
    {
        font-size: 0.831em;
        padding: 3px 0 24px;
    }

        .offer-section h2
        {
            font-size: 1.525em;
        }

        .offer-section ul
        {
            margin: 0 0 23px;
            font-size: 0.95em;
        }

        .offer-section .btn
        {
            font-size: 1.313em;
        }

        .offer-section.add
        {
            padding: 27px 0 24px;
        }

            .offer-section.add h2
            {
                max-width: 250px;
            }

            .offer-section.add p
            {
                margin: 0 0 16px;
            }

    .section-menu
    {
        padding: 22px 20px;
    }

        .section-menu .col
        {
            height: auto !important;
        }

        .section-menu h2
        {
            letter-spacing: normal;
            margin: 0 0 15px;
        }

        .section-menu .items-list
        {
            margin: 0 -4px 5px;
        }

        .section-menu .menu-item
        {
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            margin: 0 4px 7px;
            padding: 5px;
        }

            .section-menu .menu-item h3
            {
                background-image: url(/content/images/bg-title-m.png);
                padding: 0 0 0 12px;
                margin: 0;
            }

                .section-menu .menu-item h3 span
                {
                    background-image: url(/content/images/bg-title-m.png);
                    padding: 0 12px 7px 0;
                }

            .section-menu .menu-item .img-holder
            {
                height: 85px;
                margin: 0 0 8px;
            }

                .section-menu .menu-item .img-holder img
                {
                    max-width: 70px;
                }

            .section-menu .menu-item.menu-item-big
            {
                margin: 0 0 10px;
            }

                .section-menu .menu-item.menu-item-big .img-holder
                {
                    height: 170px;
                    margin: 0 0 18px;
                }

                    .section-menu .menu-item.menu-item-big .img-holder img
                    {
                        max-width: 175px;
                    }

            .section-menu .menu-item:hover
            {
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
            }

    .prev-page
    {
        padding: 2px 20px;
        overflow: hidden;
    }

        .prev-page a
        {
            font: 700 12px/18px 'interstate', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #9f1b32;
        }

            .prev-page a .caret
            {
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-right: 6px solid;
                border-left: transparent;
                position: relative;
                top: -2px;
                margin: 0 5px 0 0;
            }

            .prev-page a:hover
            {
                color: #5d5d5d;
            }

    .category-block
    {
        padding: 13px 0 15px;
        font-size: 1.114em;
        line-height: 1.133em;
    }

        .category-block h1
        {
            font-size: 1.786em;
        }

        .category-block .textbox
        {
            padding: 0;
            color: #5d5d5d;
        }

        .category-block .img-holder
        {
            width: 88px;
            height: 101px;
            margin: 0 0 0 15px;
        }

    .filter-container .filter-wrap
    {
        margin: 0 -15px 29px;
    }

        .filter-container .filter-wrap .tab-content .tab-item
        {
            width: 100% !important;
            position: static !important;
        }

            .filter-container .filter-wrap .tab-content .tab-item:first-child
            {
                border-top: 2px solid #e3e4e5;
            }

            .filter-container .filter-wrap .tab-content .tab-item.active .opener
            {
                color: #5d5d5d;
                background: #f6f6f6;
            }

                .filter-container .filter-wrap .tab-content .tab-item.active .opener .caret
                {
                    color: #5d5d5d;
                }

        .filter-container .filter-wrap .tab-content .opener
        {
            background: #fafbfc;
            color: #9f1b32;
            padding: 8px 22px 8px 11px;
            border-bottom: 2px solid #e3e4e5;
            display: block;
            text-decoration: none;
            position: relative;
            text-transform: uppercase;
            font: 700 1em/1em 'interstate', Arial, Helvetica, sans-serif;
        }

            .filter-container .filter-wrap .tab-content .opener .caret
            {
                right: 10px;
                top: 11px;
                color: #9f1b32;
                position: absolute;
            }

            .filter-container .filter-wrap .tab-content .opener:hover
            {
                background: #f6f6f6;
                color: #9f1b32;
            }

    .filter-container .options
    {
        padding: 10px 6px 5px;
    }

    .filter-nav
    {
        display: block;
        border: 0;
        font-size: 1em;
        line-height: 1em;
        text-align: left;
        border-top: 2px solid #dfdfdf;
    }

        .filter-nav li
        {
            display: block;
        }

            .filter-nav li.tab-active a
            {
                color: #5d5d5d;
            }

                .filter-nav li.tab-active a .caret
                {
                    color: #9f1b32;
                }

        .filter-nav a
        {
            padding: 8px 22px 8px 11px;
            border-bottom: 2px solid #e3e4e5;
            color: #9f1b32;
        }

            .filter-nav a .caret
            {
                right: 10px;
                top: 11px;
                color: #5d5d5d;
            }

            .filter-nav a:hover
            {
                color: #5d5d5d;
            }

    .filter-nav
    {
        display: none;
    }

    .current-filters
    {
        padding: 10px 6px 5px;
    }

        .current-filters .title,
        .current-filters .clearall
        {
            font-size: 1.38em;
            line-height: 1em;
        }

        .current-filters .title,
        .current-filters ul
        {
            display: block;
        }

        .current-filters li .remove
        {
            padding: 10px;
            top: 3px;
            right: 3px;
            background-position: -216px -170px;
        }

    .filter-results .article
    {
        width: 100%;
    }


        .filter-results .article h3
        {
            font-size: 1em;
            margin: 0 0 3px;
        }

        .filter-results .article p
        {
            font-size: 0.846em;
            line-height: 1.364em;
            margin: 0 0 13px;
        }

    .filter-results .textwrap
    {
        min-height: 90px;
    }

    .filter-results .btn-wrap
    {
        width: 100%;
    }

        .filter-results .btn-wrap .link
        {
            float: right;
            font-size: 1em;
            margin: 7px 9px 0 0;
        }

        .filter-results .btn-wrap ul
        {
              float: right;
    	      margin: 0px 30px 0px 0px;
         }

            .filter-results .btn-wrap ul li
            {
                margin: 0 0 0 18px;
            }

                .filter-results .btn-wrap ul li .tooltop
                {
                    left: 0;
                    margin: 0;
                }

                    .filter-results .btn-wrap ul li .tooltop .caret
                    {
                        left: 4px;
                        margin: 0;
                    }

    .ad-block
    {
        padding: 24px 0 20px;
    }

        .ad-block .img-holder
        {
            max-width: 287px;
            margin: 0 auto 27px;
        }

        .ad-block .btn
        {
            min-width: 250px;
        }

    .login-popup
    {
        padding: 0 16px;
    }

        .login-popup .modal-dialog
        {
            max-width: 480px;
            width: auto;
            margin: 30px auto;
        }

        .login-popup .modal-content
        {
            padding: 0 18px;
        }

            .login-popup .modal-content .close
            {
                overflow: visible;
            }

                .login-popup .modal-content .close:after
                {
                    position: absolute;
                    left: -5px;
                    top: -5px;
                    right: -5px;
                    bottom: -5px;
                    content: '';
                    background: url(/content/images/dot.png);
                }

        .login-popup .modal-header
        {
            padding: 18px 25px 0 0;
        }

        .login-popup .modal-body
        {
            padding: 0 0 12px;
        }

        .login-popup .modal-footer
        {
            padding: 14px 0 18px;
        }

            .login-popup .modal-footer .btn
            {
                float: left;
            }

        .login-popup h4
        {
            font-size: 16px;
            line-height: 16px;
        }

        .login-popup label
        {
            width: 100%;
            margin: 0 0 3px;
            padding: 0;
            float: none;
            display: block;
            font-size: 11px;
            line-height: 14px;
        }

        .login-popup .field
        {
            margin: 0 0 9px;
        }

        .login-popup .form-control
        {
            height: 28px;
            font-size: 11px;
            line-height: 16px;
        }

        .login-popup .input-placeholder-text
        {
            font-size: 11px;
            line-height: 16px;
        }

        .login-popup .link
        {
            margin: 0 0 7px;
        }

        .login-popup .btn-holder
        {
            float: none;
            overflow: hidden;
        }

    .contact-info
    {
        margin: 0;
        padding: 2px 0 31px;
    }

        .contact-info h2
        {
            font-size: 1.215em;
            margin: 0 0 17px;
        }

        .contact-info h3
        {
            font-size: 0.838em;
            margin: 0 0 1px;
        }

        .contact-info p
        {
            font-size: 1.131em;
            margin: 0 0 20px;
        }

        .contact-info .textbox
        {
            padding: 0;
        }

        .contact-info .img-holder
        {
            max-width: 209px;
            margin: 0 auto;
            float: none;
        }

    .form-block
    {
        padding: 18px 0 23px;
    }

        .form-block h2
        {
            font-size: 1.215em;
            margin: 0 0 16px;
        }

        .form-block .field-row
        {
            margin: 0;
        }

            .form-block .field-row.comment-box label
            {
                margin: 0 0 3px;
            }

            .form-block .field-row.comment-box .form-control
            {
                height: 111px;
            }

            .form-block .field-row.shop-field .field
            {
                float: none;
                width: 100%;
                margin: 0 0 9px;
            }

            .form-block .field-row.shop-field label
            {
                margin: 0 0 3px;
            }

        .form-block .col
        {
            float: none;
            overflow: hidden;
            width: 100%;
            margin: 0 0 5px;
        }

            .form-block .col:first-child
            {
                float: none;
            }

        .form-block label
        {
            display: block;
            width: 100%;
            margin: 0 0 3px;
            font-size: 11px;
            line-height: 13px;
        }

            .form-block label br
            {
                display: none;
            }

        .form-block .field
        {
            display: block;
            width: 100%;
        }

        .form-block .btn
        {
            display: block;
            float: none;
            margin: 0 auto;
            width: 250px;
        }

        .form-block .spc
        {
            margin: 0;
        }

    .jcf-select
    {
        width: 100%;
        height: 28px;
        font-size: 11px;
        line-height: 16px;
    }

        .jcf-select .jcf-select-text
        {
            font-size: 11px;
            line-height: 16px;
            padding: 6px 10px 5px;
        }

        .jcf-select .jcf-select-opener
        {
            top: 11px;
            right: 13px;
        }

    .news-content
    {
        margin: -17px 0 0;
    }

        .news-content h2
        {
            font-size: 1.169em;
        }

    .sort-block
    {
        margin-bottom: 13px;
    }

        .sort-block .dropdown
        {
            overflow: hidden;
        }

        .sort-block .title,
        .sort-block .opener
        {
            background: #f6f6f6;
            border: 0;
            border-bottom: 1px solid #e5e5e5;
            padding: 13px 18px;
            margin: 0;
            color: #9f1b32;
            font-size: 14px;
            line-height: 14px;
            display: block;
            text-transform: uppercase;
        }

            .sort-block .title .caret,
            .sort-block .opener .caret
            {
                float: right;
                margin: 5px 0 0;
            }

        .sort-block .dropdown-menu
        {
            position: static;
            width: 100%;
            padding: 0;
        }

        .sort-block.add
        {
            margin: -17px -15px 0;
        }

            .sort-block.add .opener
            {
                padding: 8px 12px;
                border-top: 1px solid #e5e5e5;
            }

                .sort-block.add .opener .caret
                {
                    right: 9px;
                    top: 7px;
                }

    .news-posts
    {
        margin: 0 -15px;
        padding: 0 0 0;
    }

        .news-posts .news-holder
        {
            padding: 0 15px;
        }

        .news-posts .news-post
        {
            padding: 0 0 10px;
        }

            .news-posts .news-post .img-holder
            {
                margin: 0 13px 0 0;
                width: 78px;
                height: 78px;
            }

            .news-posts .news-post .news-dec
            {
                padding: 3px 0 0;
            }

            .news-posts .news-post h3
            {
                font-size: 14px;
                margin: 0;
            }

            .news-posts .news-post .meta
            {
                font-size: 12px;
            }

        .news-posts .pager
        {
            padding: 0 15px;
            text-align: center;
        }

            .news-posts .pager .previous
            {
                float: none;
                display: inline;
            }

    .lastest-news
    {
        margin: 15px 0 0;
        padding: 24px 0 20px;
    }

        .lastest-news h2
        {
            font-size: 17px;
            font-weight: 700;
            letter-spacing: normal;
            margin: 0 0 18px;
        }

        .lastest-news .news-post .img-holder,
        .lastest-news .news-post .news-dec
        {
            float: none;
            display: table-cell;
            vertical-align: middle;
            margin: 0;
        }


        .lastest-news .news-post .news-dec
        {
            padding: 8px 0 0 13px;
        }

    .side-holder
    {
        position: relative;
        margin: 0 -15px;
        padding: 27px 0 0;
    }

        .side-holder:after
        {
            left: 0;
            right: 0;
            content: '';
            height: 50px;
            bottom: 100%;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
            position: absolute;
            z-index: 5;
        }

        .side-holder h2
        {
            margin: 0 0 20px;
        }

        .side-holder .article-box
        {
            padding: 0;
            margin: 0 0 15px;
        }

            .side-holder .article-box:after
            {
                display: none;
            }

            .side-holder .article-box .frame
            {
                padding: 16px 10px 35px;
            }

            .side-holder .article-box h3
            {
                font-size: 1em;
                margin: 0 0 18px;
            }

            .side-holder .article-box h4
            {
                font-size: 1.131em;
                margin: 0 0 8px;
            }

            .side-holder .article-box p
            {
                font-size: 11px;
                line-height: 14px;
                margin: 0 0 17px;
            }

            .side-holder .article-box .img-holder
            {
                min-height: 85px;
                margin: 0 0 5px;
            }

            .side-holder .article-box .btn
            {
                min-width: 250px;
            }

    .article-content:first-child
    {
        padding-bottom: 16px;
    }

    .article-content.article-block h2
    {
        margin: 0 0 10px;
    }

    .article-content.article-block .img-holder
    {
        max-width: 100%;
    }

        .article-content.article-block .img-holder img
        {
            margin: 0 auto;
        }

    .article-content.article-block h3
    {
        /*font-size: 1.1em;*/
        margin: 0 20px 15px;
    }

    .article-content ul
    {
        padding: 3px 0 10px;
        font-size: 0.846em;
    }

        .article-content ul li a
        {
            padding: 0 0 0 10px;
        }

            .article-content ul li a:after
            {
                width: 4px;
                height: 4px;
                top: 5px;
            }

    .card-section.article-section
    {
        padding: 26px 0 10px;
        margin: 0;
    }

    .card-section h2
    {
        margin: 0 0 10px;
    }

    .card-section .article
    {
        margin: 0 0 8px;
    }

        .card-section .article img
        {
            margin: 0 auto 5px;
        }

        .card-section .article h3
        {
            font-size: 1.273em;
        }

    .share
    {
        text-align: center;
    }

        .share .ttl
        {
            font-size: 1em;
            padding: 0;
        }

        .share ul
        {
            padding: 0;
            font-size: 13px;
        }

            .share ul li
            {
                font-size: 1em;
                padding: 0 0 0 8px;
            }

                .share ul li a
                {
                    padding: 0;
                }

                .share ul li img
                {
                    height: 21px;
                }

    .single-post.article-content
    {
        padding: 10px 0 0;
    }

    .single-post h2
    {
        text-align: center;
        margin: 0 0 10px;
    }

    .single-post .textbox p
    {
        margin: 0 0 27px;
    }

    .single-post h3
    {
        color: #9f1b32;
    }

    .single-post .video-frame
    {
        margin: 0 0 20px;
    }

    .start-block
    {
        padding: 5px 0 8px;
    }

    .start-block-no-seperator
    {
        padding: 5px 0 8px;
    }

    .start-block:after
    {
        display: none;
    }

    .start-block-no-seperator:after
    {
        display: none;
    }

    .start-block h3
    {
        font-size: 16px;
        line-height: 19px;
        padding: 0 60px;
        margin: 0 0 16px;
    }

    .start-block-no-seperator h3
    {
        font-size: 16px;
        line-height: 19px;
        padding: 0 60px;
        margin: 0 0 16px;
    }

    .start-block .article
    {
        padding: 10px 20px 19px;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .start-block-no-seperator .article
    {
        padding: 10px 20px 19px;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .start-block .article h3
    {
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 3px;
    }

    .start-block-no-seperator .article h3
    {
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 3px;
    }

    .start-block .article .img-holder
    {
        width: auto;
        height: auto;
        float: none;
        overflow: hidden;
        margin: 0 0 10px;
    }

    .start-block-no-seperator .article .img-holder
    {
        width: auto;
        height: auto;
        float: none;
        overflow: hidden;
        margin: 0 0 10px;
    }

    .start-block .article .textbox
    {
        padding: 0;
    }

    .start-block-no-seperator .article .textbox
    {
        padding: 0;
    }

    .start-block .article .textbox p
    {
        font-size: 11px;
        line-height: 15px;
        color: #5d5d5d;
        margin: 0 0 7px;
    }

    .start-block-no-seperator .article .textbox p
    {
        font-size: 11px;
        line-height: 15px;
        color: #5d5d5d;
        margin: 0 0 7px;
    }

    .start-block .article .view-more
    {
        font-size: 11px;
        line-height: 15px;
    }

    .start-block-no-seperator .article .view-more
    {
        font-size: 11px;
        line-height: 15px;
    }

    .media-content
    {
        padding: 16px 0 0;
    }

        .media-content:after
        {
            display: none;
        }

        .media-content .media-list
        {
            margin: 0;
        }

            .media-content .media-list li
            {
                width: 50%;
                margin: 0 -4px 0 0;
            }

            .media-content .media-list .box
            {
                padding: 0 12px;
                margin: 0 0 19px;
            }

                .media-content .media-list .box h3
                {
                    font-size: 13px;
                    line-height: 15px;
                    margin: 0 0 3px;
                }

            .media-content .media-list .opener,
            .media-content .media-list .download,
            .media-content .media-list .download a
            {
                font-size: 11px;
                line-height: 17px;
            }

        .media-content .slide-panel
        {
            margin-bottom: 30px;
        }

            .media-content .slide-panel .section
            {
                padding: 47px 0 6px;
            }

            .media-content .slide-panel .ico-close
            {
                background-image: url("/content/images/sprite-m.png");
                background-position: -205px -40px;
                width: 19px;
                height: 19px;
                font: 0/0 a;
                color: transparent;
                text-shadow: none;
                background-color: transparent;
                border: 0;
                overflow: hidden;
                text-indent: -9999px;
                position: absolute;
                right: 14px;
                top: -28px;
                opacity: 1;
            }

                .media-content .slide-panel .ico-close:hover
                {
                    background-position: -205px -65px;
                }

            .media-content .slide-panel .head
            {
                padding: 0 30px;
            }

                .media-content .slide-panel .head p
                {
                    font-size: 11px;
                    line-height: 15px;
                    margin: 0 0 15px;
                }

            .media-content .slide-panel h3
            {
                font-size: 1.2em;
                margin: 0 0 7px;
            }

            .media-content .slide-panel .img-frame
            {
                margin-bottom: 16px;
            }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .header-holder .block .ico-opener
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .add-links li.basket .icon
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .search-form .btn-submit
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    #nav .close
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .video-frame .btn-play
    {
        /*background-image: url("/content/images/sprite-x.png");*/
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .social-networks a
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .search-block .search-holder .btn-submit
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .product-block .pro-holder .tag
    {
        /*background-image: url("/content/images/sprite-x.png");*/
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .taste-block .related-products li .addcart .ico-cart
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .taste-block .related-products li .addcart:hover .ico-cart
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi)
{
    .media-content .slide-panel .ico-close
    {
        background-image: url("/content/images/sprite-x.png");
        background-size: 500px 405px;
    }
}

@media only screen and (max-width: 767px)
{
    .add-nav
    {
        font: 700 0.788em 'interstate', Arial, Helvetica, sans-serif;
        padding: 0 0 3px;
    }

        .add-nav.auto-holder
        {
            max-width: 926px;
            margin: -6px auto 0;
        }

        .add-nav ul
        {
            margin: 0;
            display: block;
            width: 100%;
        }

        .add-nav li
        {
            margin: 0 -5px 0 0;
            float: none;
            display: inline-block;
            vertical-align: top;
            width: 33.3%;
            padding: 0 0 17px;
        }

            .add-nav li .img-holder
            {
                width: 100%;
                height: 31px;
                margin: 0 0 3px;
            }

                .add-nav li .img-holder .frame img
                {
                    width: 69px;
                    height: 31px;
                }

        .add-nav a
        {
            display: inline-block;
            vertical-align: top;
        }
}

@media only screen and (max-width: 479px)
{
    .section .search-result .result-list
    {
        text-align: left;
    }

    .search-seaction h1
    {
        text-align: left;
    }

    .search-seaction .textbox
    {
        text-align: left;
    }

        .search-seaction .textbox h1 br
        {
            display: block;
        }

    .section-menu
    {
        padding: 22px 10px;
    }

        .section-menu .menu-item h3
        {
            font-size: 0.6em;
            margin: 0 -10px;
            position: relative;
            bottom: -10px;
        }

        .section-menu .menu-item .img-holder
        {
            height: 50px;
            margin: 0;
        }

            .section-menu .menu-item .img-holder img
            {
                max-width: 42px;
            }

        .section-menu .menu-item.menu-item-big
        {
            margin: 0 0 10px;
        }

            .section-menu .menu-item.menu-item-big h3
            {
                font-size: 0.9em;
                position: static;
            }

            .section-menu .menu-item.menu-item-big .img-holder
            {
                height: 170px;
            }

                .section-menu .menu-item.menu-item-big .img-holder img
                {
                    max-width: 175px;
                }

    .category-block .img-holder
    {
        width: 88px;
        height: 101px;
        margin: 40px 0 0 10px;
    }

    .product-block .product-info
    {
        text-align: left;
    }
}
/* ---------------------------------------------------------
	6. Print version style
---------------------------------------------------------*/
@media print
{
    *
    {
        background: none !important;
        color: #000 !important;
    }

    html,
    body,
    #wrapper,
    #main,
    #footer,
    .container,
    .row,
    .visual,
    .sales-panel,
    .sales-panel .img-frame,
    .menu-slideshow,
    .menu-slideshow .slideset,
    .menu-slideshow .sub-slideset,
    .video-panel,
    .views-block,
    #footer .sec-footer,
    .soup-block .block,
    .story-block,
    .section,
    .global-block,
    .additional-block,
    .pret-results,
    .search-block,
    .product-block,
    .work-block,
    .vacancies-block,
    .article-content,
    .additional-block,
    .news-content,
    .news-posts,
    .news-holder,
    .side-holder,
    .side-holder .article-box,
    .side-holder .article-box .frame,
    .news-posts .news-holder .inner,
    .article-section,
    .lastest-news .col-sm-8
    {
        min-width: inherit !important;
        max-width: inherit !important;
        width: 100% !important;
        height: auto !important;
        min-height: inherit;
        display: block;
        clear: both;
        padding: 0;
        margin: 0;
        overflow: visible;
    }

        #header,
        .side-holder .article-box,
        .side-holder .article-box .frame
        {
            border: 0;
        }

            .logo,
            #header.fixed-header .logo
            {
                position: static;
                margin: 0 auto;
                display: block;
                width: 133px;
                height: 112px;
            }

        .home .visual .caption,
        .visual .caption,
        .home .visual .img-holder,
        .visual .img-holder
        {
            height: auto;
            position: static;
            margin: 0 0 20px;
        }

    #header,
    .sales-panel,
    .video-panel,
    .views-block,
    .soup-block .block,
    .story-block
    {
        padding: 0 0 20px;
    }

    .work-block,
    .vacancies-block,
    .article-content,
    .additional-block
    {
        padding: 0 0 30px;
    }

    #header.fixed-header
    {
        position: static;
    }

        #header.fixed-header .logo .fixed-logo,
        :after,
        :before,
        .social-block .logo
        {
            display: none;
        }

        #header.fixed-header .logo .img
        {
            display: block;
        }

    .menu-slideshow .holder,
    #footer .sec-footer
    {
        position: static;
        padding: 20px 0;
    }

    .menu-slideshow .caption
    {
        padding: 0;
        width: 100%;
    }

    .menu-slideshow .slide,
    .menu-slideshow .caption-slide
    {
        position: static;
    }

        .menu-slideshow .slide:first-child,
        .menu-slideshow .caption-slide:first-child
        {
            display: block !important;
            height: auto !important;
        }

    .social-block .social-box
    {
        width: 100%;
    }

    .pret-results .addr-box
    {
        text-align: center;
    }

    .visual h1
    {
        font-size: 45px;
        line-height: 45px;
    }

    .social-block .block
    {
        max-width: inherit;
        width: 100%;
    }

    .social-block .instagram-box
    {
        margin: 0;
        width: 48%;
    }

    .social-block.add .social-box
    {
        width: 48%;
    }

    .social-block .instagram-box .imgs-list
    {
        margin: 0;
    }

        .social-block .instagram-box .imgs-list li
        {
            margin: 0;
            padding: 2%;
            width: 29%;
        }

    .product-block .pro-holder
    {
        padding: 0;
    }

    .article-section .article .box
    {
        padding: 0 0 25px;
    }

    .article-section .article img
    {
        margin: 0 0 20px;
    }

    .article-content .img-holder img
    {
        width: 220px;
        margin: 0 auto;
    }

    .news-posts .news-post
    {
        position: static !important;
        height: auto;
        padding: 0 0 20px;
    }

    .news-posts .news-holder .inner
    {
        height: auto !important;
    }

    .article-content,
    .news-posts .news-post
    {
        padding: 0 0 30px;
    }

    .isotope-hidden
    {
        display: none !important;
    }

    #wrapper.fixed
    {
        padding: 0;
    }

    .article-section .article,
    .article-section .article .box,
    .additional-block .article
    {
        height: auto !important;
    }

    .card-section .article img
    {
        margin: 0 auto 9px;
    }
}

.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.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;
        }

    .isotope.infinite-scrolling
    {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.a-color
{
    color: #5d5d5d;
    text-decoration: none;
    display: block;
}

    .a-color:hover,
    .a-color:focus
    {
        color: #9f1b32;
        text-decoration: none;
    }

    .a-color:focus
    {
        color: #9f1b32 !important;
    }



/**Prefix **/
.shadow-panel
{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

#articleBanner:after
{
    padding-bottom: 20px;
}

a.PageNo
{
    text-decoration: none;
    height: 15px;
    width: 15px;
    margin: 5px;
}

picture
{
    display: inline;
}

.latest-news-left-zone
{
    min-width: 250px;
}

.requiredMark
{
    color: #ff0000;
}


#pnlAgilityStatusBar .AgilityDevBar
{
    position: relative;
    z-index: 10000;
    background-color: #333;
}

#pnlAgilityStatusBar .jcf-select
{
    padding-left: 40px;
    padding-right: 30px;
    width: auto !important;
}

#pnlAgilityStatusBar .AgilityDevBarIcon
{
    margin: -32px 6px 0px 0px;
    float: right;
}

#pnlAgilityStatusBar .AgilityDevBarTitle
{
    margin: 0px 41px 0px 0px;
    float: right;
}


.PrefixShadowPadding
{
    padding-top: 37px;
}


.set-fullwidth img
{
    width: 100%!important;
}

@media (min-width:992px)
{
    .copyPullRight
    {
        float: right!important;
    }
}



/**Video Image Panel**/

.video-panel-custom
{
    padding: 82px 0 61px;
    background: #fbfbfb;
}



    .video-panel-custom .video-info-custom
    {
        width: 100%;
        max-width: none !important;
    }



        .video-panel-custom .video-info-custom .textbox-custom
        {
            /*padding: 81px 30px 0 0;*/
            display: table-cell;
            vertical-align: middle;
        }




/* video Panel */

.video-panel-custom
{
    padding: 82px 0 61px;
    background: #fbfbfb;
}

/** Find a PRET Validation **/
.error-message
{
    clear: both;
    color: #9f1b32;
    display: block;
    /*font: 400 12px interstate;*/
    font: 400 0.769em "interstate",Arial,Helvetica,sans-serif;
    line-height: 16px;
    font-size: 12px;
    padding: 5px 0;
    text-transform: uppercase;
}


/** Talk to pret Which shop you visited error message**/
#VisitShopErrorMessage
{
    display: inline-block;
    color: #9f1b32;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
    clear: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .soup-block .soup-box .textwrap
    {
        min-height: 133px;
        width: 100%;
        overflow: hidden;
        margin: 0 0 5px;
    }

    .soup-block .soup-box .textwrap3col
    {
        min-height: 133px;
        width: 100%;
        overflow: hidden;
        margin: 0 0 5px;
    }
}

.stcmain ul
{
    padding: 0px;
    color: #9f1b32;
    list-style: none;
}

    .stcmain ul li
    {
        padding: 0 0 0 31px;
        color: #9f1b32;
        text-indent: -1px;
    }

        .stcmain ul li:before
        {
            content: "";
            line-height: 1em;
            width: 8px;
            height: 8px;
            background-color: #9f1b32;
            float: left;
            margin: .25em .55em 1.25em -1.75em;
            border-radius: 50%;
            /*list-style-type:none !important;*/
        }

.stcmain .share ul li
{
    padding: 0 0 0 4px !important;
}


@media only screen and (max-width: 767px)
{
    .single-post .textbox p
    {
        margin: 0 0 20px;
    }

    .single-post ul
    {
        list-style: none outside none;
        margin: 0 0 20px -7px !important;
        padding: 0;
    }

    .stcmain ul
    {
        padding-left: 9px;
        padding-right: 9px;
        color: #9f1b32;
        /*margin: 0px 0px 5px 0px !important;*/
        text-align: center;
    }

    .discstyle
    {
        list-style-type: disc !important;
        color: #9f1b32;
    }

    .squarestyle
    {
        list-style-type: square !important;
        color: #9f1b32;
    }

    .stcmain ul li
    {
        padding: 0 0 0 0px;
        color: #9f1b32;
        list-style-position: inside !important;
    }

        .stcmain ul li:before
        {
            content: "";
            line-height: 1em;
            width: .0em !important;
            height: .0em !important;
            margin: 0px;
        }

    .article-content ul li a
    {
        padding: 0px !important;
    }


    .pret-results .box
    {
        padding-right: 20px !important;
    }

        .opening-hours
        {
            width: 45% !important;
        }
}

.sel_n .sel_body_name
{
    height: 28px !important;
}

.squrebullets li:before
{
    border-radius: 0% !important;
}


.eleliststyle
{
    display: inline-block;
    padding-left: 20px;
    margin-top: -12px;
}
.filterlist-height {
   overflow: auto;
   overflow-y: auto;
   max-height:137px;
}
.html-with-button {
    text-align: center;
    padding: 0px 0px 40px;
   
}

.share-bottom-margin {
    margin-bottom: 15px;
}


    .Custom-ttl
    {
        display: inline-block;
        vertical-align: middle;
        /*color: #9f1b32;*/
        text-transform: uppercase;
        /*font: 300 1.231em/1.375em 'interstate', Arial, Helvetica, sans-serif;*/
    }

.prefixShadowSepeartor {
    margin-top:5px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .share-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pret-results .box {
        overflow: hidden;
        padding: 20px 10px 10px;
    }
}

    .sel_x .sel_body_title {
        height: 119px !important;
    }
    .sel_x .sel_body_top {
        background-image:none !important;
	background:none !important;
    	background-color: #fff5e0 !important;
    	border: 1px solid #e6c3a1 !important;
   	height: 119px !important;
    	width: 100%;
    }
.directions-panel{
overflow-x: hidden !important;
}

/*Fonts changes for mobile view*/
@media only screen and (max-width: 767px) {

    .menu-slideshow .caption .caption-slide
{
  font-size: 1.1em !important;
}
.video-panel .video-info .textbox p
{
  font-size: 1.1em !important;
}
.centered-content p
{
  font-size: 1.1em !important;
}
.views-block .textbox p
{
  font-size: 1.1em !important;
}
.social-block .social-box
{
font-size: 1.1em !important;
}
.pret-results .panel-heading .destination
{
  font-size: 1.1em !important;
}
.information-block .head .subtitle
{
  font-size: 1.1em !important;
}
.information-block .table-box h3
{
  font-size: 1.1em !important;
}
.information-block .table-box p
{
  font-size: 1.1em !important;
}
.information-block .table-box table
{
  font-size: 1.1em !important;
}
.offer-section
{
   font-size: 1.1em !important;
}

.article-content .textbox p 
{
    font-size: 1.1em !important;
}

.global-block p
{
    font-size: 1.1em !important;
}

.additional-block .article p
{
    font-size: 1.1em !important;
}

.search-block.section p
{
font-size: 1.1em !important;
}

.start-block-no-seperator .article .textbox p
{
      font-size: 1.1em !important;
}

.product-block .product-info .textbox {
        font-size: 1.1em !important;
    }

.filter-results .article p {
font-size: 1.1em !important;
height: auto !important;
    }
.soup-block .info 
{
    font-size: 1.1em !important;
}

.soup-block .soup-box .textbox p,
.soup-block .soup-box .textbox .title
{
font-size: 1.1em !important;
}

.soup-block .week-offer .textbox p,
.soup-block .week-offer .textbox .subtitle
{
font-size: 1.1em !important;
}

    .story-block .textbox p {
        font-size: 1.1em !important;
    }
    .pret-results .addr-box address {
    font-size: 1.1em !important;
    }

    .category-block {
    font-size: 1.1em !important;
    }

    .section .result-list p{
        font-size: 1.1em !important;
    }

    .side-holder .article-box p
    {
        font-size: 1.1em !important;
    }
    .section-menu .menu-item h3{
    font-size: 1em !important;
     padding-bottom:5px !important;
    }
    .article-section .article
    {
font-size: 1.1em !important;
    }
.section-menu .items-list li
{
  width: 50% !important;
}

.sel_x .sel_body_top
{
width:65% !important;
height:133px !important;
}
.sel_y .sel_body_name {
padding-top:13px !important;
}

.sel_x {
    margin-top: 5px;
    overflow: hidden;
    width: 269px;
}

.sel_y {
    border-right: 1px solid;
    margin-top: 5px;
    overflow: hidden;
    width: 214px !important;
}
.search-seaction {
    font-size: 1.1em !important;
}

}

/*Fonts weight changes for Desktop view*/
@media only screen and (min-width:1024px) {
   
    #footer .dropdown-menu li a {
        font-weight: 800;
    }

    #footer .newsletter p {
        font-weight: 800;
    }

    #footer .newsletter .holder input[type="text"], #footer .newsletter .holder input[type="email"] {
        font-weight: 500;
    }

    #footer .newsletter .holder .input-placeholder-text {
        font-weight: 500;
    }

    .search-form input[type="search"], .search-form input[type="text"] {
        font-weight: 500;
    }

    .search-form .input-placeholder-text {
        font-weight: 500;
    }

    .navbar-default .navbar-nav > li > a:first-child {
        font-weight: 500 !important;
    }
       .search-block .search-holder .input-placeholder-text {
        font-weight:500;
    }
}

.AgilityDevBar .AgilityDevModeFixedRight, .AgilityDevBar .AgilityDevModeFixedRightLarge {
    padding-top:5px !important;
}

.AgilityStatusBar .Fix
{
position : relative !important;
margin: 0 auto !important;
width:1024px !important;
}

.AgilityStatusBar
{
background-color :#4b4c4d;
}

.AgilityStatusBar .RightPanel
{
min-width:475px;
}

#pnlAgilityStatusBar .RightPanel .jcf-select
{
margin-top : -21px;
}

.AgilityStatusBar .StatusPanel
{
width: auto !important;
margin-right: 17px;
}

.AgilityStatusBar .ModeSel
{
text-align: center;
}

/**/
#pnlAgilityStatusBar .jcf-select-ddl-agility-language {
    border-radius: 0;
    height: 24px;
    line-height: 20px;
    background: #fff;
}

#pnlAgilityStatusBar .jcf-select-text,  #pnlAgilityStatusBar .jcf-select-opener  {
        margin-top: -5px !important;
}
#pnlAgilityStatusBar .jcf-list {
    border-radius:0;
}
#pnlAgilityStatusBar .jcf-hover, #pnlAgilityStatusBar .jcf-list-box .jcf-selected {
    background:#fff;
}
#pnlAgilityStatusBar .ddl-agility-language {
    display:none !important;
    opacity:0;
    height:0;
    width:0;
}
/**/


@media only screen and (min-width:1024px) {

    .plp-article-height {
        min-height: 214px;
    }
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
	height: 0;
	width: 0;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/mediaelement/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(../images/mediaelement/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(../images/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(../images/mediaelement/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(../images/mediaelement/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(../images/mediaelement/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(../images/mediaelement/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	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: -moz-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: -ms-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);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(../images/mediaelement/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(../images/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(../images/mediaelement/background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(../images/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/mediaelement/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(../images/mediaelement/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

