/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700&subset=latin,latin-ext");

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

body {
    margin: 0;
    height: 100%;
    overflow-x:hidden;
}
html {
  height: 100%;
}


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

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}
.no_underline:hover{
    text-decoration: none;
}

iframe[name="google_conversion_frame"]{
    position: absolute;
    height: 0px;
}
iframe{
    border: 0px;
}

/*! 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
    }

    .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: "Open Sans", sans-serif;
    line-height: 1.6em;
    font-size: 14px;
    color: #3b424d;
    background-color: #fff
}

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

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

a:hover, a:focus {
    color: #bc2028;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

.img-thumbnail {
    padding: 0;
    line-height: 1.1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #dcdcdc
}

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

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.06;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #979e9f
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 7.5px
}

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: 7.5px;
    margin-bottom: 7.5px
}

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

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 34px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 20px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 7.5px
}

.lead {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #3b424d
}

.text-primary {
    color: #e04951
}

a.text-primary:hover, a.text-primary:focus {
    color: #d2242d
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #46b3e5
}

a.text-info:hover, a.text-info:focus {
    color: #1f9fd9
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #e04951
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #d2242d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 6.5px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #dcdcdc;
}

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

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

dt, dd {
    line-height: 1.1
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

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

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

.initialism {
    font-size: 90%
}

blockquote {
    padding: 7.5px 15px;
    margin: 0 0 15px;
    font-size: 26px;
    border-left: 5px solid transparent
}

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.1;
    color: inherit
}

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 transparent;
    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: 15px;
    font-style: normal;
    line-height: 1.1
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 7px;
    margin: 0 0 7.5px;
    font-size: 13px;
    line-height: 1.1;
    word-break: break-all;
    word-wrap: break-word;
    color: #3b424d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1178px
    }
}

.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.33333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

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

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

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

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

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

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

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

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

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

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

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

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

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

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

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

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

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

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

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

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

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

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

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

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

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

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

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

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

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

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

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

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

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

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

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

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

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

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

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

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

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

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

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

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

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

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

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

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

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

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

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

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

.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.1;
    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: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 11.25px;
        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: 15px;
    font-size: 21px;
    line-height: inherit;
    color: #3b424d;
    border: 0;
    border-bottom: 1px solid #3b424d
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.1;
    color: #b2b2b2
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.1;
    color: #3b424d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    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 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #e04951;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 73, 81, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 73, 81, 0.6)
}

.form-control::-moz-placeholder {
    color: gray;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: gray;
    font-style: normal;
    font-weight: 400;
}

.form-control::-webkit-input-placeholder {
    color: gray;
    font-style: normal;
    font-weight: 400;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: lightgray;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

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

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 13px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 15px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    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 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

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

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

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 29px
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

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

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 27px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 33px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 20px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bfbfbf
}

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

.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.33333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.1;
    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: #e04951;
    text-decoration: none
}

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

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

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #e04951;
    background-color: #fff;
    border-color: #e7e7e7
}

.btn-default:focus, .btn-default.focus {
    color: #e04951;
    background-color: #e6e6e6;
    border-color: #a7a7a7
}

.btn-default:hover {
    color: #e04951;
    background-color: #e6e6e6;
    border-color: #c8c8c8
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #e04951;
    background-color: #e6e6e6;
    border-color: #c8c8c8
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #e04951;
    background-color: #d4d4d4;
    border-color: #a7a7a7
}

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

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

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

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d2242d;
    border-color: #5f1b1f
}

.btn-primary:hover {
    color: #fff;
    background-color: #d2242d;
    border-color: #932a30
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d2242d;
    border-color: #932a30
}

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

.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: #e04951;
    border-color: #c23840
}

.btn-primary .badge {
    color: #e04951;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #9c3;
    border-color: #8ab82e
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #7aa329;
    border-color: #3d5214
}

.btn-success:hover {
    color: #fff;
    background-color: #7aa329;
    border-color: #658722
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #7aa329;
    border-color: #658722
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #658722;
    border-color: #3d5214
}

.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: #9c3;
    border-color: #8ab82e
}

.btn-success .badge {
    color: #9c3;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #46b3e5;
    border-color: #36a0d1
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1f9fd9;
    border-color: #19536e
}

.btn-info:hover {
    color: #fff;
    background-color: #1f9fd9;
    border-color: #267ca4
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1f9fd9;
    border-color: #267ca4
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1a88ba;
    border-color: #19536e
}

.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: #46b3e5;
    border-color: #36a0d1
}

.btn-info .badge {
    color: #46b3e5;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ffa800;
    border-color: #e69700
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cc8600;
    border-color: #664300
}

.btn-warning:hover {
    color: #fff;
    background-color: #cc8600;
    border-color: #a86f00
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc8600;
    border-color: #a86f00
}

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

.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: #ffa800;
    border-color: #e69700
}

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

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

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

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

.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: #e04951;
    font-weight: normal;
    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: #bc2028;
    text-decoration: underline;
    background-color: transparent
}

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

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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: 0.35s;
    transition-duration: 0.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 dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.navbar{
  padding-bottom: 0px!important;
}
.navbar-nav > li {
    padding-bottom: 20px;
}
.navbar-nav .fa-user{
    color: #fff;
}
.navbar-nav .user{
    background: #46b3e5!important;
}
.navbar-nav .user:hover{
    background: #36a0d1!important;
}

@media (max-width: 768px){
    .navbar{
      padding-bottom: 20px!important;
    }
    .navbar-nav > li {
        padding-bottom: 30px!important;
    }
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    margin-top: 20px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    -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: 6.5px 0;
    overflow: hidden;
    background-color: #e7eaec
}

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

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #979e9f
}

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

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.1;
    color: #3b424d;
    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 dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

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

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #b2b2b2;
    text-align: center;
    background-color: #dcdcdc;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

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

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

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

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

.nav:after {
    clear: both
}

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

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

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

.nav > li.disabled > a {
    color: #979e9f
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #979e9f;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

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

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

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

.nav-tabs {
    border-bottom: 1px solid inherit
}

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

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

.nav-tabs > li > a:hover {
    border-color: #455564 #455564 inherit
}

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

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 0
}

.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: #3f4b58;
    background-color: #fff
}

.nav-stacked > li {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .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: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

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

.navbar-collapse:after {
    clear: both
}

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

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

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.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: 0;
    margin-left: 0
}

@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: 0 0;
    font-size: 18px;
    line-height: 15px;
    height: 30px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

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

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

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

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 0 0
}

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

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav.navbar-right > li > a.btn {
        width: 99%;
     }

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

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

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

    .navbar-nav > li {
        float: left
    }
    .navbar-nav > li:hover{
        position: relative;
        border-bottom: 3px solid #46b3e5;
        margin-bottom: -16px!important;
    }

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

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    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: -7.5px;
    margin-bottom: -7.5px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .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: 768px) {
    .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: -7.5px;
    margin-bottom: -7.5px
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 0px;
    margin-bottom: 0px
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 4px;
    margin-bottom: 4px
}

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

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

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

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

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

.navbar-default {
    background-color: transparent;
    border-color: #979e9f
}

.navbar-default .navbar-brand {
    color: #fff
}

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

.navbar-default .navbar-text {
    color: #fff
}

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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e6e6e6!important;
    background-color: transparent
}

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

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

.navbar-default .navbar-toggle {
    border-color: #e04951
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e04951
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #979e9f
}

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

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

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

.navbar-default .navbar-link {
    color: #fff
}

.navbar-default .navbar-link:hover {
    color: #e6e6e6
}

.navbar-default .btn-link {
    color: #fff
}

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

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

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

.navbar-inverse .navbar-brand {
    color: #bfc3c4
}

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

.navbar-inverse .navbar-text {
    color: #bfc3c4
}

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

.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: 768px) {
    .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: #bfc3c4
    }

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

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

.navbar-inverse .btn-link {
    color: #bfc3c4
}

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

.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: inherit;
    border-radius: 4px;
    overflow: hidden; 
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 7px 10px 7px 35px;
	background: #485868; 
	position: relative; 
	display: block;
	float: left;
    font-size: 12px
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 12px solid #485868;
	position: absolute;
	top: 50%;
	margin-top: -18px; 
	left: 100%;
	z-index: 2; 
}
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 18px solid transparent;       
	border-bottom: 17px solid transparent;
	border-left: 12px solid #5d7082;
	position: absolute;
	top: 50%;
	margin-top: -18px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
	padding-left: 15px;
}

.breadcrumb li:last-child a {
	background: #485868 !important;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li a:hover { 
    background: #5d7082; 
}
.breadcrumb li a:hover:after { 
    border-left-color: #5d7082 !important; 
}

.breadcrumb > .active {
    color: #fff
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.1;
    text-decoration: none;
    color: #485868;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e04951;
    border-color: #e04951
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e04951;
    border-color: #e04951;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #979e9f;
    background-color: #fff;
    border-color: #dfdfdf;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 15px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid none;
    border-radius: 0
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: transparent
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #979e9f;
    background-color: transparent;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #979e9f
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #7c8587
}

.label-primary {
    background-color: #e04951
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #d2242d
}

.label-success {
    background-color: #9c3
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #7aa329
}

.label-info {
    background-color: #46b3e5
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #1f9fd9
}

.label-warning {
    background-color: #ffa800
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cc8600
}

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

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: gray;
}
.subcats .badge{
    margin-top: 2px;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #e04951;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #dcdcdc
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #c3c3c3
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

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

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

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

.alert {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #46b3e5
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #1f9fd9
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #e04951;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #9c3
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #46b3e5
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #ffa800
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    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-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #dcdcdc;
    color: #979e9f;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #979e9f
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e04951;
    border-color: #e04951
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fef7f8
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #46b3e5;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #46b3e5
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #46b3e5;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #46b3e5;
    border-color: #46b3e5
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel_nav .btn-primary, .panel_nav .btn-primary:focus, .panel_nav .btn-primary:hover {
    border: 1px solid gray;
    background: none;
    color: gray;
    padding: 6px 20px;
    font-weight: 300;
    font-size: 12px;
    margin-top: 2px;
}
.panel_nav h5{
    color: lightgray;
    margin-top: 8px;
    margin-bottom: 0px;
}
@media (max-width: 768px){
    .panel_nav h5{
        text-align: center;
        margin-top: 15px;
    }
}

.panel {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 20px
}

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

.panel-body:after {
    clear: both
}
.bank_info{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
.bank_info h4{
    margin-top: 15px;
    margin-bottom: 5px;
}

.panel-heading {
    padding: 25px 0 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 25px 0 20px;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

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

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

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

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

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 15px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid transparent
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid transparent
}

.panel-default {
    border-color: #ededed
}

.panel-default > .panel-heading {
    color: #656565;
    background-color: #fff;
    border-color: #ededed
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ededed
}

.panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #656565
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ededed
}

.panel-primary {
    border-color: #e04951
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e04951;
    border-color: #e04951
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e04951
}

.panel-primary > .panel-heading .badge {
    color: #e04951;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e04951
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #46b3e5;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #46b3e5
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

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

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

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

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6em;
    letter-spacing: -0,1em;
    font-style: normal;
    font-weight: normal;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6em;
    letter-spacing: -0,1em;
    font-style: normal;
    font-weight: normal;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

#bio_ep{
    background: url(../img/strona_glowna_exit_popup.jpg) no-repeat;
    padding-top: 50px;
    z-index: 99999!important;
}
#bio_ep_bg{
    z-index: 9999!important;
}
#bio_ep_close{
    border-radius: 0px;
    background-color: #000;
    height: 40px;
    width: 40px;
    margin: -50px 0 0 -40px;
    font-size: 20px;
    padding-top: 10px;
}
#bio_ep h4{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px; 
}
#bio_ep .col-sm-7{
    padding-right: 40px;
}
#bio_ep h4.first{
    text-transform: uppercase;
    color: #0e223e;
    font-weight: 600;
}
#bio_ep h4.second{
    color: #e43740;
}
#bio_ep .input-group{
    margin-top: 50px;
    max-width: 400px;
}
#bio_ep input{
    font-size: 14px;
}
#bio_ep .form-control{
    height: 55px;
    text-align: center;
    font-size: 18px;
}
#bio_ep .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
    padding-top: 2px;
}
#bio_ep .btn-primary{
    border: 0px;
    text-transform: uppercase;
    height: 55px;
    border-radius: 0px;
    background-color: #e43740;
    padding-top: 10px;
}

@media (max-width: 800px){
    #bio_ep_bg{
        display: none;
    }
    #bio_ep{
        display: none;
    }
}

.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0.5;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    transform: translate3d(0, 0, 0);
}

.carousel .slide_img_1{
    background-image:url('/images/slides/main-photo-img-1.jpg');
}
.carousel .slide_img_2{
    background-image:url('/images/slides/main-photo-img-2.jpg');
}
.carousel .slide_img_3{
    background-image:url('/images/slides/prem_top.jpg');
}

/*@media (max-width: 1366px){
    .carousel .slide_img_1{
        background-image:url('/images/slides/md_main-photo-img-1.jpg');
    }
    .carousel .slide_img_2{
        background-image:url('/images/slides/md_main-photo-img-2.jpg');
    }
    .carousel .slide_img_3{
        background-image:url('/images/slides/md_prem_top.jpg');
    }
}
@media (max-width: 768px){
    .carousel .slide_img_1{
        background-image:url('/images/slides/sm_main-photo-img-1.jpg');
    }
    .carousel .slide_img_2{
        background-image:url('/images/slides/sm_main-photo-img-2.jpg');
    }
    .carousel .slide_img_3{
        background-image:url('/images/slides/sm_prem_top.jpg');
    }
}*/

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.2s ease-in-out left;
    -o-transition: 0.2s ease-in-out left;
    transition: 0.2s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

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

.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: 768px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

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

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

@media (max-width: 768px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 768px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 768px) {
    .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 !important
    }

    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 !important
    }

    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 !important
    }

    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: 768px) {
    .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 !important
    }

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

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

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

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

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

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

.visible-print-inline-block {
    display: none !important
}

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

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?") format("eot"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
    font-weight: normal;
    font-style: normal
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'RaphaelIcons';
    src: url("../fonts/raphaelicons/raphaelicons-webfont.eot");
    src: local("Ôś║"), url("../fonts/raphaelicons/raphaelicons-webfont.woff") format("woff"), url("../fonts/raphaelicons/raphaelicons-webfont.ttf") format("truetype"), url("../fonts/raphaelicons/raphaelicons-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'RaphaelIcons';
    font-size: 1.1em;
    position: relative;
    top: 0.1em
}

@font-face {
    font-family: 'WebSymbols-Regular';
    src: url("../fonts/web-symbols/WebSymbols-Regular.eot?") format("eot"), url("../fonts/web-symbols/WebSymbols-Regular.woff") format("woff"), url("../fonts/web-symbols/WebSymbols-Regular.ttf") format("truetype"), url("../fonts/web-symbols/WebSymbols-Regular.svg#WebSymbols-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

.websymbol {
    font-family: 'WebSymbols-Regular';
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-size: 1.1em;
    position: relative;
    top: 0.1em
}

body {
    font-weight: 400
}

body > *:before, body > *:after {
    content: " ";
    display: table
}

body > *:after {
    clear: both
}

body > * {
    *zoom: 1
}

.overflow {
    overflow: hidden;
    display: block;
    position: relative
}

.v-line {
    padding-left: 22px;
    padding-right: 22px
}

.store-info .v-line {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    width: 1px;
    background-color: #485868
}

hr.short-center {
    width: 62px;
    border-width: 2px;
    border-color: #b8b8b8;
    margin: 24px auto
}

.thicker strong, .thicker a, .thicker dd {
    font-weight: 600 !important
}
.thicker2{
    width: 105%;
    font-size: 16px;
}

.bolder strong, .bolder a {
    font-weight: 700 !important
}

.larger {
    font-size: 22px !important
}

h3.larger {
    font-size: 26px !important
}

.no-text-weight {
    font-weight: 400 !important
}

.xs-text-weight {
    font-weight: 300 !important
}

.text-darker {
    color: #485868 !important
}

.text-muted {
    color: #3b424d !important
}

.text-inherit {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important
}

.text-info {
    color: #46b3e5 !important
}

.text-primary {
    color: #e04951 !important
}

.text-shadow {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25) !important
}

a.text-inherit:hover {
    color: #e04951
}

.d-block {
    display: block !important
}

address {
    font-size: 18px;
    font-style: 400;
    line-height: 24px
}

.page-header {
    padding-bottom: 0;
    margin: 0 auto 50px;
    border-bottom-width: 0;
    display: table;
    width: 100%;
}

.page-header > * {
    margin: 0;
    display: table-cell
}

.page-header > span.line {
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: center center;
    width: 10%
}

section#s-rwd .page-header > span.line, section#main-top.multistore .page-header > span.line, section#seo-pricing .page-header > span.line {
    width: 4%
}

section#why-skyshop .page-header > span.line {
    width: 30%
}

section#sky-shop-possibilities .page-header > span.line, section#realizations .page-header > span.line {
    width: 20%
}

section#opinions .page-header > span.line, section#main-top.multi-sales .page-header > span.line, section#main-top.security-hosting .page-header > span.line {
    width: 25%
}

section#main-top.graphics .page-header > span.line {
    width: 28%
}

section#main-top.raports-statistics .page-header > span.line {
    width: 29%
}

section#main-top.admin-panel .page-header > span.line {
    width: 27%
}

section#main-top.i_move_shop .page-header > span.line, section#seo-important_info .page-header > span.line, .box .page-header > span.line, section#functionality-packages .page-header > span.line, section.s-half-cols .page-header > span.line {
    width: 24%
}

.b_login section#main-top.i_move_shop .page-header > span.line, section#seo-important_info .page-header > span.line, .box .page-header > span.line, section#functionality-packages .page-header > span.line, section.s-half-cols .page-header > span.line {
    width: 8%;
}

section#seo-important_info .page-header > span.line{
    width: 12%
}

section#main-top.marketing_seo .page-header > span.line, section#main-top.delivery-payment .page-header > span.line {
    width: 20%
}

section#main-top.integration-wholesalers .page-header > span.line {
    width: 20%
}

section.create-shop .box .page-header > span.line, section#main-top.s-realizations-bgimg.shops .page-header > span.line, section#legal-support .page-header > span.line {
    width: 5%
}

section#main-top.s-opinions-bgimg .page-header > span.line {
    width: 34%
}

section#main-top.s-possibilities-bgimg .page-header > span.line {
    width: 12%
}

section#panel-possibilities .page-header > span.line, section#seo-subscription_package .page-header > span.line {
    width: 9%
}

section#move-shop .page-header > span.line {
    width: 5%
}

section#more-about .page-header > span.line {
    width: 4%
}

section#shop-pricing .page-header > span.line, section#box-v-pricing .page-header > span.line {
    width: 2%
}

section#wholesale-pricing .page-header > span.line, section#automation-integration .page-header > span.line {
    width: 7%
}

section#graphic-pricing .page-header > span.line {
    width: 5%
}

section#ssl-pricing .page-header > span.line, section#regulations-pricing .page-header > span.line {
    width: 8%
}

section#modul-pricing .page-header > span.line {
    width: 17%
}

section#graphic-details .page-header > span.line {
    width: 18%
}

[class*="light-s"] .page-header {
    color: #3b424d
}

[class*="light-s"] .page-header > span.line {
    background-image: url("../img/bg/light-s-head-bg.png")
}

[class*="dark-s"] .page-header > span.line, [class*="s-in-color-"] .page-header > span.line {
    background-image: url("../img/bg/dark-color-s-head-bg.png")
}

#main-top[class*="dark-s"] .page-header > span.line, #main-top[class*="s-in-color-"] .page-header > span.line {
    background-image: url("../img/bg/dark-color-s-head-shadow-bg.png");
    background-position: 49.5% center
}
#main-top[class*="dark-s"] .page-header > span.line, #main-top[class*="s-in-color2-"] .page-header > span.line {
    background-image: url("../img/bg/dark-color-s-head-shadow-bg.png");
    background-position: 49.5% center
}

