/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("fonts/fonts.css");
html {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -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;
}

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

b, strong {
    font-weight: 500;
}
stronger, .stronger {
    font-weight: 900;
}
dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}
big,.big {
    font-size: 120%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 500;
}

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

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #000000;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #bdcce1;
    text-decoration: none;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .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 #eeeeee;
}

.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-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: 300;
    line-height: 1;
    color: #8c8c8c;
}

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

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

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

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 23px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 15px;
    font-weight: 500;
}

h6, .h6 {
    font-weight: 300;
    font-size: 15px;
}

p,.p {
    margin-bottom:10px;
}
.extra-space p,.extra-space .p {
    margin: 0 0 2em;
}
.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: 78%;
}

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: #8c8c8c;
}

.text-primary {
    color: #97B4CF;
}

a.text-primary:hover {
    color: #97B4CF;
}

.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 {

}

.bg-primary {
    background-color: #d3d3d3;
}

a.bg-primary:hover {
    background-color: #97B4CF;
}

.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 #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: 500;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 1200px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #8c8c8c;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #8c8c8c;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: 'Roboto', sans-serif;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    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;
}

.container.padding15 {
    padding-left: 15px;
    padding-right: 15px;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .container.limited-600 {
        max-width: 600px;
    }
    .container.limited-800 {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .container {
        width: auto;
        max-width: 1400px;
    }
    .container.limited {
        max-width: 970px;
    }
	.container.limited2 {
        max-width: 730px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: auto;
    }
    .container.limited {
        max-width: 1170px;
    }
	.container.limited2 {
        max-width: 880px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
    right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
    left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #8c8c8c;
    text-align: left;
}

th {
    text-align: left;
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.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 > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"]:checked + img {
    border: 5px solid #8590a1;

}

input[type="radio"]:actived + img {
    border: 5px solid #d3d3d3;

}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3c3c3b;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: false;
    background-color: #eeeeee;
    opacity: 1;
}

.input-carrello {
    padding: 2px 2px;
    text-align: right;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
        line-height: 28px;
    }

    input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
        line-height: 54px;
    }
}

.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: 300;
    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 \9;
}

.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: 300;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.extra-space .radio-inline {
    padding-right: 20px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: false;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: false;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: false;
}

.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: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.input-lg {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 54px;
    line-height: 54px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 37.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.input-sm + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

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

@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: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

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

@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: 15px;
}

@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: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.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: #fff;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #000000;
    border-color: transparent;
}

.btn-default .badge {
    color: #000000;
    background-color: #fff;
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #000000;
    border-color: #000000;
}

.btn-primary .badge {
    color: #000000;
    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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #000000;
    font-weight: 300;
    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: #bdcce1;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #8c8c8c;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 30px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    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,.bootstrap-select {
    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, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #bdcce1;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #8c8c8c;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: false;
}

.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: 11px;
    line-height: 1.428571429;
    color: #8c8c8c;
    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: 1200px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav {
    margin: 0px -10px;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0px 10px;
}

.navbar .navbar-nav.menu-lang {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .nav {
        margin: 0px -15px;
    }

    .nav > li {
        padding: 0px 10px;
    }

    .navbar .navbar-nav.menu-lang {
        margin-left: 15px;
    }
}

.nav > li > a {
    position: relative;
    display: block;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #8c8c8c;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #8c8c8c;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #000000;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #b6c4da;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #bdcce1;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    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: 43px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 1200px) {
    .navbar {
        border-radius: 0;
    }
}

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

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

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

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

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

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 24px;
    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: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    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 > 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;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}

@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: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: transparent;
    border-color: none;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.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: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #333;
    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: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        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: #000;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #000;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #000000;
}

.navbar-default .navbar-link:hover {
    color: #000;
}

.navbar-default .btn-link {
    color: #000000;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #000;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #b2b2b2;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #b2b2b2;
}

.navbar-inverse .navbar-nav > li > a {
    color: #b2b2b2;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #b2b2b2;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #b2b2b2;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #b2b2b2;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    zoom: 1;
    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;
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.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) {
    .input-carrello {
        padding: 2px 2px;
        text-align: right;
        font-size: 80%;
    }

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .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: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

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

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

ul, ol {
    padding: 0;
    list-style-position: inside;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border-radius: 0;
    text-transform: uppercase;
}

/*
*******************************
* NEWSLETTER FORM
*******************************
*/
@media (max-width: 991px) {
    .social__form {
        display: table;
        margin-bottom: 1.5em;
    }
}

@media (max-width: 991px) {
    .social__form .form-group {
        display: table-cell;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .social__form .form-control {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
}

/*
*******************************
* HEADER MAIN CHUNKS
*******************************
*/
.main-header {
    margin-bottom: 15px;
}

.main-header__top {
    background: #d3d3d3;
    font-size: 12px;
    font-weight: 500;
    min-height: 43px;
    line-height: 33px;
    /*border-bottom: 3px solid #8c8c8c;*/
    border: none;
    padding: 3px 0 0;
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    /* correct chrome bug that make fixed element flicker */
}
#megaMenuSticker{
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}
.back-drop #megaMenuSticker {
    border-bottom: 0px;
}
.back-drop #megaMenuSticker > div {
    background: rgba(33,33,33,0.5);
}
@media (max-width: 1200px) {
    .main-header__top {
        height: auto;
    }
}

.main-header__bottom {
    padding-top: 65px;
}
.main-header__bottom .logo-menu img {
    max-height: 100px;
}
.main-header__bottom form {
    width: 100%;
}

.main-header__bottom form .form-control {
    width: calc(100% - 46px);
    display: inline-block;
}

