/*!
    Theme Name: Delta
    Theme URI: https://alipartnership.com
    Author: Gennadey Supiev
    Author URI: https://alipartnership.com
    Description: 
    Version: 1.1
    Text Domain: Delta
*/
.test{
	
}
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, menu, 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-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

samp {
    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[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-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :before, :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]: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
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    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 {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.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: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: inherit
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1230px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23 {
    float: left
}

.col-xs-24 {
    float: left;
    width: 100%
}

.col-xs-23 {
    width: 95.83333333%
}

.col-xs-22 {
    width: 91.66666667%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-20 {
    width: 83.33333333%
}

.col-xs-19 {
    width: 79.16666667%
}

.col-xs-18 {
    width: 75%
}

.col-xs-17 {
    width: 70.83333333%
}

.col-xs-16 {
    width: 66.66666667%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-14 {
    width: 58.33333333%
}

.col-xs-13 {
    width: 54.16666667%
}

.col-xs-12 {
    width: 50%
}

.col-xs-11 {
    width: 45.83333333%
}

.col-xs-10 {
    width: 41.66666667%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-8 {
    width: 33.33333333%
}

.col-xs-7 {
    width: 29.16666667%
}

.col-xs-6 {
    width: 25%
}

.col-xs-5 {
    width: 20.83333333%
}

.col-xs-4 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-2 {
    width: 8.33333333%
}

.col-xs-1 {
    width: 4.16666667%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-pull-23 {
    right: 95.83333333%
}

.col-xs-pull-22 {
    right: 91.66666667%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-20 {
    right: 83.33333333%
}

.col-xs-pull-19 {
    right: 79.16666667%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-17 {
    right: 70.83333333%
}

.col-xs-pull-16 {
    right: 66.66666667%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-14 {
    right: 58.33333333%
}

.col-xs-pull-13 {
    right: 54.16666667%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-11 {
    right: 45.83333333%
}

.col-xs-pull-10 {
    right: 41.66666667%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-8 {
    right: 33.33333333%
}

.col-xs-pull-7 {
    right: 29.16666667%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-5 {
    right: 20.83333333%
}

.col-xs-pull-4 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-2 {
    right: 8.33333333%
}

.col-xs-pull-1 {
    right: 4.16666667%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-push-23 {
    left: 95.83333333%
}

.col-xs-push-22 {
    left: 91.66666667%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-20 {
    left: 83.33333333%
}

.col-xs-push-19 {
    left: 79.16666667%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-17 {
    left: 70.83333333%
}

.col-xs-push-16 {
    left: 66.66666667%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-14 {
    left: 58.33333333%
}

.col-xs-push-13 {
    left: 54.16666667%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-11 {
    left: 45.83333333%
}

.col-xs-push-10 {
    left: 41.66666667%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-8 {
    left: 33.33333333%
}

.col-xs-push-7 {
    left: 29.16666667%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-5 {
    left: 20.83333333%
}

.col-xs-push-4 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-2 {
    left: 8.33333333%
}

.col-xs-push-1 {
    left: 4.16666667%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-24 {
    margin-left: 100%
}

.col-xs-offset-23 {
    margin-left: 95.83333333%
}

.col-xs-offset-22 {
    margin-left: 91.66666667%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-20 {
    margin-left: 83.33333333%
}

.col-xs-offset-19 {
    margin-left: 79.16666667%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-17 {
    margin-left: 70.83333333%
}

.col-xs-offset-16 {
    margin-left: 66.66666667%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-14 {
    margin-left: 58.33333333%
}

.col-xs-offset-13 {
    margin-left: 54.16666667%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-11 {
    margin-left: 45.83333333%
}

.col-xs-offset-10 {
    margin-left: 41.66666667%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-8 {
    margin-left: 33.33333333%
}

.col-xs-offset-7 {
    margin-left: 29.16666667%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-5 {
    margin-left: 20.83333333%
}

.col-xs-offset-4 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-2 {
    margin-left: 8.33333333%
}

.col-xs-offset-1 {
    margin-left: 4.16666667%
}

.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23 {
        float: left
    }

    .col-sm-24 {
        float: left;
        width: 100%
    }

    .col-sm-23 {
        width: 95.83333333%
    }

    .col-sm-22 {
        width: 91.66666667%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-20 {
        width: 83.33333333%
    }

    .col-sm-19 {
        width: 79.16666667%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-17 {
        width: 70.83333333%
    }

    .col-sm-16 {
        width: 66.66666667%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-14 {
        width: 58.33333333%
    }

    .col-sm-13 {
        width: 54.16666667%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-11 {
        width: 45.83333333%
    }

    .col-sm-10 {
        width: 41.66666667%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-8 {
        width: 33.33333333%
    }

    .col-sm-7 {
        width: 29.16666667%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-5 {
        width: 20.83333333%
    }

    .col-sm-4 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-2 {
        width: 8.33333333%
    }

    .col-sm-1 {
        width: 4.16666667%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-pull-23 {
        right: 95.83333333%
    }

    .col-sm-pull-22 {
        right: 91.66666667%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-20 {
        right: 83.33333333%
    }

    .col-sm-pull-19 {
        right: 79.16666667%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-17 {
        right: 70.83333333%
    }

    .col-sm-pull-16 {
        right: 66.66666667%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-14 {
        right: 58.33333333%
    }

    .col-sm-pull-13 {
        right: 54.16666667%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-11 {
        right: 45.83333333%
    }

    .col-sm-pull-10 {
        right: 41.66666667%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-8 {
        right: 33.33333333%
    }

    .col-sm-pull-7 {
        right: 29.16666667%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-5 {
        right: 20.83333333%
    }

    .col-sm-pull-4 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-2 {
        right: 8.33333333%
    }

    .col-sm-pull-1 {
        right: 4.16666667%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-push-23 {
        left: 95.83333333%
    }

    .col-sm-push-22 {
        left: 91.66666667%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-20 {
        left: 83.33333333%
    }

    .col-sm-push-19 {
        left: 79.16666667%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-17 {
        left: 70.83333333%
    }

    .col-sm-push-16 {
        left: 66.66666667%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-14 {
        left: 58.33333333%
    }

    .col-sm-push-13 {
        left: 54.16666667%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-11 {
        left: 45.83333333%
    }

    .col-sm-push-10 {
        left: 41.66666667%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-8 {
        left: 33.33333333%
    }

    .col-sm-push-7 {
        left: 29.16666667%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-5 {
        left: 20.83333333%
    }

    .col-sm-push-4 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-2 {
        left: 8.33333333%
    }

    .col-sm-push-1 {
        left: 4.16666667%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23 {
        float: left
    }

    .col-md-24 {
        float: left;
        width: 100%
    }

    .col-md-23 {
        width: 95.83333333%
    }

    .col-md-22 {
        width: 91.66666667%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-20 {
        width: 83.33333333%
    }

    .col-md-19 {
        width: 79.16666667%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-17 {
        width: 70.83333333%
    }

    .col-md-16 {
        width: 66.66666667%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-14 {
        width: 58.33333333%
    }

    .col-md-13 {
        width: 54.16666667%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-11 {
        width: 45.83333333%
    }

    .col-md-10 {
        width: 41.66666667%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-8 {
        width: 33.33333333%
    }

    .col-md-7 {
        width: 29.16666667%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-5 {
        width: 20.83333333%
    }

    .col-md-4 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-2 {
        width: 8.33333333%
    }

    .col-md-1 {
        width: 4.16666667%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-pull-23 {
        right: 95.83333333%
    }

    .col-md-pull-22 {
        right: 91.66666667%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-20 {
        right: 83.33333333%
    }

    .col-md-pull-19 {
        right: 79.16666667%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-17 {
        right: 70.83333333%
    }

    .col-md-pull-16 {
        right: 66.66666667%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-14 {
        right: 58.33333333%
    }

    .col-md-pull-13 {
        right: 54.16666667%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-11 {
        right: 45.83333333%
    }

    .col-md-pull-10 {
        right: 41.66666667%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-8 {
        right: 33.33333333%
    }

    .col-md-pull-7 {
        right: 29.16666667%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-5 {
        right: 20.83333333%
    }

    .col-md-pull-4 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-2 {
        right: 8.33333333%
    }

    .col-md-pull-1 {
        right: 4.16666667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-push-23 {
        left: 95.83333333%
    }

    .col-md-push-22 {
        left: 91.66666667%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-20 {
        left: 83.33333333%
    }

    .col-md-push-19 {
        left: 79.16666667%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-17 {
        left: 70.83333333%
    }

    .col-md-push-16 {
        left: 66.66666667%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-14 {
        left: 58.33333333%
    }

    .col-md-push-13 {
        left: 54.16666667%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-11 {
        left: 45.83333333%
    }

    .col-md-push-10 {
        left: 41.66666667%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-8 {
        left: 33.33333333%
    }

    .col-md-push-7 {
        left: 29.16666667%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-5 {
        left: 20.83333333%
    }

    .col-md-push-4 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-2 {
        left: 8.33333333%
    }

    .col-md-push-1 {
        left: 4.16666667%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-24 {
        margin-left: 100%
    }

    .col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1230px) {
    .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23 {
        float: left
    }

    .col-lg-24 {
        float: left;
        width: 100%
    }

    .col-lg-23 {
        width: 95.83333333%
    }

    .col-lg-22 {
        width: 91.66666667%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-20 {
        width: 83.33333333%
    }

    .col-lg-19 {
        width: 79.16666667%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-17 {
        width: 70.83333333%
    }

    .col-lg-16 {
        width: 66.66666667%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-14 {
        width: 58.33333333%
    }

    .col-lg-13 {
        width: 54.16666667%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-11 {
        width: 45.83333333%
    }

    .col-lg-10 {
        width: 41.66666667%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-8 {
        width: 33.33333333%
    }

    .col-lg-7 {
        width: 29.16666667%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-5 {
        width: 20.83333333%
    }

    .col-lg-4 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-2 {
        width: 8.33333333%
    }

    .col-lg-1 {
        width: 4.16666667%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-pull-23 {
        right: 95.83333333%
    }

    .col-lg-pull-22 {
        right: 91.66666667%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-20 {
        right: 83.33333333%
    }

    .col-lg-pull-19 {
        right: 79.16666667%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-17 {
        right: 70.83333333%
    }

    .col-lg-pull-16 {
        right: 66.66666667%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-14 {
        right: 58.33333333%
    }

    .col-lg-pull-13 {
        right: 54.16666667%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-11 {
        right: 45.83333333%
    }

    .col-lg-pull-10 {
        right: 41.66666667%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-8 {
        right: 33.33333333%
    }

    .col-lg-pull-7 {
        right: 29.16666667%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-5 {
        right: 20.83333333%
    }

    .col-lg-pull-4 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-2 {
        right: 8.33333333%
    }

    .col-lg-pull-1 {
        right: 4.16666667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-push-23 {
        left: 95.83333333%
    }

    .col-lg-push-22 {
        left: 91.66666667%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-20 {
        left: 83.33333333%
    }

    .col-lg-push-19 {
        left: 79.16666667%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-17 {
        left: 70.83333333%
    }

    .col-lg-push-16 {
        left: 66.66666667%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-14 {
        left: 58.33333333%
    }

    .col-lg-push-13 {
        left: 54.16666667%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-11 {
        left: 45.83333333%
    }

    .col-lg-push-10 {
        left: 41.66666667%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-8 {
        left: 33.33333333%
    }

    .col-lg-push-7 {
        left: 29.16666667%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-5 {
        left: 20.83333333%
    }

    .col-lg-push-4 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-2 {
        left: 8.33333333%
    }

    .col-lg-push-1 {
        left: 4.16666667%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    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:hover > .active, .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:hover > .success, .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:hover > .info, .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:hover > .warning, .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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
    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 {
    padding-top: 7px
}

output, .form-control {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline, .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .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;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus, .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, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.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.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: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    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.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    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.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    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.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    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.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .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: #23527c;
    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: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.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
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.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: 2px
}

@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 {
    float: left
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative
}

.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 + .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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn + .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%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn {
    position: relative;
    height: 34px;
}

.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, .nav > li > a {
    position: relative;
    display: block
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !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
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px 0
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px 0
}

@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 .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .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;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@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-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 {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }

    .navbar-right, .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    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: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron, .jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .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: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .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
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title, .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .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, .panel > .panel-collapse > .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
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr: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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.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-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.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-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.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-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.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-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open, .modal {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    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
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd: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, .dl-horizontal dd: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-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    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 (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !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
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .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
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1230px) {
    .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 (min-width: 1230px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline-block {
        display: inline-block !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: 1229px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1230px) {
    .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
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'fontawesome';
    src: url(public/fonts/fontawesome.eot?66592507);
    src: url(public/fonts/fontawesome.eot?66592507#iefix) format("embedded-opentype"), url(public/fonts/fontawesome.woff?66592507) format("woff"), url(public/fonts/fontawesome.ttf?66592507) format("truetype"), url(public/fonts/fontawesome.svg?66592507#fontawesome) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="b-social-icon-"]:before, [class*=" b-social-icon-"]:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.b-social-icon-twitter:before {
    content: '\e800'
}

.b-social-icon-facebook:before {
    content: '\e801'
}

.b-social-icon-gplus:before {
    content: '\e802'
}

.b-social-icon-sort:before {
    content: '\e803'
}

.b-social-icon-gplus-squared:before {
    content: '\e804'
}

.b-social-icon-facebook-squared:before {
    content: '\e805'
}

.b-social-icon-pinterest-squared:before {
    content: '\e806'
}
.b-social-icon-vk-squared:before {
    content: '\e821'
}

.b-social-icon-twitter-squared:before {
    content: '\e807'
}

.b-social-icon-shield:before {
    content: '\e808'
}

.b-social-icon-check:before {
    content: '\e809'
}

.b-social-icon-search:before {
    content: '\e80a'
}

.b-social-icon-award:before {
    content: '\e80b'
}

.b-social-icon-phone:before {
    content: '\e80c'
}

.b-social-icon-spin3:before {
    content: '\e80d'
}

.b-social-icon-angle-circled-left:before {
    content: '\e80e'
}

.b-social-icon-angle-circled-right:before {
    content: '\e80f'
}

.b-social-icon-cancel-circled:before {
    content: '\e810'
}

.b-social-icon-glyph:before {
    content: '\e811'
}

.b-social-icon-glyph-1:before {
    content: '\e812'
}

.b-social-icon-glyph-2:before {
    content: '\e813'
}

.b-social-icon-glyph-3:before {
    content: '\e814'
}

.b-social-icon-glyph-4:before {
    content: '\e815'
}

.b-social-icon-glyph-5:before {
    content: '\e816'
}

.b-social-icon-cc-mastercard:before {
    content: '\e817'
}

.b-social-icon-cc-visa:before {
    content: '\e818'
}

.b-social-icon-star-empty:before {
    content: '\e819'
}
.fa-angle-left:before, .fa-angle-right {
    font-size: 20px;
}
.b-social-icon-star-full:before {
    content: '\e81a'
}

.b-social-icon-tag:before {
    content: '\e81b'
}

.b-social-icon-youtube:before {
    content: '\e81d';
}

.b-social-icon-pinterest:before {
    content: '\E81E';
}
.b-social-icon-vk:before {
    content: '\E821';
}
.b-social-icon-instagram:before {
    content: '\f16d';
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0;
    padding: 1px;
    height: 18px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin: .5em 0 0;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1em;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    padding: 0;
    vertical-align: middle;
    margin: .2em 22px .2em .4em
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

* html .ui-tooltip {
    background-image: none
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.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 {
    border: 1px solid #999;
    background: #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay, .ui-widget-shadow {
    background: #aaa;
    opacity: .3
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
    display: inherit
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}

.aligncenter, .gallery {
    text-align: center
}

.gallery .gallery-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px
}

.gallery .gallery-item:hover .wp-caption-text {
    display: block
}

.gallery .gallery-item .wp-caption-text {
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    display: none;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

html, body {
    height: 100%;
    width: 100%
}

body {
    display: table
}

.header {
    display: table-header-group
}

.content {
    display: table-row-group
}

.footer {
    display: table-footer-group
}
.b-subscribe h3:before {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    background: #515151;
    border-bottom: 1px solid #393939;
    margin: 6px 0 19px
}

.b-subscribe .form-group {
    width: 100%;
    padding-left: 88px
}

.b-subscribe .form-control {
    display: inline-block;
    vertical-align: middle
}
.subscribe-form input[type=email] {
    border: 1px solid #949494;
    font-size: 13px;
    background-color: #646464;
    color: #FFF;
    width: 100%;
    margin-left: -88px;
    padding: 20px 12px
}
.subscribe-form input[type=email]:hover {
    background-color: #646464;
	    border-color: #adadad;
}
.subscribe-form input[type=email]::-webkit-input-placeholder {
    color: #8E8E8E
}

.subscribe-form input[type=email]::-moz-placeholder {
    color: #8E8E8E
}

.subscribe-form input[type=email]:-moz-placeholder {
    color: #8E8E8E
}

.subscribe-form input[type=email]:-ms-input-placeholder {
    color: #8E8E8E
}

.subscribe-form button, .footer .subscribe-form input[type=email], .sortby select {
    border-radius: 0;
    -webkit-border-radius: 0
}

.subscribe-form input[type=email] {
    margin-right: -4px
}

.subscribe-form button {
    margin-left: 0;
    color: #FFF;
    background: #7D7D7D;
    display: inline-block;
    width: 88px;
    padding: 10px 12px
}

.subscribe-form:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}
.cell {
    display: block
}

textarea, img {
    max-width: 100%
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit
}

.b-margin-base {
    margin-bottom: 30px
}

.b-margin-base.b-margin-upper {
    margin-top: 30px
}

.b-text-pad-base {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.effect2 {
    position: relative
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.h-left-sidebar {
    font-weight: 700;
    font-size: 16px;
    color: #FF545C;
    margin: 22px 15px
}

.base-he2 {
    font-size: 16px;
    font-weight: 600
}

.b-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff
}

.b-c-tabs {
    border: 1px solid #CFCFCF;
    padding: 20px 10px;
    background: #fff
}

.b-c-tabs li {
    display: inline-block;
    list-style: none
}

.b-c-tabs li.active a {
    color: #FF545C
}

.b-c-tabs li a {
    text-transform: uppercase;
    color: #9C9C9C;
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 14px;
    margin-right: 10px
}

.b-c-tabs li a:hover, .b-c-tabs li a:focus {
    color: #FF545C;
    text-decoration: none
}

.b-text-inline {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ec555c;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.b-text-inline a.btn-cwhite {
    font-size: 18px;
    text-transform: uppercase
}

.text-header.th-products-mini {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.text-header.th-products-mini, .text-header.th-products-mini a, .text-header.th-products-mini a:hover {
    color: #303030
}

.b-footer {
    background-color: #424242;
    color: #898989
}

.b-footer, .b-footer .b-footer__item {
    padding-top: 20px;
    padding-bottom: 20px
}

.b-footer a {
    color: #898989
}

.b-footer-before {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 14px;
    color: #666
}

.b-icon {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.b-icon.icon__checkbox {
    background: url(public/images/checkbox.png) 0 0 no-repeat;
    width: 25px;
    height: 21px;
    margin-bottom: -4px
}

.b-breadcrumb {
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.b-breadcrumb a {
    color: #aaa;
    text-decoration: underline
}

.b-breadcrumb a:hover {
    color: #333;
    text-decoration: underline
}

.b-search {
    margin: 10px 0
}

.b-search input, .b-search button {
    border-radius: 0
}

.b-search .input-group-btn:last-child > .btn {
    margin: 0;
    padding: 6px 8px
}

.b-search button {
    color: #fff;
    background-color: #FF545C;
    border-color: #FF545C
}

.b-search button:hover, .b-search button:focus {
    color: #fff;
    background-color: #FF665F;
    border-color: #FF665F
}

.g-partner-icons li {
    list-style: none;
    display: block;
    float: left;
    padding: 0 15px
}

.g-partner-icons span {
    cursor: pointer
}

.g-partner-icons .g-partner-icons_item {
    font-size: 70px
}

.g-partner-icons .b-social-icon-glyph, .g-partner-icons .b-social-icon-glyph-1, .g-partner-icons .b-social-icon-glyph-2, .g-partner-icons .b-social-icon-glyph-3, .g-partner-icons .b-social-icon-glyph-4, .g-partner-icons .b-social-icon-glyph-5 {
    display: block
}

.g-partner-icons .b-social-icon-glyph:before, .g-partner-icons .b-social-icon-glyph-1:before, .g-partner-icons .b-social-icon-glyph-2:before, .g-partner-icons .b-social-icon-glyph-3:before, .g-partner-icons .b-social-icon-glyph-4:before, .g-partner-icons .b-social-icon-glyph-5:before {
    height: 40px;
    display: block;
    line-height: 45px
}

.g-partner-icons .b-social-icon-glyph {
    font-size: 90px
}

.g-partner-icons .b-social-icon-glyph:hover:before {
    color: #E31735
}

.g-partner-icons .b-social-icon-glyph-1:hover:before {
    color: #4F3898
}

.g-partner-icons .b-social-icon-glyph-2:hover:before {
    color: #f90
}

.g-partner-icons .b-social-icon-glyph-3 {
    font-size: 40px
}

.g-partner-icons .b-social-icon-glyph-3:hover:before {
    color: #542328
}

.g-partner-icons .b-social-icon-glyph-4 {
    font-size: 100px
}

.g-partner-icons .b-social-icon-glyph-4:before {
    line-height: 27px
}

.g-partner-icons .b-social-icon-glyph-4:hover:before {
    color: #0069BA
}

.g-partner-icons .b-social-icon-glyph-5:hover:before {
    color: #FCE600
}

.g-partner-icons .b-social-icon-cc-mastercard, .g-partner-icons .b-social-icon-cc-visa {
    padding-right: 15px;
    padding-left: 15px
}

.g-partner-icons .b-social-icon-cc-mastercard:hover:before {
    color: #015EA1
}

.g-partner-icons .b-social-icon-cc-visa:hover:before {
    color: #00499F
}

.g-partner-icons .g-partner-icons_title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center
}

.g-partner-icons .g-partner-icons_other {
    font-size: 28px
}

@media (max-width: 767px) {
    .g-partner-icons li {
        width: 50%;
        height: 50px
    }

    .g-partner-icons li.g-partner-icons_title {
        width: 100%
    }
}

.btn.btn-cred {
    border-radius: 2px;
    background: #FF545C;
    color: #fff;
    border-bottom: 0 solid #DA4249;
    box-shadow: none
}

.btn.btn-cred:hover, .btn.btn-cred:focus {
    background: #FF6962
}

.btn.btn-cwhite {
    border-radius: 2px;
    background: #fff;
    color: #EC555C;
    border-bottom: 2px solid #CDCDCD;
    box-shadow: none;
    font-weight: 600
}

.btn.btn-cwhite:hover, .btn.btn-cwhite:focus {
    background: #f1f1f1
}

.b-products {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px
}

.b-products.text-right {
    text-align: right
}

.b-products.text-left {
    text-align: left
}

.b-products .b-products__item {
    font-size: 14px;
    width: 300px;
    height: 470px;
    display: inline-block;
    padding: 20px
}

.b-products .b-products__item .b-products__image {
    overflow: hidden;
    width: 260px;
    height: 260px
}

.b-products .b-products__item .b-products__image img {
    width: initial
}

.b-products .b-products__item:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
    background: #fff
}

.b-products .b-products__item .b-products__warp {
    width: 260px
}

.b-products .b-products__item .b-products__price, .b-products .b-products__item .b-products__price_old {
    color: #FF545C;
    font-size: 20px;
    font-weight: 600;
    text-align: left
}

.b-products .b-products__item .b-products__price strong, .b-products .b-products__item .b-products__price_old strong {
    font-size: 12px;
    color: #898989;
    font-weight: 400
}

.b-products .b-products__item .b-products__price_old {
    text-decoration: line-through
}

.b-products .b-products__item .b-products__title {
    color: #303030;
    margin: 14px 0 10px;
    text-align: left;
    line-height: 30px
}

.b-products .b-products__item:hover, .b-products .b-products__item:focus {
    text-decoration: none
}

.b-products.b-products__min {
    margin-bottom: 0
}

.b-products.b-products__min .b-products__item {
    width: 200px;
    height: 380px;
    padding: 10px
}

.b-products.b-products__min .b-products__item .b-product_rate {
    font-size: 14px
}

.b-products.b-products__min .b-products__item .b-products__image {
    overflow: hidden;
    width: 180px;
    height: 180px
}

.b-products.b-products__min .b-products__item .b-products__image img {
    max-width: 100%
}

.b-products.b-products__min .b-products__item .b-products__warp {
    width: 180px
}

.b-products.b-products__min .b-products__item .b-products__title {
    color: #303030;
    margin: 14px 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.products-mini {
    margin: 20px 0 30px
}

.products-mini .item {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    color: #333;
    text-decoration: none
}

.products-mini .item h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 18px
}

.products-mini .item h3:hover {
    text-decoration: underline
}

.products-mini .item .canvas {
    display: table-cell;
    width: 77px;
    height: 77px;
    border: 1px solid #ececec;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.products-mini .item .canvas img {
    max-width: 77px;
    max-height: 77px
}

.products-mini .item .inside {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 200px
}

.products-mini .item .price {
    font-weight: 600;
    color: #FF545C;
    font-size: 16px;
    margin-right: 10px
}

.products-mini .item .price.old {
    color: #888;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 12px
}

.b-product .b-product_price {
    height: 200px;
    background-color: #E9E9E9;
    padding: 20px 25px;
    border-radius: 4px
}

.b-product .b-product_price strong.b-product_max {
    font-size: 16px;
    font-weight: 400
}

.b-product .b-product_price strong.b-product_min {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through
}

.b-product_rate {
    font-size: 16px;
    padding: 20px 0
}

.b-product_rate .b-social-icon {
    color: #f90
}

.b-product_price_title {
    font-size: 16px;
    color: #292929;
    width: 155px;
    display: inline-block;
    text-align: right;
}

.b-product_price_old {
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through
}


.b-product_price_now {
    font-size: 30px;
    font-weight: 600;
    color: #FF545C
}

.b-product_order {
    position: relative;
    display: inline-block;
    margin-bottom: 30px
}

.b-product_order .btn.btn-orange {
    width: 250px;
    height: 50px;
    background: #FFA22E;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px
}

.b-product_order .btn.btn-orange:hover {
    background: #FFB032
}

.b-product_order i {
    left: 0;
    position: absolute;
    font-style: normal;
    width: 100%;
    text-align: center;
    color: #989898;
    bottom: -20px
}

.b-product_preview {
    font-size: 0;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block
}

.b-product_preview__context {
    width: 420px;
    height: 30px;
    font-size: 12px;
    color: #9B9B9B;
    text-align: center;
    background: #E9E9E9;
    line-height: 30px
}

.b-product_preview__main {
    width: 420px;
    height: 420px;
    border: 1px solid #959595;
    overflow: hidden;
    text-align: center;
    background: #fff
}

.b-product_preview__main img {
    width: initial
}

.b-product_preview__item {
    width: 90px;
    height: 90px;
    border: 1px solid #959595;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px
}

.b-product_preview__item.b-product_preview__item_first {
    margin-left: 0;
    border-color: #FF545C;
    position: relative
}

.b-product_preview__item.b-product_preview__item_first img {
    position: relative;
    z-index: 2
}

.b-product_preview__item.b-product_preview__item_first:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -6px;
    width: 100%;
    height: 10px;
    content: "\e803";
    color: #FF545C;
    font-size: 14px;
    left: 0;
    z-index: 1
}

.b-product_preview__item img {
    max-width: 100%;
    height: 100%
}

.b-product_desc {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px
}

.b-product_desc strong {
    color: #008DC9
}

.b-product_desc table {
    border: none;
    width: 100%
}

.b-product_desc table th {
    width: 50px
}

.b-product_desc table td {
    padding: 10px
}

.b-product_description_tabs {
    margin-bottom: 30px
}

.b-product_description_tabs .nav.nav-tabs {
    border-color: #bbb;
    font-size: 0
}

.b-product_description_tabs .nav.nav-tabs a {
    font-size: 16px;
    color: gray;
    border-radius: 0;
    background-color: #ddd;
    border-color: #ddd;
    border-bottom-color: #bbb;
    margin-right: 0
}

.b-product_description_tabs .nav.nav-tabs a:hover, .b-product_description_tabs .nav.nav-tabs a:focus {
    border-color: #ddd;
    background-color: #ddd;
    border-bottom-color: #bbb
}

.b-product_description_tabs .nav.nav-tabs li {
    width: 25%;
    text-align: center
}

.b-product_description_tabs .nav.nav-tabs li a {
    margin-left: 1px
}

.b-product_description_tabs .nav.nav-tabs li:first-child a {
    margin-left: 0
}

.b-product_description_tabs .nav.nav-tabs li.active a {
    border-color: #bbb;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #303030;
    background-color: #fff;
    font-weight: 700
}

.b-product_description_tabs .tab-content {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #bbb;
    background-color: #fff;
    padding: 20px;
    height: 526px;
    overflow: auto
}

.b-product_rightside_other {
    padding-left: 30px
}

.b-product_store {
    margin: 20px 0
}

.b-product_store a {
    text-decoration: underline;
    color: #FF545C
}

.b-product_store a:hover {
    color: #303030
}

.b-product_favorite {
    font-size: 13px;
    color: #303030;
    margin-bottom: 10px
}

.b-product_favorite h3 {
    font-size: 13px;
    font-weight: 700;
    color: #303030
}

.b-product_favorite table {
    border: none;
    padding: 0;
    margin: 0
}

.b-product_favorite table th {
    padding-right: 10px
}

.b-product_favorite table th span {
    font-size: 35px;
    color: #FF9700
}

.b-grid-left, .b-grid-title, .b-grid-content, .b-grid-tabs, .b-grid-right, .b-grid-a-left, .b-grid-a-right {
    float: left
}

.b-grid-a-left {
    width: 190px;
    margin-right: 10px;
    border: 1px solid #CFCFCF;
    background: #fff
}

.b-grid-a-right {
    width: 1000px
}

.b-grid-left {
    width: 420px
}

.b-grid-title {
    width: 740px;
    margin-left: 40px
}

.b-grid-content {
    width: 520px;
    margin-right: 10px;
    padding-right: 30px;
    border-right: 1px solid #bbb
}

.b-grid-tabs {
    width: 980px;
    margin-right: 10px
}

.b-grid-right {
    width: 210px
}

.b-grid-right hr {
    border-color: #bbb
}

@media (min-width: 992px) and (max-width: 1229px) {
    .b-grid-left {
        margin: 0;
        padding: 0;
        border: none
    }

    .b-grid-title, .b-grid-content, .b-grid-tabs, .b-grid-right {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none
    }

    .b-product_description_tabs .tab-content {
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #bbb;
        background-color: #fff;
        padding: 20px;
        height: 526px;
        overflow: auto
    }

    .b-grid-a-right, .b-grid-left, .b-grid-a-left {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-grid-left {
        margin: 0;
        padding: 0;
        border: none
    }

    .b-grid-title, .b-grid-content, .b-grid-tabs, .b-grid-right {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none
    }

    .b-product_description_tabs .tab-content {
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #bbb;
        background-color: #fff;
        padding: 20px;
        height: 526px;
        overflow: auto
    }

    .b-product_description_tabs .nav.nav-tabs li {
        float: none;
        width: 100%
    }

    .b-product_description_tabs .nav.nav-tabs li a {
        margin: 0
    }

    .b-product_description_tabs .nav.nav-tabs li.active a {
        border-color: #bbb
    }

    .b-grid-a-right, .b-grid-left {
        width: 100%
    }

    .b-grid-a-left {
        width: 92%
    }
}

@media (max-width: 767px) {
    .b-grid-left {
        margin: 0;
        padding: 0;
        border: none
    }

    .b-grid-title, .b-grid-content, .b-grid-tabs, .b-grid-right {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none
    }

    .b-product_description_tabs .tab-content {
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #bbb;
        background-color: #fff;
        padding: 20px;
        height: 526px;
        overflow: auto
    }

    .b-product_rate__context {
        width: 300px
    }

    .b-product_preview__main {
        width: 270px;
        height: 300px;
        border: 1px solid #959595;
        overflow: hidden;
        text-align: center
    }

    .b-product_preview__main img {
        max-width: 100%;
        height: 100%
    }

    .b-product_preview__item {
        width: 68px;
        height: 68px;
        margin-left: 9px
    }

    .b-product_description_tabs .nav.nav-tabs li {
        float: none;
        width: 100%
    }

    .b-product_description_tabs .nav.nav-tabs li a {
        margin: 0
    }

    .b-product_description_tabs .nav.nav-tabs li.active a {
        border-color: #bbb
    }

    .b-grid-a-right, .b-grid-left {
        width: 100%
    }

    .b-grid-a-left {
        width: 100%
    }
}

.catalog-header, .catalog-list {
    background-color: #fff;
    padding: 26px 38px
}

.catalog-header {
    border-bottom: 1px solid #bababa
}

.catalog-header:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    clear: both
}

.catalog-header a {
    margin: 0 10px;
    font-size: 20px;
    color: #333;
    float: left;
    display: block;
    border-bottom: 1px solid #fff;
    width: 13px;
    height: 29px
}

.catalog-header a.back {
    width: 60px
}

.catalog-header a.active, .catalog-header a:hover {
    color: #c44234;
    text-decoration: none;
    border-bottom: 1px solid #c44234
}

.catalog-header a:focus {
    color: #c44234;
    text-decoration: none;
    border: none
}

.catalog-list {
    margin-bottom: 28px
}

.catalog-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.catalog-list ul li a {
    color: #c44234
}

.catalog-list p {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.b-product-sort {
    font-size: 14px;
    font-weight: 600;
    color: #9C9C9C
}

.b-product-sort li {
    padding: 10px
}

.b-product-sort ul, .b-product-sort ul li {
    display: inline-block
}

.b-product-sort li.active a {
    color: #FF545C;
    background: 0 0
}

.b-product-sort li.active a:hover, .b-product-sort li.active a:focus {
    color: #FF545C;
    background: 0 0;
    text-decoration: underline
}

.b-product-sort li a {
    color: #9C9C9C;
    background: 0 0;
    display: inline-block;
    padding: 0
}

.b-product-sort li a:hover, .b-product-sort li a:focus {
    color: #FF545C;
    background: 0 0
}

.b-filter-slider-base {
    background: #F5F5F5;
    width: 100%;
    padding: 22px 15px 35px
}

.b-filter-slider-base .h-left-sidebar {
    margin-top: 0;
    margin-left: 0
}

.b-filter-slider-base hr {
    border-color: #CFCFCF;
    margin: 13px 3px
}

.b-filter-slider {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 3px;
    margin-bottom: 25px
}

.b-filter-slider .ui-slider-range {
    background: #FF545C
}

.b-filter-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .6);
    border-radius: 100%;
    color: #FF545C;
    background: #fff;
    outline: none;
    border: none;
    top: -.45em
}

.b-filter-slider .ui-slider-handle.ui-state-focus, .b-filter-slider .ui-slider-handle.ui-state-hover, .b-filter-slider .ui-slider-handle.ui-state-active {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .6)
}

.b-filter-slider .ui-slider-handle div {
    position: absolute;
    bottom: -22px
}

#filter-slider-min, #filter-slider-max {
    width: 100%
}

.b-nav-categories {
    font-size: 13px;
    height: 1250px;
    overflow: auto
}

.b-nav-categories input {
    display: block;
    float: left
}

.b-nav-categories li {
    padding: 10px
}

.b-nav-categories li:before, .b-nav-categories li:after {
    display: table
}

.b-nav-categories li:before {
    content: " ";
    display: table
}

.b-nav-categories li:after {
    content: " ";
    display: table;
    clear: both
}

.b-nav-categories li.marker {
    background: #F5F5F5
}

.b-nav-categories li.marker input {
    display: inline-block;
    float: none
}

.b-nav-categories li.marker a {
    padding: 0 0 0 10px;
    margin-left: 0;
    display: inline-block
}

.b-nav-categories li label {
    font-weight: 400
}

.b-nav-categories li label input {
    margin-right: 10px
}

.b-nav-categories li a {
    padding: 0;
    margin-left: 20px;
    display: block;
    color: #303030
}

.b-nav-categories li a:hover, .b-nav-categories li a:focus {
    background: 0 0;
    color: #FF545C
}

.b-nav-categories li.active a {
    color: #FF545C
}

@media (min-width: 992px) and (max-width: 1229px) {
    .b-nav-categories {
        height: 210px
    }

    .b-nav-categories li {
        width: 33%;
        display: inline-block
    }

    .b-nav-categories li.marker {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-nav-categories {
        height: 250px
    }

    .b-nav-categories li {
        width: 50%;
        display: inline-block
    }

    .b-nav-categories li.marker {
        width: 100%
    }
}

@media (max-width: 767px) {
    .b-nav-categories {
        height: 250px
    }
}

.b-pagination {
    padding: 15px 0
}

.b-pagination li span, .b-pagination li a {
    color: #292929;
    padding: 5px 10px;
    font-size: 14px
}

.b-pagination li span:hover, .b-pagination li a:hover, .b-pagination li span:focus, .b-pagination li a:focus {
    text-decoration: none;
    color: #FF545C
}

.b-pagination li {
    list-style: none;
    display: inline-block
}

.b-pagination li.active span {
    border: 1px solid #FF545C;
    color: #FF545C;
    background: #fff
}

.b-protection {
    padding: 3px;
    background-color: #E9E9E9;
    text-align: center
}

.b-protection .protection__shield {
    color: #008DC9;
    font-size: 25px;
    font-weight: 700
}

.b-protection .protection__shield table {
	margin: 0 auto;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.b-protection .protection__shield .b-social-icon-shield {
    font-size: 50px;
    padding: 12px;
	display: block;
}

.b-protection .b-protection__item {
    padding: 28px 0
}

.b-header-img {
    max-height: 410px;
    overflow: hidden;
    position: relative;
    border: 1px solid #CFCFCF
}

.b-header-img img {
    width: 100%;
    height: inherit
}

.b-header-img .b-header-img__caption {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 60%;
    font-size: 35px
}

.b-header-img .b-header-img__caption a {
    font-size: 22px;
    font-weight: 600
}

@media (min-width: 992px) and (max-width: 1229px) {
    .b-header-img .b-header-img__caption {
        top: 10%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-header-img .b-header-img__caption {
        position: absolute;
        top: 10%;
        width: 80%;
        font-size: 25px
    }

    .b-header-img .b-header-img__caption a {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .b-header-img .b-header-img__caption {
        position: absolute;
        top: 0%;
        width: 100%;
        font-size: 16px;
        color: white;
        background-color: rgba(0, 0, 0, 0.63);
        left: 0%;
        height: 100%;
        padding-top: 3%
    }

    .b-header-img .b-header-img__caption a {
        font-size: 16px
    }
}

.nav-c-footer {
    font-size: 0
}

.nav-c-footer li.open a, .nav-c-footer li.open a:hover, .nav-c-footer li.open a:focus {
    background: 0 0;
    color: #fff
}

.nav-c-footer li.dropdown ul.dropdown-menu li a:hover, .nav-c-footer li.dropdown ul.dropdown-menu li a:focus {
    color: #333;
    text-decoration: underline
}

.nav-c-footer li.dropdown ul.dropdown-menu li a {
    color: #333
}

.nav-c-footer li {
    font-size: 15px;
    display: inline-block
}

.nav-c-footer li.active a, .nav-c-footer li a:hover, .nav-c-footer li a:focus {
    color: #fff;
    background: 0 0
}

.nav-c-footer li a {
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-c-footer li {
        display: block
    }

    .b-footer {
        text-align: center
    }
}

@media (max-width: 767px) {
    .nav-c-footer li {
        display: block
    }
}

.b-top-menu {
    background-color: #E9E9E9;
    border-bottom: 1px solid #D1D1D1;
    font-size: 12px
}

.nav-c-top > li {
    display: inline-block
}

.nav-c-top > li:first-child a {
    padding-left: 0
}

.nav-c-top > li a {
    color: #878787;
    padding-top: 14px;
    padding-bottom: 10px
}

.nav-c-top > li a:hover, .nav-c-top > li a:focus {
    color: #292929;
    background: 0 0
}

.nav-c-top > li.active a {
    color: #292929
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-c-top {
        border-bottom: 1px solid #D1D1D1;
        margin-bottom: 3px
    }

    .nav-c-top li {
        display: inline-block
    }

    .nav-c-top li:first-child a {
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .nav-c-top {
        display: block !important
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 0px;
        padding-left: 0px
    }

    .nav-c-top {
        border-bottom: 1px solid #D1D1D1;
        margin-bottom: 3px;
        background-color: #E9E9E9;
        position: absolute;
        top: 40px;
        z-index: 3;
        text-align: center;
        right: 0
    }

    .nav-c-top li {
        display: block
    }

    .nav-c-top li:first-child a {
        padding-left: 15px
    }
}

.b-main-menu {
    background-color: #FFA22E;
    border-top: 1px solid #D1D1D1;
    margin-bottom: 20px
}

.b-main-menu.b-main-menu-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .6);
    margin: 0 auto;
    width: 100%;
    z-index: 99999
}

.nav-c-main-menu {
    font-size: 0;
    position: relative
}

.nav-c-main-menu:after {
    border-right: 1px solid #E67100;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.nav-c-main-menu li {
    font-size: 16px;
    display: inline-block;
    position: relative;
    width: 20%
}

.nav-c-main-menu li:after {
    border-right: 1px solid #E67100;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.nav-c-main-menu li.active a, .nav-c-main-menu li a.categories {
    background: #FF8F00;
    font-weight: 700
}

.nav-c-main-menu li a {
    color: #fff;
    text-align: center
}


@media (min-width: 768px) and (max-width: 991px) {
    .nav-c-main-menu {
        overflow: inherit;
        height: auto
    }

    .nav-c-main-menu li {
        width: 100%;
        display: block
    }
}

@media (max-width: 767px) {
    .nav-c-main-menu {
        overflow: inherit;
        height: auto
    }

    .nav-c-main-menu li {
        width: 100%;
        display: block
    }
}

.b-social {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    margin-bottom: 0px
}

.b-social li {
    display: inline-block;
    list-style: none
}

.b-social li a {
    color: #898989;
    padding: 10px 8px;
    font-size: 16px;
    display: inline-block
}

.b-social li a:hover {
    color: #333;
    text-decoration: none
}

.b-social.b-social_big li a {
    font-size: 30px
}

.b-social.b-social_border .b-social-item {
    border-right: 1px solid #D1D1D1
}

.b-social.b-social_border li:first-child .b-social-item {
    border-left: 1px solid #D1D1D1
}

.b-social-widget iframe {
    width: 100%
}

.b-social-squared h3 {
    color: #bbb;
    font-size: 13px;
    margin: 0
}

.b-social-squared ul {
    padding: 0;
    margin: 0
}

.b-social-squared li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 45px;
    list-style: none
}

.b-social-squared li span, .b-social-squared li span:before {
    padding: 0;
    margin: 0
}

.b-social-squared li a:hover .b-social-icon-gplus-squared, .b-social-squared li a:focus .b-social-icon-gplus-squared, .b-social-squared li a:hover .b-social-icon-facebook-squared, .b-social-squared li a:focus .b-social-icon-facebook-squared, .b-social-squared li a:hover .b-social-icon-pinterest-squared, .b-social-squared li a:focus .b-social-icon-pinterest-squared, .b-social-squared li a:hover .b-social-icon-twitter-squared, .b-social-squared li a:focus .b-social-icon-twitter-squared, .b-social-squared li a:focus .b-social-icon-vk-squared, .b-social-squared li a:hover .b-social-icon-vk-squared{
    color: #303030
}

.b-social-squared .b-social-icon-gplus-squared {
    color: #FE4B35
}

.b-social-squared .b-social-icon-facebook-squared {
    color: #2F5A9C
}

.b-social-squared .b-social-icon-pinterest-squared {
    color: #EC1C26
}
.b-social-squared .b-social-icon-vk-squared {
    color: #EC1C26
}

.b-social-squared .b-social-icon-twitter-squared {
    color: #00CBFF
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-nav span, .fancybox-tmp {
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-tmp {
    margin: 0
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background-position: 0 -108px;
    cursor: pointer;
    z-index: 8060;
    color: #303030;
    font-size: 43px;
    line-height: 42px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    -webkit-animation: preloader 1.5s infinite linear;
    -moz-animation: preloader 1.5s infinite linear;
    -ms-animation: preloader 1.5s infinite linear;
    -o-animation: preloader 1.5s infinite linear;
    animation: preloader 1.5s infinite linear
}

@keyframes preloader {
    to {
        transform: rotate(360deg)
    }
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

#fancybox-loading div:before {
    font-family: "fontawesome";
    content: '\e80d'
}

.fancybox-close {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 8040;
    font-size: 40px;
    background-color: #303030;
    display: block;
    border-radius: 100%;
    line-height: 30px;
    color: #fff
}

.fancybox-close:hover, .fancybox-close:focus {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5)
}

.fancybox-close:before {
    margin-left: -1px;
    font-family: "fontawesome";
    content: '\e810'
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin: -18px 0 0;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock, .fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, .8)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.b-posts a {
    color: #FF545C
}

.b-posts .b-posts_item {
    margin-bottom: 25px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px
}

.b-posts .b-posts_item:before, .b-posts .b-posts_item:after {
    display: table
}

.b-posts .b-posts_item:before {
    content: " ";
    display: table
}

.b-posts .b-posts_item:after {
    content: " ";
    display: table;
    clear: both
}

.b-posts .b-posts_item .b-posts_item_canvas {
    width: 372px;
    height: 270px;
    float: left;
    overflow: hidden
}

.b-posts .b-posts_item .b-posts_item_canvas img {
    max-width: 100%;
    max-height: 100%
}

.b-posts .b-posts_item .b-posts_item_content.b-posts_item_other {
    margin-left: 412px
}

.b-posts .b-posts_item .b-posts_item_content h3 a {
    color: #303030;
    font-size: 20px;
    font-weight: 700
}

.b-posts .b-posts_item .b-posts_item_content h3 {
    margin-bottom: 10px
}

.b-posts .b-posts_item .b-posts_item_content .entry-header p {
    font-size: 12px;
    margin-bottom: 20px
}

.b-posts .b-posts_item .b-posts_item_content .entry-meta {
    font-size: 12px;
    color: #FF545C;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0
}

.b-grid-p-right, .b-grid-p-left {
    float: left
}

.b-grid-p-right {
    width: 210px;
    margin-left: 40px;
    border-left: 1px solid #bbb
}

.b-grid-p-left {
    width: 950px
}

@media (min-width: 992px) and (max-width: 1229px) {
    .b-grid-p-right, .b-grid-p-left {
        border: none;
        margin-left: 0;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-grid-p-right, .b-grid-p-left {
        border: none;
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .b-grid-p-right, .b-grid-p-left {
        border: none;
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 400px) {
    .g-partner-icons li {
        width: 40%
    }

    .g-partner-icons li {
        padding: 0 47px
    }

    .g-partner-icons li {
        width: 48%
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 0px
    }
}

@media (max-width: 500px) {
    .b-product_preview__context {
        width: 100%
    }
}

.text-header.th-products-mini {
    display: inline-block;
    min-height: 14px
}

.mobilepopular {
    display: none
}

@media (min-width: 768px) {
    .mobile_menu {
        display: none
    }

    .second_menu_button {
        display: none
    }
}

.second_menu_button img {
    display: none
}

.mobile_menu img {
    display: none
}

@media (max-width: 846px) {
    .g-partner-icons li {
        width: 150px;
        padding-right: 0px
    }

    .b-product_preview__context {
        width: 100%
    }
}

@media (max-width: 450px) {
    .g-partner-icons li {
        width: 35%;
        padding-right: 0px
    }

    .b-product_price_now {
        font-size: 25px
    }
}

@media (max-width: 330px) {
    .b-text-pad-base {
        font-size: 10px
    }
}

@media (min-width: 992px) {
    .b-main-menu {
        display: block !important
    }
}

@media (max-width: 991px) {
    .b-main-menu {
        display: none;
        position: absolute;
        top: 232px !important;
        z-index: 2
    }

    .forsecmenu {
        border: 1px solid #D1D1D1;
        padding-top: 10px;
        margin-left: 0;
        padding-left: 30px
    }

    .mobile_menu {
        display: inline-block;
        font-size: 10px;
        color: red;
        border-left: 1px solid #D1D1D1;
        padding: 12px;
        cursor: pointer;
        position: relative;
        z-index: 20;
    }

    .mobile_menu img {
        margin-right: 10px;
        display: inline-block
    }

    .textcenter {
        text-align: center
    }

    .b-main-menu {
        display: none;
        position: absolute;
        top: 267px !important;
        z-index: 2
    }

    .second_menu_button img {
        padding-top: 18px;
        cursor: pointer;
        display: inline-block
    }

    .second_menu_button {
        display: inline-block;
        float: left;
        width: 59px;
        height: 55px;
        border-right: 1px solid #D1D1D1;
        margin-top: -10px
    }

    .nav-c-top li {
        display: block
    }

    .nav-c-top {
        border-bottom: 1px solid #D1D1D1;
        margin-bottom: 3px;
        background-color: #E9E9E9;
        position: absolute;
        top: 40px;
        z-index: 3;
        text-align: center;
        right: 0;
        display: none
    }
}

@media (max-width: 768px) {
    .b-product_order .btn.btn-orange {
        width: 200px
    }

    .b-nav-categories li.marker input {
        display: inline-block;
        float: none;
        position: absolute;
        left: 10px
    }

    .container {
        text-align: center
    }

    .b-social {
        display: none
    }

    .nav-c-top {
        display: none
    }

    .mobile_menu {
        display: inline-block;
        font-size: 10px;
        color: red;
        border-left: 1px solid #D1D1D1;
        padding: 12px;
        cursor: pointer
    }

    .mobile_menu img {
        margin-right: 10px;
        display: inline-block
    }

    .textcenter {
        text-align: center
    }

    .b-main-menu {
        display: none;
        position: absolute;
        top: 277px !important;
        z-index: 2
    }

    .second_menu_button img {
        padding-top: 18px;
        cursor: pointer;
        display: inline-block
    }

    .second_menu_button {
        display: inline-block;
        float: left;
        width: 59px;
        height: 55px;
        border-right: 1px solid #D1D1D1;
        margin-top: -10px
    }

    .forsecmenu {
        border: 1px solid #D1D1D1;
        padding-top: 10px;
        padding-left: 0px
    }

    .input-group {
        padding: 0px 5px
    }

    .btn.btn-cred {
        background-color: #ffe063 !important;
        border-color: #ccb34f !important;
        color: #544e35
    }

    .b-protection .b-protection__item {
        padding: 10px 0;
        font-size: 13px
    }

    .b-protection .protection__shield table {
        margin: 0
    }

    .b-margin-base.b-margin-upper {
        text-align: left;
        padding-left: 20px
    }

    .b-margin-base.b-margin-upper {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .b-c-tabs li a {
        font-size: 11px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px
    }

    .b-products .b-products__item .b-products__title {
        font-size: 14px;
        text-decoration: underline
    }

    .b-products .b-products__item {
        font-size: 14px;
        width: 270px;
        height: 440px;
        display: inline-block;
        padding: 20px;
        border: 1px solid #D1D1D1;
        margin-bottom: 10px
    }

    .b-products .b-products__item .b-products__warp {
        width: 250px
    }

    .b-products .b-products__item .b-products__image {
        width: 240px
    }

    .b-text-inline a.btn-cwhite {
        display: block;
        width: 200px;
        margin: 10px auto 0px
    }

    .mobilecat {
        text-align: left;
        margin-left: 15px;
        width: 47%
    }

    .mobilecat .products-mini .item h3 {
        width: 190px;
        overflow: hidden;
        white-space: normal;
        height: 35px
    }

    .g-partner-icons .g-partner-icons_item {
        font-size: 68px;
        padding-left: 47px
    }

    .b-header-img {
        min-height: 130px
    }

    .b-header-img img {
        min-height: 130px
    }

    .g-partner-icons {
        margin-left: -35px
    }

    .fs10 {
        font-size: 10px
    }

    .b-breadcrumb {
        font-size: 10px
    }

    .b-grid-title .clearfix h1 {
        font-size: 17px
    }

    .b-product_desc table th {
        width: 100%;
        display: block;
        text-align: center
    }

    .b-product_desc table td {
        display: block
    }

    .b-product_favorite table {
        margin: 0 auto
    }

    .mobilepopular {
        display: inline
    }

    .b-products.b-products__min .b-products__item {
        height: 345px
    }

    .b-product_description_tabs .nav.nav-tabs li:last-child {
        box-shadow: 0px 5px 10px -2px black
    }
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    color: black;
}

.w100 {
    width: 100%;
}

.review_table {
    text-align: center;
    font-size: 12px;
    width: 100%
}

.review_table tr {
    border: 1px solid #d7d7d7;
}

.review_table td {
    padding: 20px;
}

.review_table span {
    display: block;
    font-size: 11px;
    color: #a5a5a5;
}

.review_table td b {
    font-size: 13px;
}

.review_table .th {
    background: #2a7bae;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.review_table .th th {
    padding: 20px;
    padding: 11px;
    text-align: center;
}

.review_table .th th:last-child {
    text-align: left;
    margin-left: 50px;
}

.dib {
    display: inline-block !important;
}

.date_review {
    text-align: left;
    display: block;
}

.star-text {
    width: 150px
}

.star-text .b-product_rate {
    padding: 0
}

.progress {
    width: 150px;
    height: 9px;
    background: #dddddd;
    display: inline-block;
}

.progress-bar {
    background: #f5860e;
    height: 9px;
}

.feedback_title {
    font-size: 12px;
    color: #727272;
}

.feedback_average_table tr td {
    border: 1px solid #bfbfbf;
    padding: 4px 10px 4px 10px;
}

.feedback_average_table {
    margin-bottom: 20px;
}

.stars .b-social-icon.b-social-icon-star {
    color: #f90;
    font-size: 28px
}

.stars .b-social-icon.b-social-icon-star-empty {
    font-size: 28px
}

.pad60 {
    padding-top: 60px;
}

.in5 {
    color: #f90;
}

.progress_title {
    width: 100px;
    display: inline-block;
}
.todays_all{
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    border-bottom: 2px solid #ef3737;
    padding: 10px 25px;
    font-size: 19px;
}
.alibaba_href{
    color: #989898;
}
.alibaba_href a{
    color: #989898;
    text-decoration: underline;
}
#modal_form {
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -320px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 25px 25px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
/* Пoдлoжкa */
#overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
.modal_title{
    font-size: 18px;
    font-weight: bold;
}
.modal_title span{
    color:#FFB032;
}
.modal_subtitle{
    margin-left: 22px;
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
}
.modal_ul{
    margin-top: 15px;
}
.modal_ul li{
    margin-top: 5px;
    font-size: 14px;
}
.modal_ready{
    font-size: 18px;
    font-weight: bold;
}
a.btn-orange{
    width: 250px;
    height: 50px;
    background: #FFA22E;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    padding-top: 11px;
    margin: 15px auto 0;
    display: block;
}
a.btn-orange:hover{
    background: #FFB032;
}
.buy-window{
    max-width: 310px;
    position: fixed;
    top: 90px;
    right: 30px;
    min-width: 310px;
    text-align: center;
    background: #E9E9E9;
    padding: 20px;
    box-shadow: 1px 1px 8px 2px;
	opacity: 0.5;
	display:none;
}
.buy-window:hover{
opacity: 1;
}
.bw-price{
    text-decoration: line-through;
}
.bw-saleprice span{
    color: #FF545C;
}
.sku-listing .sku-set.disabled {
          display: none; }
.sku-listing .sku-set {
	cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          padding: 6px 10px;
          height: 30px;
          border: 1px solid gainsboro;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          color: #999;
          font-size: 16px;
          font-weight: 600;
          line-height: 16px;
          margin: 5px; }
.sku-listing .sku-set.active {
  background-color: #37aacf;
  border: 1px solid #37aacf;
  color: white; }
.sku-listing .sku-img .name {
        vertical-align: top;
        padding-top: 10px; }
.sku-listing .name {
        vertical-align: top;
        padding-top: 7px; }
		/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden;color:white;}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
	/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
margin-bottom: 60px;  }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./img/css/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid transparent;
  outline: none;
  background-color: #666;
left: 12px;  }
  .slick-prev {
    top: -8px;
    border: none;
    background: none;
    color: gray;
    height: 40px;
    left: 13px;
}
.slick-next{
    border: none;
    background: none;
    color: gray;
    height: 40px;

}
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 1;
    color: gray;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  top: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    bottom: 0px; }
  .slick-prev:before {
    content: "\F106"; }
    [dir="rtl"] .slick-prev:before {
      content: "\F107"; }

.slick-next {
  bottom: 0px; }
  [dir="rtl"] .slick-next {
    top: 0px;
    right: auto; }
  .slick-next:before {
    content: "\F107"; }
    [dir="rtl"] .slick-next:before {
      content: "\F106"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
 .single-product .product-slider {
    position: relative; }
    .single-product .product-slider .img-wrap {
      padding-left: 100px; }
      @media (max-width: 768px) {
        .single-product .product-slider .img-wrap {
          padding-left: 0;
          padding-bottom: 130px; } }
    .single-product .product-slider .thumb-list {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 90px;
      overflow: hidden;
      padding: 33px 0 30px 0;
      margin: 0; }
      @media (max-width: 768px) {
        .single-product .product-slider .thumb-list {
          width: 100%;
          position: absolute;
          bottom: 0;
          top: auto; } }
      .single-product .product-slider .thumb-list li {
        outline: none;
        list-style: none;
        margin: 0 0 10px 0;
        cursor: pointer; }
        @media (max-width: 768px) {
          .single-product .product-slider .thumb-list li {
            } }
        .single-product .product-slider .thumb-list li div {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 90px;
          height: 90px;
          text-align: center;
          overflow: hidden;
          margin: 0 0;
          border: 1px solid #ccc;
          display: block;
          -webkit-border-radius: 2px;
                  border-radius: 2px; }
        .single-product .product-slider .thumb-list li.slick-current div {
          border: 2px solid #f90;
          -webkit-border-radius: 4px;
                  border-radius: 4px; }
    .single-product .product-slider .img-main {
      position: relative;
      overflow: hidden; }
      .single-product .product-slider .img-main img {
        position: absolute;
        border: 1px solid #ccc; }
      .single-product .product-slider .img-main:before {
        content: "";
        padding-top: 100%;
        float: left; }
		.b-social-icon-shield:before {
    color: #008DC9;}
.customer-single-block {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-left: 0;
  border-right: 0; }

.review-one {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  margin-top: 25px; }

.feedback-rating-one {
  margin-bottom: 10px; }

.buyer-status {
  color: #3f9fc3;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px; }

.buyer-country {
  font-size: 12px;
  color: #666666;
  margin-top: 10px; }

.customer-info {
  border-right: 1px solid #e8e8e8;
  margin-top: 15px; }
.feedback-rating-one .stars{
font-size: 16px!important;
color: #f90;
}
.feedback-rating-one .stars .b-social-icon.b-social-icon-star-empty{
font-size: 16px!important;
}
.contact_us {
  margin-bottom: 60px; }

.contact_us_title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 15px; }

.contact_us .form_review .review_but .btn {
  padding: 8px 45px; }

#map_contact_us {
  height: 335px;
  width: 100%;
  margin-top: 37px; }

.map_container .info_office {
  background-color: rgba(255, 255, 255, 0.9);
  height: 95px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 12px; }

.map_container {
  position: relative;
  outline: 1px solid #e6e6e6; }

.contact_us .soc a {
  border: 1px solid black;
  color: black;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 5px 4px; }

.contact_us .soc a:hover {
  background: white;
  color: #337ab7;
  border-color: #337ab7; }

.contact_us .soc {
  margin-top: 13px;
  margin-right: 20px; }

.contact_us .soc_text {
  font-weight: 600;
  padding-right: 50px;
  padding-bottom: 10px; }

.contact_us .text {
  float: left;
  width: 130px;
  font-size: 16px; }

.map_container .footer_addr, .map_container .footer_email, .map_container .footer_tel,
.map_container .footer_addr i, .map_container .footer_email i, .map_container .footer_tel i {
  color: #444;
  margin-left: 10px; }

.map_container .footer_email {
  padding: 5px 0;
  padding-left: 3px; }

.map_container .footer_tel > i {
  font-size: 20px;
  padding-left: 3px;
  position: relative;
  top: 2px; }

.map_container .footer_addr > i, .map_container .footer_email > i, .map_container .footer_tel > i {
  padding-right: 12px;
  font-size: 17px; }

.map_container .footer_addr {
  padding-top: 8px; }

.map_container .footer_email > i {
  font-size: 12px; }

.map_container .footer_addr i {
  position: relative;
  left: 2px; }
.form_review input[type="text"], .form_review textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 6px 10px;
}
.form_review form {
    text-align: right;
    padding-right: 10px;
}
.form_review .review_but .btn {
    color: white;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #66a1d6;
    padding: 10px 20px;
}
.form_review .review_but {
    margin: 20px 0 30px 146px;
    text-align: left;
}
.form_review .message_comment_title {
    vertical-align: top;
}
.form_review form > div {
    padding-top: 10px;
}
.contact_us .field {
  margin-left: 145px; }
 .single-center-block{
 padding-right: 60px;
 }
 .single-center-block h1{
 font-size: 26px;
 }
.single-tabs-block{
 padding-right: 30px;
    margin-top: 40px;
 }
 /*BLOG*/
 .blog-page .head {
  margin: 20px 0 9px 0;
  background: #fafafa;
  padding: 6px 20px;
  position: relative; }
  .blog-page .head > a {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; }
    .blog-page .head > a:hover {
      text-decoration: none;
      color: #2d2d2d; }

.blog-page .list {
  position: relative;
  top: 10px;
  left: 0;
  /*border-left: 1px solid #eaeaea;*/
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .blog-page .list .bootstrap-select .btn {
    border: none;
    background: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .blog-page .list .dropdown-menu {
    right: 0;
    float: right; }

.blog-page .popular-products {
  margin-bottom: 20px;
  clear: both;
  margin-top: 20px; }

.blog-list .blog-item {
  border-bottom: 1px dashed #95989A;
  padding-bottom: 20px; }
  .blog-list .blog-item + .blog-item {
    margin-top: 20px; }

.bar .search .search-form .form-control, .bar .search .search-form .btn-default {
  height: 29px; }

.bar .search .search-form .btn-default {
  padding-top: 3px; }

.bar .search .search-form .form-control::-webkit-input-placeholder {
  font-style: italic;
  font-size: 12px; }

.bar .search .search-form .form-control::-moz-placeholder {
  font-style: italic;
  font-size: 12px; }

.bar .search .search-form .form-control:-ms-input-placeholder {
  font-style: italic;
  font-size: 12px; }

.bar .search .search-form .form-control::placeholder {
  font-style: italic;
  font-size: 12px; }

.bar .banner_top {
  margin-top: 20px; }
  .bar .banner_top img {
    max-width: 100%; }

.bar .banner_bottom {
  margin-top: 20px;
  margin-bottom: 20px; }
  .bar .banner_bottom img {
    display: block;
    max-width: 100%; }
@media (max-width: 768px) {
  .bootstrap-select.btn-group {
    position: static; }
    .bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
      content: "\F0C9";
      font-family: FontAwesome;
      margin-right: 5px; }
    .bootstrap-select.btn-group .bs-caret .caret {
      top: 8px;
      border: none;
      right: 20px;
      font-size: 12px; }
    .bootstrap-select.btn-group .bs-caret .caret:before {
      font-family: FontAwesome;
      content: "\F078"; }
  .bootstrap-select.btn-group.open .bs-caret .caret {
    right: 20px;
    font-size: 12px;
    top: 8px;
    border: none; }
  .bootstrap-select.btn-group.open .bs-caret .caret:before {
    font-family: FontAwesome;
    content: "\F077"; }
  .blog-list .blog-item {
    border: none;
    padding-bottom: 0; }
    .blog-list .blog-item + .blog-item {
      margin-top: 16px; }
    .blog-list .blog-item a img {
      min-height: 100px; }
  .blog-page .list {
    display: block;
    width: 100%; }
    .blog-page .list .dropdown-menu {
      border: none;
      position: absolute;
      left: -8px;
      right: -7px;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5); }
    .blog-page .list .input-group-btn {
      width: 100%; }
  .blog-page a.load-more-link {
    color: #95989A;
    font-size: 14px;
    padding: 4px 24px;
    border: 1px solid #95989A;
    margin-bottom: 10px; }
  .blog-page .shadow {
    background-color: black;
    position: absolute;
    width: 100%;
    top: 220px;
    z-index: 997;
    left: 0;
    content: " ";
    opacity: 0.4; }
  .shadow {
    display: none; }
  .bootstrap-select {
    background: none; }
    .bootstrap-select .dropdown-toggle {
      background-color: #F6F6F6 !important; }
  .bootstrap-select.open .dropdown-menu ul.dropdown-menu {
    padding-left: 35px;
    line-height: 25px; }
  .bootstrap-select.open .dropdown-menu li {
    list-style: disc;
    color: #525252; }
    .bootstrap-select.open .dropdown-menu li a {
      padding-left: 5px;
      outline: none;
      background: none; }
      .bootstrap-select.open .dropdown-menu li a span.text {
        font-size: 14px;
        color: #444; }
        .bootstrap-select.open .dropdown-menu li a span.text:hover {
          color: #FF9749; }
  .popular-products .row {
    margin: 0; } }

.blog-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0; }
  .blog-title a {
    color: #535353;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 25px;
    font-size: 25px; }
    .blog-title a:hover {
      color: #535353; }

@media (min-width: 768px) {
  .blog-item .blog-meta time {
    margin-right: 10px; }
  .blog-list {
    margin-top: 10px; }
  .blog-page .breadcrumbs {
    font-size: 11px; }
  .bar .search .search-form .form-control {
    border-right: none; } }

@media (max-width: 768px) {
  .blog-title {
    font-size: 12px;
    line-height: 15px; }
    .blog-title a {
      display: block;
      font-size: 14px;
      line-height: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .blog-item .blog-meta time {
    font-size: 10px;
    margin-right: 5px;
    display: block;
    margin-bottom: 4px; }
  .blog-item .blog_img img {
    height: auto; }
  .bar .search .search-form .form-control::-webkit-input-placeholder {
    font-style: italic;
    font-size: 12px; }
  .bar .search .search-form .form-control::-moz-placeholder {
    font-style: italic;
    font-size: 12px; }
  .bar .search .search-form .form-control:-ms-input-placeholder {
    font-style: italic;
    font-size: 12px; }
  .bar .search .search-form .form-control::placeholder {
    font-style: italic;
    font-size: 12px; } }

.blog-item .blog-meta {
  margin: 6px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  color: #444; }
  .blog-item .blog-meta .bull {
    margin: 0 3px; }
  .blog-item .blog-meta span {
    color: #999; }
  .blog-item .blog-meta a {
    color: #3396E2; }
    .blog-item .blog-meta a:hover {
      color: #ae322f; }

.blog-item .blog_img {
  clear: both;
  overflow: hidden; }
  .blog-item .blog_img img {
    max-width: 100%;
    padding: 10px 0;
    /*height: 100%;*/ }

.blog-item .pull-right .view {
  margin-right: 20px; }

.blog-item .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 5px;
  color: #4c4c4c;
  overflow: hidden;
  display: block;
  width: 100%; }
  .blog-item .content .more-link {
    height: 30px;
    width: 94px;
    margin: 10px 0 0 0;
    color: #FFFBFB;
    line-height: 15px;
    background-color: #FF9749;
    font-size: 12px; }
    .blog-item .content .more-link:hover {
      background-color: #FFAF72; }
  .blog-item .content b {
    font-weight: 700;
    font-style: italic; }
  .blog-item .content ul {
    padding: 0 0 0 17px; }
    .blog-item .content ul li {
      font-style: italic;
      line-height: 30px; }
  .blog-item .content img {
    max-width: 100%;
    height: auto; }
  .blog-item .content iframe {
    max-width: 100%;
    height: 100%; }

.blog-item .post-nav {
  background-color: #F6F6F6;
  padding: 10px 20px 25px 20px; }
  .blog-item .post-nav .post-nav-box {
    font-size: 14px;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    margin-bottom: 25px; }
    .blog-item .post-nav .post-nav-box a {
      color: #444; }
    .blog-item .post-nav .post-nav-box a:hover {
      color: #666; }
  .blog-item .post-nav .item {
    margin: 0; }
    .blog-item .post-nav .item a {
      color: #444;
      font-size: 12px;
      font-weight: 600; }
    .blog-item .post-nav .item img {
      max-width: 80px;
      height: 80px;
      float: left;
      margin-right: 15px; }
    .blog-item .post-nav .item .date {
      color: #95989A;
      font-size: 11px;
      margin-top: 5px; }

.blog-item .share {
  margin: 10px 0; }
  .blog-item .share .ya-share2__list {
    display: block;
    margin: 0 -7px; }
    .blog-item .share .ya-share2__list .ya-share2__item {
      width: 25%;
      margin: 0;
      padding: 0 7px; }
      .blog-item .share .ya-share2__list .ya-share2__item .ya-share2__link {
        display: block;
        text-align: center; }
        .blog-item .share .ya-share2__list .ya-share2__item .ya-share2__link .ya-share2__badge {
          display: block;
          padding: 1px 0;
          border-radius: 3px;
          -webkit-border-radius: 3px; }

#comments .comments-header {
  font-size: 20px;
  color: #444;
  line-height: 30px; }

#comments .text-danger, #comments .comment-author-name {
  color: #444;
  font-size: 16px; }

#comments .comment-author-name {
  font-weight: 900;
  margin: 0 15px 0 5px; }

#comments .comment-date {
  font-size: 11px;
  color: #999; }

#comments .comment-text {
  font-size: 14px;
  color: #444;
  line-height: 25px;
  padding-left: 20px; }
  #comments .comment-text p {
    margin: 0; }

#comments .comment-meta {
  padding-left: 20px; }
  #comments .comment-meta a {
    font-size: 12px; }

#comments .submit {
  border: none;
  background-color: #FF9749;
  color: #FFFBFB;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 10px; }

#comments .submit:hover {
  background-color: #FFAF72; }

#comments #reply-title {
  color: #444;
  font-size: 20px; }

.single .view, .single .comment {
  color: #95989A;
  font-size: 11px;
  line-height: 35px; }

.single .comment {
  margin-right: 25px; }

.single .sidebar-blog {
  background: #444;
  color: white;
  text-align: center;
  padding: 40px 0 35px 0; }
  .single .sidebar-blog h2 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px; }
    .single .sidebar-blog h2 small {
      text-transform: none;
      letter-spacing: normal;
      font-weight: normal;
      font-size: 17px;
      color: white; }
    .single .sidebar-blog h2 ::before {
      content: '';
      display: block;
      margin: 20px auto;
      width: 50px;
      height: 1px;
      background-color: #ea925b; }
  .single .sidebar-blog .register .form-control {
    width: 46%;
    display: block;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 50px;
    margin: 0 0 0 18%;
    float: left; }
  .single .sidebar-blog .register .btn-orange {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f57f17;
    color: white;
    margin: 0;
    height: 50px;
    display: block; }
    .single .sidebar-blog .register .btn-orange i {
      margin-right: 5px; }

.block_line {
  font-size: 20px;
  color: #444;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }
  .block_line span.line2 {
    background: #95989A center center repeat-x;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 14px; }
  .block_line .block_line_title {
    float: left;
    width: 50px; }

@media (max-width: 768px) {
  .banner_top, .banner_bottom {
    margin: 10px auto; }
    .banner_top img, .banner_bottom img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .blog-list {
    margin-top: 20px;
    border-bottom: 1px solid #95989A;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    .blog-list .category-blog-header {
      border-bottom: 1px solid #95989A;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .blog-list .category-blog-header strong {
        font-size: 16px;
        color: #444; }
      .blog-list .category-blog-header span {
        font-size: 14px;
        color: #999; }
  .blog-meta {
    font-size: 9px;
    line-height: 12px !important; }
    .blog-meta .bull {
      margin: 0 2px; }
  .blog-item .content {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    padding: 0;
    color: #4c4c4c; }
    .blog-item .content h4 {
      font-size: 12px; }
    .blog-item .content p {
      font-size: 10px; }
    .blog-item .content .more-link {
      margin: 5px 0 0 0;
      line-height: 9px;
      font-size: 11px;
      width: auto;
      height: auto;
      padding: 5px 17px; }
    .blog-item .content ul {
      padding: 0 0 0 10px; }
      .blog-item .content ul li {
        font-style: italic;
        font-size: 10px;
        line-height: 17px !important; }
  .blog-item.single {
    margin-top: 23px; }
    .blog-item.single .blog-title a {
      font-weight: 600; }
    .blog-item.single .content p, .blog-item.single .content h2, .blog-item.single .content h3 {
      font-size: 14px !important;
      line-height: 20px; }
    .blog-item.single .content h2, .blog-item.single .content h3 {
      font-weight: 600; }
    .blog-item.single .post-nav {
      padding: 10px; }
      .blog-item.single .post-nav .post-nav-box {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .blog-item.single .post-nav .item img {
        margin: 10px auto;
        float: none; }
      .blog-item.single .post-nav .item .title, .blog-item.single .post-nav .item .date {
        text-align: center; }
    .blog-item.single .sidebar-blog h2 small {
      font-size: 12px; }
    .blog-item.single .sidebar-blog .register form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .blog-item.single .sidebar-blog .register .form-control {
      height: 25px;
      padding-bottom: 8px;
      width: 100%;
      max-width: 60%;
      margin-left: auto; }
    .blog-item.single .sidebar-blog .register .form-control::-webkit-input-placeholder {
      font-size: 10px; }
    .blog-item.single .sidebar-blog .register .form-control::-moz-placeholder {
      font-size: 10px; }
    .blog-item.single .sidebar-blog .register .form-control:-ms-input-placeholder {
      font-size: 10px; }
    .blog-item.single .sidebar-blog .register .form-control::placeholder {
      font-size: 10px; }
    .blog-item.single .sidebar-blog .register .btn-orange {
      height: 25px;
      font-size: 10px;
      padding: 4px 5px;
      margin-right: auto; } }

.blog-pagination-single {
  border-top: 1px solid gainsboro;
  margin: 0;
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .blog-pagination-single span {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px; }
  .blog-pagination-single a {
    color: #ae322f;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px; }

.blog-share {
  margin: 5px 0 10px 0; }

.pagination-blog .wrap-pagination {
  border: none;
  margin: 20px; }

.bar h2 {
  margin: 10px 0 0 0;
  padding: 15px 0;
  color: #444444;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px; }

.bar .list-cat {
  font-size: 14px; }
  .bar .list-cat a {
    color: #444; }
    .bar .list-cat a:hover {
      color: #444; }
  .bar .list-cat .categories {
    list-style: none;
    padding: 0; }
  .bar .list-cat ul {
    margin: 0;
    line-height: 24px;
    padding: 0;
    list-style: none; }
    .bar .list-cat ul li {
      font-weight: 400;
      margin: 0 0 5px 5px;
      color: #999; }
      .bar .list-cat ul li a {
        font-size: 14px;
        line-height: 30px; }
        .bar .list-cat ul li a:hover {
          color: #FF9749; }
        .bar .list-cat ul li a:before {
          display: inline-block;
          content: "\F111";
          font-family: FontAwesome;
          margin-right: 10px;
          font-size: 5px;
          vertical-align: middle; }
  .bar .list-cat .current-cat {
    color: #ae322f; }
    .bar .list-cat .current-cat a {
      color: #ae322f; }

.bar .recent-posts {
  margin: 10px 0 0 0; }
  .bar .recent-posts a {
    color: #444444;
    line-height: 16px; }
    .bar .recent-posts a:hover {
      color: #999; }
  .bar .recent-posts a.preview {
    max-width: 80px;
    position: absolute;
    top: 5px;
    left: 0; }
  .bar .recent-posts ul {
    margin: 10px 0 0 0;
    line-height: 24px;
    padding: 0;
    list-style: none; }
    .bar .recent-posts ul li {
      font-weight: 400;
      margin: 0 0 15px 0; }
      .bar .recent-posts ul li .date {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px; }
  .bar .recent-posts .popular .item {
    position: relative;
    min-height: 90px;
    padding: 0 5px 5px 85px; }
    .bar .recent-posts .popular .item img {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid #95989A; }
    .bar .recent-posts .popular .item .title {
      vertical-align: top;
      font-size: 12px; }
    .bar .recent-posts .popular .item .date {
      font-size: 11px;
      color: #95989A;
      margin-top: 5px; }

.bar .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .bar .input-group-btn .btn-default {
    border-left: none; }
    .bar .input-group-btn .btn-default:hover {
      background: none; }
    .bar .input-group-btn .btn-default:focus {
      background: none;
      outline: none; }

.bar .subscription {
  margin-top: 20px;
  background-color: #F6F6F6;
  padding: 30px 10px;
  color: #444;
  position: relative; }
  .bar .subscription .submit {
    position: absolute;
    top: 50px;
    right: 10px;
    background: none;
    border: 1px solid #D0D0D0;
    width: 29px;
    height: 29px;
    font-size: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .bar .subscription .submit:after {
    content: "\F105";
    display: inline-block;
    font-size: 20px;
    font-family: FontAwesome;
    color: #D0D0D0;
    padding-left: 3px;
    margin-top: -1px; }
  .bar .subscription .submit:hover {
    border: 1px solid #FF9749; }
  .bar .subscription .submit:hover:after {
    color: #FF9749; }
  .bar .subscription input[type="email"] {
    border: 1px solid #D0D0D0;
    height: 29px;
    width: 86%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 12px;
    color: #444;
    float: left; }
  .bar .subscription input::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999; }
  .bar .subscription input::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999; }
  .bar .subscription input:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999; }
  .bar .subscription input::placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999; }
  .bar .subscription .help {
    color: #999;
    font-size: 10px;
    font-style: italic;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 1200px) {
  .bar .subscription input[type="email"] {
    width: 83%; } }

@media (max-width: 330px) {
  .container .partner-confidence {
    width: 95px; } }

@media (max-width: 992px) {
  .bar .subscription input[type="email"] {
    width: 79%; }
  .single .sidebar-blog .register .form-control {
    margin-left: 10%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-title, .blog-title a {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-item .content h2, .blog-item .content h3 {
    font-size: 14px; }
  .blog-item .more-link {
    margin-top: 0; }
  .bar h2 {
    font-size: 16px;
    padding: 5px 0; }
  .bar .list-cat ul li a {
    line-height: 20px; }
  .block_line {
    margin: 10px 0; }
  .blog-list {
    margin-top: 0; } }
/* END BLOG */
@media (max-width: 768px) {
	.single-product .product-slider .img-main{
		max-width: 320px;
	}
	.buy-window{
		display:none!important;
	}
	.single-center-block{
	padding: 0px;
	}
	.single-tabs-block{
	padding: 0px;
	}
	.b-product_price_title{
	text-align: center;
	}
	.single-product .product-slider .thumb-list li div{
	width: 60px;
	height: 60px;
	}
}