[class*="light-s"] .page-header > * {
    color: inherit
}

section#seo-important_info .well .page-header {
    position: relative;
    height: 31px;
    overflow: hidden
}

section#seo-important_info .well .page-header > * {
    white-space: nowrap;
    overflow: hidden
}

section#seo-important_info .well .page-header:after {
    content: "";
    height: 20.5px;
    top: 33%;
    right: 0;
    position: absolute;
    background-color: #fff;
    width: 1px
}

section#seo-important_info .well .page-header > span.line, section#seo-important_info .well .page-header:after {
    opacity: 0.29;
    filter: alpha(opacity=29.0)
}

section#seo-important_info .well .page-header.head-xs > span.line {
    width: 84%
}

section#seo-important_info .well .page-header.head-sm > span.line {
    width: 79%
}

section#seo-important_info .well .page-header.head-md > span.line {
    width: 65%
}

section#seo-important_info .well .page-header.head-lg > span.line {
    width: 57%
}

section#seo-important_info .well .page-header.head-xlg > span.line {
    width: 51%
}

#try .page-header {
    margin-bottom: 0
}

#try .page-header + h4, #try h3 {
    margin: 0
}

#try .page-header + h4 span, #try h3 span {
    margin: 0 15px;
    display: inline-block
}

#try .page-header + h4 strong, #try h3 strong {
    font-weight: 600
}

#try .page-header + h4 *, #try h3 * {
    color: inherit
}

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

h1.faq-heading, .h1.faq-heading, h2.faq-heading, .h2.faq-heading, h3.faq-heading, .h3.faq-heading, h4.faq-heading, .h4.faq-heading, h5.faq-heading, .h5.faq-heading, h6.faq-heading, .h6.faq-heading {
    margin: 22px 20px 18px
}

h1.heading, .h1.heading, h2.heading, .h2.heading, h3.heading, .h3.heading, h4.heading, .h4.heading, h5.heading, .h5.heading, h6.heading, .h6.heading {
    margin-bottom: 0;
    color: #3b424d
}

h3.faq-heading, h3.content-heading, .h3.faq-heading, .h3.content-heading {
    line-height: 1.07;
    font-size: 28px;
    color: #3b424d;
    font-weight: 600
}

h3.heading, .prezentation h3, .h3.heading, .prezentation .h3 {
    font-size: 30px;
}

/* vertical align + parent: .display-table // child: .display-cell */
.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 27px
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 15px
}

.head-abs {
    top: -68px;
    padding-bottom: 17px;
    width: auto;
    right: 15px;
    left: 15px;
    border-bottom-color: #ededed
}

p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px
}

p.smaller {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}


.boxes-circle-icon p.smaller {
    min-height: 70px;
}

p.lead {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 26px
}

section#main-top p.lead:last-child {
    margin-bottom: 10px
}

p.text-inherit {
    margin-bottom: inherit
}

.font_fb  .fa-facebook-official{
    color: #d0d0d0;
}
.font_fb  .fa-facebook-official:hover{
    color: #3b5998;
}

.graphic {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    *vertical-align: auto;
    *display: inline;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.4s 0.2s linear;
    -moz-transition: opacity 0.4s 0.2s linear;
    -o-transition: opacity 0.4s 0.2s linear;
    -ms-transition: opacity 0.4s 0.2s linear;
    transition: opacity 0.4s 0.2s linear;
    background-repeat: no-repeat
}

.graphic:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.graphic.icon {
    background-image: url('../img/icons-s7cb41c0bd9.png')
}

@media(max-width:768px){
	.b_faq #top form{
		margin-left: -50px;
		margin-top: 10px;
	}
	.b_faq form.form-search .input-group-btn:last-child > .btn{
		border-width: 1px;
		margin-top: -1px;
		border-color: #ebebeb;
	}
	.carousel-inner .btn{
		font-size: 15px!important;
	}
	.carousel-inner .btn-lg{
		padding: 15px 5px!important;
		white-space: inherit;
	}
	.sky_baner .inner{
		text-align: center;
		margin-top: 20px;
	}
	.sky_baner{
		padding-bottom: 30px!important;
	}
}

.b_premium .graphic.comps {
    background: url('../img/premium/av_min_1.png');
    height: 72px;
    width: 62px;
}
.b_premium .graphic.allegro {
    background: url('../img/premium/av_min_1.png');
    background-position: -72px 0;
    height: 72px;
    width: 82px;
}
.b_premium .graphic.comp {
    background: url('../img/premium/av_min_1.png');
    background-position: -162px 0;
    height: 71px;
    width: 72px;
}
.b_premium .graphic.multistore {
    background: url('../img/premium/av_min_1.png');
    background-position: -240px -4px;
    height: 71px;
    width: 75px;
}
.b_premium .graphic.payments {
    background: url('../img/premium/av_min_1.png');
    background-position: -324px -5px;
    height: 71px;
    width: 75px;
}
.b_premium .graphic.flag {
    background: url('../img/premium/av_min_1.png');
    background-position: -404px -5px;
    height: 71px;
    width: 65px;
}

.graphic.arrow {
    background-image: url('../img/arrows-s4b65102231.png')
}

.graphic.logo {
    background-image: url('../img/logos-s758fadaa96.png')
}

.graphic.other {
    background-image: url('../img/other-s5d1a6f5409.png')
}

.nav-icon {
    background-color: #969fa4;
    color: #51606f;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 28px
}

.nav-icon i {
    line-height: 30px
}

.icon-wrapper {
    display: table;
    margin: 0 auto;
    height: 77px
}

.icon-wrapper.sm-wrapp {
    height: 70px;
    line-height: 65px
}

.icon-circle {
    width: 123px;
    line-height: 120px;
    height: 123px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}
.boxes-circle-icon h4{
    width: 110%;
    margin-left: -5%;
}
.boxes-circle-icon .col-sm-6:hover .icon-circle{
    opacity: 0.9;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.boxes-circle-icon h4, .boxes-circle-icon p{
    color: #3b424d;
}
.boxes-circle-icon a:hover{
    text-decoration: none;
}
.boxes-circle-icon span.btn{
    display: none;
}
.boxes-circle-icon .col-md-3:hover span.btn{
    display: inline-block;
}

.icon-square {
    width: 100%;
    height: 163px;
    line-height: 160px
}

.icon-circle, .icon-square {
    color: #fff;
    display: block;
    position: relative;
    text-align: center
}

.icon-circle.xs-wrapp, .icon-square.xs-wrapp {
    width: 16px;
    height: 16px;
    line-height: 12px;
    display: inline-block
}

.ico-xsmall .fa{
    opacity: 0.8;
}

.ico-xsmall {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    color: #3b424d;
    margin-right: 15px
}

.ico-xsmall.ico-biger {
    width: 23px;
    height: 23px;
    line-height: 23px
}

.ico-light-gray {
    background-color: #f6f6f6
}

.ico-blue {
    background-color: #45b3e5
}

.ico-orange {
    background-color: #f8952b
}

.ico-turquoise {
    background-color: #1abc9c
}

.ico-green {
    background-color: #2ecc71
}

.ico-purple {
    background-color: #9b59b6
}

.ico-red {
    background-color: #e74c3c
}

.ico-gold{
    background-color: #d6ae41
}

.ico-yellow {
    background-color: #f1c40f
}

.ico-gray {
    background-color: #bdc3c7
}

.ico-navy-blue {
    background-color: #3a6f81
}

.ico-mazarine {
    background-color: #34495e
}

.ico-light-green {
    background-color: #99cc33
}
.ico-light-green2 {
    background-color: #33cc66
}

.ico-light-red {
    background-color: #ff6666
}

.icon.abandoned_baskets {
    background-position: -142px -21px;
    height: 15px;
    width: 19px
}

.icon.admin {
    background-position: -176px 0;
    height: 17px;
    width: 13px
}

.icon.auctions-all {
    background-position: -53px -712px;
    height: 59px;
    width: 50px
}

.icon.auctions-automatic_closing {
    background-position: -59px -772px;
    height: 60px;
    width: 77px
}

.icon.auctions-list_exposed {
    background-position: -118px -488px;
    height: 51px;
    width: 61px
}

.icon.auctions-while_stocks_last {
    background-position: 0 -438px;
    height: 47px;
    width: 71px
}

.icon.b2b_into_cloud {
    background-position: 0 -1353px;
    height: 123px;
    width: 193px
}

.icon.basket_in_cloud {
    background-position: 0 -1476px;
    height: 152px;
    width: 239px
}

.icon.calendar {
    background-position: -65px -1036px;
    height: 73px;
    width: 75px
}

.icon.cart {
    background-position: -64px 0;
    height: 16px;
    width: 20px
}

.icon.close {
    background-position: -35px -42px;
    height: 19px;
    width: 23px
}

.icon.combine_orders {
    background-position: 0 -712px;
    height: 59px;
    width: 53px
}

.icon.comp {
    background-position: 0 -539px;
    height: 50px;
    width: 60px
}

.icon.comparison {
    background-position: 0 -255px;
    height: 36px;
    width: 45px
}

.icon.comps {
    background-position: -52px -389px;
    height: 49px;
    width: 71px
}

.icon.connection {
    background-position: -77px -832px;
    height: 64px;
    width: 58px
}

.icon.couriers {
    background-position: -91px -177px;
    height: 36px;
    width: 64px
}

.icon.edition_options {
    background-position: -60px -539px;
    height: 52px;
    width: 56px
}

.icon.editor {
    background-position: -181px -42px;
    height: 19px;
    width: 21px
}

.icon.email {
    background-position: -52px -21px;
    height: 12px;
    width: 15px
}

.icon.facebook {
    background-position: -23px 0;
    height: 20px;
    width: 9px
}

.icon.fixed_margin {
    background-position: 0 -389px;
    height: 46px;
    width: 52px
}

.icon.flag {
    background-position: -53px -595px;
    height: 56px;
    width: 37px
}

.icon.flag-pl {
    background-position: 0 -42px;
    height: 11px;
    width: 15px
}

.icon.fourteen_days {
    background-position: 0 -177px;
    height: 33px;
    width: 51px
}

.icon.green-ok {
    background-position: -141px -63px;
    height: 18px;
    width: 18px
}

.icon.helps {
    background-position: -34px -137px;
    height: 40px;
    width: 38px
}

.icon.house {
    background-position: -72px -963px;
    height: 72px;
    width: 79px
}

.icon.integration-allegro {
    background-position: -130px -21px;
    height: 14px;
    width: 12px
}

.icon.integration-allegro-lg {
    background-position: -71px -438px;
    height: 50px;
    width: 149px
}

.icon.integration-erp {
    background-position: -93px -255px;
    height: 41px;
    width: 48px
}

.icon.integration-GT {
    background-position: -101px 0;
    height: 16px;
    width: 29px
}

.icon.integration-other {
    background-position: -198px -137px;
    height: 40px;
    width: 40px
}

.icon.integration-payments {
    background-position: -141px -255px;
    height: 41px;
    width: 38px
}

.icon.integration-wholesalers {
    background-position: -212px 0;
    height: 16px;
    width: 20px
}

.icon.languages {
    background-position: -32px 0;
    height: 17px;
    width: 15px
}

.icon.multisklep {
    background-position: -174px -21px;
    height: 15px;
    width: 22px
}

.icon.multistore {
    background-position: -123px -389px;
    height: 49px;
    width: 44px
}

.icon.packt {
    background-position: 0 -63px;
    height: 15px;
    width: 22px
}

.icon.padlock {
    background-position: 0 0;
    height: 16px;
    width: 12px
}

.icon.page_recommendation {
    background-position: -114px -21px;
    height: 14px;
    width: 16px
}

.icon.payments {
    background-position: 0 -595px;
    height: 56px;
    width: 53px
}

.icon.phone {
    background-position: -12px 0;
    height: 18px;
    width: 11px
}

.icon.white_plus {
    background-position: -29px -21px;
    height: 8px;
    width: 8px
}

.icon.plus {
    background-position: -37px -21px;
    height: 8px;
    width: 8px
}

.icon.minus {
    background-position: -21px -21px;
    height: 8px;
    width: 8px
}

.icon.position_seo {
    background-position: -147px 0;
    height: 17px;
    width: 17px
}

.icon.rwd {
    background-position: -100px -42px;
    height: 19px;
    width: 22px
}

.icon.rwd_free_tmp {
    background-position: -51px -177px;
    height: 34px;
    width: 40px
}

.icon.sales_reports {
    background-position: -96px -21px;
    height: 14px;
    width: 18px
}

.icon.search {
    background-position: -27px -85px;
    height: 19px;
    width: 19px
}

.icon.seo_sem {
    background-position: -179px -488px;
    height: 51px;
    width: 49px
}

.icon.shop-admin_panel {
    background-position: -108px -1110px;
    height: 75px;
    width: 58px
}

.icon.shop-hosting {
    background-position: -154px -1187px;
    height: 81px;
    width: 78px
}

.icon.shop-marketing {
    background-position: 0 -1187px;
    height: 74px;
    width: 71px
}

.icon.shop-multi {
    background-position: -166px -1110px;
    height: 77px;
    width: 69px
}
.icon.shop-hurtownia{
    background-position: -156px -1630px;
    height: 85px;
    width: 95px;
}

.icon.shop-orders {
    background-position: -81px -1268px;
    height: 75px;
    width: 80px
}

.icon.shop-payments {
    background-position: 0 -1268px;
    height: 85px;
    width: 81px
}

.icon.shop-prices {
    background-position: -71px -1187px;
    height: 80px;
    width: 83px
}

.icon.shop-raports {
    background-position: -111px -897px;
    height: 66px;
    width: 84px
}

.icon.shop-rwd {
    background-position: -151px -963px;
    height: 73px;
    width: 86px
}

.icon.shop-sales {
    background-position: -140px -1036px;
    height: 74px;
    width: 73px
}

.icon.shop-wholesales {
    background-position: 0 -1110px;
    height: 75px;
    width: 108px
}
.icon.shop-phone {
    background-position: -160px -1270px;
    height: 96px;
    width: 85px;
}

.icon.software {
    background-position: 0 -832px;
    height: 63px;
    width: 77px
}

.icon.statistics {
    background-position: -179px -255px;
    height: 42px;
    width: 54px
}

.icon.support {
    background-position: -161px -21px;
    height: 21px;
    width: 13px
}

.icon.thumbnail_auction {
    background-position: -76px -297px;
    height: 45px;
    width: 58px
}

.icon.twitter {
    background-position: -108px -85px;
    height: 23px;
    width: 20px
}

.icon.unavailability_image {
    background-position: -180px -653px;
    height: 59px;
    width: 59px
}

.icon.wholesales {
    background-position: -80px -215px;
    height: 39px;
    width: 43px
}

.icon.wholesales_dropshipping {
    background-position: -156px -137px;
    height: 40px;
    width: 42px
}

.icon.answers {
    background-position: -45px -255px;
    height: 37px;
    width: 48px
}

.icon.user {
    background-position: 0 -137px;
    height: 34px;
    width: 34px
}

.icon.download {
    background-position: -159px -63px;
    height: 18px;
    width: 16px
}

.icon.time {
    background-position: -67px -85px;
    height: 22px;
    width: 20px
}

.icon.lg-cart {
    background-position: -72px -137px;
    height: 35px;
    width: 42px
}

.icon.lg-disabled-cart {
    background-position: -114px -137px;
    height: 35px;
    width: 42px
}

.icon.lg-choice-payment {
    background-position: 0 -215px;
    height: 35px;
    width: 40px
}

.icon.lg-disabled-choice-payment {
    background-position: -40px -215px;
    height: 35px;
    width: 40px
}

.icon.lg-order {
    background-position: -155px -177px;
    height: 38px;
    width: 41px
}

.icon.lg-disabled-order {
    background-position: -196px -177px;
    height: 38px;
    width: 41px
}

.icon.quest {
    background-position: -202px -42px;
    height: 19px;
    width: 19px
}

.icon.xs-close {
    background-position: -5px -21px;
    height: 7px;
    width: 8px
}

.icon.xs-plus {
    background-position: -45px -21px;
    height: 8px;
    width: 7px
}

.icon.xs-minus {
    background-position: 0 -21px;
    height: 1px;
    width: 5px
}

.icon.allegro {
    background-position: -13px -297px;
    height: 42px;
    width: 49px
}

.icon.all_auctions {
    background-position: -103px -712px;
    height: 59px;
    width: 50px
}

.icon.auctions_imports {
    background-position: -172px -539px;
    height: 56px;
    width: 62px
}

.icon.auctions_while_stocks_last {
    background-position: -100px -342px;
    height: 47px;
    width: 71px
}

.icon.auctions-list {
    background-position: -57px -488px;
    height: 51px;
    width: 61px
}

.icon.automatic_closed_auctions {
    background-position: -153px -712px;
    height: 60px;
    width: 77px
}

.icon.categories-binding {
    background-position: -167px -389px;
    height: 49px;
    width: 44px
}

.icon.category_structure {
    background-position: -135px -832px;
    height: 65px;
    width: 71px
}

.icon.combine_orders {
    background-position: 0 -712px;
    height: 59px;
    width: 53px
}

.icon.cost_control {
    background-position: 0 -342px;
    height: 42px;
    width: 54px
}

.icon.edit-options {
    background-position: -116px -539px;
    height: 52px;
    width: 56px
}

.icon.fixed_margin {
    background-position: 0 -389px;
    height: 46px;
    width: 52px
}

.icon.product_base {
    background-position: -57px -897px;
    height: 65px;
    width: 54px
}

.icon.shop_domain {
    background-position: 0 -963px;
    height: 71px;
    width: 72px
}

.icon.shop-graphic {
    background-position: 0 -1036px;
    height: 70px;
    width: 65px
}

.icon.thumb_auction {
    background-position: -179px -297px;
    height: 45px;
    width: 58px
}

.icon.unavailability_imgs {
    background-position: 0 -772px;
    height: 59px;
    width: 59px
}

.icon.box_shop {
    background-position: -90px -595px;
    height: 57px;
    width: 61px
}

.icon.extra_services {
    background-position: 0 -488px;
    height: 50px;
    width: 57px
}

.icon.modul {
    background-position: -200px -780px;
    height: 39px;
    width: 43px
}

.icon.financial_security {
    background-position: -136px -772px;
    height: 60px;
    width: 61px
}

.icon.graphic_services {
    background-position: -134px -297px;
    height: 45px;
    width: 45px
}

.icon.more_orders {
    background-position: 0 -897px;
    height: 60px;
    width: 57px
}

.icon.pricing-white-plus {
    background-position: -13px -21px;
    height: 8px;
    width: 8px
}

.icon.shop_pricing {
    background-position: -80px -215px;
    height: 40px;
    width: 43px;
}

.icon.ssl {
    background-position: -171px -342px;
    height: 47px;
    width: 36px
}

.icon.trust-customers {
    background-position: 0 -653px;
    height: 56px;
    width: 60px
}

.icon.xs-gray-2banners {
    background-position: -160px -42px;
    height: 19px;
    width: 21px
}

.icon.xs-gray-calendar {
    background-position: -98px -110px;
    height: 20px;
    width: 20px
}

.icon.xs-gray-cart {
    background-position: -15px -42px;
    height: 16px;
    width: 20px
}

.icon.xs-gray-changes-2cycles {
    background-position: 0 -85px;
    height: 18px;
    width: 27px
}

.icon.xs-gray-code {
    background-position: -67px -21px;
    height: 14px;
    width: 29px
}

.icon.xs-gray-encryption_key {
    background-position: -122px -42px;
    height: 19px;
    width: 20px
}

.icon.xs-gray-extend_period {
    background-position: -118px -110px;
    height: 20px;
    width: 20px
}

.icon.xs-gray-free_tmps_rwd {
    background-position: -76px -110px;
    height: 20px;
    width: 22px
}

.icon.xs-gray-free_update {
    background-position: -46px -85px;
    height: 22px;
    width: 21px
}

.icon.xs-gray-globe {
    background-position: -84px 0;
    height: 17px;
    width: 17px
}

.icon.xs-gray-help-phone {
    background-position: -105px -63px;
    height: 18px;
    width: 18px
}

.icon.xs-gray-ico {
    background-position: -123px -63px;
    height: 18px;
    width: 18px
}

.icon.xs-gray-lifetime_license {
    background-position: -174px -85px;
    height: 24px;
    width: 17px
}

.icon.xs-gray-logo {
    background-position: -175px -63px;
    height: 22px;
    width: 15px
}

.icon.xs-gray-products {
    background-position: -196px -21px;
    height: 18px;
    width: 22px
}

.icon.xs-gray-projects-one_version {
    background-position: -78px -42px;
    height: 19px;
    width: 22px
}

.icon.xs-gray-safe {
    background-position: -47px 0;
    height: 17px;
    width: 17px
}

.icon.xs-gray-shop-bg {
    background-position: -216px -85px;
    height: 25px;
    width: 23px
}

.icon.xs-gray-shop-security {
    background-position: -86px -63px;
    height: 18px;
    width: 19px
}

.icon.xs-gray-ssl-app_fb {
    background-position: -58px -42px;
    height: 19px;
    width: 20px
}

.icon.xs-gray-tmp-allegro {
    background-position: -53px -110px;
    height: 20px;
    width: 23px
}

.icon.xs-gray-url_https {
    background-position: -221px -42px;
    height: 21px;
    width: 16px
}

.icon.fb-lg {
    background-position: -60px -653px;
    height: 59px;
    width: 60px
}

.icon.fb-lg:hover, .icon.fb-lg.fb-lg-hover {
    background-position: -120px -653px
}

.icon.fb-lg_hover {
    background-position: -120px -653px;
    height: 59px;
    width: 60px
}

.icon.regulations {
    background-position: -54px -342px;
    height: 46px;
    width: 46px
}

.icon.transaktion-security {
    background-position: -151px -595px;
    height: 58px;
    width: 46px
}

.icon.xs-gray-open {
    background-position: -145px -85px;
    height: 24px;
    width: 29px
}

.icon.xs-gray-credit {
    background-position: -180px -110px;
    height: 27px;
    width: 30px
}

.icon.xs-gray-server {
    background-position: -164px 0;
    height: 21px;
    width: 12px
}

.icon.xs-gray-disk {
    background-position: -128px -85px;
    height: 23px;
    width: 17px
}

.icon.xs-gray-promotion {
    background-position: -190px -63px;
    height: 20px;
    width: 28px
}

.icon.xs-gray-rabats {
    background-position: -191px -85px;
    height: 25px;
    width: 25px
}

.icon.xs-gray-xml {
    background-position: -138px -110px;
    height: 21px;
    width: 21px
}

.icon.xs-gray-time {
    background-position: -87px -85px;
    height: 23px;
    width: 21px
}

.icon.xs-gray-tmp-newsletter {
    background-position: -159px -110px;
    height: 21px;
    width: 21px
}

.icon.xs-gray-no-limits {
    background-position: -41px -63px;
    height: 18px;
    width: 26px
}

.icon.xs-gray-development {
    background-position: -218px -21px;
    height: 18px;
    width: 21px
}

.icon.xs-gray-one-wholesaler {
    background-position: -130px 0;
    height: 17px;
    width: 17px
}

.icon.xs-gray-automatic-updates {
    background-position: -67px -63px;
    height: 18px;
    width: 19px
}

.icon.xs-gray-current-inventory {
    background-position: -28px -110px;
    height: 20px;
    width: 25px
}

.icon.xs-gray-config-integration {
    background-position: -218px -63px;
    height: 20px;
    width: 21px
}

.icon.xs-gray-dropshippings {
    background-position: -22px -63px;
    height: 18px;
    width: 19px
}

.icon.xs-gray-joint-stability {
    background-position: 0 -110px;
    height: 19px;
    width: 28px
}

.icon.xs-gray-more-warehouses {
    background-position: -189px 0;
    height: 16px;
    width: 23px
}

.icon.xs-gray-more-products {
    background-position: -142px -42px;
    height: 20px;
    width: 18px
}

.arrow.blue-up {
    background-position: 0 -88px;
    height: 18px;
    width: 22px
}

.arrow.left {
    background-position: 0 -106px;
    height: 55px;
    width: 31px
}

.arrow.right {
    background-position: 0 -161px;
    height: 55px;
    width: 31px
}

.arrow.dark-right {
    background-position: -10px -32px;
    height: 20px;
    width: 11px
}

.arrow.small-white-left {
    background-position: -16px -10px;
    height: 13px;
    width: 9px
}

.arrow.small-red-left {
    background-position: 0 -10px;
    height: 10px;
    width: 8px
}

.arrow.small-white-right {
    background-position: -22px -52px;
    height: 13px;
    width: 9px
}

.arrow.small-dark-up {
    background-position: -8px -23px;
    height: 8px;
    width: 10px
}

.arrow.small-dark-down {
    background-position: 0 -32px;
    height: 8px;
    width: 10px
}

.arrow.small-dark-left {
    background-position: -18px 0;
    height: 10px;
    width: 8px
}

.arrow.small-dark-right {
    background-position: -8px -10px;
    height: 10px;
    width: 8px
}

.arrow.xs-dark-right {
    background-position: 0 -23px;
    height: 7px;
    width: 4px
}

.arrow.small-blue-right {
    background-position: -4px -23px;
    height: 7px;
    width: 4px
}

.arrow.submenu-white-up {
    background-position: 0 0;
    height: 8px;
    width: 18px
}

.arrow.white-down {
    background-position: -18px -23px;
    height: 9px;
    width: 10px
}

.arrow.white-left {
    background-position: 0 -216px;
    height: 57px;
    width: 31px
}

.arrow.white-right {
    background-position: 0 -273px;
    height: 57px;
    width: 31px
}

.logo.allegro {
    background-position: -187px 0;
    height: 26px;
    width: 76px
}

.logo.integration-allegro {
    background-position: -211px -55px;
    height: 20px;
    width: 59px
}

.logo.shop-allegro {
    background-position: 0 -122px;
    height: 50px;
    width: 149px
}

.logo.sky_shop-white_logo {
    background-position: 0 -55px;
    height: 29px;
    width: 211px
}

.logo.sky_shop-logo {
    background-position: 0 -26px;
    height: 29px;
    width: 211px
}

.logo.sky_shop-logo-2 {
    background-position: 0 0;
    height: 24px;
    width: 187px
}

.logo.sky_shop-lg-logo {
    background-position: 0 -84px;
    height: 38px;
    width: 289px
}

.other.quote {
    background-position: 0 -49px;
    height: 70px;
    width: 89px
}

.other.left-quote {
    background-position: -18px -34px;
    height: 14px;
    width: 18px
}

.other.right-quote {
    background-position: 0 -34px;
    height: 14px;
    width: 18px
}

.other.checkbox {
    background-position: 0 0;
    height: 34px;
    width: 34px
}

.other.checkbox-checked {
    background-position: -34px 0;
    height: 34px;
    width: 34px
}

.other.xs-checkbox {
    background-position: -36px -34px;
    height: 15px;
    width: 16px
}

.other.xs-checkbox-checked {
    background-position: -52px -34px;
    height: 15px;
    width: 16px
}

blockquote {
    margin-bottom: 45px
}

blockquote, blockquote footer {
    padding: 0 8%
}

blockquote *, blockquote a {
    color: inherit
}

blockquote h3 {
    font-style: italic;
    margin-top: 0;
    font-weight: 400
}

blockquote h3:before, blockquote h3:after {
    content: "";
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    display: inline-block
}

blockquote h3:before {
    margin-right: 15px;
    background-image: url("../img/other/left-quote.png")
}

blockquote h3:after {
    margin-left: 15px;
    background-image: url("../img/other/right-quote.png")
}

blockquote footer {
    width: 84%
}

blockquote footer:before {
    content: "";
    display: none
}

.testimonials {
    height: 180px
}

.testimonials .carousel-inner {
    height: 110px
}

.testimonials .carousel-inner blockquote {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    height: 100%
}

.testimonials .carousel-inner blockquote h3 {
    font-weight: 300;
    height: 55px;
    overflow: hidden
}

.testimonials .carousel-inner blockquote footer {
    bottom: 0;
    position: absolute
}

.testimonials .carousel-inner blockquote footer * {
    font-weight: 600
}

.prezentation ul, #main-content ul, ul.list-bullet, .prezentation ol, #main-content ol, ol.list-bullet {
    margin-bottom: 27px
}