@media (max-width: 1024px) {
    .main-header__bottom {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .main-header__bottom {
        text-align: center;
    }
}

/*
*******************************
* BOOTSTRAP NAVBAR
*******************************
*/
.navbar-toggle {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
}

/* MENU */
.medium-menu {
    float: left;
    width: auto !important;
}

.medium-menu .navbar-nav {
    margin: 0px 30px 0px 0px;
}

.medium-menu .navbar-nav .user-menu__item {
    border-bottom: 0px;
}

.main-header__top .navbar-toggle {
    -margin-top: 16px;
    margin-bottom: 0px;
}

/*
*******************************
* LANGUAGE MENU
*******************************
*/

.menu-lang, .navbar .navbar-nav.menu-lang {
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .menu-lang, .navbar .navbar-nav.menu-lang {
        float: left !important;
        margin-right: 0px;
    }
}

.menu-lang__link {
    display: block;
    text-indent: -9999px;
    width: 28px;
    height: 18px;
}

.menu-lang__link--ita {
    background: url('../ico-ita.png') no-repeat;
    height: 28px;
    width: 28px;
    margin-top: -5px;
}

.menu-lang__link--eng {
    background: url('../ico-eng.png') no-repeat;
    height: 28px;
    width: 28px;
    margin-top: -5px;
}

.menu-lang__link--pol {
    background: url('../ico-rus.png') no-repeat;
    height: 28px;
    width: 28px;
    margin-top: -5px;
}

/*
*******************************
* MAIN MENU OTHER LINKS
*******************************
*/
@media (max-width: 767px) {
    .user-menu {
        clear: both;
        float: left;
        width: 100%;
    }
}

.user-menu__item {
    /*border-right: 1px solid #5d5d5d;*/
}

@media (max-width: 767px) {
    .user-menu__item {
        border-bottom: 1px solid #595959;
        border-right: 0;
    }
}

@media (min-width: 768px) {
    .user-menu__item--vendor {
        position: absolute !important;
        left: 0;
        border-right: 0;
    }
}

/*
*******************************
* LOGIN MENU DROPDOWN
*******************************
*/
.login-form {
    padding: 0 15px;
    margin-bottom: 20px;
    background: #d3d3d3;
    border: 0;
    font-weight: 300;
}

.login-form__label {
    font-size: 12px;
    margin-bottom: 0;
}
.login-popup-form__label {
    font-size: 1.3em;
}
.login-form .form-group {
    margin-bottom: 15px;
}

.login-form .form-group--last {
}

.login-form__link {
    font-weight: 300;
}
.login-form a {
    color: #ffffff;
}
.login-form .btn-default  {
    border: 1px solid #ffffff;
    background: none;
    font-family: 'Roboto', sans-serif !important;
}
.btn.no-condensed{font-family: 'Roboto', sans-serif !important;}
.form-group-center {
    max-width: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*
*******************************
* LOGO ELEMENT
*******************************
*/
.logo {
    display: block;
    text-indent: -9999px;
    background: url("../images/logo.png");
    width: 130px;
    height: 130px;
}

@media (max-width: 767px) {
    .logo {
        float: none !important;
        margin: 0 auto 1em auto;
    }
}

/*
*******************************
* SEARCH BLOCK
*******************************
*/
.search-area {
    float: right;
}

@media (max-width: 767px) {
    .search-area {
        float: none;
    }
}

.shipping-search {
    margin-bottom: 4em;
}

@media (max-width: 991px) {
    .shipping-search {
        margin-bottom: 3em;
    }
}

.world-shipping {
    height: 19px;
    line-height: 19px;
    padding-left: 25px;
    background: url("../images/world.png") no-repeat 0 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.sale-shipping {
    height: 19px;
    line-height: 19px;
    padding-left: 35px;
    background: url("../images/sale.png") no-repeat 0 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.home-shipping {
    height: 19px;
    line-height: 19px;
    padding-left: 35px;
    background: url("../images/shipping.png") no-repeat 0 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.form-search {
    display: inline-block;
}

.form-search input {
    background: url("../images/search.png") no-repeat center right;
    font-size: 12px;
    font-style: italic;
}

/*
*******************************
* CATEGORIES MENU HOMEPAGE
*******************************
*/
.main-menu {
    height: 30px;
}

.main-menu__item {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0 10px !important;
}

.main-menu__item .dropdown-toggle {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 991px) {
    .main-menu__item .dropdown-toggle {
        padding: 0 5px;
    }
}

.main-menu__item.open > .dropdown-toggle {
    border-bottom: 3px solid #868686;
}

.main-menu__item:hover .dropdown-toggle {
    border-bottom: 3px solid #868686;
}

.main-menu:last-child a {
    padding-right: 0;
}

.main-menu .dropdown-menu {
    border: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.main-menu__sub-item a {
    border-bottom: 1px solid #efefef;
    padding: 3px 10px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.main-menu--mobile {
    float: right;
}

@media (max-width: 767px) {
    .main-menu--mobile {
        float: none !important;
    }
}

/*
*******************************
* FOOTER
*******************************
*/
.main-footer__top {
    background: #d3d3d3;
    padding: 10px;
}

.main-footer__bottom {
    padding: 20px 0;
    font-size: 12px;
}

/*
*******************************
* LISTA LINK FOOTER
*******************************
*/
.link-block {
    border-right: 1px dotted #8c8c8c;
}
.link-block:last-child {
    border-right: 0px;
}

.link-block__title {
    color: #bdcce1 !important;
}

.link-block__item {
    font-size: 12px;
}

/*
*******************************
* SLIDER HOME
*******************************
*/
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99;
}

/*
*******************************
* TITOLO CON RIGA
*******************************
*/
.block-title {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: url("../images/border.gif") center center repeat-x;
    margin-bottom: 1.3em;
    font-weight: 500;
    display: block;
}

.block-title span {
    background: #fff;
    padding: 0 5px;
}

.block-title--right {
    text-align: right;
}

/*
*******************************
* SEZ.PROMOTIONS HOME
*******************************
*/
@media (max-width: 767px) {
    .promotions__big {
        margin-bottom: 1.5em;
    }
}

/*
*******************************
* FILE COMPONENT
*******************************
*/
.file {
    text-align: center;
    margin-bottom: 1.5em;
}

.file--home {
    height: auto !important;
}

@media (max-width: 767px) {
    .file {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #8c8c8c;
        text-align: left;
        height: auto;
    }

    .file:after {
        content: "";
        display: table;
        clear: both;
    }
}

.file__img-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

@media (min-width: 1200px) {
    .file__img-wrapper {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .file__img-wrapper {
        float: left;
        margin: 0 14px 0 0;
        max-width: 100px;
    }
}

.file__img {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 1200px) {
    .file__img {
        width: 90px;
        height: 90px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .file__img:hover {
        width: 130px;
        height: 130px;
        max-width: none;
        margin-top: -20px;
        margin-left: -20px;
    }
}

.product-main-photo {
    position: relative;
}
.file__promo {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon6.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promoH {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon6.png') no-repeat 0 0;
    left: 0px;
    top: -0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo05 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon605.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo10 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon610.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo15 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon615.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo20 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon620.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo25 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon625.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo30 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon630.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo35 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon635.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo40 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon640.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo45 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon645.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__promo50 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon650.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo55 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon650.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo60 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon660.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo65 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon665.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo70 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon670.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo75 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon675.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promo80 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon680.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promosaleIT {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbonpromoIT.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promosaleEN {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbonpromoEN.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__promosaleRU {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbonpromoRU.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}


.file__gift {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../images/gift.png') no-repeat 0 0;
    left: 5px;
    top: 5px;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.file__sold-out {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon7.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__sold-out2 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon1.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__sold-out2 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon1.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__sold-discIT {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon1IT.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__sold-discEN {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon1EN.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.file__sold-discRU {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon1RU.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}


.file__mood {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../images/mood.png') no-repeat 0 0;
    left: 5px;
    top: 5px;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.file__coupon {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../images/coupon.png') no-repeat 0 0;
    left: 5px;
    top: 5px;
    background-size: contain;
    width: 35px;
    height: 35px;
}



.file__temporary {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon2.png') no-repeat 0 0;
    /*left: 0px;*/
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__temporary2 {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon2.png') no-repeat 0 0;
    left: 0px;
    top: 30px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.file__low {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background: url('../new-styling/legends/ribbon9.png') no-repeat 0 0;
    left: 0px;
    top: 0px;
    background-size: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .file .form-inline {
        float: left;
    }
}

/*
*******************************
* VIEW-SWITCH
* regola l'effetto di hover a seconda dello switch delle dimensioni nella pag. del listing e homepage
*******************************
*/
.view-switch {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.view-switch--med .file__img-wrapper {
    width: 100px;
    height: 133px;
}

.view-switch--med .file__img {
    width: 100px;
    height: 133px;
    max-width: none;
    border-radius: 15px;
}

.view-switch--med .file__img:hover {
    width: 120px;
    height: 153px;
    max-width: none;
    margin-top: -10px;
    margin-left: -10px;
}

@media (min-width: 1200px) {
    .view-switch--med .file__img-wrapper {
        width: 225px;
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .view-switch--med .file__img {
        width: 225px;
        height: 300px;
        max-width: none;
    }

    @media (min-width: 1200px) {
        .view-switch--med .file__img:hover {
            width: 265px;
            height: 353px;
            max-width: none;
            margin-top: -27px;
            margin-left: -20px;
        }
    }
}

@media (min-width: 1200px) {
    .view-switch--big .file__img-wrapper {
        width: 210px;
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .view-switch--big .file__img {
        width: 210px;
        height: 210px;
        max-width: none;
    }

    @media (min-width: 1200px) {
        .view-switch--big .file__img:hover {
            width: 280px;
            height: 280px;
            max-width: none;
            margin-top: -35px;
            margin-left: -35px;
        }
    }
}

@media (min-width: 1200px) {
    .view-switch--home .file__img-wrapper {
        width: 130px;
        height: 130px;
    }
}

@media (min-width: 1200px) {
    .view-switch--home .file__img {
        width: 130px;
        height: 130px;
        max-width: none;
    }

    @media (min-width: 1200px) {
        .view-switch--home .file__img:hover {
            width: 170px;
            height: 170px;
            max-width: none;
            margin-top: -20px;
            margin-left: -20px;
        }
    }
}

/*
*******************************
* LATEST NEWS FROM THE BLOG
*******************************
*/
.media--home-listing {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #b5b5b5;
}

.media--home-listing__title {
    font-weight: 500;
}

.media--home-listing__more {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

@media (max-width: 767px) {
    .media--home-listing__text {
        font-size: 12px;
    }
}

.media--home-listing .media-object {
    max-width: 90px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 1200px) {
    .media--home-listing .media-object {
        width: 90px;
        height: 90px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .media--home-listing .media-object:hover {
        width: 130px;
        height: 130px;
        max-width: none;
        margin-top: -20px;
        margin-left: -20px;
    }
}

.media--home-listing .media-object__wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .media--home-listing .media-object__wrapper {
        width: 90px;
        height: 90px;
    }
}

.banner {
    display: block;
    margin-bottom: 14px;
}

/*
*******************************
* SOCIAL MEDIA BLOCK HOME
*******************************
*/
.social {
    background: #d3d3d3;
    padding: 14px 0;
}

.social__title {
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: 500;
}

.social__form input {
    border: 1px solid #8c8c8c;
}

.social__form button {
    padding: 3px 10px;
}

.social__item {
    margin-left: 5px;
    padding: 0 !important;
}

.social__item a {
    display: block;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

.social__item .facebook {
    background: url("../images/social-fb.png") no-repeat 0 0;
}

.social__item .twitter {
    background: url("../images/social-twitter.png") no-repeat 0 0;
}

.social__item .pinterest {
    background: url("../images/social-pinterest.png") no-repeat 0 0;
}

.social__item .instagram {
    background: url("../images/social-insta.png") no-repeat 0 0;
}

.social__item .googleplus {
    background: url("../images/social-googleplus.png") no-repeat 0 0;
}

.social__item .youtube {
    background: url("../images/social-yt.png") no-repeat 0 0;
}

.social__item .rss {
    background: url("../images/social-rss.png") no-repeat 0 0;
}

/*
*******************************
* ADVANTAGE BLOCK
* present in all pages
*******************************
*/
@media (max-width: 991px) {
    .advantage {
        margin-bottom: 2em;
    }
}
.advantage__title {
    padding-bottom: 5px;
    border-bottom: 1px dotted #8c8c8c;
    margin-bottom: 2em;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.advantage__text {
    font-size: 12px;
}

.advantage img {
    position: absolute;
    left: 15px;
    bottom: -15px;
}

/*
*******************************
* CONTACT FORM
*******************************
*/
.meeting {
    padding: 30px 0;
    border-top: 1px solid #B1AFAF;
    background: #e6e7e8;
}

.meeting__title {
    margin-bottom: 1.5em;
    font-weight: 500;
}

.meeting textarea {
    height: 75px;
}

@media (max-width: 991px) {
    .meeting textarea {
        margin-bottom: 1.5em;
    }
}

.meeting .form-control {
    border: 1px;
}

/*
*******************************
* CATEGORIES SIDEBAR MENU
*******************************
*/
.cat-list {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 1.5em;
}

.cat-list__item {
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.cat-list__sub-items {
    margin: 0.3em 0 0 15px;
}

.cat-list--mobile {
    margin-bottom: 1.5em;
}

/*
*******************************
* FILTERS BLOCK LISTING
*******************************
*/
.list-filters {
    padding-bottom: 10px;
    border-bottom: 1px dotted #8c8c8c;
    font-size: 11px;
    margin-bottom: 15px;
}

.list-filters__form {
    margin-bottom: 1em;
    float: right;
}

@media (max-width: 991px) {
    .list-filters__form {
        float: none;
    }
}

.list-filters__form .form-group {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .list-filters__form .form-group {
        margin-right: 0;
    }
}

/*
*******************************
* VIEW-SWITCH LISTING
*******************************
*/
.grid-type {
    float: right;
}

.grid-type__list {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 0 0 10px;
}

.grid-type__label {
    display: inline-block;
}

.grid-type__item {
    padding: 0 0 6px 0 !important;
    margin-left: 5px;
    height: 28px;
}

.grid-type__item a {
    display: block;
    width: 31px;
    height: 22px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.grid-type__item:hover {
    border-bottom: 3px solid #868686;
}

.grid-type__item--is-active {
    border-bottom: 3px solid #868686;
}

.grid-type__item--is-active a {
    background-position: 0 -24px;
}

.grid-type__item--8 a {
    background-image: url("../images/view1.png");
}

.grid-type__item--8 a:hover {
    background-position: 0 -24px;
}

.grid-type__item--6 a {
    background-image: url("../images/view2.png");
}

.grid-type__item--6 a:hover {
    background-position: 0 -24px;
}

.grid-type__item--4 a {
    background-image: url("../images/view3.png");
}

.grid-type__item--4 a:hover {
    background-position: 0 -24px;
}

.breadcrumb {
    padding-bottom: 15px;
    color: #d3d3d3;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 1.5em;
}

.breadcrumb__link {
	color: #aabad1;
}

.breadcrumb__link--main {
    text-transform: uppercase;
    font-size: 14px;
}

/*
*******************************
* PRODUCT BLOCK
*******************************
*/
.product {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 1.5em;
}

.product__title {
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .product__img {
        margin-bottom: 15px;
    }
}

.product__promo {
    padding-left: 60px;
    height: 50px;
    background: url("../images/promo.png") no-repeat 0 0;
    margin: 2em 0 1em;
}

.product__gift {
    padding-left: 60px;
    height: 50px;
    background: url("../images/gift.png") no-repeat 0 0;
    margin: 2em 0 1em;
}

.product__data {
    margin-bottom: 1em;
    font-weight: 500;
}

.product__data--small {
    font-size: 16px;
}

.product__data--small:after {
    content: "";
    display: table;
    clear: both;
}

.product__data--small .product__term {
    float: left;
    font-weight: 500;
    margin-right: 3px;
}

.product__data--small .product__desc {
    font-weight: 300;
    color: inherit;
    font-style: normal;
    margin-bottom: 0.3em;
}

.product__term {
    font-weight: 500;
    font-size: 14px;
}

.product__desc {
    color: #bdcce1; /* era e38916 ora 97B4CF*/
    margin-bottom: 0.5em;
}

.product__price {
    font-size: 28px;
    color: #bdcce1;
    font-weight: 500;
}

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

.product__price small {
    display: block;
    font-weight: 500;
    /*font-style: italic;*/
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5em;
}

.product__price--promo .price-old {
    font-size: 24px;
    color: #8c8c8c;
    /*display: block;*/
    margin-bottom: 0;
    text-decoration: line-through;
}

.product__price--promo .price-new {
    color: red !important;
}

.product__price--double .price-over {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 300;
}

.product__price--double .price-over span {
    color: #bdcce1;
    font-weight: 500;
    font-size: 18px;
}

.product__price--double .price-over .price-striked {
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 14px;
}

.product__price--double small {
    display: inline;
}

.product__form {
    font-size: 14px;
    margin-top: 2em;
}

.product__form__btn {
    margin-top: 10px;
}

.shipping-mode {
    margin: -5px 0 0 10px;
    float: left;
}

@media (max-width: 767px) {
    .shipping-mode {
        margin-bottom: 1em;
    }
}

.shipping-mode__item {
    padding: 0 !important;
    margin-left: 5px;
}
.product .other-products .thumbnail-product img.img-responsive {
    max-width: 165px;
}
/*
*******************************
* ELEMENTI PAGINA CONTATTI
*******************************
*/
.contact-form {
    margin-bottom: 4em;
}

.privacy {
    font-size: 11px;
}

.contact-text {
    padding-top: 140px;
    background: url("../images/contact-phone.png") no-repeat top center;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 991px) {
    .contact-text {
        margin-bottom: 4em;
    }
}

.contact-text__strong {
    font-size: 14px;
}

/*
*******************************
* GENERAL ELEMENTS used throughout the site
*******************************
*/
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

select {
    border: 0 !important;
    outline: 1px inset #ccc;
    outline-offset: -1px;
}

a {
    transition: color 0.5s ease;
}

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

.site-content {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .site-content {
        margin-top: 25px;
    }
}

.bold, strong {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.spacer {
    margin-bottom: 2.5em;
}

.inverted, .inverted a {
    color: #fff;
}

.clear {
    clear: both;
}

.featured {
    color: #000 !important;
}

.condensed {
    font-family: 'Roboto', sans-serif;
}

.border-right {
    border-right: 1px dotted #8c8c8c;
}

@media (max-width: 991px) {
    .border-right {
        border: 0;
    }
}

.section-title.green {
    color: #97B4CF;
}
.section-title {
    color: #bdcce1;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.highlight {
    color:#bdcce1;
}
/*# sourceMappingURL=styles.css.map */
.navbar .navbar-collapse .navbar-nav > li {
    border: 0px !important;
}

.navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu, .navbar .navbar-nav > li > .dropdown-menu {
    border: 0px !important;
}

.meganvabar-container .navbar .dropdown-menu li > a, .navbar .meganvabar-container .dropdown-menu li > a {
    font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .meganvabar-container .navbar .navbar-nav > li > a {
        display: block;
    }
}

@media screen and (min-width: 768px) {

    .meganvabar-container .nav {
        margin: 0;
    }

    .meganvabar-container .nav > li {
        padding: 0px;
        margin-top: 5px;
    }
    #megaMenuSticker  .meganvabar-container .nav > li {
        margin-bottom: -1px;
    }
    .meganvabar-container .nav > li > a {
        background: white;
        border-radius: 5px 5px 0 0;
        border: 0px;
    }

    .meganvabar-container .nav.navbar-left > li > a {
        margin-right: 5px;
    }

    .meganvabar-container .nav.navbar-right > li > a {
        margin-left: 5px;
    }

    .meganvabar-container .nav > li > a:hover {

    }

    .nav-mask {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.3s;
        background: #212121;
        background: rgba(33, 33, 33, 0.5);
    }

    body.back-drop .nav-mask {
        left: 0%;
        opacity: 1;
        z-index: 99999;
        transition: opacity 0.3s;
    }

    body.back-drop .main-header__top, body.back-drop .meganvabar-container * {
        z-index: 100000;
    }

    .meganvabar-container .nav > li > a {
        padding: 3px 3px;
        border-color: white !important;
        border-bottom: 0px;
        margin-bottom: 0px;
        bottom: 0px;
        background-color: white;
        color: #000000;
    }

    .meganvabar-container:hover .nav > li > a, .back-drop .meganvabar-container .nav > li > a {
        background-color: #d3d3d3;
        transition: background 0.3s;
    }

    .meganvabar-container .nav > li.open > a, .meganvabar-container .nav > li > a:hover {
        border-bottom: 0px !important;
        background-color: white !important;
        color: #000000;
    }

    .meganvabar-container .nav > li > .dropdown-menu {
        border: 0px !important;
        margin-top: 0px !important;
    }
}

.bx-wrapper {
    margin: auto;
}

.sticker-news {
    /*background: #d3d3d3;*/
    color: #000000;
    padding: 15px;
    margin: 0px auto;
}
.sticker-news.sub-page {
    margin: 15px auto 0px;
}

.sticker-news .text-invert {
    color: #ffffff;
}

ul.bxslider {
    list-style: none;
}

.main-header__bottom .header-icon {
    max-width: 36px;
}

.clear-row {
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    clear: both;
}

.band-icons {
    background: #dedfeb;
    color: #000000;
    padding: 20px;
}

.band-icons ul {
    display: block;
}

.band-icons ul > li {
    display: block;
    float: left;
    width: 12.50%;
}

.band-icons ul > li a {
    padding: 0px 10px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.band-icons ul > li div.image {
    border-radius: 50%;
}

.band-icons ul > li img {
    max-width: 100%;
}

.band-icons ul > li div.title {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all; 
	color:#FFFFFF;
}

@media (max-width: 768px) {
    .band-icons div.clear-row {
        height: 10px;
        font-size: 10px;
        line-height: 10px;
        clear: both;
    }

    .band-icons {
        padding: 15px 0px;
    }

    .band-icons ul > li {
        width: 33%;
    }

    .band-icons ul > li a {
        padding: 0px 5px;
    }

    .band-icons ul > li div.title {
        font-weight: 300;
        font-size: 0.8em;
    }
}

/* Block title*/
.block-title-center {
    border-bottom: solid 5px transparent;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 40px;
    line-height: 0;
    text-align: center;
}

.block-title-center span {
    background: #fff;
    padding: 0 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.block-title-center.solid {
    border-bottom: solid 5px #d3d3d3;
}

.block-title-center.dotted {
    border-bottom: dotted 5px #d3d3d3;
}
.block-title-center.dotted8 {
    border-bottom: dotted 8px #d3d3d3;
}

.block-title-center.bold span {
    font-weight: 500;
}

.block-title-center.big {
    font-size: 30px;
}

/* BXSLIDER CUSTOM */
.carousel-container {
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
}

.carousel-container .bx-control-direction {
    height: 2em;
    font-size: 2em;
    margin-top: -1em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    z-index: 50;
}

.carousel-container .bx-prev-cus a, .carousel-container .bx-next-cus a {
    color: #f3f3f3;
}

.carousel-container .bx-prev-cus a:hover, .carousel-container .bx-next-cus a:hover {
    color: #d3d3d3;
}

.carousel-container .bx-prev-cus {
    left: 0px;
}

.carousel-container .bx-next-cus {
    right: 0px;
}

@media (min-width: 992px) {

    .carousel-container .bx-control-direction {
        font-size: 5em;
    }

    .carousel-container {
        padding: 0px 40px;
    }

    /*.carousel-container .bx-prev-cus {
        left: -20px;
    }

    .carousel-container .bx-next-cus {
        right: -20px;
    }*/
}

.promo-overlay {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 53px;
    left: 0px;
    right: 0px;
    padding: 15px;
    display: none;
    overflow: hidden;
}

li:hover .promo-overlay {
    display: block;
}
.bxslider-promo li img {
    opacity: 1;
}

.bxslider-promo li:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.promo-overlay table, .promo-overlay td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.item:hover .promo-overlay {
    display: block;
}

@media screen and (max-width: 768px) {
    .promo-overlay {
        padding: 5px;
    }

    .promo-overlay table, .promo-overlay td {
        padding: 0px;
    }
}

/* Masonry styles */

.masonry .item:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.masonry .promo-overlay {
    bottom: 0px;
}

.masonry .item {
    margin: 0;
    float: left;
    position: relative;
    cursor: pointer;
}

.masonry .promo-overlay a{
    color: #333333;
    font-size: 1.5em;
}

/* social-links */
.social-links {
    text-align: center;
}

.social-links > div {
    background: url('../new-styling/social-links-bg.png') top center no-repeat;
    background-size: 388px 66.5px;
    padding-top: 60px;
}

.social-links > div > img {
    max-width: 100%;
    max-height: 29px;
    margin-top: 5px;
}

.social-links .social-item {
    margin-bottom: 10px;
}

.social-links .social-item a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    background: gray;
    border-radius: 50%;
    font-size: 2.1em;
    color: white;
    transition: all .3s ease-in-out;
}

.social-links .social-item a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 360px) {

    .social-links > div {
        background-size: 100%;
    }
}

.social-links .social-item a.facebook {
    background: #3b5998 none repeat scroll 0 0;
}

.social-links .social-item a.twitter {
    background: #00aced none repeat scroll 0 0;
}

.social-links .social-item a.google-plus {
    background: #dc4e41 none repeat scroll 0 0;
}

.social-links .social-item a.pinterest {
    background: #cb2027 none repeat scroll 0 0;
}

.social-links .social-item a.linkedin {
    background: #005a87 none repeat scroll 0 0;
}

.social-links .social-item a.tumblr {
    background: #2b4761 none repeat scroll 0 0;
}

.social-links .social-item a.vimeo {
    background: #1bb7ea none repeat scroll 0 0;
}

.social-links .social-item a.instagram {
    background: #ae577c none repeat scroll 0 0;
}

.social-links .social-item a.flickr {
    background: #0063db none repeat scroll 0 0;
}

.social-links .social-item a.youtube {
    background: #ff2800 none repeat scroll 0 0;
}

.social-links .social-item a.rss {
    background: #fc7216 none repeat scroll 0 0;
}

.social-links .social-item a.github {
    background: #151013 none repeat scroll 0 0;
}

/* NEWS LETTER*/
.box-bg-input {
    padding: 30px 15px;
    background: #d3d3d3;
    color: white;
}

.box-bg-input label.visible-xs {
    padding: 0px 15px
}

.box-bg-input .form-group {
    width: 100%;
    display: table;
    table-layout: auto;
    margin: 0;
}

.box-bg-input .form-group > div, .box-bg-input .form-group > label {
    width: 20%;
    display: table-cell;
    white-space: nowrap;
    padding: 0px 15px;
}
 .box-bg-input .form-group > label{
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
     font-size: 20px;
}
.box-bg-input .form-group > div.input-container input, .box-bg-input .form-group > div button {
    width: 100%;
    line-height: 30px;
    display: inline-block;
    font-size: 18px;
}
.box-bg-input .form-group > div button {
    font-size: 20px;
}
.box-bg-input .form-group > div.input-container input {
    height: auto;
}
.box-bg-input .form-group > div button {
    font-weight: 500;
}
section.news-letter {

}
.news-letter .form-group > div.input-container {
    width: 60%;
}
.login-box.box-bg-input {
    padding-bottom: 10px;
}
.login-box.box-bg-input .form-group > div {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .news-letter .form-group > label {
        display: none;
    }

    .news-letter .form-group > div.input-container {
        width: 80%;
    }
}

.payment-gateways {
    padding-bottom: 80px;
    background: url('../new-styling/border.png') bottom center repeat-x;
}

.payment-gateways img {
    /*max-width: 100px;*/
    margin: 5px;
}

.payment-gateways {
    text-align: center;
}

/* Footer */
footer {
    margin-top: 30px;
    padding-bottom: 75px;
    background: url('../new-styling/border.png') bottom center repeat-x;
}

footer .info-title {
    text-transform: uppercase;
    font-size: 1.1em;
}

footer img.footer-extra {
    max-height: 30px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .mb10-xs {
        margin-bottom: 10px;
    }

    .mb15-xs {
        margin-bottom: 15px;
    }

    .mb30-xs {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .mb15-sm {
        margin-bottom: 15px;
    }
}

.ml30 {
    margin-left: 30px;
}

.mr5 {
    margin-right: 5px;
}
.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}
.ml15 {
    margin-left: 15px;
}

.mr5 {
    margin-right: 15px;
}
.mr15 {
    margin-right: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50,.dotted-box-bounder.mt50 {
    margin-top: 50px;
}

.mb50,.dotted-box-bounder.mb50 {
    margin-bottom: 50px;
}

.mt75 {
    margin-top: 75px;
}

.mb75 {
    margin-bottom: 75px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}

hr.separator {
    border-top: 5px dotted #d3d3d3;
    margin-bottom: 50px;
    margin-top: 50px;
}

.primary-color {
    color: #d3d3d3;
}

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

@media (max-width: 991px) {
    .un-pull-right-sm .pull-right {
        float: left !important;
    }
}
.search-container {
    margin-top: 5px;
}
@media screen and (min-width: 768px){
.main-header__bottom form.form-search-popover {
 max-width: 200px;
}
}
.main-header__bottom form.form-search-popover button {
    border: none;
    padding: 0px;
    margin-left: 5px;
    background: none;

}
.main-header__bottom form.form-search-popover .close {
    line-height:0.5;
}
.container-1920 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}
.container-padding {
    padding: 0 15px;
}
.main-header__bottom .weship img {
    max-width: 280px;
}.navbar-gray.navbar-toggle .icon-bar{
     background-color: #888;
    margin-left: 5px;
 }
 /* Navbar center*/
@media screen and (min-width: 768px){
    .navbar-nav.navbar-center {
        float: none;
        text-align: center;
    }
    .navbar-nav.navbar-center > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav.navbar-center > li.highlight {
        float: right;
    }
    .navbar-nav.navbar-center > li.highlight > a {
        color: #bdcce1; font-weight:500;
    }
}
.navbar-nav > li > a.has-icon {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-nav > li > a.has-icon img{
    max-height: 38px;
}
/* Script font */

.script-font {
    font-family: DHGScript,"Seaweed Script",cursive;
}
.script-font-force {
    font-family: DHGScript,"Seaweed Script",cursive !important;
}
h1.script-font,.h1.script-font {
    font-weight: 400;
    color: #3C3C3C;
    font-size: 40px;
}
h2.script-font,.h2.script-font {
    font-weight: 400;
    color: #3C3C3C;
    font-size: 35px;
}

.script-fontRU {
    font-family: 'Bad Script', cursive;
}
.script-fontRU-force {
    font-family: 'Bad Script', cursive; !important;
}
h1.script-fontRU,.h1.script-font {
    font-weight: 400;
    color: #3C3C3C;
    font-size: 40px;
}
h2.script-fontRU,.h2.script-font {
    font-weight: 400;
    color: #3C3C3C;
    font-size: 35px;
}

h1.dark-color, h2.dark-color,h3.dark-color {
    color: #3C3C3C;
}
.no-border-radius {
    border-radius: 0px !important;
}
.disappear {
    display: none;
}
.image-hover-replace {
    cursor: pointer;
}
.list-outside li {
    list-style-position: outside;
    margin-left: 1em;
}
.bg-box {
    background-color: #d3d3d3;
    padding: 30px;
    border-radius: 40px;
}
.bg-box .highlight,.bx-box .text-invert {
    color: white;
}
/* Custom datepicker */
.custom-calendar-container {
    padding: 0px 40px;
    position: relative;
}
.custom-calendar-container .icon {
    position: absolute;
    left: 10px;
    font-size: 50px;
    top: 45%;
    z-index: 1;
    color:#d3d3d3;
}
.custom-calendar-title {font-size: 40px;padding-left: 30px;}
.custom-calendar-container .icon.next {
    left: auto;
    right: 10px;
}
.custom-calendar {

}
.custom-calendar table {
    width: 100%;
    border-spacing: 15px;
    border-collapse: separate;
}
.custom-calendar thead {display: none;}
.custom-calendar td {
    width: 40px; text-align: left; height: 40px; vertical-align: top;background: white;
position: relative;
    cursor: pointer;
}
.custom-calendar td.old, .custom-calendar td.new {
    color:#aaa;
}
.custom-calendar td.disabled {
    color:#ccc;
}
.custom-calendar td:before {
    position: absolute;
    z-index: 1;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 1px solid white;
    content: " ";
    display: none;
}
.custom-calendar td.active:not(.disabled):before, .custom-calendar td:not(.disabled):hover:before {
    display: block;
}
.custom-calendar .datepicker-switch {
    font-family: DHGScript, "Seaweed Script", cursive;
    font-size: 40px;
}
/* Custom modal */
.modal-box .modal-content {
    border-radius: 0px;
    padding: 30px;
    background: #ebeff6;
    position: relative;
}
.modal-box .modal-body {
    position: relative;
    background-color: white;
}
.modal-body .border-left, .modal-body .border-right {
    border-left: 6px dotted #b3b3b3;
    bottom: 0px;
    top: 0px;
    position: absolute;
    width: 0;
    z-index: 1052;
    margin: 0px !important;
}
.modal-box .modal-body .border-left {left: -3px;}
.modal-box .modal-body .border-right {
    right: -3px;
}
.modal-box .modal-body .border-top, .modal-body .border-bottom {
    margin: 0px !important;
    border-top: 6px dotted #b3b3b3;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 0;
    z-index: 1052;
}
.modal-box .modal-body .border-top {top: -3px;}
.modal-box .modal-body .border-bottom {
    bottom: -3px;
}
.modal-box .modal-right { display: none;}
@media screen and (min-width: 768px){
    .modal-box .modal-right {
        position: absolute;
        z-index: 2;
        right: 0px;
        bottom: 0px;
        top: 0px;
        width: 126px;
        display: block;
    }
    .modal-box .modal-content.with-right-img {
        padding-right: 126px;
    }
    .modal-box .modal-right.info-box {
        background: url('../new-styling/info-box-right.png') center bottom no-repeat;
    }
    .modal-box .modal-right.legenda-box {
        background: url('../new-styling/lagenda-box-right.png') center bottom no-repeat;
    }
}

stronger, .stronger {
    font-weight: 900;
}
input[type="number"].no-arrows::-webkit-outer-spin-button,
input[type="number"].no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].no-arrows {
    -moz-appearance: textfield;
}
/* CART AJAX POPUP */
.popover.cart-popover {
    border: 5px solid #d3d3d3;
    border-top: 0px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: none;
}
.cart-add-items {
    width: 300px;
    margin-bottom: 0px;
    max-width: 100%;
}
.cart-add-items li {
    border-bottom: 1px solid #d3d3d3;
    padding: 0px 5px 5px 60px;
    position: relative;
    min-height: 56px;
    margin-bottom: 5px;
}
.cart-add-items li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 50px;
}
.cart-add-items li.cart-more-item {
    min-height: inherit;
    padding-left: 5px;
    border-bottom: 0px;
}
.cart-add-items li img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.circle-badge {
    border-radius: 50%;
    min-width: 1.4em;
    display: inline-block;
}
/* RATING */

fieldset.rating {margin:0px;padding: 0px;}
fieldset.rating label{margin:0px;padding: 0px;}
.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 1px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label, .rating > span.rating-number {
    color: #ddd;
    float: right;
}
.rating > span.rating-number {
    line-height: 2.3;
    margin-left: 15px;
    color: #000000;
    cursor: pointer;
}
h4 .rating {
    font-size: 16px;
    font-weight: 300;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(.readonly):not(:checked) > label:hover, /* hover current star */
.rating:not(.readonly):not(:checked) > label:hover ~ label { color: #fff000;  } /* hover previous stars in list */

.rating:not(.readonly) > input:checked + label:hover, /* hover current star when changing rating */
.rating:not(.readonly) > input:checked ~ label:hover,
.rating:not(.readonly) > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating:not(.readonly) > input:checked ~ label:hover ~ label { color: #FFD700;  }
/* END RATING */
#listRatingModal .modal-header {
    border: 0px;
    padding: 15px 0px;
}
#listRatingModal .modal-body {
    padding: 0px;
    background-color: transparent;
}
#listRatingModal .modal-header .close{
    margin-top: -3rem;

    font-size: 3rem;
}
#listRatingModal .panel {
    border: 1px solid #ebeff6;
    margin-bottom: 10px;
}
#listRatingModal .panel.bg-primary {
    background-color:#ebeff6;
}
#listRatingModal .panel-heading {
    text-align: center;
    font-size: 1.4rem;
    background-color: #ebeff6;
    padding: 5px 10px;
}
#listRatingModal .panel-body {
    padding: 10px;
}
#listRatingModal .iframe-container{
}
#listRatingModal iframe{
    border:0px;
    width: 100%;
    height: 60vh;
}
#MegaNavbarID.collapse.in{
    visibility: visible !important;
}
.col-space-5 .col-xs-1, .col-space-5 .col-sm-1, .col-space-5 .col-md-1, .col-space-5 .col-lg-1, .col-space-5 .col-xs-2, .col-space-5 .col-sm-2, .col-space-5 .col-md-2, .col-space-5 .col-lg-2, .col-space-5 .col-xs-3, .col-space-5 .col-sm-3, .col-space-5 .col-md-3, .col-space-5 .col-lg-3, .col-space-5 .col-xs-4, .col-space-5 .col-sm-4, .col-space-5 .col-md-4, .col-space-5 .col-lg-4, .col-space-5 .col-xs-5, .col-space-5 .col-sm-5, .col-space-5 .col-md-5, .col-space-5 .col-lg-5, .col-space-5 .col-xs-6, .col-space-5 .col-sm-6, .col-space-5 .col-md-6, .col-space-5 .col-lg-6, .col-space-5 .col-xs-7, .col-space-5 .col-sm-7, .col-space-5 .col-md-7, .col-space-5 .col-lg-7, .col-space-5 .col-xs-8, .col-space-5 .col-sm-8, .col-space-5 .col-md-8, .col-space-5 .col-lg-8, .col-space-5 .col-xs-9, .col-space-5 .col-sm-9, .col-space-5 .col-md-9, .col-space-5 .col-lg-9, .col-space-5 .col-xs-10, .col-space-5 .col-sm-10, .col-space-5 .col-md-10, .col-space-5 .col-lg-10, .col-space-5 .col-xs-11, .col-space-5 .col-sm-11, .col-space-5 .col-md-11, .col-space-5 .col-lg-11, .col-space-5 .col-xs-12, .col-space-5 .col-sm-12, .col-space-5 .col-md-12, .col-space-5 .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.cart-split {
    color: #000000;
}
.cart-split.active {
    color: red;
}
#infoModal .modal-header{
    position: relative;}
#infoModal .modal-header .close {
    position: absolute;
    right: -80px;
    top: -10px;
    z-index: 9;
    opacity: 1;
}