.prezentation ul li, #main-content ul li, ul.list-bullet li, .prezentation ol li, #main-content ol li, ol.list-bullet li {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    padding-left: 20px
}

.prezentation ul.pagination, #main-content ul.pagination, ul.list-bullet.pagination, .prezentation ol.pagination, #main-content ol.pagination, ol.list-bullet.pagination {
    margin-bottom: 0
}

#main-content.s-account ul, #main-content.s-account ol {
    margin-bottom: 20px
}

#main-content.s-account ul li, #main-content.s-account ol li {
    padding-left: 0
}

#main-content.s-account ul.nav-pills, #main-content.s-account ol.nav-pills {
    font-size: 24px
}

#main-content .main-photo div {
    border: 1px solid #e1e1e1;
}

.panel_btn{
    margin: 15px 0 30px 0;
}
.panel_btn .btn{
    font-weight: 600;
    margin: 0 10px;
    padding: 10px 16px!important;
}

.panel-body label {
    background: yellow;
}
.panel-body label .label-text {
    background: cyan;
}
.panel-body label input.check:checked + .label-text {
    background: lime;
}
.red{
    background: red;
}

.b_account .form-group .jqTransformSelectWrapper{
    margin-left: 0px;
}
.b_account #main-content{
    min-height: 720px;
}
.b_account #top h2 span{
    font-size: 20px;
    margin-top: -10px;
}
.b_account #top .col-md-4 h2{
    margin-top: -4px;
}

#inv_form h3{
    padding: 5px 25px 13px;
    border-width: 0 0 5px 0!important;
    border-bottom-color: #46b3e5!important;
    color: #46b3e5;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400!important; 
    max-width: 48%;
}

.prezentation .jqTransformSelectWrapper ul li, #main-content .jqTransformSelectWrapper ul li, .prezentation .jqTransformSelectWrapper ol li, #main-content .jqTransformSelectWrapper ol li {
    padding-left: 0 
}
input[type="text"]:disabled {
    background-color: #c4c4c4!important;
}

#main-content .panel-body ul li, #main-content .panel-body ol li {
    font-size: 18px
}

#main-content ul.list-icons li, #main-content ol.list-icons li {
    line-height: 20px;
    padding: 0px 0;
    color: #3b424d;
		width: 105%;
}

#main-content .account-details .well ul li, #main-content .account-details .well ol li {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

#categories ul {
    margin: 15px 0
}

#categories ul li {
    background-color: inherit;
    word-wrap: break-word;
    position: relative
}

#categories ul li:hover, #categories ul li:focus, #categories ul li.active {
    background-color: #3c4956
}

#categories ul li.active:after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -11px;
    content: "";
    /*background-image: url("../img/arrows/blue-up.png");*/
    background-repeat: no-repeat;
    width: 22px;
    height: 18px
}

#categories.cats-pricing ul li.active:after {
    background-image: url("../img/arrows/gray-triangle.png")
}

.bullet {
    background-color: #46b3e5;
    position: absolute;
    top: 11px;
    left: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.list-white .bullet {
    background-color: #fff
}

.bottom-info ul li {
    font-size: 18px;
    line-height: 20px
}

#graphic-details ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    float: left;
    width: 100%
}

#graphic-details ul li > span {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#graphic-details ul li > span:first-child {
    background-color: rgba(255, 255, 255, 0.08)
}

#graphic-details ul li > span:first-child[class*="col-"] {
    padding-left: 20px;
    padding-right: 30px
}

#graphic-details ul li > span:first-child .text-right {
    font-size: 16px;
    color: #a3a9b0;
    right: 30px;
    position: absolute;
    left: auto
}

#graphic-details ul li > span:last-child {
    color: #bccfe3;
    background-color: rgba(22, 31, 41, 0.41)
}

#logError{
    font-size: 15px;
    color: #e04951;
    margin-top: -20px;
}
#logError .fa{
    margin-right: 5px;
}

form#loginForm {
    height: 230px
}

form#createShopForm {
    height: 290px
}

form.form-search {
    width: 100%;
    border: solid 1px #e7e7e7;
}

form.form-search .input-group {
    width: 100%;
    position: relative
}

form.form-search .input-group > input.form-control {
    padding-right: 52px;
}

form.form-search .input-group-btn {
    position: absolute;
    right: 0
}

form.form-search .input-group-btn:last-child > .btn {
    padding: 12px;
    border-width: 0
}

form.form-search .input-group-btn:last-child > .btn.btn-default-sec {
    background-color: #f5f5f5
}
.proforma-btn .btn.btn-success{
    color: #2ecc71!important;
}
.proforma-btn .btn.btn-success:hover{
    border-color: #2ecc71
}
.proforma-btn .btn.btn-success:focus{
    border-color: #2ecc71
}
.proforma-btn .btn.btn-success .icon.download{
    background-position: -217px -113px;
}

form.form-search .input-group-btn:last-child > .btn.btn-inverse {
    background-color: #fff;
    padding: 12px 12px 11px
}

form.form-search .form-control {
    border-color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    padding: 12px 17px;
    color: #b2b2b2;
    height: 42px;
    line-height: 1
}
.form-control::-webkit-input-placeholder { color: gray; }
.form-control:-moz-placeholder { color: gray; }
.form-control::-moz-placeholder { color: gray; }
.form-control:-ms-input-placeholder { color: gray; }

.box form .help-block {
    bottom: 0;
    left: 0;
    right: 0
}

.box form .btn-abs {
    bottom: auto
}

form .row.form-group [class*="col"]:first-child {
    padding-right: 6px
}

form .row.form-group [class*="col"]:last-child {
    padding-left: 6px
}

.form-control {
    padding: 6px 20px;
    font-size: 18px;
    line-height: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

form#helpSearch .form-control {
    background-color: #f5f5f5;
    border: #f5f5f5;
    height: 43px
}

form.jqtransform .form-control {
    font-size: 15px;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    padding: 11px 15px;
    text-transform: none;
    color: #3b424d;
    font-weight: 600
}
.b_contact form.jqtransform .form-control {
    text-transform: none;
}

form.jqtransform.form-inverse .form-control {
    background-color: #fff;
    border-color: #fff
}

.help-block {
    color: #3b424d;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0
}

form.jqtransform .form-control {
    clear: both;
    margin: 0
}

form.jqtransform .form-control, .jqTransformInputWrapper, .jqTransformSelectWrapper, .jqTransformTextarea, form.jqtransform .form-group {
    width: 100% !important
}

.jqTransformInputWrapper {
    width: 100% !important
}

form.jqtransform .form-group {
    margin: 4px 0;
    clear: both;
    float: left
}

.jqTransformTextarea, .jqTransformTextarea tr, #jqTransformTextarea-mm {
    width: 100%
}

#jqTransformTextarea-ml, #jqTransformTextarea-mr {
    display: none
}

.jqTransformRadioWrapper {
    float: left;
    display: block;
    margin: 0px 4px;
    margin-top: 5px
}

.jqTransformRadio {
    background: transparent url("../img/radio.gif") no-repeat center top;
    vertical-align: middle;
    height: 19px;
    width: 18px;
    display: block
}

span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

a.jqTransformCheckbox {
    margin-top: 0;
    background-image: url("../img/other/xs-checkbox.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: transparent url("../img/other/checkbox.png") no-repeat center top;
    vertical-align: middle;
    height: 16px;
    width: 15px;
    display: block
}

#your-stores a.jqTransformCheckbox {
    background-image: url("../img/other/checkbox.png");
    height: 34px;
    width: 34px
}

a.jqTransformChecked {
    background-position: center bottom
}

a.jqTransformChecked.jqTransformCheckbox {
    background-image: url("../img/other/xs-checkbox-checked.png");
    background-position: 0 0
}

#your-stores a.jqTransformChecked.jqTransformCheckbox {
    background-image: url("../img/other/checkbox-checked.png")
}

.jqTransformSelectWrapper {
    position: relative;
    height: 42px;
    clear: both;
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}
.b_order .jqTransformSelectWrapper {
    margin-left: 25px;
}

.jqtransform.form-inverse .jqTransformSelectWrapper {
    background-color: #fff
}

.jqTransformSelectWrapper div span {
    color: gray;
    font-size: 13px;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 42px;
    width: 100% !important;
    line-height: 20px;
    text-transform: lowercase;
    padding: 8px 15px 8px 5px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #e7e7e7;
}
.b_contact .jqTransformSelectWrapper div span {
    text-transform: none;
    font-weight: 400;
    padding-left: 15px;
    font-size: 15px;
    color: #3b424d;
}
.b_contact .jqTransformSelectWrapper ul a {
    text-transform: none;
}

.b_order .panel-body .jqTransformSelectWrapper div span {
    height: 36px;
}
.b_order .panel-body .jqTransformSelectWrapper{
    height: 36px;
    margin-left: -25px;
}
.b_order .panel-body .jqTransformSelectWrapper a.jqTransformSelectOpen{
    height: 36px;
}
.b_order .cart_content tr{
    border-bottom: 2px solid #f2f2f2
}

.b_order .nav-tabs .btn-default, .b_order .nav-tabs .btn-default:hover{
    border: 2px solid #485868;
    text-align: center;
    padding: 10px 40px!important;
    color: #485868;
    border-radius: 3px;
    background: #fff;
    width: 300px;
    margin-left: 10px;
}
.b_order .nav-tabs .active .btn-default{
    border: 2px solid #46b3e5;
    text-align: center;
    padding: 10px 40px!important;
    color: #fff;
    background: #46b3e5;
}
.b_order .form-group label, .b_account .form-group label{
    font-weight: 400;
    font-size: 13px;
}

#main-content .nav-payment li{
    padding-left: 0px;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0px;
    width: 38px;
    height: 42px;
    background: url("../img/select_right.png") no-repeat center center
}

.jqTransformSelectWrapper ul {
    position: absolute;
    width: 41px;
    top: 42px;
    left: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 258px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10
}
select option[default] {
    color: red;
}
.jqtransform.form-inverse .jqTransformSelectWrapper ul {
    background-color: #fff;
    border-color: #e7e7e7
}

.jqTransformSelectWrapper ul li {
    padding-left: 0
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: lowercase;
    color: #898989;
    font-weight: 600;
    background-color: #f5f5f5;
    font-size: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.jqTransformSelectWrapper ul a.selected {
    background: #fff;
    color: #e04951
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background-color: #e04951;
    color: #fff
}

.jqTransformHidden {
    display: none
}

button:focus, button.focus {
    outline: none
}

.btn {
    border-width: 0 0 3px 0;
    padding-bottom: 15px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

/*.btn:hover, .btn:focus, .btn.focus {
    border-bottom-width: 0;
    margin-top: 3px
}*/

.btn.no-border-btm {
    border-bottom-width: 0
}

.btn.no-border-btm:hover, .btn.no-border-btm:focus, .btn.no-border-btm.focus {
    margin-top: 0
}

.btn.no-text-tf {
    text-transform: none
}

.btn.btn-lg, .btn-group-lg > .btn {
    padding: 18px 24px
}

.btn.btn-abs {
    position: absolute;
    bottom: 0;
    top: auto
}

.btn.btn-abs.btn-stretch {
    top: 0;
    right: 15px;
    padding: 12px 20px 26px
}

.desc .btn.btn-abs.btn-stretch {
    padding-top: 24px;
    line-height: 4px
}

.btn#copy-data, .btn#individual-copy-data, .extension-btn .btn {
    line-height: 22px
}

.extension-btn .btn {
    padding: 9px 26px;
    background-color: #fff
}

.extension-btn .btn * {
    float: left
}

footer.col-footer .btn {
    margin: 10px 0px 0 0
}

footer.col-footer .btn:hover, footer.col-footer .btn:focus {
    margin-top: 10px
}

footer.col-footer ul li i.fa {
    display: none;
}

#try .row.center-block .btn {
    margin-top: 50px;
    margin-bottom: 50px
}

#try .row.center-block .btn:hover, #try .row.center-block .btn:focus {
    margin-top: 53px
}

.btn-default-sec {
    color: #8a8a8a;
    background-color: transparent;
    border-color: #cfcfcf;
    border-width: 1px;
    font-weight: none;
    font-size: inherit
}

.btn-default-sec:focus, .btn-default-sec.focus {
    color: #8a8a8a;
    background-color: transparent;
    border-color: #8f8f8f
}

.btn-default-sec:hover {
    color: #8a8a8a;
    background-color: transparent;
    border-color: #b0b0b0
}

.btn-default-sec:active, .btn-default-sec.active, .open > .btn-default-sec.dropdown-toggle {
    color: #8a8a8a;
    background-color: transparent;
    border-color: #b0b0b0
}

.btn-default-sec:active:hover, .btn-default-sec:active:focus, .btn-default-sec:active.focus, .btn-default-sec.active:hover, .btn-default-sec.active:focus, .btn-default-sec.active.focus, .open > .btn-default-sec.dropdown-toggle:hover, .open > .btn-default-sec.dropdown-toggle:focus, .open > .btn-default-sec.dropdown-toggle.focus {
    color: #8a8a8a;
    background-color: transparent;
    border-color: #8f8f8f
}

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

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

.btn-default-sec .badge {
    color: transparent;
    background-color: #8a8a8a
}

.btn-default-sec:hover, .btn-default-sec:focus, .btn-default-sec.focus {
    margin-top: 0;
    color: #e04951;
    border-bottom-width: 1px;
    border-color: #e04951
}

.btn-xs, .btn-group-xs > .btn {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

a:focus {
    outline: none
}

a.link-as-tab {
    border: solid 1px #fff;
    background-color: #fff;
    color: #a1a7ae;
    line-height: 26px;
    font-size: 18px;
    width: auto;
    padding: 17px 36px
}

a.link-as-tab.pos-abs {
    left: 15px;
    right: 10px;
    bottom: -50px
}

a.link-as-tab:hover, a.link-as-tab:focus {
    text-decoration: none;
    background-color: #fff;
    color: #485868;
    border-color: #fff
}

#portfolio-filter > [class*="col-"]:first-child > a {
    margin-right: 8px
}

#portfolio-filter > [class*="col-"]:last-child > a {
    margin-left: 8px
}

#portfolio-filter a {
    font-size: 29px;
    color: inherit;
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent
}

#portfolio-filter a.current, #portfolio-filter a:focus, #portfolio-filter a:hover {
    color: #e04951;
    text-decoration: none
}

#portfolio-filter a.current, #portfolio-filter a:focus {
    border-bottom-color: #e04951
}

#categories a {
    color: #fff;
    display: block
}
#categories li:hover a, #categories li:focus a, #categories li.active a {
    text-decoration: none;
    color: #ededed
}

.questions h4 a{
    color: #3b424d;
}
.questions h4 a:hover{
    color: #363d48;
}
.questions a {
    font-weight: 600;
    font-size: 18px;
    color: #46b3e5
}
.questions a:hover, .questions a:focus {
    text-decoration: none;
    color: #36a0d1;
}

#functionality-packages table .btn-lg, #functionality-packages table .btn-group-lg > .btn {
    padding: 8px 25px
}

#functionality-packages table .title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600
}

#functionality-packages .table > thead > tr > th, #functionality-packages .table > thead > tr > td, #functionality-packages .table > tbody > tr > th, #functionality-packages .table > tbody > tr > td {
    line-height: 1;
    vertical-align: middle
}

#functionality-packages .table > thead > tr > th:nth-child(2), #functionality-packages .table > thead > tr > th:nth-child(4), #functionality-packages .table > thead > tr > td:nth-child(2), #functionality-packages .table > thead > tr > td:nth-child(4), #functionality-packages .table > tbody > tr > th:nth-child(2), #functionality-packages .table > tbody > tr > th:nth-child(4), #functionality-packages .table > tbody > tr > td:nth-child(2), #functionality-packages .table > tbody > tr > td:nth-child(4) {
    background-repeat: repeat-y
}

#functionality-packages .table > thead > tr > th:nth-child(2), #functionality-packages .table > thead > tr > td:nth-child(2), #functionality-packages .table > tbody > tr > th:nth-child(2), #functionality-packages .table > tbody > tr > td:nth-child(2) {
    background-image: url("../img/bg/pricing/shadow-left.png");
    background-position: right top
}

#functionality-packages .table > thead > tr > th:nth-child(4), #functionality-packages .table > thead > tr > td:nth-child(4), #functionality-packages .table > tbody > tr > th:nth-child(4), #functionality-packages .table > tbody > tr > td:nth-child(4) {
    background-image: url("../img/bg/pricing/shadow-right.png");
    background-position: left top
}

#functionality-packages .table > tbody > tr > th {
    background-color: inherit;
    color: #fff
}

#functionality-packages .table > thead > tr > th, #functionality-packages .table > thead > tr > td {
    border-width: 0;
    color: #636363;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff
}

#functionality-packages .table > thead > tr > th:first-child, #functionality-packages .table > thead > tr > td:first-child {
    background-color: inherit
}

#functionality-packages .table > thead > tr > th:nth-child(2), #functionality-packages .table > thead > tr > td:nth-child(2) {
    border-top-left-radius: 4px
}

#functionality-packages .table > thead > tr > th:last-child, #functionality-packages .table > thead > tr > td:last-child {
    border-top-right-radius: 4px
}

#functionality-packages .table > tbody > tr > th, #functionality-packages .table > tbody > tr > td {
    font-weight: 400;
    border-top: 1px dotted #cecece
}

#functionality-packages .table > tbody > tr > td {
    color: #666666;
    background-color: #fff;
    padding-left: 74px;
    padding-right: 74px;
    text-align: center
}

#functionality-packages .table > tbody > tr > th {
    padding-left: 32px;
    text-align: left
}

#functionality-packages .table > tbody > tr.tr-head > th {
    padding-left: 12px
}

#functionality-packages .table > tbody > tr.tr-head > td {
    background-color: #f6f6f6
}

#functionality-packages .table > tbody > tr:last-child > *:nth-child(2) {
    border-bottom-left-radius: 4px
}

#functionality-packages .table > tbody > tr:last-child > *:last-child {
    border-bottom-right-radius: 4px
}

#functionality-packages .table > thead > tr > th, #functionality-packages .table > tbody > tr.tr-head > th {
    font-weight: 600
}

.table.table-standard > thead > tr > th, .table.table-standard > thead > tr > td, .table.table-standard > tbody > tr > th, .table.table-standard > tbody > tr > td {
    font-weight: 600;
    border-top-width: 0;
    text-align: center;
    border-left: solid 1px #fff
}

.table.table-standard > thead > tr {
    border-top: solid 4px #fff
}

.table.table-standard > thead > tr > *:first-child {
    border-top-left-radius: 4px
}

.table.table-standard > thead > tr > *:last-child {
    border-top-right-radius: 4px
}

.table.table-standard > thead > tr > th, .table.table-standard > thead > tr > td {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px
}

.table.table-standard > thead > tr > th:first-child, .table.table-standard > thead > tr > td:first-child {
    background-color: #30a6dd
}

.table.table-standard > thead > tr > th:nth-child(2), .table.table-standard > thead > tr > td:nth-child(2) {
    background-color: #2d91bf
}

.table.table-standard > thead > tr > th:nth-child(3), .table.table-standard > thead > tr > td:nth-child(3) {
    background-color: #167faf
}

.table.table-standard > thead > tr > th:last-child, .table.table-standard > thead > tr > td:last-child {
    background-color: #106e99
}

.table.table-standard > tbody {
    border-top-width: 0
}

.table.table-standard > tbody > tr > th, .table.table-standard > tbody > tr > td {
    font-size: 20px;
    color: #3b424d;
    padding-top: 20px;
    padding-bottom: 20px
}

.table.table-standard > tbody > tr:last-child > *:first-child {
    border-bottom-left-radius: 4px
}

.table.table-standard > tbody > tr:last-child > *:last-child {
    border-bottom-right-radius: 4px
}

.table.table-standard.table-striped > tbody > tr:nth-of-type(2n+1) > th, .table.table-standard.table-striped > tbody > tr:nth-of-type(2n+1) > td {
    background-color: #fff
}

.table.table-standard.table-striped > tbody > tr:nth-of-type(2n) > th, .table.table-standard.table-striped > tbody > tr:nth-of-type(2n) > td {
    background-color: #f5f5f5
}

.boxes-circle-icon > [class*="col-"] {
    min-height: 305px
}
.boxes-circle-icon .col-md-3{
    min-height: 305px
}

#facts .boxes h3 {
    margin: 25px 0 20px;
    font-size: 38px;
    line-height: 1
}

.box {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    max-width: 507px;
    min-width: 380px
}

section.create-shop .box {
    width: 100%;
    max-width: auto;
    min-width: auto
}
.create-shop-full{
    min-height: 850px;
}
@media (max-width:1380px){
    .create-shop-full{
        min-height: 665px;
    }
}
.create-shop h4{
    font-weight: 400;
}

.dropdown-menu {
    border-width: 0;
    min-width: 212px
}

.dropdown-menu h4 {
    color: #3b424d;
    margin: 12px 0 10px 0;
    padding-bottom: 11px;
    border-bottom: solid 1px #e7eaec
}

.dropdown-menu li > a, .dropdown-menu > li > a {
    text-decoration: none;
    display: block;
    white-space: normal;
    clear: both;
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0 8px 7px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a.focus, .dropdown-menu li > a:active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.focus, .dropdown-menu > li > a:active {
    background-color: #e7ecf1;
    color: #153240
}

.dropdown-menu li > a, .dropdown-menu li.open > a, .dropdown-menu > li > a, .dropdown-menu > li.open > a {
    color: #153240;
    border-top: 1px solid #f2f2f2;
}

.dropdown-menu:before {
    content: "";
    /*background-image: url("../img/arrows/submenu-white-up.png");*/
    background-repeat: no-repeat;
    width: 18px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -8px;
    margin-left: -9px
}

.container.dropdown-menu {
    min-width: 634px;
    width: auto
}

.nav-tabs {
    border-bottom-width: 0;
    margin-bottom: -10px
}

.nav-tabs > li {
    margin-left: 15px;
    margin-right: -5px;
    margin-bottom: 10px
}

.nav-tabs > li > a {
    padding: 16px 25px;
    font-size: 20px;
    line-height: 1;
    color: #3b424d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #fff
}

.nav-tabs > li > a:hover {
    color: #fff;
    background-color: #455564;
    border-color: #455564
}

.support-content .nav-tabs {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    display: table
}

.support-content .nav-tabs > li {
    display: inline-block;
    float: none
}

.support-content .nav-tabs > li > a {
    font-size: 16px;
    padding: 15px 24px;
    background-color: transparent;
    border-color: #3b424d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.support-content .nav-tabs > li > a:hover {
    background-color: #ededed;
    color: #3b424d;
    border-color: #3b424d
}

.support-content .nav-tabs > li.active > a {
    background-color: #46b3e5!important;
    color: #fff!important;
    border-color: #46b3e5!important;
    font-weight: 600;
}

.support-content .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border-color: #3b424d
}

.account-details .nav-tabs > li {
    border-bottom: 1px solid #ededed;
    margin: 0
}

.account-details .nav-tabs > li > a {
    padding: 20px 38px 13px;
    font-size: 22px;
    line-height: 24px;
    border-width: 0 0 5px 0;
    border-bottom-color: #fff
}

.account-details .nav-tabs > li > a:hover, .account-details .nav-tabs > li > a:focus {
    border-width: 0 0 5px 0;
    border-bottom-color: #46b3e5;
    color: #3b424d;
    background-color: #fff
}

.account-details .nav-tabs > li.active > a, .account-details .nav-tabs > li.active > a:hover, .account-details .nav-tabs > li.active > a:focus {
    border-width: 0 0 5px 0;
    border-bottom-color: #46b3e5;
    color: #46b3e5;
    background-color: #fff
}

.nav-pills {
    position: relative;
    z-index: 2
}

.nav-pills > li {
    margin-right: 10px
}

.nav-pills > li > a {
    border: solid 1px #fff;
    background-color: #fff;
    color: #a1a7ae;
    line-height: 26px;
    padding: 17px 36px
}

.nav-pills > li > a:hover {
    background-color: #fff;
    color: #485868;
    border-color: #fff
}

.nav-pills > li.active {
    margin-right: 0
}

.nav-pills > li.active > a {
    padding-left: 27px;
    border-color: #ededed #fff #ededed #485868;
    border-left-width: 10px;
    color: #485868;
    background-color: #fff
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-left-color: #3f4b58;
    color: #3f4b58;
    background-color: #fff
}

.nav-pills#possibilities-filter>li{
    margin:0
}
.nav-pills#possibilities-filter>li,.nav-pills#possibilities-filter>li+li{
    margin:0;
    border-bottom:2px solid transparent
}
.nav-pills#possibilities-filter>li>a{
    padding-top:30px;
    padding-bottom:30px;
        font-size: 29px;
}
.nav-pills#possibilities-filter>li.active{
    border-bottom-color:#e04951
}
.nav-pills#possibilities-filter>li.active>a{
    border-width:0;
    padding-left:36px;
    padding-right:36px;
    color:#e04951
}

.nav-stacked > li + li {
    margin-top: 8px
}

.s-account .tab-content.account-details {
    border: solid 1px #ededed;
    position: relative;
    margin-left: -1px;
    z-index: 1;
    min-height: 273px;
}

.navbar {
    border-width: 0 0 1px 0;
    padding: 20px 0;
    -webkit-transition: padding 0.3s 0.2s linear;
    -moz-transition: padding 0.3s 0.2s linear;
    -o-transition: padding 0.3s 0.2s linear;
    -ms-transition: padding 0.3s 0.2s linear;
    transition: padding 0.3s 0.2s linear;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.navbar .container.dropdown-menu {
    padding: 0 24px 10px
}

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

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
}

.navbar-nav > li > a.nav-icon {
    line-height: 28px
}

.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 3px solid #46b3e5;
    margin-top: 3px;
}

.navbar-nav.main-nav > li > a {
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 600;
    position: relative;
    margin-bottom: -3px;
}

.navbar-nav.main-nav > li > a:last-child {
    padding-right: 0
}

.navbar-nav.main-nav > li > a > span {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #dcdcdc;
    line-height: inherit;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 0
}

.navbar-default .navbar-nav.main-nav > .active > a {
    color: #fff
}

.navbar-brand {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent
}

.navbar-nav.navbar-right > li {
    margin: 0 0 0 4px;
    border-bottom: 0px;
}

.navbar-nav.navbar-right > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.navbar-nav.navbar-right > li > a.btn {
    font-size: 12px;
    line-height: 30px
}

.navbar-nav.navbar-right > li > a.btn.btn-primary:focus, .navbar-nav.navbar-right > li > a.btn.btn-primary.focus, .navbar-nav.navbar-right > li > a.btn.btn-primary:hover {
    color: #fff;
    background-color: #d2242d;
    border-color: #932a30
}

.nav.navbar-right > li > a.nav-icon {
    color: #51606f;
    padding: 0
}

.nav.navbar-right > li > a.nav-icon:focus, .nav.navbar-right > li > a.nav-icon.focus, .nav.navbar-right > li > a.nav-icon:hover {
    background-color: #dcdcdc
}

.scroll-nav {
    background-color: #fff;
    border-color: #f2f2f2;
    border-bottom-width: 4px
}

.scroll-nav .navbar-nav > li > a {
    color: #1b3a4a!important
}

.scroll-nav .navbar-nav.nav.navbar-right > li > a.nav-icon {
    color: #153240
}

.scroll-nav .navbar-nav.nav.navbar-right > li > a.btn {
    color: #fff!important
}

.scroll-nav .navbar-nav.main-nav > .active > a {
    color: #485868
}

.scroll-nav.navbar-default .navbar-nav > li > a, .scroll-nav.navbar-default .navbar-nav > li > a:hover, .scroll-nav.navbar-default .navbar-nav > li > a:focus, .scroll-nav.navbar-default .navbar-nav > li.open > a, .scroll-nav.navbar-default .navbar-nav > li.open > a:hover, .scroll-nav.navbar-default .navbar-nav > li.open > a:focus {
    color: #153240!important
}
.scroll-nav.navbar-default .navbar-nav > li > a{
    color: #1d485c!important
}
/*koniec*/
.scroll-nav .nav.navbar-right > li > a.nav-icon {
    background-color: #f2f2f2
}

.scroll-nav .nav.navbar-right > li > a.nav-icon:focus, .scroll-nav .nav.navbar-right > li > a.nav-icon.focus, .scroll-nav .nav.navbar-right > li > a.nav-icon:hover {
    background-color: #979e9f
}

.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

.breadcrumb a {
    color: inherit
}

.breadcrumb > li + li:before {
    padding: 0 8px
}

.breadcrumb > .active {
    font-weight: 600
}

.pager > li a * {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: scale 0.4s 0.2s linear;
    -moz-transition: scale 0.4s 0.2s linear;
    -o-transition: scale 0.4s 0.2s linear;
    -ms-transition: scale 0.4s 0.2s linear;
    transition: scale 0.4s 0.2s linear
}

.pager > li a:hover * {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8)
}

.carousel.slide.testimonials nav.row:first-child {
    top: 0
}

.carousel.slide.testimonials nav.row:last-child {
    bottom: 0;
    top: auto
}

#realizations, .carousel.slide {
    position: relative
}

#realizations nav.row, .carousel.slide nav.row {
    position: absolute;
    top: 25%;
    z-index: 3;
    left: 20px;
    right: 20px
}

.pagination > li > a, .pagination > li > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
    font-size: 20px;
    margin: 2px
}

.pagination > li > span {
    padding-left: 26px;
    padding-right: 26px
}

.pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
    color: #3f4b58;
    background-color: #fff;
    border-color: #3f4b58
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    line-height: 20px;
    padding-bottom: 11px;
    padding-left: 26px;
    padding-right: 26px
}

footer.last-footer * {
    margin-bottom: 0;
    line-height: 24px
}

footer.last-footer span.line-v {
    display: inline-block;
    margin: 0 8px
}

footer.last-footer .label {
    display: inline-block
}

footer.last-footer .uptime span{
    color: #fff!important;
}

footer.last-footer .label-default {
    background-color: #3e3e3e;
    line-height: 28px
}

footer.last-footer .label-default .label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 1em
}

.thumbnail {
    margin-bottom: 0
}

.category-1 .thumbnail-photo{
    height: 450px;
}

/*figure {
	height: 450px;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} */

figure{
  height: 450px;
  width: 550px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1em;
}
figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}
figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #fff!important;
  text-transform: uppercase;
}
figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #fff!improtant;
}
figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
     background-color: rgba(62,62,62,0.9);
}
figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}




















#portfolio-list .thumbnail, .list-boxes .thumbnail {
    -webkit-transition: none 0.1s linear;
    -moz-transition: none 0.1s linear;
    -o-transition: none 0.1s linear;
    -ms-transition: none 0.1s linear;
    transition: none 0.1s linear
}

#portfolio-list .thumbnail {
    height: 395px
}

.thumbnail .list-boxes > [class*="col-"] > .integration-thumb {
    height: 316px
}

.thumbnail .list-boxes > [class*="col-"] > .integration-thumb .thumbnail {
    height: auto
}

.list-boxes.list-realizations .thumbnail {
    height: 100%
}

.thumbnail .thumb-wrapper {
    height: 185px;
    width: 100%;
    line-height: 160px;
    text-align: center;
    display: block;
    margin: 0 auto
}

.thumbnail .color {
    z-index: 1;
    background-color: rgba(62, 62, 62, 0.9)
}

.thumbnail .overflow, .thumbnail .color, .thumbnail .content {
    width: 100%;
    height: 100%
}

.thumbnail .overflow {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.list-realizations .thumbnail .overflow {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: auto;
    height: auto
}

.thumbnail .color {
    opacity: 0;
    filter: alpha(opacity=0)
}

.thumbnail * {
    -webkit-transition: all 0.05s 0.10s linear;
    -moz-transition: all 0.05s 0.10s linear;
    -o-transition: all 0.05s 0.10s linear;
    -ms-transition: all 0.05s 0.10s linear;
    transition: all 0.05s 0.10s linear
}

.thumbnail .overflow i.fa, .thumbnail .overflow span.icon, .thumbnail .overflow span.websymbol {
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -13px;
    margin-top: -14px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute
}

.thumbnail .overflow:hover .color {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.thumbnail .overflow:hover i.fa, .thumbnail .overflow:hover span.icon, .thumbnail .overflow:hover span.websymbol {
    opacity: 1;
    filter: alpha(opacity=100)
}

.thumbnail .overflow:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.thumbnail .content {
    color: #fff;
    z-index: 2
}

.thumbnail .content * {
    color: #fff;
    margin: 0
}

.thumbnail .content a {
    text-decoration: none
}

.thumbnail .content .title {
    padding-top: 15%
}

.thumbnail-photo .content hr {
    margin: 14px auto;
    width: 20px;
    height: 1px;
    background-color: #fff
}

.thumbnail-photo .content p.center-block {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 10%
}

.thumbnail-photo a.btn, .thumbnail button.btn {
    color: #fff;
}

.thumbnail-photo a.btn.btn-default, .thumbnail button.btn.btn-default {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 15px;
    transition: 0s;
}

.thumbnail-photo a.btn.btn-default:hover, .thumbnail button.btn.btn-default:hover {
    background-color: #fff;
    color: #3b424d;
    border-color: #fff;
    transition: 0s;
}

a.thumbnail-photo:hover, a.thumbnail-photo:focus, a.thumbnail-photo:active {
    text-decoration: none;
    border-color: #fff;
    transition: 0s;
}

.list-realizations .thumbnail-photo {
    background-color: inherit
}

.list-realizations .thumbnail-photo .btn {
    margin: 0 5px 10px
}

.list-realizations .color {
    position: absolute;
    top: 0;
    bottom: 0
}

.media {
    margin-top: 35px
}

.create-shop .media .media-left {
    width: 51px
}
.full_height{
    height: 100%;

    position: center;
    margin-bottom: 50px;
    display: flex;
    text-align: center;
}

.media-heading {
    margin: 5px 0 10px;
    font-weight: 400
}

.media-right, .media > .pull-right {
    padding-left: 20px
}

.media-left, .media > .pull-left {
    padding-right: 20px
}

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.opinions .panel .heading {
    padding: 0 90px;
    font-size: 32px
}
.b_clients .opinions .panel-body p{
    font-size: 16px;
    margin-bottom: 16px;
}

.order_btn_contact{
    background: rgb(70, 179, 229);
}

.panel .panel-heading {
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 0 20px;
    line-height: 1;
    font-weight: 600;
    font-size: 20px;
    color: #737373
}

.opinions .panel .panel-heading {
    border-bottom-width: 0;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url("../img/other/quote.png");
    background-repeat: no-repeat;
    background-position: 40px 20px;
    padding-bottom: 0
}

.panel .panel-footer {
    margin-left: 20px;
    margin-right: 20px
}

.opinions .panel .panel-footer {
    margin-left: 40px;
    margin-right: 40px
}

.panel-group .panel, .panel-group .panel + .panel {
    margin-top: 0;
    line-height: 22px;
    font-size: 18px
}

.panel-body {
    line-height: 1.5;
    font-size: 16px
}

.panel-body > .row {
    margin-left: -20px;
    margin-right: -20px
}

.panel-body.panel-body-lg {
    padding-top: 40px;
    padding-bottom: 40px
}

.panel-body.panel-body-lg section[class*="col-"] {
    padding: 0 40px
}

.panel-body hr {
    margin: 15px 0;
    border-color: #e4e6e8
}

.opinions .panel-body {
    padding: 0 40px
}

.panel-collapse a:hover, .panel-collapse a:focus {
    text-decoration: underline
}

.faq-inherit .panel {
    background-color: inherit
}

.faq-inherit .panel h4 {
    margin-bottom: 0
}

.faq-inherit .panel-group .panel, .faq-inherit .panel-group .panel + .panel {
    margin-top: 15px
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400
}

.well.well-inherit {
    background-color: inherit
}

.account-details .well > .row {
    background-color: #fff;
    margin: 0
}

.account-details #complex-orders .well {
    color: #000
}

.account-details #complex-orders .well h3 {
    font-size: 22px
}

.account-details #complex-orders .well h4 {
    font-size: 18px
}

.account-details #complex-orders .well hr {
    border-color: #000;
    margin: 9px 0
}

.account-details #your-stores .well {
    font-size: 16px;
    color: inherit
}

.well .top-info {
    font-size: 14px;
    line-height: 1
}

#seo-important_info .well > header, #seo-important_info .well > p {
    padding-left: 30px
}

#seo-important_info .well > ul, #seo-important_info .well > p {
    padding-right: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

#seo-important_info .well > ul {
    padding-left: 25px
}


/* ver2 */
.carousel .item_1{
    background: url(../../images/slides/main-photo-img-1.jpg) no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
}
.carousel .item_2{
    background: url(../../images/slides/main-photo-img-2.jpg) no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
}
.carousel-caption{
    top: 35%;
}
@media (max-width:768px){
    .carousel-caption{
        top: 25%;
    }
}
.center{
    margin: 0 auto;
    text-align: center;
}

/* ver3 */
.carousel,.item,.active {
    height: 100%;
}
#myCarousel{
    background: #3b424d;
}
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* slider new end */


.container-fluid.homeSlider {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative
}

.container-fluid.homeSlider .col-xs-12.item {
    padding-left: 0;
    padding-right: 0
}

.homeSlider .item {
    position: relative;
    height: 100%;
    width: 100%
}

.homeSlider .item .slides img {
    position: relative;
    z-index: 1;
    width: auto
}

.homeSlider .item .caption {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    width: 100%;
}

.carousel-caption h2, .carousel-caption p {
    color: inherit;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    width: 110%;
    margin-left: -5%;
}

@media (max-width: 1380px){
    .carousel-caption h2{
        font-size: 44px!important;
        margin-bottom: 20px;
        width: 114%;
        margin-left: -7%;
    }
    .carousel-caption p{
        font-size: 20px!important;
        margin-bottom: 30px;
        width: 116%;
        margin-left: -8%;
    }
} 

.carousel-caption h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    width: 120%;
    margin-left: -10%;
    margin-bottom: 10px;
}

.carousel-caption hr {
    width: 120px;
    border-width: 5px;
    border-color: #fff;
    margin: 40px auto
}

.carousel-caption p {
    font-size: 28px;
    line-height: 1.33;
    margin-bottom: 40px;
    overflow: hidden;
}

.carousel-caption .btn {
    padding: 20px 24px;
    font-size: 19px;
    line-height: 1;
    border-radius: 4px
}

.testimonials {
    height: 180px
}

.testimonials .carousel-inner {
    height: 110px
}

.carousel-indicators li {
    background-color: #fff;
    border-color: #fff
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    border-style: solid;
    border-width: 1px
}

.carousel-indicators li.active, .carousel-indicators li:hover {
    background-color: #e04951;
    border-color: #e04951
}

.carousel-inner[class*="col-"] {
    padding: 0
}

.account-details .row.row-with-data {
    padding-left: 27px;
    padding-right: 27px;
    margin: 0
}
.account-details .row.row-with-data .inner .col-sm-4{
    padding-top: 15px;
}

.account-details .row.row-with-data > [class*="col-"] {
    padding-top: 19px;
    padding-bottom: 19px
}

.account-details .row.row-with-data > [class*="col-"].proforma-btn, .account-details .row.row-with-data > [class*="col-"].extension-btn, .account-details .row.row-with-data > [class*="col-"].checkbox-col {
    padding-top: 10px;
    padding-bottom: 10px
}

.well .account-details .row.row-with-data > [class*="col-"] {
    padding-top: 24px;
    padding-bottom: 24px
}

.account-details .row.row-with-data.row-striped {
    margin-bottom: 2px
}

.account-details .row.row-with-data.row-striped:nth-child(2n) {
    background-color: #f2e8e8
}

.account-details .row-with-data {
    font-size: 18px;
    color: #485868;
    font-weight: 400
}

.account-details .row-with-data:hover {
    cursor: pointer;
    color: #e04951
}

.account-details .row-with-data.row-striped:hover {
    cursor: default;
    color: inherit
}

.account-details .row-with-data > [class*="col-"] {
    line-height: 1
}

.account-details .row-with-data .btn {
    font-size: 15px
}

.account-details .row-with-data.header-data {
    background-color: #f5f5f5
}
.account-details .row-with-data.header-data:hover {
    color: #485868
}

#faq .faq-inherit .panel > h4 {
    margin-bottom: 5px
}

#faq .faq-inherit .panel-collapse {
    padding: 0 0 0 35px
}

.blueimp-gallery {
    background-color: rgba(50, 59, 69, 0.96) !important
}

.blueimp-gallery .modal-dialog {
    max-width: 1080px !important
}

.blueimp-gallery button.close {
    position: absolute;
    right: 23px;
    top: 23px;
    z-index: 9999;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.blueimp-gallery button.close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.blueimp-gallery .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0 20px 40px
}

@media (max-width:1380px){
    .blueimp-gallery .modal-content {
        margin-top: -20px;
    }
}

.blueimp-gallery .modal-body p{
    margin-bottom: 0px;
}

.blueimp-gallery .modal-header {
    border-bottom-width: 0;
    padding: 0
}

.blueimp-gallery .modal-body {
    padding-bottom: 0 !important
}

.blueimp-gallery .modal-body > [class*="col-"].pull-right {
    padding-left: 60px;
    padding-right: 0
}

.blueimp-gallery .modal-body img {
    width: auto;
    max-width: 50% !important;
    max-height: 100%;
    margin: auto;
    position: relative !important;
    right: auto !important;
    bottom: 40px !important;
    margin-top: 40px!important;
}

.blueimp-gallery .btn-lg, .blueimp-gallery .btn-group-lg > .btn {
    padding: 20px 20px 17px;
    margin-right: 7px
}

.blueimp-gallery .btn-lg.prev span.arrow, .blueimp-gallery .btn-group-lg > .prev.btn span.arrow {
    margin-right: 15px
}

.blueimp-gallery .btn-lg.next span.arrow, .blueimp-gallery .btn-group-lg > .next.btn span.arrow {
    margin-left: 15px
}

.blueimp-gallery .modal-title {
    color: #5c5c5c
}

.blueimp-gallery h2.modal-title {
    font-size: 40px;
    letter-spacing: -0.5px;
    margin-top: 33px!important;
}

.blueimp-gallery .text-muted {
    color: #b0b0b0 !important
}

.blueimp-gallery .modal{
    overflow-y: auto;
    max-height: 900px;
}
.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    cursor: pointer
}

.blueimp-gallery .modal-footer {
    margin: 0
}

.blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a {
    max-width: 100%!important;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.blueimp-gallery .modal-body .video-content video {
    display: none
}

.blueimp-gallery .modal-body .video-playing video {
    display: block
}

.blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%
}

.blueimp-gallery .modal-body .video-playing iframe {
    left: 0
}

.blueimp-gallery .modal-body .video-playing img, .blueimp-gallery .modal-body .video-playing a {
    display: none
}

.blueimp-gallery .modal-body .video-content a {
    cursor: pointer
}

.blueimp-gallery .modal-body .video-content a:after {
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    content: "\e029";
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 -32px
}

.blueimp-gallery .modal-body .video-loading a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery .modal-body .video-loading a:after {
    content: none
}

@media screen and (min-width: 768px) {
    .blueimp-gallery .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-left: 5%;
        padding-right: 5%
    }
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.345, 0.025, 0.345, 1);
    -moz-transition-timing-function: cubic-bezier(0.345, 0.025, 0.345, 1);
    -ms-transition-timing-function: cubic-bezier(0.345, 0.025, 0.345, 1);
    -o-transition-timing-function: cubic-bezier(0.345, 0.025, 0.345, 1);
    transition-timing-function: cubic-bezier(0.345, 0.025, 0.345, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none
}

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0
}

* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative
}

.no-m {
    margin: 0 !important
}

.no-p {
    padding: 0 !important
}

.no-m-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-p-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.small-m-top {
    margin-top: 10px !important
}

.small-m-bottom {
    margin-bottom: 10px !important
}
.small-min-top{
    margin-top: -10px !important
}

.small-m-left {
    margin-left: 10px !important
}

.small-m-right {
    margin-right: 10px !important
}

.xs-p-top {
    padding-top: 5px !important
}

.xs-p-bottom {
    padding-bottom: 5px !important
}

.xs-p-left {
    padding-left: 5px !important
}

.xs-p-right {
    padding-right: 5px !important
}

.sm-p {
    padding: 15px !important
}

.sm-m {
    margin: 15px !important
}

.small-p-top {
    padding-top: 10px !important
}

.small-p-bottom {
    padding-bottom: 10px !important
}

.smbase-p-top {
    padding-top: 15px !important
}

.smbase-p-bottom {
    padding-bottom: 15px !important
}

.smbase-p-left {
    padding-left: 15px !important
}

.smbase-p-right {
    padding-right: 15px !important
}

.base-p-top {
    padding-top: 20px !important
}

.base-p-bottom {
    padding-bottom: 20px !important
}

.base-p-tb {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.base-p {
    padding: 20px !important
}

.base-p-left {
    padding-left: 20px !important
}

.base-p-right {
    padding-right: 20px !important
}

.lg-p-left {
    padding-left: 30px !important
}

.lg-p-right {
    padding-right: 30px !important
}

.xlg-p-left {
    padding-left: 40px !important
}

.xlg-p-right {
    padding-right: 40px !important
}

.xlg-p-top {
    padding-top: 50px !important
}

.xlg-p-bottom {
    padding-bottom: 50px !important
}

.xlg-p-left {
    padding-left: 50px !important
}

.xlg-p-right {
    padding-right: 50px !important
}

.lg-p-top {
    padding-top: 30px !important
}

.lg-p-bottom {
    padding-bottom: 30px !important
}

.xlg-p-top {
    padding-top: 40px !important
}

.xlg-p-bottom {
    padding-bottom: 40px !important
}

.xxlg-p-top {
    padding-top: 60px !important
}

.xxlg-p-bottom {
    padding-bottom: 60px !important
}

.xxlg-p-left {
    padding-left: 60px !important
}

.xxlg-p-right {
    padding-right: 60px !important
}

.xx2lg-p-top {
    padding-top: 70px !important
}

.xx2lg-p-bottom {
    padding-bottom: 70px !important
}

.xx2lg-p-left {
    padding-left: 70px !important
}

.xx2lg-p-right {
    padding-right: 70px !important
}

.megalg-p-top {
    padding-top: 80px !important
}

.megalg-p-bottom {
    padding-bottom: 80px !important
}

.megalg-p-left {
    padding-left: 80px !important
}

.megaxlg-p-top {
    padding-top: 100px !important
}

.megaxlg-p-bottom {
    padding-bottom: 100px !important
}

.megalg-p-right {
    padding-right: 80px !important
}

.megaxxlg-p-left {
    padding-left: 130px !important
}

.megaxxlg-p-right {
    padding-right: 130px !important
}

.smbase-m-top {
    margin-top: 15px !important
}

.smbase-m-bottom {
    margin-bottom: 15px !important
}

.smbase-m-left {
    margin-left: 15px !important
}

.smbase-m-right {
    margin-right: 15px !important
}

.base-m-top {
    margin-top: 20px !important
}

.base-m-btm {
    margin-bottom: 20px !important
}

.base-m-top {
    margin-top: 20px !important
}

.base-m-left {
    margin-left: 20px !important
}

.base-m-right {
    margin-right: 20px !important
}

.lg-m-top {
    margin-top: 30px !important
}

.lg-m-bottom {
    margin-bottom: 30px !important
}

.lg-m-left {
    margin-left: 30px !important
}

.lg-m-right {
    margin-right: 30px !important
}

.xlg-m-top {
    margin-top: 40px !important
}

.xlg-m-bottom {
    margin-bottom: 40px !important
}

.megalg-m-top {
    margin-top: 65px !important
}

.megalg-m-bottom {
    margin-bottom: 65px !important
}

.lg-m-btm {
    margin-bottom: 30px !important
}

.xlg-m-right {
    margin-right: 40px !important
}

.xlg-m-left {
    margin-left: 40px !important
}

.megalg-p-right {
    padding-right: 85px !important
}

.megalg-m-btm {
    margin-bottom: 85px !important
}

.megaxxlg-m-top {
    margin-top: 130px !important
}

.megaxxlg-m-bottom {
    margin-bottom: 130px !important
}

.megaxxlg-m-left {
    margin-left: 130px !important
}

.megaxxlg-m-right {
    margin-right: 130px !important
}

.xxlg-m-top {
    margin-top: 50px !important
}

.xxlg-m-bottom {
    margin-bottom: 50px !important
}

.xxlg-m-left {
    margin-left: 50px !important
}

.xxlg-m-right {
    margin-right: 50px !important
}

.no-m-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-p-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-p-left {
    padding-left: 0 !important
}

.no-p-right {
    padding-right: 0 !important
}

.no-p-top {
    padding-top: 0 !important
}

.no-p-bottom {
    padding-bottom: 0 !important
}

.no-m-top {
    margin-top: 0 !important
}

.no-m-bottom {
    margin-bottom: 0 !important
}

.no-border-lr {
    border-left-width: 0 !important;
    border-right-width: 0 !important
}

.no-border-tb {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
}

.no-border {
    border-width: 0 !important
}

.border {
    border: solid 1px #e7e7e7 !important
}

.border-top {
    border-top: solid 1px #e7e7e7 !important
}
.border-bottom {
    border-bottom: solid 1px #e7e7e7 !important
}
.border-left {
    border-left: solid 1px #e7e7e7 !important
}
.border-right {
    border-right: solid 1px #e7e7e7 !important
}

.border-tb {
    border-top: solid 1px #e7e7e7 !important;
    border-bottom: solid 1px #e7e7e7 !important
}

.border-lr {
    border-left: solid 1px #e7e7e7 !important;
    border-right: solid 1px #e7e7e7 !important
}

.border-dashed {
    border-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-dark {
    border-color: #485868 !important
}

.border-light {
    border-color: #fff !important
}

.border-light-trp {
    border-color: rgba(255, 255, 255, 0.29) !important
}

.border-green {
    border-color: #a7bf8f !important
}

.border-orange {
    border-color: #d09e79 !important
}

.border-blue {
    border-color: #79b0d0 !important
}

.border-red {
    border-color: #bb6767 !important
}

.border-sm {
    border-width: 2px !important
}

.border-lg {
    border-width: 8px !important
}

.border-l-style {
    border-left-style: solid !important
}

.border-b-style {
    border-bottom-style: solid !important
}

.no-border-trb {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important
}

.xs-m-lr.pull-left, .sm-m-lr.pull-left, .md-m-lr.pull-left, .lg-m-lr.pull-left {
    margin-left: 0 !important
}

.xs-m-lr.pull-right, .sm-m-lr.pull-right, .md-m-lr.pull-right, .lg-m-lr.pull-right {
    margin-right: 0 !important
}

.container-fluid.no-p-lr > .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.container-fluid.no-p-lr > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.stretch-lr {
    left: 0;
    right: 0
}

.stretch-tb {
    top: 0;
    bottom: 0
}

.box-sh.box-sh-lg {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04)
}

@media (max-width: 768px) {
    #categories ul li {
        background-image: none;
        display: block;
        padding: 0;
        line-height: 20px;
        padding: 10px
    }

    #categories ul li a {
        line-height: 1
    }

    #categories ul li .icon-wrapper.sm-wrapp {
        display: none
    }

    .s-contact .box-form, .s-contact .box-info {
        width: 90%
    }

    .nav-tabs.nav-for-packages > li {
        display: inline-block;
        float: none
    }

    .box-package .box-content {
        padding-bottom: 15px
    }
}

@media (max-width: 991px) {
    #more-details .row.row-packages > [class*="col-"] {
        padding: 0
    }

    section.main-top-services .row-steps div[class*="col-"] {
        text-align: center;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    section.main-top-services .row-steps div[class*="col-"] span.icon {
        margin-right: auto;
        display: block;
        margin-left: auto;
        float: none
    }

    section.main-top-services .row-steps div[class*="col-"] span.text {
        text-indent: -998em
    }

    .homeSlider .item .caption {
        left: 0;
        margin-left: 0;
        width: 100%
    }

    .xs-m-tb {
        margin-top: 2.5px;
        margin-bottom: 2.5px
    }

    .xs-p-tb {
        padding-top: 2.5px;
        padding-bottom: 2.5px
    }

    .sm-m-tb {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .sm-p-tb {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .md-m-tb {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .md-p-tb {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .lg-m-tb {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .lg-p-lr {
        padding-left: 20px;
        padding-right: 20px
    }

    .xs-m-lr {
        margin-left: 2.5px;
        margin-right: 2.5px
    }

    .xs-p-lr {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .sm-m-lr {
        margin-left: 5px;
        margin-right: 5px
    }

    .sm-p-lr {
        padding-left: 5px;
        padding-right: 5px
    }

    .md-m-lr {
        margin-left: 10px;
        margin-right: 10px
    }

    .md-p-lr {
        padding-left: 10px;
        padding-right: 10px
    }

    .lg-m-lr {
        margin-left: 20px;
        margin-right: 20px
    }

    .lg-p-lr {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .list-realizations .thumbnail .content .title {
        padding-top: 20%
    }

    .list-realizations .thumbnail .content p.center-block {
        bottom: 20%
    }

    .navbar {
        padding-bottom: 0
    }

    .navbar .navbar-header {
        padding-bottom: 0
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff
    }

    .navbar-nav .open .dropdown-menu:before {
        display: none
    }

    .navbar-nav .open .container.dropdown-menu {
        width: 100%;
        min-width: auto
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 12px
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0 15px
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a {
        color: #153240;
        line-height: 20px;
        padding: 10px 12px
    }

    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a.focus, .navbar-default .navbar-nav > .open > a:active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.focus, .navbar-default .navbar-nav > li > a:active {
        color: #153240!important;
    }

    .navbar-default .navbar-nav > *, .navbar-default .navbar-nav .open .dropdown-menu > * {
        color: #153240
    }

    .navbar-default .navbar-nav h3, .navbar-default .navbar-nav .open .dropdown-menu h3 {
        color: #3b424d
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu li > a {
        color: #153240
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus, .navbar-default .navbar-nav li > a.focus, .navbar-default .navbar-nav li > a:active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a.focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active, .navbar-default .navbar-nav .open .dropdown-menu li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu li > a.focus, .navbar-default .navbar-nav .open .dropdown-menu li > a:active {
        color: #153240;
        background-color: #e7ecf1
    }

    .navbar-default .navbar-collapse {
        border-width: 0;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #categories ul li > a {
        padding-bottom: 10px
    }

    #functionality-packages > .container > .row > [class*="col-"] {
        padding-left: 50px;
        padding-right: 50px
    }

    .s-contact .box-form, .s-contact .box-info {
        width: 50%
    }

    .navbar-nav {
        display: table;
        float: none
    }
}

@media (min-width: 991px) {
    #categories ul {
        display: table;
        width: 100%;
        vertical-align: middle
    }

    #categories ul li {
        display: table-cell;
        float: none
    }

    #categories ul li {
        background-image: url("../img/bg/dark-s-line-v.jpg");
        background-repeat: repeat-y;
        background-position: top right;
        display: table-cell;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px
    }

    #categories ul li > a {
        padding-bottom: 35px;
        margin-bottom: -20px;
    }

    #categories ul li:last-child {
        background-image: none
    }

    .list-realizations .thumbnail .content .title {
        padding-top: 30%
    }

    .list-realizations .thumbnail .content p.center-block {
        bottom: 30%
    }
    .realization_fa .fa{
        position: relative;
        top: 200px;
        color: #3b424d
    }

    .navbar-nav .dropdown-menu {
        left: 50%;
        margin-left: -106px
    }

    .navbar-nav .container.dropdown-menu {
        margin-left: -317px;
        /*margin-top: 18px;*/
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-for-packages {
        display: table
    }

    .nav-tabs.nav-for-packages > li {
        display: table-cell;
        float: none
    }

    .row-packages, .tab-content > .row-packages.active {
        display: table
    }

    .row.row-packages {
        margin-left: auto;
        margin-right: auto
    }

    .box-package {
        display: table-cell
    }

    .box-package[class*="col-"] {
        float: none
    }
}

@media (max-width: 992px) {
    #categories ul li.active:after {
        display: none
    }

    .navbar-nav.main-nav > li > a {
        padding: 0 18px 0 13px/2
    }

    .navbar-nav.main-nav > li > a > span {
        display: none
    }

    .navbar-brand {
        margin-left: 0;
        margin-right: 10%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.main-top-services .row-steps div[class*="col-"] {
        font-size: 24px
    }

    #categories ul li > a {
        padding-bottom: 10px
    }
}

@media (min-width: 1199px) {
    #categories ul li {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    #categories ul {
        padding: 0;
        display: table
    }

    #categories ul li {
        display: table-cell;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        width: 144px
    }

    #functionality-packages > .container > .row > [class*="col-"] {
        padding-left: 100px;
        padding-right: 100px
    }

    .s-contact .box-form {
        width: 370px
    }

    .s-contact .box-info {
        /*width: 320px*/
    }
    
    .s-contact h2{
        font-size: 30px;
    }

    .create-shop > .container > .row > [class*="col-"]:last-child {
        padding: 0
    }

    .homeSlider .item .caption {
        left: 50%;
        margin-left: -390px;
        width: 780px
    }

    .xs-m-tb {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .xs-p-tb {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .sm-m-tb {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sm-p-tb {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .md-m-tb {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md-p-tb {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lg-m-tb {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .lg-p-lr {
        padding-left: 30px;
        padding-right: 30px
    }

    .xs-m-lr {
        margin-left: 5px;
        margin-right: 5px
    }

    .xs-p-lr {
        padding-left: 5px;
        padding-right: 5px
    }

    .sm-m-lr {
        margin-left: 10px;
        margin-right: 10px
    }

    .sm-p-lr {
        padding-left: 10px;
        padding-right: 10px
    }

    .md-m-lr {
        margin-left: 20px;
        margin-right: 20px
    }

    .md-p-lr {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg-m-lr {
        margin-left: 30px;
        margin-right: 30px
    }

    .lg-p-lr {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .navbar-nav.main-nav > li > a {
        padding: 0 18px 0 4px;
        letter-spacing: -0.02em;
    }

    .navbar-brand {
        margin-left: 12px;
        margin-right: 111px
    }
}

.grid {
    width: 100%
}

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

.grid::after {
    clear: both
}

.grid-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.one-whole-xs {
    width: 100%
}

.one-half-xs {
    width: 50%
}

.one-third-xs {
    width: 33.333%
}

.one-four-xs {
    width: 25%
}

.one-five-xs {
    width: 20%
}

@media screen and (min-width: 30em) {
    .one-whole-sm {
        width: 100%
    }

    .one-half-sm {
        width: 50%
    }

    .one-third-sm {
        width: 33.333%
    }

    .one-four-sm {
        width: 25%
    }

    .one-five-sm {
        width: 20%
    }
}

@media screen and (min-width: 60em) {
    .one-whole-md {
        width: 100%
    }

    .one-half-md {
        width: 50%
    }

    .one-third-md {
        width: 33.333%
    }

    .one-four-md {
        width: 25%
    }

    .one-five-md {
        width: 20%
    }
}

#main-header.home {
    overflow: hidden
}

header#main-header + * {
    margin-top: 74px
}

header#main-header.home + * {
    margin-top: 0
}

.s-rel {
    position: relative
}

.s-xlg {
    padding-top: 90px;
    padding-bottom: 80px
}

.s-lg {
    padding-top: 80px;
    padding-bottom: 70px
}

.s-md {
    padding-top: 70px;
    padding-bottom: 60px
}

.s-sm {
    padding-top: 60px;
    padding-bottom: 50px
}

.s-xs {
    padding-top: 50px;
    padding-bottom: 40px
}

.s-xs-2 {
    padding-top: 40px;
    padding-bottom: 30px
}

.s-xxs {
    padding-top: 24px;
    padding-bottom: 24px
}

.s-no-p-btm {
    padding-bottom: 0
}

.s-no-p-top {
    padding-top: 0
}

.light-s-1 {
    color: #3b424d;
    background-color: #fff
}

.light-s-1 .page-header > * {
    color: inherit
}

.light-s-2 {
    color: #3b424d;
    background-color: #f6f6f6
}

.light-s-2 .page-header > * {
    color: inherit
}

.dark-s-1 {
    color: #fff;
    background-color: #485868
}

.dark-s-1 .page-header > * {
    color: inherit
}

.dark-s-2 {
    color: #fff;
    background-color: #3f4b58
}

.dark-s-2 .page-header > * {
    color: inherit
}

.dark-s-3 {
    color: #fff;
    background-color: #343434
}

.dark-s-3 .page-header > * {
    color: inherit
}

.dark-s-4 {
    color: #fff;
    background-color: #2b2b2b
}

.dark-s-4 .page-header > * {
    color: inherit
}

.s-in-color-1 {
    color: #fff;
    background-color: #46b3e5
}

.s-in-color-1 .page-header > * {
    color: inherit
}

.s-in-color-2 {
    color: #fff;
    background-color: #ffa800
}

.s-in-color-2 .page-header > * {
    color: inherit
}

.s-in-color-3 {
    color: #fff;
    background-color: #9c3
}

.s-in-color-3 .page-header > * {
    color: inherit
}

.s-in-color-4 {
    color: #fff;
    background-color: #3e7385
}

.s-in-color-4 .page-header > * {
    color: inherit
}

.s-in-color-5 {
    color: #fff;
    background-color: #999
}

.s-in-color-5 .page-header > * {
    color: inherit
}

.s-in-color-6 {
    color: #fff;
    background-color: #34cc67
}

.s-in-color-6 .page-header > * {
    color: inherit
}

.s-in-color-7 {
    color: #fff;
    background-color: #e2b500
}

.s-in-color-7 .page-header > * {
    color: inherit
}

.s-in-color-8 {
    color: #fff;
    background-color: #34495e
}

.s-in-color-8 .page-header > * {
    color: inherit
}

.s-in-color-9 {
    color: #fff;
    background-color: #34cc9b
}

.s-in-color-9 .page-header > * {
    color: inherit
}

.s-in-color-10 {
    color: #fff;
    background-color: #9b59b6
}

.s-in-color-10 .page-header > * {
    color: inherit
}

.s-in-color-11 {
    color: #fff;
    background-color: #768da0
}

.s-in-color-11 .page-header > * {
    color: inherit
}

.s-in-color-12 {
    color: #fff;
    background-color: #7a91a3
}

.s-in-color-12 .page-header > * {
    color: inherit
}



.s-bgp-rb {
    background-position: right bottom
}

.s-bgr-no {
    background-repeat: no-repeat
}

.s-bgs-cov {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.s-bgs-cov-full {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.s-blue-half-bgimg {
    background-image: url("../img/bg/basket_in_cloud.png")
}

.s-white-half-bgimg {
    background-image: url("../img/bg/b2b_into_cloud.png")
}

.s-rwd-bgimg {
    background-image: url("../img/bg/rwd-s-bg.png");
    background-size: cover;
}

.dark-s-opinions-bgimg {
    background-image: url("../img/bg/opinions/dark-s-ops-bg.jpg")
}

.s-opinions-bgimg {
    background-image: url("../img/bg/opinions/ops-top.png")
}

.s-realizations-bgimg.shops {
    background-image: url("../img/bg/realizations/shops-top.jpg")
}

.s-graphic_details-bgimg {
    background-image: url("../img/bg/pricing/extra_graphic_services-bg.jpg")
}

.s-seo-important_info-bgimg {
    background-image: url("../img/bg/pricing/seo-important_info-bg.jpg")
}

.s-try-bgimg {
    background-image: url("../img/bg/s-try-bg.png")
}

.s-possibilities-bgimg {
    background-image: url("../img/bg/possibilities/all-top.png")
}

.s-possibilitie-bgimg.allegro {
    background-image: url("../img/bg/possibilities/allegro-top.jpg")
}

.s-possibilitie-bgimg.graphics {
    background-image: url("../img/bg/possibilities/graphics-top.jpg")
}

.s-possibilitie-bgimg.admin-panel {
    background-image: url("../img/bg/possibilities/admin-panel-top.jpg")
}

.s-possibilitie-bgimg.delivery-payment {
    background-image: url("../img/bg/possibilities/delivery-payment-top.jpg")
}

.s-possibilitie-bgimg.i_move_shop {
    background-image: url("../img/bg/possibilities/i_move_shop-top.jpg")
}

.s-possibilitie-bgimg.integration-wholesalers {
    background-image: url("../img/bg/possibilities/integration-wholesalers-top.jpg")
}

.s-possibilitie-bgimg.marketing_seo {
    background-image: url("../img/bg/possibilities/marketing_seo-top.jpg")
}

.s-possibilitie-bgimg.multi-sales {
    background-image: url("../img/bg/possibilities/multi-sales-top.jpg")
}

.s-possibilitie-bgimg.multistore {
    background-image: url("../img/bg/possibilities/multistore-top.jpg")
}

.s-possibilitie-bgimg.admin-panel {
    background-image: url("../img/bg/possibilities/admin-panel-top.jpg")
}

.s-possibilitie-bgimg.raports-statistics {
    background-image: url("../img/bg/possibilities/raports-statistics-top.jpg")
}

.s-possibilitie-bgimg.security-hosting {
    background-image: url("../img/bg/possibilities/security-hosting-top.png")
}

.s-possibilitie-bgimg.customer-service {
    background-image: url("../img/bg/possibilities/customer-service-top.jpg");
    background-size: cover;
}

.s-integrations-bgimg.wholesales {
    background-image: url("../img/bg/integrations/wholesales-top.jpg");
    background-size: cover;
}

.s-integrations-bgimg.about-warehouse {
    background-image: url("../img/bg/integrations/about-warehouse.jpg");
    background-size: cover;
}


.s-integrations-bgimg.hurtownie {
    background-image: url("../img/bg/integrations/hurtownie_header.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}
.s-in-color2-1{
    color: #fff;
    background: #47b2e6;
    max-height: 283px;
}
 
.s-integrations-bgimg.dropshipping {
    background-image: url("../img/bg/integrations/dropshipping_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-2{
    color: #fff;
    background: #99cc33;
    max-height: 285px;
}

.s-integrations-bgimg.allegro_2 {
    background-image: url("../img/bg/possibilities/allegro-top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color-2{
}

.s-integrations-bgimg.kurierzy {
    background-image: url("../img/bg/integrations/kurier_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-4{
    color: #fff;
    background: #e2b500;
    max-height: 283px;
}

.s-integrations-bgimg.porownywarka {
    background-image: url("../img/bg/integrations/porownywaki_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-5{
    color: #fff;
    background: #334559;
    max-height: 285px;
}

.s-integrations-bgimg.platnosci {
    background-image: url("../img/bg/integrations/platnosci_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-6{
    color: #fff;
    background: #34cc67;
    max-height: 283px;
}

.s-integrations-bgimg.erp_head {
    background-image: url("../img/bg/integrations/systemy_erp_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-7{
    color: #fff;
    background: #3bc0bf;
    max-height: 285px;
}

.s-possibilitie-bgimg.dofinansowania {
    background-image: url("../img/bg/database/pup_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-8{
    color: #fff;
    background: #008001;
    max-height: 285px;
}

.s-possibilitie-bgimg.resselerski {
    background-image: url("../img/bg/database/program-partnerski---podstrona.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-9{
    color: #fff;
    background: #3bbfbd;
}

.s-possibilitie-bgimg.hurtownia_b2b {
    background-image: url("../img/bg/possibilities/hurtownieb2b---podstrona.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.s-in-color2-10{
    color: #fff;
    background: #45d675;
    max-height: 285px;
}

#opinions .container {
    padding-bottom: 10px
}

#support {
    max-height: 782px
}

.info-free-integration > [class*="col-"] {
    padding-left: 0
}

.info-free-integration h4 {
    line-height: 30px;
    text-align: center;
    margin-top: -3px;
}

.s-contact > .container > .row {
    background-image: url("../img/bg/contact/customer_service.png");
    background-repeat: no-repeat;
    background-position: center bottom
}

.s-half-cols .s-in-color-1 [class*="col"], .s-half-cols .light-s-1 [class*="col"] {
    max-width: 555px
}

.s-half-cols .inner_p{
    min-height: 100px;
}

footer.col-footer, footer.last-footer, footer .grid-item address {
    font-size: 14px;
    line-height: 20px
}

footer.col-footer a, footer.last-footer a {
    color: inherit
}

footer.col-footer p, footer.last-footer p {
    font-size: inherit
}

footer.col-footer address {
    line-height: inherit
}

footer.col-footer .grid-item:nth-child(2), footer.col-footer .grid-item:nth-child(4) {
    padding-left: 20px;
    border-right: solid 1px #3e3e3e;
    border-left: solid 1px #3e3e3e
}

footer.col-footer h3 {
    margin-bottom: 28px;
    margin-top: 0
}

footer.col-footer ul li {
    margin: 4px 0
}

footer.col-footer ul li i:first-child, footer.col-footer ul li span:first-child {
    margin-right: 10px
}

footer.last-footer * {
    margin-bottom: 0;
    line-height: 24px;
    position: relative;
    color: #7f7f7f;
}

footer.last-footer span.line-v {
    display: inline-block;
    margin: 0 8px
}

section.main-top-services .row-steps div[class*="col-"] {
    position: relative;
    background-color: #f5f5f5;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 28px;
    color: #d2d2d2;
    font-weight: 400;
    z-index: 1;
    height: 84px
}

section.main-top-services .row-steps div[class*="col-"] span {
    display: inline-block;
    float: left
}

section.main-top-services .row-steps div[class*="col-"] span.icon {
    margin-right: 15px;
    display: inline-block
}

section.main-top-services .row-steps div[class*="col-"] span.text {
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    -o-text-overflow: clip;
    -ms-text-overflow: clip;
    text-overflow: clip
}

section.main-top-services .row-steps div[class*="col-"]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 49px;
    content: "";
    background-image: url("../img/bg/account/bg-inactive-step-arrow-right.png");
    background-repeat: no-repeat
}

section.main-top-services .row-steps div[class*="col-"].active:after {
    background-image: url("../img/bg/account/bg-active-step-arrow-right.png")
}
section.main-top-services .row-steps div[class*="col-"].last.active:after {
    background-image: url("../img/bg/account/bg-active-2-step-arrow-right.png")
}

section.main-top-services .row-steps .last, section.main-top-services .row-steps active .last {
        background-image: url("../img/bg/account/bg-inactive-2-step-arrow-right.png")!important;
    background-position: right;
    background-repeat: no-repeat;
}

.sec-active2, .sec-active3{
    background-color: #fff!important;
    color: #e04951!important;
}

section.main-top-services .row-steps div[class*="col-"].active {
    background-color: #fff;
    background-image: none;
    color: #e04951
}

.b_order section.s-services{
    min-height: 770px;
}
@media (max-width: 1380px){
    .b_order section.s-services{
        min-height: 580px;
    }
}

section.s-services form.jqtransform table .form-group.select, section.s-services form.jqtransform .table .form-group.select {
    width: 60px !important;
    padding: 8px 0
}

section.s-services form.jqtransform table.table-last .form-group.select, section.s-services form.jqtransform table.table-last td, section.s-services form.jqtransform .table.table-last .form-group.select, section.s-services form.jqtransform .table.table-last td {
    padding-top: 0;
    padding-bottom: 0
}

section.s-services form.jqtransform .jqTransformSelectWrapper a.jqTransformSelectOpen {
    background-image: url("../img/dark-select_right.png")
}

section.s-services form.jqtransform .td-checkboxes label {
    padding: 6px;
    margin: 0 4px 0 0;
    line-height: 15px;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 11px;
    color: #485868;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 95px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

section.s-services form.jqtransform .td-checkboxes label:hover, section.s-services form.jqtransform .td-checkboxes label:focus, section.s-services form.jqtransform .td-checkboxes label.select, section.s-services form.jqtransform .td-checkboxes label.active {
    border-color: #46b3e5;
    background-color: #46b3e5;
    color: #fff
}

span.jqTransformCheckboxWrapper {
    margin-top: 0;
    margin-right: 10px
}

section.s-services .panel .panel-heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    padding: 20px 15px
}

section.s-services .panel-info {
    border-color: #ededed
}

section.s-services .panel-info > .panel-heading {
    background-color: #485868;
    border-color: #485868;
    color: #fff;
    font-weight: 400
}

section.s-services .panel-info .cart_empty {
    padding: 20px;
}

section.s-services#main-content .col-cats ul {
    margin-bottom: 0
}

section.s-services#main-content .col-cats ul li {
    padding-left: 0
}

section.s-services#main-content .col-cats ul.cat-submenu {
    margin-bottom: 8px
}

section.s-services .nav-tabs > li {
    margin: 1px 0 0 0
}

section.s-services .col-cats .nav-tabs > li {
    width: 100%
}

section.s-services .col-cats .nav-tabs > li a, section.s-services .col-cats .nav-tabs > li > a {
    font-size: 15px;
    color: #3b424d
}

section.s-services .col-cats .nav-tabs > li > a {
    padding: 20px 0 20px 8px;
    margin-right: 0;
    position: relative;
    letter-spacing: -0.3px;
}

section.s-services .col-cats .nav-tabs > li > a:hover {
    background-color: #f7f7f7;
    color: #3b424d;
}

section.s-services .col-cats .nav-tabs > li > a .badge {
    position: absolute;
    right: 5px;
    min-width: 16px;
    padding: 0;
    font-size: inherit;
    font-weight: 600;
    color: inherit;
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: inherit;
    color: gray;
}

section.s-services .col-cats .nav-tabs > li.active > a, section.s-services .col-cats .nav-tabs > li.active > a:hover, section.s-services .col-cats .nav-tabs > li.active > a:focus {
    background-color: #e7ecf1;
}

section.s-services .col-cats .nav-tabs.nav-payment > li {
    border-top: solid 1px #f5f5f5
}

section.s-services .col-cats .nav-tabs.nav-payment > li > a {
    font-weight: 700;
    border-width: 0
}

section.s-services .col-cats .nav-tabs.nav-payment > li > a:hover {
    color: #46b3e5
}

section.s-services .col-cats .nav-tabs.nav-payment > li.active > a {
    border-width: 0 0 0 5px;
    font-weight: 700;
    border-left-color: #485868;
    color: #46b3e5
}

section.s-services .col-cats .nav-tabs.nav-payment > li.active > a:hover {
    font-weight: 700;
    color: #485868
}
.nav-payment .active .btn {
    background-image: url(/view/img/check_box_w.png)!important;
    background-size: 25px 25px!important;
    background-position: 10px 7px!important;
    background-repeat: no-repeat!important;
}
.nav-payment .active .btn.sec {
    background-position: 35px 7px!important;
}
.nav-payment .btn {
    background-image: url(/view/img/check_box.png)!important;
    background-size: 25px 25px!important;
    background-position: 10px 7px!important;
    background-repeat: no-repeat!important;
}
.nav-payment .btn.sec {
    background-position: 35px 7px!important;
}

section.s-services .col-cats .nav > li > a:focus {
    background-color: #fff
}

section.s-services .col-cats ul.cat-submenu li {
    padding-left: 20px !important; 
}

section.s-services ul.cat-submenu {
    margin-top: 8px
}

section.s-services ul.cat-submenu > li > a {
    display: block;
    padding: 4px 10px 10px 0;
    line-height: 16px;
    color: #485868;
    font-size: 13px!important;
    letter-spacing: -0.4px;
}

section.s-services ul.cat-submenu > li > a > span.arrow {
    margin-right: 14px
}

section.s-services ul.cat-submenu > li > a:hover, section.s-services ul.cat-submenu > li > a:focus {
    color: #3f4b58;
    text-decoration: none;
    font-weight: 600;
}

section.s-services ul.cat-submenu > li.active > a {
    color: #3b424d;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.5px;
}

section.s-services table, section.s-services .table {
    margin-bottom: 0px
}

section.s-services table td, section.s-services .table td {
    color: #3b424d;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-color: transparent;
    font-size: 14px;
}
section.s-services table .product .prices{
    font-weight: 700;
    width: 110px;
    padding: 0px;
    text-align: left;
}
section.s-services .products_source .product_btn .btn.btn-lg{
    width: 159px;
}
section.s-services table .product .prices .price_format{
    margin-right: 5px;
}
section.s-services table .product .prices .price_unit{
    width: 20px;
}
section.s-services table .product .prices > * { 
    float:left ;
}
section.s-services table .product .product_btn{
    width: 180px;
}

section.s-services table td.td-name, section.s-services .table td.td-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

section.s-services table td.td-quest, section.s-services .table td.td-quest {
    padding-left: 5px;
    padding-right: 10px
}

section.s-services table td.td-price, section.s-services .table td.td-price {
    padding-left: 0px;
    padding-right: 6px;
    min-width: 70px
}

section.s-services table td.td-minus-plus, section.s-services .table td.td-minus-plus {
    padding-left: 6px;
    padding-right: 6px;
}

.b_order .panel .td-minus-plus .fa{
    margin-right: 7px;
    color: rgba(72, 88, 104, 0.81);
    margin-top: 3px;
}
.b_order .payments h2{
    margin: 30px 0 20px 10px;
    font-size: 30px;
}

section.s-services table td.td-time, section.s-services .table td.td-time {
    padding-left: 5px;
    padding-right: 5px;
    width: 86px
}

section.s-services table.table-last td .btn.btn-lg, section.s-services table.table-last td .btn-group-lg > .btn, section.s-services .table.table-last td .btn.btn-lg, section.s-services .table.table-last td .btn-group-lg > .btn {
    padding-top: 14px;
    padding-bottom: 14px
}

section.s-services .table-striped > tbody > tr:nth-of-type(2n+1), section.s-services .col-cart p.header {
    background-color: #e7ecf1
}

section.s-services .col-cats, section.s-services .col-main, section.s-services .col-cart {
    color: #3b424d
}

section.s-services .col-cats .table, section.s-services .col-cats table, section.s-services .col-main .table, section.s-services .col-main table, section.s-services .col-cart .table, section.s-services .col-cart table {
    font-size: 16px;
    font-weight: 400
}

section.s-services .col-cats .table .btn-primary, section.s-services .col-cats table .btn-primary, section.s-services .col-main .table .btn-primary, section.s-services .col-main table .btn-primary, section.s-services .col-cart .table .btn-primary, section.s-services .col-cart table .btn-primary {
    color: #fff
}

section.s-services .col-cats .table td.td-time, section.s-services .col-cats .table td.td-price, section.s-services .col-cats table td.td-time, section.s-services .col-cats table td.td-price, section.s-services .col-main .table td.td-time, section.s-services .col-main .table td.td-price, section.s-services .col-main table td.td-time, section.s-services .col-main table td.td-price, section.s-services .col-cart .table td.td-time, section.s-services .col-cart .table td.td-price, section.s-services .col-cart table td.td-time, section.s-services .col-cart table td.td-price {
    font-size: 12px;
    text-align: right;
}

section.s-services .col-cats .btn.btn-lg, section.s-services .col-cats .btn-group-lg > .btn, section.s-services .col-main .btn.btn-lg, section.s-services .col-main .btn-group-lg > .btn, section.s-services .col-cart .btn.btn-lg, section.s-services .col-cart .btn-group-lg > .btn {
    padding: 10px 6px;
}

section.s-services .col-main table td.td-name, section.s-services .col-main .table td.td-name {
    padding: 0 0 0 13px
}

section.s-services .col-main table.table-last td.td-name, section.s-services .col-main .table.table-last td.td-name {
    max-width: 172px
}

section.s-services .col-cart table td.td-close, section.s-services .col-cart .table td.td-close {
    padding-left: 6px;
    padding-right: 0px
}

section.s-services .col-cart table td.td-name, section.s-services .col-cart .table td.td-name {
    max-width: 155px;
    font-size: 14px;
    letter-spacing: -1px;
}

section.s-services .col-main .long_term .td-checkboxes label{
    margin: 5px 8px 0 0;
}
section.s-services .col-main .for_shops{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}
.for_shops .td-name{
    width: 190px!important;
}
.for_shops .td-quest{
    padding-right: 23px!important;
}
.long_term .td-name{
    width: 242px!important;
}

section.s-services .col-cart p.header {
    padding: 8px 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600
}
.cart_sum{
        line-height: 1.36;
    font-size: 20px;
}

section.s-services .panel-body .fade {
    display: none;/*12.10*/
}

section.s-services .panel-body .fade.active {
    display: block;/*12.10*/
}

form.jqtransform table .form-group, form.jqtransform .table .form-group {
    clear: none;
    margin: 0
}

#categories.cats-pricing ul li.active.white-arrow:after {
    background-image: url("../img/arrows/white-triangle.png")
}

.nav-tabs.nav-for-packages {
    margin: 0 auto;
    width: auto
}

.nav-tabs.nav-for-packages > li {
    margin: 0
}

.nav-tabs.nav-for-packages > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #3b424d;
    padding: 10px 23px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e04951;
    margin-right: -2px;
    margin-left: -2px
}

.nav-tabs.nav-for-packages.modules > li > a {
    margin-right: -12px;
    margin-left: -12px;
}

.nav-tabs.nav-for-packages > li > a:hover {
    background-color: #e04951;
    border-color: #e04951;
    color: #fff
}

.nav-tabs.nav-for-packages > li.active > a {
    background-color: #e04951;
    border-color: #e04951;
    color: #fff
}

.row.row-packages {
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

ul.list-icons > li {
    line-height: 20px;
    margin: 12px 0
}


#package-for-month .msc_p{
    position: absolute;
    text-align: left;
    font-size: 18px;
    margin-top: -65px;
    margin-left: 315px;
}
@-moz-document url-prefix() { 
      #package-for-month .msc_p{
        margin-top: -65px;
    }
}

.box-package.box .promo_abs h3{
    top: 66px;
}
.box-package.box .promo_abs img{
    top: 53px;
}

.promo_abs img{
    position: absolute;
    left: 0;
    top: 73px;
}
.promo_abs h3{
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    font-weight: 400;
}
.promo_abs h2{
    margin-top: 45px!important;
    margin-bottom: 11px!important;
}

@media(max-width: 768px){
	.box-package .promo_abs img{
		top: 53px;
	}
	.box-package.box-popular .promo_abs img{
		top: 73px;
	}
	.box-package .promo_abs h3{
		top: 70px;
	}
	.box-package.box-popular .promo_abs h3{
		top: 95px;
	}
}

.box-package ul.list-bullet li {
    font-size: 15px;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: 4px
}
.box-package ul.list-unstyled li {
    font-size: 15px!important;
}

.box-package.box .box-content{
    height: 520px!important;
}

.box-package-info{
    background: #fff;
    width: 82.8%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    padding: 20px 0 10px 0;
    margin-top: -10px;
}
@-moz-document url-prefix() {
    .box-package-info{
        width: 75%;
    }
}
@media(max-width: 768px){
	.box-package-info{
		margin-left: 20px;
		width: 87%;
	}
}

.dashed-hr {
    background-image: url("../img/bg/dashed-hr.png");
    background-repeat: repeat-x;
    background-position: 0 center
}
.dashed{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border: 0;
    border-top: 1px dashed #dcdcdc;
    width: 95%;
    margin-left: 0px;
}

.box-premium{
    max-width: 180px;
    background: #34495e;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    min-height: 400px;
}
.box-premium p{
    font-size: 16px;
}
.box-premium h3{
    background: #2c3e50;
   /* background: #e1bf61;*/
    padding: 15px 0 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.box-premium .btn{
    border: 2px solid #e1bf61;
    background: none;
    color: #e1bf61;
    font-size: 20px;
    padding: 8px 30px;
    margin-top: 50px;
    font-weight: 400;
}
.box-premium .btn:hover{
    border: 2px solid #d8b450;
    background: #2f4153;
    color: #d8b450;
    font-size: 20px;
    padding: 8px 30px;
    margin-top: 50px;
    font-weight: 400;
}
.shop_main .box-package{
    min-width: 322px!important;
}
@media(max-width:768px){
	.shop_main .box-package{
		min-width: 310px!important;
		max-width: 310px;
		margin: 0 auto;	
	}
}
.box-package .popover{
	font-size: 12px;
	min-width: 400px!important;
	z-index: 9;
}
.box-package .fa-question{
	margin-left: 5px;
	color: #46b3e5;
	border: 1px solid #46b3e5;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	padding-left: 3px;
	font-size: 14px;
}

.box-package {
    position: relative;
    min-width: 350px
}
section.box-package.col-sm-3.last{
    max-width: 200px;
}

.box-package > header, .box-package .box-content, .box-package > footer {
    line-height: 1
}

.box-package > header, .box-package > footer, .box-package .box-label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.box-package[class*="col-md-3"] {
    min-width: auto
}

.box-package[class*="col-"] {
    padding: 0
}

.box-package .box-label, .box-package > header h4, .box-package > header h2 {
    font-weight: 700;
    color: #fff;
    font-size: 18px
}

.box-package .box-label, .box-package > header .name {
    padding: 15px 0
}

.box-package .box-label {
    position: absolute;
    z-index: 3;
    top: -19px;
    bottom: auto;
    left: 50%;
    width: 189px;
    height: 44px;
    padding: 13px 20px 15px;
    text-align: center;
    background-image: url("../img/bg/pricing/popular-bg.png");
    background-repeat: no-repeat;
    margin-left: -94.5px
}

.box-package > header, .box-package .box-content, .box-package > footer {
    -webkin-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15)
}

.box-package > header {
    color: #fff;
    background-color: #5fc0ec;
    border-top: solid 4px #fff;
    padding-bottom: 15px
}

.box-package > header > h4 {
    margin: 0
}

.box-package > header > h2 {
    font-size: 52px;
    margin: 33px 0 23px
}

.box-package > header > h2 small {
    font-size: 20px;
    color: inherit;
    font-weight: 400
}

.box-package > header h5 {
    font-weight: 400;
    margin: 0
}

.box-package > header .name {
    background-color: #30a6dd
}

.box-package > header .price small {
    display: inline-block;
    margin-left: -5px
}

.box-package.box-popular, .box-package.box-optimal {
    z-index: 2
}

.box-package.box-popular > header, .box-package.box-optimal > header {
    background-color: #45b3e5
}

.box-package.box-popular > header .name, .box-package.box-optimal > header .name {
    background-color: #2d91bf
}
 
.box-package.box-popular {

}

.box-package.box-popular > header .name {
    padding-top: 35px
}

.box-popular2 > header .name {
    background-color: #2d91bf;
}
.box-popular2 > header {
    background-color: #45b3e5;
}

.box-package.box-best > header {
    background-color: #209ad2
}

.box-package.box-best > header .name {
    background-color: #167faf
}

.box-package.box-vip > header {
    background-color: #198dc2
}

.box-package.box-vip > header .name {
    background-color: #106e99
}

.box-package .box-content, .box-package > footer {
    background-color: #fff
}

.box-package .box-content {
    position: relative
}

.box-package .box-content ul.list-icons, .box-package .box-content ul.list-bullet {
    min-width: 268px
}

.box-package .box-content ul.list-icons li, .box-package .box-content ul.list-bullet li {
    color: #353535;
    font-size: 15px;
    margin-left: -3px;
}

.box-package .box-content ul.list-bullet {
    min-width: 357px
}

.box-package .box-content ul.list-bullet li {
    margin-left: 0
}

.box-package .box-content .p-inherit, .box-package .box-content ul.list-bullet li {
    color: #353535;
    font-size: 15px;
    line-height: 20px
}

.box-package .box-content .p-inherit, .box-package .box-content ul.list-bullet, .box-package .box-content ul.list-icons {
    margin-left: 20px
}
.b_prices .box-package .box-content .p-inherit, .box-package .box-content ul.list-bullet, .box-package .box-content ul.list-icons {
    margin-left: 12px;
    margin-right: 3px;
}

.prezentation .box-package .box-content ul.list-icons li {
    padding-left: 0
}

.box-package p.box-btn {
    margin-bottom: 0
}

.box-package .box-btn {
    top: 30px
}

.box-package .box-btn .btn {
    margin-bottom: 17px;
    padding: 15px 30px
}

.box-package > footer {
    border-top: solid 1px #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

#seo-pricing .box-package .box-content ul.list-icons, #seo-pricing .box-package .box-content ul.list-bullet {
    min-width: auto
}

.box-dedicated {
    color: #fff;
    width: 285px;
    top: 50px;
    right: -245px;
    display: none;
    z-index: 2;
    background-color: #485868;
    -webkin-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    -webkit-transition: right 0.2s 0.2s linear;
    -moz-transition: right 0.2s 0.2s linear;
    -o-transition: right 0.2s 0.2s linear;
    -ms-transition: right 0.2s 0.2s linear;
    transition: right 0.2s 0.2s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.box-dedicated.active {
    right: 0;
    display: block
}

.box-dedicated > header {
    border-top: solid 4px #fff;
    padding-bottom: 15px
}

.box-dedicated > header > h4 {
    margin: 0
}

.box-dedicated > header > h2 {
    font-size: 52px;
    margin: 33px 0 23px
}

.box-dedicated > header > h2 small {
    font-size: 20px;
    color: inherit;
    font-weight: 400
}

.box-dedicated > header h5 {
    font-weight: 400;
    margin: 0
}

.box-dedicated > header .name {
    padding: 14px 0
}

.box-dedicated > header .price small {
    display: inline-block;
    margin-left: 5px
}

.box-dedicated > header .name, .box-dedicated > footer {
    background-color: #415060
}

.box-dedicated .box-content, .box-dedicated > footer {
    font-size: 18px
}

.box-dedicated > footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.box-dedicated dl {
    margin-bottom: 0
}

.box-dedicated dl dt, .box-dedicated dl dd {
    line-height: 26px
}

.box-dedicated .dl-horizontal dt {
    width: 95px;
    font-weight: 300
}

.box-dedicated .dl-horizontal dd {
    margin-left: 104px
}

.box-dedicated .dl-horizontal a:hover {
    color: #eb8a8f
}

.box-dedicated .btn {
    margin-bottom: 17px;
    padding: 15px 30px;
    width: 184px;
    left: 50%;
    bottom: 30px;
    margin-left: -92px
}

a.show-hide-package {
    width: 73px;
    height: 610px;
    right: -73px;
    left: auto;
    top: 50px;
    display: inline-block;
    position: absolute;
    background-color: #485868;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 4px solid #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkin-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.31);
    box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.31)
}

a.show-hide-package h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 0;
    white-space: nowrap;
    letter-spacing: 0.57em;
    margin-top: 25px
}

a.show-hide-package:hover, a.show-hide-package:focus {
    color: #e6e6e6;
    text-decoration: none
}

a.show-hide-package:hover h3, a.show-hide-package:focus h3 {
    color: inherit;
    text-decoration: inherit
}

a.show-hide-package span.arrow {
    position: absolute;
    top: 50%;
    right: -11px;
    margin-top: -10px
}

a.show-hide-package span.bg-top, a.show-hide-package span.bg-bottom {
    position: absolute;
    background-color: #415060;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0
}

a.show-hide-package span.bg-top {
    top: 0
}

a.show-hide-package span.bg-bottom {
    bottom: 0
}

.form_error {
    display: none;
}

.form_error p {
    font-size: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.wrap {
  min-height: 89.2%;
  height: auto;
  margin: 0 auto -68px;
  padding: 0 0 68px;
}
.move_shops img{
    margin-bottom: 50px!important;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.move_bot{
    margin-top: 25px;
}

.l-min-80{ margin-left: -50px;}
.l-min-160{margin-left: -90px;}
.l-min-240{margin-right: 110px;}

.r-min-80{margin-left: 60px;}
.r-min-160{margin-right: -60px;}
.r-min-240{margin-right: -90px;}
.main_lap{margin-top:40px;}

.move_shops_sm img, .move_shops_xs img{
    margin-bottom: 40px;
}
.move_shops_list ul{
    padding-left: 0px!important;
}
.move_shops_list li{
    display: inline-block;
    list-style-type: none;
    padding-left: 7px!important;
    font-weight: 400;
}

.multistore_box{
    padding: 20px;
}
.multistore_box h1{
    color: #fff;
    font-size: 50px;
    padding-top: 110px;
}
.multistore_box .inner{
    height: 100%;
    background: #9b59b6
}

.integrator_box{
    padding: 20px
}
.integrator_box .inner{
    height: 100%;
    background: #99cc33;
}
.integrator_box h1{
    color: #fff;
    font-size: 50px;
    padding-top: 75px;
}


.thumbnail{
    margin-bottom:0
}
#portfolio-list .thumbnail,.list-boxes .thumbnail{
    -webkit-transition:none 0.2s linear;
    -moz-transition:none 0.2s linear;
    -o-transition:none 0.2s linear;
    -ms-transition:none 0.2s linear;
    transition:none 0.2s linear
}
#portfolio-list .thumbnail{
    height:395px
}
.list-boxes.list-realizations .thumbnail{
    height:100%
}
.thumbnail .thumb-wrapper{
    height:185px;
    width:100%;
    line-height:160px;
    text-align:center;
    display:block;
    margin:0 auto
}
.thumbnail .color{
    z-index:1;
    background-color:rgba(62,62,62,0.9)
}
.thumbnail .overflow,.thumbnail .color,.thumbnail .content{
    width:100%;
    height:100%
}
.thumbnail .overflow{
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute
}
.list-realizations .thumbnail .overflow{
    left:15px;
    right:15px;
    top:15px;
    bottom:15px;
    width:auto;
    height:auto
}
.thumbnail .color{
    opacity:0;
    filter:alpha(opacity=0)
}
.thumbnail *{
    -webkit-transition:all 0.05s 0.05s linear;
    -moz-transition:all 0.05s 0.05s linear;
    -o-transition:all 0.05s 0.05s linear;
    -ms-transition:all 0.05s 0.05s linear;
    transition:all 0.05s 0.05s linear
}
.thumbnail .overflow i.fa,.thumbnail .overflow span.icon,.thumbnail .overflow span.websymbol{
    z-index:2;
    top:50%;
    left:50%;
    display:block;
    margin-left:-13px;
    margin-top:-14px;
    color:#fff;
    opacity:0;
     filter:alpha(opacity=0);
    position:absolute}
.thumbnail .overflow:hover .color{
    opacity:0.8;
    filter:alpha(opacity=80)
}
.thumbnail .overflow:hover i.fa,.thumbnail .overflow:hover span.icon,.thumbnail .overflow:hover span.websymbol{
    opacity:1;
    filter:alpha(opacity=100)
}
.thumbnail .overflow:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    transform:scale(1.2)
}
.thumbnail .content{
    color:#fff;z-index:2
}
.thumbnail .content *{
    color:#fff;
    margin:0
}
.thumbnail .content a{
    text-decoration:none
}
.thumbnail .content .title{
    padding-top:15%
}
.thumbnail .content hr{
    margin:14px auto;
    width:20px;
    height:1px;
    background-color:#fff
}
.thumbnail .content p.center-block{position:absolute;
    width:100%;
    left:0;
    right:0;
    top:auto;
    bottom:10%
}
.thumbnail a.btn,.thumbnail button.btn{
    color:#fff
}
.thumbnail a.btn.btn-default,.thumbnail button.btn.btn-default{
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    padding:14px 15px
}
.thumbnail a.btn.btn-default:hover,.thumbnail button.btn.btn-default:hover{
    background-color:#fff;
    color:#3b424d;
    border-color:#fff
}
.list-boxes .thumbnail.integration-thumb{
    height:285px
}
.list-boxes .thumbnail.integration-thumb .thumbnail{
    height:auto
}
.thumbnail.integration-thumb{
    position:relative;
    z-index:1
}
.thumbnail.integration-thumb .more-info{
    display:none;
    z-index:2;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:auto;
    background-color:rgba(224,73,81,0.95);
    color:#fff;
    padding:120px 20px;
    text-align:center
}
.new_wholesale .thumbnail.integration-thumb .more-info{
    background: url(/images/integrations/integracje_hurtowniami.png);
    background-color: transparent;
}
.new_wholesale .thumbnail.integration-thumb .more-info:hover h4, .new_wholesale .thumbnail.integration-thumb .more-info:hover p{
    display: none;
}

.thumbnail.integration-thumb .more-info.less{
    padding: 40px 20px;
}
.thumbnail.integration-thumb .more-info h4{
    padding:23px 0;
    margin-bottom:14px;
    border-top:solid 3px #fff;
    border-bottom:solid 3px #fff;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.b_possibilities .thumbnail.integration-thumb .more-info h4{
    margin-top: 30%;
}
.b_possibilities .thumbnail .caption h4{
    width: 110%;
    margin-left: -5%;
}
.b_integrations .thumbnail.integration-thumb .more-info h4{
    margin-top: 15%;
}
.thumbnail.integration-thumb:hover{
    cursor:pointer
}
.thumbnail.integration-thumb:hover .more-info{
    display:block
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail:active{
    text-decoration:none;
    border-color:#fff
}
.list-realizations .thumbnail{
    background-color:inherit
}
.list-realizations .thumbnail .btn{
    margin:0 5px 10px
}

@media (max-width: 1380px){
   .order_modal .modal{
       margin-top: 7%;
    }
}

.order_modal .modal{
    margin-top: 10%;
}
.order_modal .modal-content{
    border-radius: 0px;
}
.order_modal .modal-header{
    background: #62c4f1;
    color: #fff;
    padding: 20px 25px;
}
.order_modal .error .modal-header{
    background: #e2747d;
}
.order_modal .grat .modal-header{
    background: #3ec59d;
}
.order_modal .modal-body{
    padding: 15px 25px;
}
.order_modal .info .fa{
    border: 4px solid #aadff7;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 5px;
}
.order_modal .error .fa{
    border: 4px solid #eeabb2;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 3px;
}
.order_modal .grat .fa{
    border: 4px solid #97e2cb;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 5px;
}
.order_modal .kontakt .fa{
    border: 4px solid #aadff7;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 5px;
}
.order_modal .kontakt .fa-times{
    border: none;   
    margin: -25px;
}
.order_modal .price .btn-info{
    padding: 15px 16px;
    color: #fff;
    background-color: #46b3e5;
    border-color: #36a0d1;
    text-transform: none
}
.order_modal .price .btn-primary{
    padding: 15px 16px;
    color: #fff;
    background-color: #e04951;
    border-color: #c23840;
    text-transform: none
}
.order_modal .modal-content.price{
    width: 120%;
    margin-left: -10%;
}
.order_modal .price .modal-header{
    background: #30a6dd;
}
.order_modal .price .modal-header h4{
    line-height: 45px;
}
.order_modal .grat .modal-header h4{
    font-size: 23px;
}
.order_modal .price .modal-body{
    padding: 40px 25px 30px 5px;
}

.order_modal .premium .btn-info{
    padding: 15px 16px;
    color: #3a3a3a;
    background-color: #fff;
    border-color: #d6ae41;
    text-transform: none;
    border-width: 2px 2px 3px 2px;
}
.order_modal .premium .btn-info:hover{
    background-color: #f4f4f4;
    border-color: #d6ae41;
    border-width: 2px 2px 3px 2px;
}
.order_modal .premium .btn-primary{
    padding: 15px 16px;
    color: #fff;
    background-color: #d6ae41;
    border-color: #c79f33;
    text-transform: none
}
.order_modal .premium .btn-primary:hover{
    background-color: #c79f33;
    border-color: #c79f33;
}
.order_modal .modal-content.premium{
    width: 120%;
    margin-left: -10%;
}
.order_modal .premium .modal-header{
    background: #3a3a3a;
}
.order_modal .premium .modal-header h4{
    line-height: 45px;
}
.order_modal .premium .modal-body{
    padding: 40px 25px 30px 5px;
}
.modal .price .btn-info:hover{
    background-color: #1f9fd9;
    border-color: #267ca4;
}
.modal .price .btn-primary:hover{
    background-color: #d2242d;
    border-color: #932a30;
}

.order_modal h4{
    font-size: 25px;
    line-height: 65px;
    font-weight: 400;
}
.order_modal .kontakt h4{
    font-size: 20px;
}
.order_modal p{
    font-size: 16px;
    margin: 0px;
}
.order_modal .btn{
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #485868;
    border-color: #333a41;
    text-transform: uppercase;
    padding: 10px 35px;
}
.order_modal .btn:hover{
    border-width: 0 0 3px 0;
}
.order_modal .kontakt .jqTransformSelectWrapper{
    margin-left: 0px;
}
.order_modal .kontakt .jqTransformSelectWrapper div span{
    border: none;
    font-weight: 400;
}
.order_modal .kontakt .modal-footer{
    border-top: none;
}

@media (max-width: 768px){
	.order_modal .modal{
		margin-top: 25%;
	}
	.order_modal .modal-content.price{
		max-width: 95%;
		margin-left: 0px;
	}
	.order_modal .price .btn-primary{
		white-space: inherit;
	}
	.order_modal .modal-header{
		padding: 15px 5px;
	}
}

body > .loader_this {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 9999999;
}
.sk-circle-over {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative; 
    top: 40%;
}
.sk-circle-over h3{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 65%;
    color: #fff;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; 
}
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* custom inclusion of right, left and below tabs */

.faq_content h4{
    margin: 15px 0px 5px 0px;
    font-size: 18px;
    border-bottom: 1px solid #e4e6e8;
    padding-bottom: 10px;
}
.faq_content ul{
    margin-bottom: 10px!important;
}
.faq_content .col-md-9 h4{
    margin-bottom: 25px;
}
.faq_content .nav-pills > li > a {
    padding: 0px;
    font-size: 15px;
    margin-left: -14px;
}
.faq_content .panel-body {
    padding: 5px 15px;
}
.faq_content .nav-pills > li.active > a {
    border-color: transparent #46b3e5 transparent transparent;
    border-width: 1px;
    border-right-width: 10px;
    width: 125%;
    margin-left: -35px;
    padding-left: 20px;
    color: #46b3e5;
}
.faq_content h3{
    margin: 10px;
}
.faq_content img{
    display: block;
    max-width: 100%;
    height: auto
}
.faq_content .faq-content p{
    font-size: 16px;
}
.faq_content .questions a {
    font-weight: 400!important;
    font-size: 17px!important;
}
.faq_content .btn{
    padding: 10px 22px;
    text-transform: uppercase;
}
.faq_content li.heading{
    padding-left: 0px!important;
}

/* premium */
.b_premium section#why-skyshop .page-header > span.line {
    width: 3%;
}
.b_premium .btn-primary{
    background-color: #d6ae41;
    border-color: #c79f33;
}
.b_premium .btn-primary:hover{
    background-color: #c79f33;
    border-color: #c79f33;
}
.b_premium .navbar-nav.navbar-right > li > a.btn.btn-primary:hover {
    color: #fff;
    background-color: #d6ae41;
    border-color: #d6ae41;
}
.b_premium .carousel-inner h2{
    font-size: 45px;
}
.b_premium .carousel-inner h2 span{
    font-weight: 400;
}
.b_premium .page-header{
    margin-bottom: 20px;
}
.b_premium .prem_section .row{
    margin: 80px 0;
}
.b_premium .nav-tabs.nav-for-packages > li.active > a {
    background-color: #d6ae41;
    border-color: #d6ae41;
}
.b_premium .nav-tabs.nav-for-packages > li > a:hover {
    background-color: #d6ae41;
    border-color: #d6ae41;
    color: #fff;
}
.b_premium .nav-tabs.nav-for-packages > li > a{
    border: 1px solid #d6ae41;
}
.b_premium .box-package > header .name {
    background-color: #d6ae41;
}
.b_premium .box-package > header {
    background-color: #3a3a3a;
}
.b_premium .box-package li{
    list-style-type: none;
}
.b_premium .box-package.right h2 span{
    color: #d6ae41;
}
.b_premium .right li{
    height: 94px;
    clear: both;
    margin-top: 40px;
}
.b_premium .right li h5{
    height: 94px;
    width: 94px;
    background-color: #e1bf61;
    border-radius: 50%;
    clear: both;
    text-align: center;
    margin-left: 70px;
    margin-right: 30px;
}
.b_premium .right li h4{
    padding-top: 18px;
    margin-bottom: 0px;
}
.b_premium .right li p{
    font-size: 16px;
}
.b_premium .right li .ico-prem-1{
    background-image: url('../img/premium/av_1.png');
    background-repeat: no-repeat;
    background-position: 25px 21px;
}
.b_premium .right li .ico-prem-2{
    background-image: url('../img/premium/av_2.png');
    background-repeat: no-repeat;
    background-position: 20px 23px;
}
.b_premium .right li .ico-prem-3{
    background-image: url('../img/premium/av_3.png');
    background-repeat: no-repeat;
    background-position: 21px 32px;
}
.b_premium .right li .ico-prem-4{
    background-image: url('../img/premium/av_4.png');
    background-repeat: no-repeat;
    background-position: 23px 23px;
}
.b_premium .right li .ico-prem-5{
    background-image: url('../img/premium/av_5.png');
    background-repeat: no-repeat;
    background-position: 20px 21px;
}
.b_premium .right li .ico-prem-6{
    background-image: url('../img/premium/av_6.png');
    background-repeat: no-repeat;
    background-position: 22px 21px;
}
.b_premium .right li .ico-prem-7{
    background-image: url('../img/premium/av_7.png');
    background-repeat: no-repeat;
    background-position: 18px 24px;
}
.b_premium .right li .ico-prem-8{
    background-image: url('../img/premium/av_8.png');
    background-repeat: no-repeat;
    background-position: 25px 25px;
}
.b_premium #question h4{
    margin: 30px 0 0 100px;
    text-align: left;
}
.b_premium #question h4 span a{
    color: #d6ae41;
}
.b_order .popover-content {
    font-size: 11px;
    line-height: 1.3;
}
.b_premium .s-in-color-1 {
    color: #fff;
    background-color: #e1bf61;
}
.b_premium footer .btn-primary {
    background-color: #e04951;
    border-color: #c23840;
}
.b_premium #facts .page-header {
    margin-bottom: 40px;
}
@-webkit-keyframes arrow-jump {
  0%   { opacity: 0;}
  100% { opacity: 1; 
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}
#arrow {
  -webkit-animation: arrow-jump 1s infinite;
  -moz-animation:    arrow-jump 1s infinite;
  -o-animation:      arrow-jump 1s infinite;
  animation:         arrow-jump 1s infinite; 
    position: absolute;
    bottom: 80px;
    margin-left: -30px;
}
@media (max-width: 1380px){
    #arrow{
        bottom: 40px;
    }
}
.anchor{
  display: block;
  height: 55px; /*same height as header*/
  margin-top: -55px; /*same height as header*/
  visibility: hidden;
}
.b_premium .graphic.logo {
    background-image: url('../img/logos/logo_prem_b.png');
    background-position: 0 0;
    width: 262px;
    height: 20px;
    margin-top: 5px;
}
.b_premium .scroll-nav .graphic.logo {
    background-image: url('../img/logos/logo_prem.png');
    background-position: 0 0;
    width: 262px;
    height: 20px;
    margin-top: 5px;
}
.b_premium .navbar-header{
    max-width: 340px;
}
div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 10005; 
	width: 100%; 
	height: 100%; 
	overflow: visible;  
	background: #485868;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.animated {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
}

@media (max-width: 768px){
    .support-content .nav-tabs > li > a {
        font-size: 15px;
        padding: 5px 10px;
    }
    #support{
        min-height: 782px;
        max-height: none;
    }
    .carousel-caption p{
        font-size: 17px!important;
    }
    .carousel-caption h2{
        font-size: 33px!important;
        margin-top: -40px;
    }
    .pager{
        display: none;
    }
    .thumbnail > img{
        margin-top: 20px;
    }
    footer .grid-item{
        text-align: center;
    }
    footer .grid-item h3{
        margin-top: 20px;
    }
    footer.s-md{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .b_possibilities .thumbnail.integration-thumb .more-info h4 {
        margin-top: 15%;
    }
    .s-integrations-bgimg.hurtownie {
        background-size: cover;
    }
    .s-in-color2-1 {
        max-height: none;
        min-height: 283px;
    }
    .s-integrations-bgimg.dropshipping {
        background-size: cover;
    }
    .s-in-color2-2 {
        max-height: none;
        min-height: 285px;
    }
    .s-integrations-bgimg.kurierzy {
        background-size: cover;
    }
    .s-in-color2-4 {
        max-height: none;
        min-height: 283px;
    }
    .s-integrations-bgimg.porownywarka {
        background-size: cover;
    }
    .s-in-color2-5 {
        max-height: none;
        min-height: 285px;
    }
    .s-integrations-bgimg.platnosci {
        background-size: cover;
    }
    .s-in-color2-6 {
        max-height: none;
        min-height: 283px;
    }
    .s-integrations-bgimg.erp_head {
        background-size: cover;
    }
    .s-in-color2-7 {
        max-height: none;
        min-height: 285px;
    }
    .b_integrations .col-md-3 form.form-search{
        width:83%;
    }
    .new_wholesale .caption{
        display: none;
    }
    .nav-tabs.nav-for-packages > li > a{
        margin-bottom: 5px;
        margin-right: 5px;
    }
    #more-options{
        height: 300px;
    }
    .box-premium{
        max-width: none;
        max-width: 360px;
    }
    .box-package {
        margin-left: -10px;
    }
    figure{
        height: 250px;
        width: 300px;
    }
    .category-1 .thumbnail-photo {
        height: auto;
    }
    .opinions .panel .heading {
        padding: 0 0px;
    }
    .s-contact > .container > .row {
        background-image: none;
    }
    .b_contact .box-sh .xlg-p-left{
        padding-left: 20px!important;
    }
    .b_contact .box-sh .xlg-p-right{
        padding-right: 20px!important;
    }
    footer.last-footer{
        margin-top: -1px;
    }
    address{
        font-size: 17px;
    }
    .animated {
      -webkit-animation-duration: 3s;
      -webkit-animation-delay: 0.3s;
    }
    .btn.btn-lg{
        padding: 18px 14px;
    }
    #opinions .page-header h2{
        font-size: 20px;
    }
    .testimonials .carousel-inner blockquote h3 {
        height: 85px;
        font-size: 16px;
    }
}
#livechat-eye-catcher{
    bottom: 39px!important;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.sky_baner{
    background: #45b3e4;
    padding: 15px 0;
}
.sky_baner h3{
    color:#fff;
    font-weight: 400;
}
.sky_baner .btn.btn-lg{
    padding: 15px 30px;
    margin-top: 3px;
}