 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,700&subset=latin,vietnamese);
    
html {
        font-family: 'Roboto Condensed', sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
        display: block;
    }

    audio, canvas, progress, video {
        display: inline-block;
        vertical-align: baseline;
    }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

    [hidden], template {
        display: none;
    }

    a {
        background: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    b, strong {
        font-weight: bold;
    }

    dfn {
        font-style: italic;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    mark {
        background: #ff0;
        color: #000;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 1em 40px;
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
    }

    pre {
        overflow: auto;
    }

    code, kbd, pre, samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    button, input, optgroup, select, textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button, select {
        text-transform: none;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled], html input[disabled] {
            cursor: default;
        }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        line-height: normal;
    }

        input[type="checkbox"], input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }

        input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

            input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
    }

    textarea {
        overflow: auto;
    }

    optgroup {
        font-weight: bold;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    td, th {
        padding: 0;
    }

    @media print {
        * {
            text-shadow: none !important;
            color: #000 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }

        pre, blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group;
        }

        tr, img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p, h2, h3 {
            orphans: 3;
            widows: 3;
        }

        h2, h3 {
            page-break-after: avoid;
        }

        select {
            background: #fff !important;
        }

        .navbar {
            display: none;
        }

        .table td, .table th {
            background-color: #fff !important;
        }

        .btn > .caret, .dropup > .btn > .caret {
            border-top-color: #000 !important;
        }

        .label {
            border: 1px solid #000;
        }

        .table {
            border-collapse: collapse !important;
        }

        .table-bordered th, .table-bordered td {
            border: 1px solid #ddd !important;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    html {
        font-size: 62.5%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    body {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1em;
        line-height: 1.42857143;
        color: #2D2D2D;
        background-color: #fff;
    }

    input, button, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    a {
        color: #2ba8db;
        text-decoration: none;
    }

        a:hover, a:focus {
            color: #1f89b4;
            text-decoration: underline;
        }

        a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    figure {
        margin: 0;
    }
.widget-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.widget-block {
    margin-bottom: 5px;
    max-height: 90px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 6px;
}
.widget-block img{
    display: block;
    max-width: 100%;
    height: 85px;
    max-height: 85px;
}
.block-name {
max-height:44px;
overflow:hidden;
}

.chuyen-muc a{
 color:#8c8c8c;
}



    img {
        vertical-align: middle;
    }

    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-rounded {
        border-radius: 6px;
    }

    .img-thumbnail {
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .img-circle {
        border-radius: 50%;
    }

    hr {
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0;
        border-top: 1px solid #D2D2D2;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

        h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
            font-weight: normal;
            line-height: 1;
            color: #8c8c8c;
        }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 1em;
        margin-bottom: .5em;
    }

        h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
            font-size: 65%;
        }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: .5em;
        margin-bottom: .5em;
    }

        h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
            font-size: 75%;
        }

    h1, .h1 {
        font-size: 2.25em;
    }

    h2, .h2 {
        font-size: 1.75em;
    }

    h3, .h3 {
        font-size: 1.5em;
    }

    h4, .h4 {
        font-size: 1.125em;
    }

    h5, .h5 {
        font-size: 1em;
    }

    h6, .h6 {
        font-size: .875em;
    }

    p {
        margin: 6px;
    }

    .lead {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: 200;
        line-height: 1.4;
    }
.hotline {
  color: #fff;
    padding-top: 25px;
    font-size:18px;
}
.hotline a{
  color: #fff;
      font-weight: 500;
    letter-spacing: 0.035em;
}
.main {
    margin-top: 30px;
}
.content {
padding-right:30px;
    margin-bottom: 20px;
}
.category-title h2{
  text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid #49CC32;
    margin-bottom: 5px;
}
.page-title h1 {
   border-bottom:1px solid #49CC32;
   font-weight: 600;
}
@media (min-width:768px) {
        .lead {
            font-size: 1.5em;
        }
    }

    small, .small {
        font-size: 85%;
    }

    cite {
        font-style: normal;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    .text-justify {
        text-align: justify;
    }

    .text-muted {
        color: #8c8c8c;
    }

    .text-primary {
        color: #2ba8db;
    }

    a.text-primary:hover {
        color: #1f89b4;
    }

    .text-success {
        color: #3c763d;
    }

    a.text-success:hover {
        color: #2b542c;
    }

    .text-info {
        color: #31708f;
    }

    a.text-info:hover {
        color: #245269;
    }

    .text-warning {
        color: #8a6d3b;
    }

    a.text-warning:hover {
        color: #66512c;
    }

    .text-danger {
        color: #a94442;
    }

    a.text-danger:hover {
        color: #843534;
    }

    .bg-primary {
        color: #fff;
        background-color: #2ba8db;
    }

    a.bg-primary:hover {
        background-color: #1f89b4;
    }

    .bg-success {
        background-color: #dff0d8;
    }

    a.bg-success:hover {
        background-color: #c1e2b3;
    }

    .bg-info {
        background-color: #d9edf7;
    }

    a.bg-info:hover {
        background-color: #afd9ee;
    }

    .bg-warning {
        background-color: #fcf8e3;
    }

    a.bg-warning:hover {
        background-color: #f7ecb5;
    }

    .bg-danger {
        background-color: #f2dede;
    }

    a.bg-danger:hover {
        background-color: #e4b9b9;
    }

    .page-header {
        padding-bottom: -0.5em;
        margin: 2em 0 1em;
        border-bottom: 1px solid #e6e6e6;
    }

    ul, ol {
        margin-top: 0;
        margin-bottom: .5em;
    }

        ul ul, ol ul, ul ol, ol ol {
            margin-bottom: 0;
        }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .list-inline {
        padding-left: 0;
        list-style: none;
        margin-left: -5px;
    }

        .list-inline > li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px;
        }

    dl {
        margin-top: 0;
        margin-bottom: 1em;
    }

    dt, dd {
        line-height: 1.42857143;
    }

    dt {
        font-weight: bold;
    }

    dd {
        margin-left: 0;
    }

    @media (min-width:768px) {
        .dl-horizontal dt {
            float: left;
            width: 160px;
            clear: left;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .dl-horizontal dd {
            margin-left: 180px;
        }
    }

    abbr[title], abbr[data-original-title] {
        cursor: help;
        border-bottom: 1px dotted #8c8c8c;
    }

    .initialism {
        font-size: 90%;
        text-transform: uppercase;
    }

    blockquote {
        padding: .5em 1em;
        margin: 0 0 1em;
        font-size: 1.25em;
        border-left: 5px solid #e6e6e6;
    }

        blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
            margin-bottom: 0;
        }

        blockquote footer, blockquote small, blockquote .small {
            display: block;
            font-size: 80%;
            line-height: 1.42857143;
            color: #8c8c8c;
        }

            blockquote footer:before, blockquote small:before, blockquote .small:before {
                content: '\2014 \00A0';
            }

        .blockquote-reverse, blockquote.pull-right {
            padding-right: 15px;
            padding-left: 0;
            border-right: 5px solid #e6e6e6;
            border-left: 0;
            text-align: right;
        }

            .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
                content: '';
            }

            .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

        blockquote:before, blockquote:after {
            content: "";
        }

    address {
        margin-bottom: 1em;
        font-style: normal;
        line-height: 1.42857143;
    }

    code, kbd, pre, samp {
        font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    }

    code {
        padding: 2px 4px;
        font-size: 90%;
        color: #c7254e;
        background-color: #f9f2f4;
        white-space: nowrap;
        border-radius: 5px;
    }

    kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
    }

    pre {
        display: block;
        padding: 0;
        margin: 0 0 .5em;
        font-size: 0;
        line-height: 1.42857143;
        word-break: break-all;
        word-wrap: break-word;
        color: #333;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        pre code {
            padding: 0;
            font-size: inherit;
            color: inherit;
            white-space: pre-wrap;
            background-color: transparent;
            border-radius: 0;
        }

    .pre-scrollable {
        max-height: 340px;
        overflow-y: scroll;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    @media (min-width:768px) {
        .container {
            width: 760px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 980px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1180px;
        }
    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: 0;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: 0;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    @media (min-width:768px) {
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-11 {
            width: 91.66666667%;
        }

        .col-sm-10 {
            width: 83.33333333%;
        }

        .col-sm-9 {
            width: 75%;
        }

        .col-sm-8 {
            width: 66.66666667%;
        }

        .col-sm-7 {
            width: 58.33333333%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-5 {
            width: 41.66666667%;
        }

        .col-sm-4 {
            width: 33.33333333%;
        }

        .col-sm-3 {
            width: 25%;
        }

        .col-sm-2 {
            width: 16.66666667%;
        }

        .col-sm-1 {
            width: 8.33333333%;
        }

        .col-sm-pull-12 {
            right: 100%;
        }

        .col-sm-pull-11 {
            right: 91.66666667%;
        }

        .col-sm-pull-10 {
            right: 83.33333333%;
        }

        .col-sm-pull-9 {
            right: 75%;
        }

        .col-sm-pull-8 {
            right: 66.66666667%;
        }

        .col-sm-pull-7 {
            right: 58.33333333%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .col-sm-pull-5 {
            right: 41.66666667%;
        }

        .col-sm-pull-4 {
            right: 33.33333333%;
        }

        .col-sm-pull-3 {
            right: 25%;
        }

        .col-sm-pull-2 {
            right: 16.66666667%;
        }

        .col-sm-pull-1 {
            right: 8.33333333%;
        }

        .col-sm-pull-0 {
            right: 0;
        }

        .col-sm-push-12 {
            left: 100%;
        }

        .col-sm-push-11 {
            left: 91.66666667%;
        }

        .col-sm-push-10 {
            left: 83.33333333%;
        }

        .col-sm-push-9 {
            left: 75%;
        }

        .col-sm-push-8 {
            left: 66.66666667%;
        }

        .col-sm-push-7 {
            left: 58.33333333%;
        }

        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-push-5 {
            left: 41.66666667%;
        }

        .col-sm-push-4 {
            left: 33.33333333%;
        }

        .col-sm-push-3 {
            left: 25%;
        }

        .col-sm-push-2 {
            left: 16.66666667%;
        }

        .col-sm-push-1 {
            left: 8.33333333%;
        }

        .col-sm-push-0 {
            left: 0;
        }

        .col-sm-offset-12 {
            margin-left: 100%;
        }

        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-sm-offset-9 {
            margin-left: 75%;
        }

        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-sm-offset-6 {
            margin-left: 50%;
        }

        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-sm-offset-3 {
            margin-left: 25%;
        }

        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-sm-offset-0 {
            margin-left: 0;
        }
    }

    @media (min-width:992px) {
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-11 {
            width: 91.66666667%;
        }

        .col-md-10 {
            width: 83.33333333%;
        }

        .col-md-9 {
            width: 75%;
        }

        .col-md-8 {
            width: 66.66666667%;
        }

        .col-md-7 {
            width: 58.33333333%;
        }

        .col-md-6 {
            width: 50%;
        }

        .col-md-5 {
            width: 41.66666667%;
        }

        .col-md-4 {
            width: 33.33333333%;
        }

        .col-md-3 {
            width: 25%;
        }

        .col-md-2 {
            width: 16.66666667%;
        }

        .col-md-1 {
            width: 8.33333333%;
        }

        .col-md-pull-12 {
            right: 100%;
        }

        .col-md-pull-11 {
            right: 91.66666667%;
        }

        .col-md-pull-10 {
            right: 83.33333333%;
        }

        .col-md-pull-9 {
            right: 75%;
        }

        .col-md-pull-8 {
            right: 66.66666667%;
        }

        .col-md-pull-7 {
            right: 58.33333333%;
        }

        .col-md-pull-6 {
            right: 50%;
        }

        .col-md-pull-5 {
            right: 41.66666667%;
        }

        .col-md-pull-4 {
            right: 33.33333333%;
        }

        .col-md-pull-3 {
            right: 25%;
        }

        .col-md-pull-2 {
            right: 16.66666667%;
        }

        .col-md-pull-1 {
            right: 8.33333333%;
        }

        .col-md-pull-0 {
            right: 0;
        }

        .col-md-push-12 {
            left: 100%;
        }

        .col-md-push-11 {
            left: 91.66666667%;
        }

        .col-md-push-10 {
            left: 83.33333333%;
        }

        .col-md-push-9 {
            left: 75%;
        }

        .col-md-push-8 {
            left: 66.66666667%;
        }

        .col-md-push-7 {
            left: 58.33333333%;
        }

        .col-md-push-6 {
            left: 50%;
        }

        .col-md-push-5 {
            left: 41.66666667%;
        }

        .col-md-push-4 {
            left: 33.33333333%;
        }

        .col-md-push-3 {
            left: 25%;
        }

        .col-md-push-2 {
            left: 16.66666667%;
        }

        .col-md-push-1 {
            left: 8.33333333%;
        }

        .col-md-push-0 {
            left: 0;
        }

        .col-md-offset-12 {
            margin-left: 100%;
        }

        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-md-offset-9 {
            margin-left: 75%;
        }

        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-md-offset-6 {
            margin-left: 50%;
        }

        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-md-offset-3 {
            margin-left: 25%;
        }

        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-md-offset-0 {
            margin-left: 0;
        }
    }

    @media (min-width:1200px) {
        .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            float: left;
        }

        .col-lg-12 {
            width: 100%;
        }

        .col-lg-11 {
            width: 91.66666667%;
        }

        .col-lg-10 {
            width: 83.33333333%;
        }

        .col-lg-9 {
            width: 75%;
        }

        .col-lg-8 {
            width: 66.66666667%;
        }

        .col-lg-7 {
            width: 58.33333333%;
        }

        .col-lg-6 {
            width: 50%;
        }

        .col-lg-5 {
            width: 41.66666667%;
        }

        .col-lg-4 {
            width: 33.33333333%;
        }

        .col-lg-3 {
            width: 25%;
        }

        .col-lg-2 {
            width: 16.66666667%;
        }

        .col-lg-1 {
            width: 8.33333333%;
        }

        .col-lg-pull-12 {
            right: 100%;
        }

        .col-lg-pull-11 {
            right: 91.66666667%;
        }

        .col-lg-pull-10 {
            right: 83.33333333%;
        }

        .col-lg-pull-9 {
            right: 75%;
        }

        .col-lg-pull-8 {
            right: 66.66666667%;
        }

        .col-lg-pull-7 {
            right: 58.33333333%;
        }

        .col-lg-pull-6 {
            right: 50%;
        }

        .col-lg-pull-5 {
            right: 41.66666667%;
        }

        .col-lg-pull-4 {
            right: 33.33333333%;
        }

        .col-lg-pull-3 {
            right: 25%;
        }

        .col-lg-pull-2 {
            right: 16.66666667%;
        }

        .col-lg-pull-1 {
            right: 8.33333333%;
        }

        .col-lg-pull-0 {
            right: 0;
        }

        .col-lg-push-12 {
            left: 100%;
        }

        .col-lg-push-11 {
            left: 91.66666667%;
        }

        .col-lg-push-10 {
            left: 83.33333333%;
        }

        .col-lg-push-9 {
            left: 75%;
        }

        .col-lg-push-8 {
            left: 66.66666667%;
        }

        .col-lg-push-7 {
            left: 58.33333333%;
        }

        .col-lg-push-6 {
            left: 50%;
        }

        .col-lg-push-5 {
            left: 41.66666667%;
        }

        .col-lg-push-4 {
            left: 33.33333333%;
        }

        .col-lg-push-3 {
            left: 25%;
        }

        .col-lg-push-2 {
            left: 16.66666667%;
        }

        .col-lg-push-1 {
            left: 8.33333333%;
        }

        .col-lg-push-0 {
            left: 0;
        }

        .col-lg-offset-12 {
            margin-left: 100%;
        }

        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-lg-offset-9 {
            margin-left: 75%;
        }

        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-lg-offset-6 {
            margin-left: 50%;
        }

        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-lg-offset-3 {
            margin-left: 25%;
        }

        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-lg-offset-0 {
            margin-left: 0;
        }
    }

    table {
        max-width: 100%;
        background-color: transparent;
    }

    th {
        text-align: left;
    }

    .table {
        width: 100%;
        margin-bottom: 1em;
    }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd;
        }

        .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd;
        }

        .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
            border-top: 0;
        }

        .table > tbody + tbody {
            border-top: 2px solid #ddd;
        }

        .table .table {
            background-color: #fff;
        }

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 5px;
    }

    .table-bordered {
        border: 1px solid #ddd;
    }

        .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
            border: 1px solid #ddd;
        }

        .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
            border-bottom-width: 2px;
        }

    .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #f9f9f9;
    }

    .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
        background-color: #f5f5f5;
    }

    table col[class*="col-"] {
        position: static;
        float: none;
        display: table-column;
    }

    table td[class*="col-"], table th[class*="col-"] {
        position: static;
        float: none;
        display: table-cell;
    }

    .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
        background-color: #f5f5f5;
    }

    .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
        background-color: #e8e8e8;
    }

    .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
        background-color: #dff0d8;
    }

    .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
        background-color: #d0e9c6;
    }

    .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
        background-color: #d9edf7;
    }

    .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
        background-color: #c4e3f3;
    }

    .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
        background-color: #fcf8e3;
    }

    .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
        background-color: #faf2cc;
    }

    .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
        background-color: #f2dede;
    }

    .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
        background-color: #ebcccc;
    }

    @media (max-width:767px) {
        .table-responsive {
            width: 100%;
            margin-bottom: .75em;
            overflow-y: hidden;
            overflow-x: scroll;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
            -webkit-overflow-scrolling: touch;
        }

            .table-responsive > .table {
                margin-bottom: 0;
            }

                .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                    white-space: nowrap;
                }

            .table-responsive > .table-bordered {
                border: 0;
            }

                .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                    border-left: 0;
                }

                .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                    border-right: 0;
                }

                .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                    border-bottom: 0;
                }
    }

    fieldset {
        padding: 0;
        margin: 0;
        border: 0;
        min-width: 0;
    }

    legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
        font-size: 1.5em;
        line-height: inherit;
        color: #333;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="radio"], input[type="checkbox"] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
    }

    input[type="file"] {
        display: block;
    }

    input[type="range"] {
        display: block;
        width: 100%;
    }

    select[multiple], select[size] {
        height: auto;
    }

    input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    output {
        display: block;
        padding-top: 7px;
        font-size: 1em;
        line-height: 1.42857143;
        color: #48272A;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 46px;
        padding: 6px 12px;
        font-size: 1em;
        line-height: 1.42857143;
        color: #48272A;
        background-color: #fff;
        background-image: none;
        border: 1px solid #2ba8db;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .form-control::-moz-placeholder {
            color: #8c8c8c;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #8c8c8c;
        }

        .form-control::-webkit-input-placeholder {
            color: #8c8c8c;
        }

        .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #e6e6e6;
            opacity: 1;
        }

    textarea.form-control {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: none;
    }

    input[type="date"] {
        line-height: 46px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .radio, .checkbox {
        display: block;
        min-height: 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

        .radio label, .checkbox label {
            display: inline;
            font-weight: normal;
            cursor: pointer;
        }

        .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            float: left;
            margin-left: -20px;
        }

        .radio + .radio, .checkbox + .checkbox {
            margin-top: -5px;
        }

    .radio-inline, .checkbox-inline {
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
    }

        .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
            margin-top: 0;
            margin-left: 10px;
        }

        input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
            cursor: not-allowed;
        }

    .input-sm {
        height: 13em;
        padding: 5px 10px;
        font-size: .875em;
        line-height: 1.5;
        border-radius: 3px;
    }

    select.input-sm {
        height: 13em;
        line-height: 13em;
    }

    textarea.input-sm, select[multiple].input-sm {
        height: auto;
    }

    .input-lg {
        height: 24em;
        padding: 10px 16px;
        font-size: 1.125em;
        line-height: 1.33;
        border-radius: 6px;
    }

    select.input-lg {
        height: 24em;
        line-height: 24em;
    }

    textarea.input-lg, select[multiple].input-lg {
        height: auto;
    }

    .has-feedback {
        position: relative;
    }

        .has-feedback .form-control {
            padding-right: 57.5px;
        }

        .has-feedback .form-control-feedback {
            position: absolute;
            top: 6em;
            right: 0;
            display: block;
            width: 46px;
            height: 46px;
            line-height: 46px;
            text-align: center;
        }

    .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
        color: #3c763d;
    }

    .has-success .form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

        .has-success .form-control:focus {
            border-color: #2b542c;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        }

    .has-success .input-group-addon {
        color: #3c763d;
        border-color: #3c763d;
        background-color: #dff0d8;
    }

    .has-success .form-control-feedback {
        color: #3c763d;
    }

    .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
        color: #8a6d3b;
    }

    .has-warning .form-control {
        border-color: #8a6d3b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

        .has-warning .form-control:focus {
            border-color: #66512c;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        }

    .has-warning .input-group-addon {
        color: #8a6d3b;
        border-color: #8a6d3b;
        background-color: #fcf8e3;
    }

    .has-warning .form-control-feedback {
        color: #8a6d3b;
    }

    .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
        color: #a94442;
    }

    .has-error .form-control {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

        .has-error .form-control:focus {
            border-color: #843534;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        }

    .has-error .input-group-addon {
        color: #a94442;
        border-color: #a94442;
        background-color: #f2dede;
    }

    .has-error .form-control-feedback {
        color: #a94442;
    }

    .form-control-static {
        margin-bottom: 0;
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #687382;
    }

    @media (min-width:768px) {
        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

        .form-inline .control-label {
            margin-bottom: 0;
            vertical-align: middle;
        }

        .form-inline .radio, .form-inline .checkbox {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            vertical-align: middle;
        }

            .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
                float: none;
                margin-left: 0;
            }

        .form-inline .has-feedback .form-control-feedback {
            top: 0;
        }
    }

    .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 7px;
    }

    .form-horizontal .radio, .form-horizontal .checkbox {
        min-height: 8em;
    }

    .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-horizontal .form-control-static {
        padding-top: 7px;
    }

    @media (min-width:768px) {
        .form-horizontal .control-label {
            text-align: right;
        }
    }

    .form-horizontal .has-feedback .form-control-feedback {
        top: 0;
        right: 15px;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 1em;
        line-height: 1.42857143;
        border-radius: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .btn:focus, .btn:active:focus, .btn.active:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover, .btn:focus {
            color: #fff;
            text-decoration: none;
        }

        .btn:active, .btn.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        }

        .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-default {
        color: #fff;
        background-color: #48272A;
        border-color: #ccc;
    }

        .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
            color: #fff;
            background-color: #1d2024;
            border-color: #adadad;
        }

        .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
            background-image: none;
        }

        .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
            background-color: #48272A;
            border-color: #ccc;
        }

        .btn-default .badge {
            color: #48272A;
            background-color: #fff;
        }

    .btn-primary {
        color: #fff;
        background-color: #2ba8db;
        border-color: #229aca;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #2090bd;
            border-color: #197296;
        }

        .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            background-image: none;
        }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
            background-color: #2ba8db;
            border-color: #229aca;
        }

        .btn-primary .badge {
            color: #2ba8db;
            background-color: #fff;
        }

    .btn-success {
        color: #fff;
        background-color: #49CC32;
        border-color: #99c143;
    }

        .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
            color: #fff;
            background-color: #90b73d;
            border-color: #759531;
        }

        .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
            background-image: none;
        }

        .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
            background-color: #49CC32;
            border-color: #99c143;
        }

        .btn-success .badge {
            color: #49CC32;
            background-color: #fff;
        }

    .btn-info {
        color: #fff;
        background-color: #5fa9dd;
        border-color: #4a9ed9;
    }

        .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
            color: #fff;
            background-color: #3d97d6;
            border-color: #2880bd;
        }

        .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
            background-image: none;
        }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
            background-color: #5fa9dd;
            border-color: #4a9ed9;
        }

        .btn-info .badge {
            color: #5fa9dd;
            background-color: #fff;
        }

    .btn-warning {
        color: #fff;
        background-color: #fee96a;
        border-color: #fee551;
    }

        .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
            color: #fff;
            background-color: #fee341;
            border-color: #fddc14;
        }

        .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
            background-image: none;
        }

        .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
            background-color: #fee96a;
            border-color: #fee551;
        }

        .btn-warning .badge {
            color: #fee96a;
            background-color: #fff;
        }

    .btn-danger {
        color: #fff;
        background-color: #ff6f69;
        border-color: #ff574f;
    }

        .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
            color: #fff;
            background-color: #ff4840;
            border-color: #ff1c12;
        }

        .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
            background-image: none;
        }

        .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
            background-color: #ff6f69;
            border-color: #ff574f;
        }

        .btn-danger .badge {
            color: #ff6f69;
            background-color: #fff;
        }

    .btn-link {
        color: #2ba8db;
        font-weight: normal;
        cursor: pointer;
        border-radius: 0;
    }

        .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
                border-color: transparent;
            }

                .btn-link:hover, .btn-link:focus {
                    color: #1f89b4;
                    text-decoration: underline;
                    background-color: transparent;
                }

                .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                    color: #8c8c8c;
                    text-decoration: none;
                }

    .btn-lg, .btn-group-lg > .btn {
        padding: 10px 16px;
        font-size: 1.125em;
        line-height: 1.33;
        border-radius: 6px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: .875em;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-xs, .btn-group-xs > .btn {
        padding: 1px 5px;
        font-size: .875em;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-block {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .btn-block + .btn-block {
            margin-top: 5px;
        }

    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        width: 100%;
    }

    .fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

        .fade.in {
            opacity: 1;
        }

    .collapse {
        display: none;
    }

        .collapse.in {
            display: block;
        }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        transition: height .35s ease;
    }

    @font-face {
        font-family: 'Glyphicons Halflings';
        src: url('../fonts/glyphicons-halflings-regular.eot');
        src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }

    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .glyphicon-asterisk:before {
        content: "\2a";
    }

    .glyphicon-plus:before {
        content: "\2b";
    }

    .glyphicon-euro:before {
        content: "\20ac";
    }

    .glyphicon-minus:before {
        content: "\2212";
    }

    .glyphicon-cloud:before {
        content: "\2601";
    }

    .glyphicon-envelope:before {
        content: "\2709";
    }

    .glyphicon-pencil:before {
        content: "\270f";
    }

    .glyphicon-glass:before {
        content: "\e001";
    }

    .glyphicon-music:before {
        content: "\e002";
    }

    .glyphicon-search:before {
        content: "\e003";
    }

    .glyphicon-heart:before {
        content: "\e005";
    }

    .glyphicon-star:before {
        content: "\e006";
    }

    .glyphicon-star-empty:before {
        content: "\e007";
    }

    .glyphicon-user:before {
        content: "\e008";
    }

    .glyphicon-film:before {
        content: "\e009";
    }

    .glyphicon-th-large:before {
        content: "\e010";
    }

    .glyphicon-th:before {
        content: "\e011";
    }

    .glyphicon-th-list:before {
        content: "\e012";
    }

    .glyphicon-ok:before {
        content: "\e013";
    }

    .glyphicon-remove:before {
        content: "\e014";
    }

    .glyphicon-zoom-in:before {
        content: "\e015";
    }

    .glyphicon-zoom-out:before {
        content: "\e016";
    }

    .glyphicon-off:before {
        content: "\e017";
    }

    .glyphicon-signal:before {
        content: "\e018";
    }

    .glyphicon-cog:before {
        content: "\e019";
    }

    .glyphicon-trash:before {
        content: "\e020";
    }

    .glyphicon-home:before {
        content: "\e021";
    }

    .glyphicon-file:before {
        content: "\e022";
    }

    .glyphicon-time:before {
        content: "\e023";
    }

    .glyphicon-road:before {
        content: "\e024";
    }

    .glyphicon-download-alt:before {
        content: "\e025";
    }

    .glyphicon-download:before {
        content: "\e026";
    }

    .glyphicon-upload:before {
        content: "\e027";
    }

    .glyphicon-inbox:before {
        content: "\e028";
    }

    .glyphicon-play-circle:before {
        content: "\e029";
    }

    .glyphicon-repeat:before {
        content: "\e030";
    }

    .glyphicon-refresh:before {
        content: "\e031";
    }

    .glyphicon-list-alt:before {
        content: "\e032";
    }

    .glyphicon-lock:before {
        content: "\e033";
    }

    .glyphicon-flag:before {
        content: "\e034";
    }

    .glyphicon-headphones:before {
        content: "\e035";
    }

    .glyphicon-volume-off:before {
        content: "\e036";
    }

    .glyphicon-volume-down:before {
        content: "\e037";
    }

    .glyphicon-volume-up:before {
        content: "\e038";
    }

    .glyphicon-qrcode:before {
        content: "\e039";
    }

    .glyphicon-barcode:before {
        content: "\e040";
    }

    .glyphicon-tag:before {
        content: "\e041";
    }

    .glyphicon-tags:before {
        content: "\e042";
    }

    .glyphicon-book:before {
        content: "\e043";
    }

    .glyphicon-bookmark:before {
        content: "\e044";
    }

    .glyphicon-print:before {
        content: "\e045";
    }

    .glyphicon-camera:before {
        content: "\e046";
    }

    .glyphicon-font:before {
        content: "\e047";
    }

    .glyphicon-bold:before {
        content: "\e048";
    }

    .glyphicon-italic:before {
        content: "\e049";
    }

    .glyphicon-text-height:before {
        content: "\e050";
    }

    .glyphicon-text-width:before {
        content: "\e051";
    }

    .glyphicon-align-left:before {
        content: "\e052";
    }

    .glyphicon-align-center:before {
        content: "\e053";
    }

    .glyphicon-align-right:before {
        content: "\e054";
    }

    .glyphicon-align-justify:before {
        content: "\e055";
    }

    .glyphicon-list:before {
        content: "\e056";
    }

    .glyphicon-indent-left:before {
        content: "\e057";
    }

    .glyphicon-indent-right:before {
        content: "\e058";
    }

    .glyphicon-facetime-video:before {
        content: "\e059";
    }

    .glyphicon-picture:before {
        content: "\e060";
    }

    .glyphicon-map-marker:before {
        content: "\e062";
    }

    .glyphicon-adjust:before {
        content: "\e063";
    }

    .glyphicon-tint:before {
        content: "\e064";
    }

    .glyphicon-edit:before {
        content: "\e065";
    }

    .glyphicon-share:before {
        content: "\e066";
    }

    .glyphicon-check:before {
        content: "\e067";
    }

    .glyphicon-move:before {
        content: "\e068";
    }

    .glyphicon-step-backward:before {
        content: "\e069";
    }

    .glyphicon-fast-backward:before {
        content: "\e070";
    }

    .glyphicon-backward:before {
        content: "\e071";
    }

    .glyphicon-play:before {
        content: "\e072";
    }

    .glyphicon-pause:before {
        content: "\e073";
    }

    .glyphicon-stop:before {
        content: "\e074";
    }

    .glyphicon-forward:before {
        content: "\e075";
    }

    .glyphicon-fast-forward:before {
        content: "\e076";
    }

    .glyphicon-step-forward:before {
        content: "\e077";
    }

    .glyphicon-eject:before {
        content: "\e078";
    }

    .glyphicon-chevron-left:before {
        content: "\e079";
    }

    .glyphicon-chevron-right:before {
        content: "\e080";
    }

    .glyphicon-plus-sign:before {
        content: "\e081";
    }

    .glyphicon-minus-sign:before {
        content: "\e082";
    }

    .glyphicon-remove-sign:before {
        content: "\e083";
    }

    .glyphicon-ok-sign:before {
        content: "\e084";
    }

    .glyphicon-question-sign:before {
        content: "\e085";
    }

    .glyphicon-info-sign:before {
        content: "\e086";
    }

    .glyphicon-screenshot:before {
        content: "\e087";
    }

    .glyphicon-remove-circle:before {
        content: "\e088";
    }

    .glyphicon-ok-circle:before {
        content: "\e089";
    }

    .glyphicon-ban-circle:before {
        content: "\e090";
    }

    .glyphicon-arrow-left:before {
        content: "\e091";
    }

    .glyphicon-arrow-right:before {
        content: "\e092";
    }

    .glyphicon-arrow-up:before {
        content: "\e093";
    }

    .glyphicon-arrow-down:before {
        content: "\e094";
    }

    .glyphicon-share-alt:before {
        content: "\e095";
    }

    .glyphicon-resize-full:before {
        content: "\e096";
    }

    .glyphicon-resize-small:before {
        content: "\e097";
    }

    .glyphicon-exclamation-sign:before {
        content: "\e101";
    }

    .glyphicon-gift:before {
        content: "\e102";
    }

    .glyphicon-leaf:before {
        content: "\e103";
    }

    .glyphicon-fire:before {
        content: "\e104";
    }

    .glyphicon-eye-open:before {
        content: "\e105";
    }

    .glyphicon-eye-close:before {
        content: "\e106";
    }

    .glyphicon-warning-sign:before {
        content: "\e107";
    }

    .glyphicon-plane:before {
        content: "\e108";
    }

    .glyphicon-calendar:before {
        content: "\e109";
    }

    .glyphicon-random:before {
        content: "\e110";
    }

    .glyphicon-comment:before {
        content: "\e111";
    }

    .glyphicon-magnet:before {
        content: "\e112";
    }

    .glyphicon-chevron-up:before {
        content: "\e113";
    }

    .glyphicon-chevron-down:before {
        content: "\e114";
    }

    .glyphicon-retweet:before {
        content: "\e115";
    }

    .glyphicon-shopping-cart:before {
        content: "\e116";
    }

    .glyphicon-folder-close:before {
        content: "\e117";
    }

    .glyphicon-folder-open:before {
        content: "\e118";
    }

    .glyphicon-resize-vertical:before {
        content: "\e119";
    }

    .glyphicon-resize-horizontal:before {
        content: "\e120";
    }

    .glyphicon-hdd:before {
        content: "\e121";
    }

    .glyphicon-bullhorn:before {
        content: "\e122";
    }

    .glyphicon-bell:before {
        content: "\e123";
    }

    .glyphicon-certificate:before {
        content: "\e124";
    }

    .glyphicon-thumbs-up:before {
        content: "\e125";
    }

    .glyphicon-thumbs-down:before {
        content: "\e126";
    }

    .glyphicon-hand-right:before {
        content: "\e127";
    }

    .glyphicon-hand-left:before {
        content: "\e128";
    }

    .glyphicon-hand-up:before {
        content: "\e129";
    }

    .glyphicon-hand-down:before {
        content: "\e130";
    }

    .glyphicon-circle-arrow-right:before {
        content: "\e131";
    }

    .glyphicon-circle-arrow-left:before {
        content: "\e132";
    }

    .glyphicon-circle-arrow-up:before {
        content: "\e133";
    }

    .glyphicon-circle-arrow-down:before {
        content: "\e134";
    }

    .glyphicon-globe:before {
        content: "\e135";
    }

    .glyphicon-wrench:before {
        content: "\e136";
    }

    .glyphicon-tasks:before {
        content: "\e137";
    }

    .glyphicon-filter:before {
        content: "\e138";
    }

    .glyphicon-briefcase:before {
        content: "\e139";
    }

    .glyphicon-fullscreen:before {
        content: "\e140";
    }

    .glyphicon-dashboard:before {
        content: "\e141";
    }

    .glyphicon-paperclip:before {
        content: "\e142";
    }

    .glyphicon-heart-empty:before {
        content: "\e143";
    }

    .glyphicon-link:before {
        content: "\e144";
    }

    .glyphicon-phone:before {
        content: "\e145";
    }

    .glyphicon-pushpin:before {
        content: "\e146";
    }

    .glyphicon-usd:before {
        content: "\e148";
    }

    .glyphicon-gbp:before {
        content: "\e149";
    }

    .glyphicon-sort:before {
        content: "\e150";
    }

    .glyphicon-sort-by-alphabet:before {
        content: "\e151";
    }

    .glyphicon-sort-by-alphabet-alt:before {
        content: "\e152";
    }

    .glyphicon-sort-by-order:before {
        content: "\e153";
    }

    .glyphicon-sort-by-order-alt:before {
        content: "\e154";
    }

    .glyphicon-sort-by-attributes:before {
        content: "\e155";
    }

    .glyphicon-sort-by-attributes-alt:before {
        content: "\e156";
    }

    .glyphicon-unchecked:before {
        content: "\e157";
    }

    .glyphicon-expand:before {
        content: "\e158";
    }

    .glyphicon-collapse-down:before {
        content: "\e159";
    }

    .glyphicon-collapse-up:before {
        content: "\e160";
    }

    .glyphicon-log-in:before {
        content: "\e161";
    }

    .glyphicon-flash:before {
        content: "\e162";
    }

    .glyphicon-log-out:before {
        content: "\e163";
    }

    .glyphicon-new-window:before {
        content: "\e164";
    }

    .glyphicon-record:before {
        content: "\e165";
    }

    .glyphicon-save:before {
        content: "\e166";
    }

    .glyphicon-open:before {
        content: "\e167";
    }

    .glyphicon-saved:before {
        content: "\e168";
    }

    .glyphicon-import:before {
        content: "\e169";
    }

    .glyphicon-export:before {
        content: "\e170";
    }

    .glyphicon-send:before {
        content: "\e171";
    }

    .glyphicon-floppy-disk:before {
        content: "\e172";
    }

    .glyphicon-floppy-saved:before {
        content: "\e173";
    }

    .glyphicon-floppy-remove:before {
        content: "\e174";
    }

    .glyphicon-floppy-save:before {
        content: "\e175";
    }

    .glyphicon-floppy-open:before {
        content: "\e176";
    }

    .glyphicon-credit-card:before {
        content: "\e177";
    }

    .glyphicon-transfer:before {
        content: "\e178";
    }

    .glyphicon-cutlery:before {
        content: "\e179";
    }

    .glyphicon-header:before {
        content: "\e180";
    }

    .glyphicon-compressed:before {
        content: "\e181";
    }

    .glyphicon-earphone:before {
        content: "\e182";
    }

    .glyphicon-phone-alt:before {
        content: "\e183";
    }

    .glyphicon-tower:before {
        content: "\e184";
    }

    .glyphicon-stats:before {
        content: "\e185";
    }

    .glyphicon-sd-video:before {
        content: "\e186";
    }

    .glyphicon-hd-video:before {
        content: "\e187";
    }

    .glyphicon-subtitles:before {
        content: "\e188";
    }

    .glyphicon-sound-stereo:before {
        content: "\e189";
    }

    .glyphicon-sound-dolby:before {
        content: "\e190";
    }

    .glyphicon-sound-5-1:before {
        content: "\e191";
    }

    .glyphicon-sound-6-1:before {
        content: "\e192";
    }

    .glyphicon-sound-7-1:before {
        content: "\e193";
    }

    .glyphicon-copyright-mark:before {
        content: "\e194";
    }

    .glyphicon-registration-mark:before {
        content: "\e195";
    }

    .glyphicon-cloud-download:before {
        content: "\e197";
    }

    .glyphicon-cloud-upload:before {
        content: "\e198";
    }

    .glyphicon-tree-conifer:before {
        content: "\e199";
    }

    .glyphicon-tree-deciduous:before {
        content: "\e200";
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-toggle:focus {
        outline: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 1em;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 5px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
    }

        .dropdown-menu.pull-right {
            right: 0;
            left: auto;
        }

        .dropdown-menu .divider {
            height: 1px;
            margin: -0.5em 0;
            overflow: hidden;
            background-color: #e5e5e5;
        }

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                text-decoration: none;
                color: #262626;
                background-color: #f5f5f5;
            }

        .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
            color: #fff;
            text-decoration: none;
            outline: 0;
            background-color: #2ba8db;
        }

        .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            color: #8c8c8c;
        }

            .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
                text-decoration: none;
                background-color: transparent;
                background-image: none;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                cursor: 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: .875em;
        line-height: 1.42857143;
        color: #8c8c8c;
    }

    .dropdown-backdrop {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
    }

    .pull-right > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
        border-top: 0;
        border-bottom: 4px solid;
        content: "";
    }

    .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 1px;
    }

    @media (min-width:768px) {
        .navbar-right .dropdown-menu {
            left: auto;
            right: 0;
        }

        .navbar-right .dropdown-menu-left {
            left: 0;
            right: auto;
        }
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .btn-group > .btn, .btn-group-vertical > .btn {
            position: relative;
            float: left;
        }

            .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
                z-index: 2;
            }

            .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
                outline: none;
            }

        .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
            margin-left: -1px;
        }

    .btn-toolbar {
        margin-left: -5px;
    }

        .btn-toolbar .btn-group, .btn-toolbar .input-group {
            float: left;
        }

        .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
            margin-left: 5px;
        }

    .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0;
    }

    .btn-group > .btn:first-child {
        margin-left: 0;
    }

        .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

    .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group > .btn-group {
        float: left;
    }

        .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
            border-radius: 0;
        }

        .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .btn-group > .btn-group:last-child > .btn:first-child {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

    .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
        outline: 0;
    }

    .btn-group > .btn + .dropdown-toggle {
        padding-left: 8px;
        padding-right: 8px;
    }

    .btn-group > .btn-lg + .dropdown-toggle {
        padding-left: 12px;
        padding-right: 12px;
    }

    .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

        .btn-group.open .dropdown-toggle.btn-link {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn .caret {
        margin-left: 0;
    }

    .btn-lg .caret {
        border-width: 5px 5px 0;
        border-bottom-width: 0;
    }

    .dropup .btn-lg .caret {
        border-width: 0 5px 5px;
    }

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }

        .btn-group-vertical > .btn-group > .btn {
            float: none;
        }

        .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .btn-group-vertical > .btn:first-child:not(:last-child) {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:last-child:not(:first-child) {
            border-bottom-left-radius: 5px;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
            border-radius: 0;
        }

        .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

    .btn-group-justified {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }

        .btn-group-justified > .btn, .btn-group-justified > .btn-group {
            float: none;
            display: table-cell;
            width: 1%;
        }

            .btn-group-justified > .btn-group .btn {
                width: 100%;
            }

    [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
        display: none;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

        .input-group[class*="col-"] {
            float: none;
            padding-left: 0;
            padding-right: 0;
        }

        .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100%;
            margin-bottom: 0;
        }

    .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
        height: 24em;
        padding: 10px 16px;
        font-size: 1.125em;
        line-height: 1.33;
        border-radius: 6px;
    }

    select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
        height: 24em;
        line-height: 24em;
    }

    textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
        height: auto;
    }

    .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
        height: 13em;
        padding: 5px 10px;
        line-height: 1.5;
        border-radius: 3px;
        height: 35px;
        font-size: .875em;
    }

    select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
        height: 13em;
        line-height: 13em;
    }

    textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
        height: auto;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

    .input-group-addon, .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

    .input-group-addon {
        padding: 6px 12px;
        font-size: 1em;
        font-weight: normal;
        line-height: 1;
        color: #48272A;
        text-align: center;
        background-color: #e6e6e6;
        border: 1px solid #2ba8db;
        border-radius: 5px;
    }

        .input-group-addon.input-sm {
            padding: 5px 10px;
            font-size: .875em;
            border-radius: 3px;
        }

        .input-group-addon.input-lg {
            padding: 10px 16px;
            font-size: 1.125em;
            border-radius: 6px;
        }

        .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
            margin-top: 0;
        }

        .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .input-group-addon:first-child {
            border-right: 0;
        }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .input-group-addon:last-child {
            border-left: 0;
        }

    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
    }

        .input-group-btn > .btn {
            position: relative;
        }

            .input-group-btn > .btn + .btn {
                margin-left: -1px;
            }

            .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
                z-index: 2;
            }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px;
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            margin-left: -1px;
        }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .nav > li {
            position: relative;
            display: block;
        }

            .nav > li > a {
                position: relative;
                display: block;
                padding: 10px 15px;
            }

                .nav > li > a:hover, .nav > li > a:focus {
                    text-decoration: none;
                    background-color: #e6e6e6;
                }

            .nav > li.disabled > a {
                color: #8c8c8c;
            }

                .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                    color: #8c8c8c;
                    text-decoration: none;
                    background-color: transparent;
                    cursor: not-allowed;
                }

        .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            background-color: #e6e6e6;
            border-color: #2ba8db;
        }

        .nav .nav-divider {
            height: 1px;
            margin: -0.5em 0;
            overflow: hidden;
            background-color: #e5e5e5;
        }

        .nav > li > a > img {
            max-width: none;
        }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 1.42857143;
                border: 1px solid transparent;
                border-radius: 5px 5px 0 0;
            }

                .nav-tabs > li > a:hover {
                    border-color: #e6e6e6 #e6e6e6 #ddd;
                }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                color: #555;
                background-color: #fff;
                border: 1px solid #ddd;
                border-bottom-color: transparent;
                cursor: default;
            }

        .nav-tabs.nav-justified {
            width: 100%;
            border-bottom: 0;
        }

            .nav-tabs.nav-justified > li {
                float: none;
            }

                .nav-tabs.nav-justified > li > a {
                    text-align: center;
                    margin-bottom: 5px;
                }

            .nav-tabs.nav-justified > .dropdown .dropdown-menu {
                top: auto;
                left: auto;
            }

    @media (min-width:768px) {
        .nav-tabs.nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 0;
            }
    }

    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 5px;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

    @media (min-width:768px) {
        .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 5px 5px 0 0;
            font-weight: 600;
    font-size: 16px;
        }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
            border-bottom-color: #fff;
        }
    }

    .nav-pills > li {
        float: left;
    }

        .nav-pills > li > a {
            border-radius: 5px;
        }

        .nav-pills > li + li {
            margin-left: 2px;
        }

        .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
            color: #fff;
            background-color: #2ba8db;
        }

    .nav-stacked > li {
        float: none;
    }

        .nav-stacked > li + li {
            margin-top: 2px;
            margin-left: 0;
        }

    .nav-justified {
        width: 100%;
    }

        .nav-justified > li {
            float: none;
        }

            .nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

    @media (min-width:768px) {
        .nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .nav-justified > li > a {
                margin-bottom: 0;
            }
    }

    .nav-tabs-justified {
        border-bottom: 0;
    }

        .nav-tabs-justified > li > a {
            margin-right: 0;
            border-radius: 5px;
        }

        .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
            border: 1px solid #ddd;
        }

    @media (min-width:768px) {
        .nav-tabs-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 5px 5px 0 0;
        }

        .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
            border-bottom-color: #fff;
        }
    }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 1em;
        border: 1px solid transparent;
    }

    @media (min-width:768px) {
        .navbar {
            border-radius: 5px;
        }
    }

    @media (min-width:768px) {
        .navbar-header {
            float: left;
        }
    }

    .navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -webkit-overflow-scrolling: touch;
    }

        .navbar-collapse.in {
            overflow-y: auto;
        }

    @media (min-width:768px) {
        .navbar-collapse {
            width: auto;
            border-top: 0;
            box-shadow: none;
        }

            .navbar-collapse.collapse {
                display: block !important;
                height: auto !important;
                padding-bottom: 0;
                overflow: visible !important;
            }

            .navbar-collapse.in {
                overflow-y: visible;
            }

        .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    @media (min-width:768px) {
        .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
            margin-right: 0;
            margin-left: 0;
        }
    }

    .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px;
    }

    @media (min-width:768px) {
        .navbar-static-top {
            border-radius: 0;
        }
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    @media (min-width:768px) {
        .navbar-fixed-top, .navbar-fixed-bottom {
            border-radius: 0;
        }
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0;
    }

    .navbar-brand {
        float: left;
        padding: 24.5px 15px;
        font-size: 1.125em;
        line-height: 1em;
        height: 50px;
    }

        .navbar-brand:hover, .navbar-brand:focus {
            text-decoration: none;
        }

    @media (min-width:768px) {
        .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
            margin-left: -15px;
        }
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 5px;
    }

        .navbar-toggle:focus {
            outline: none;
        }

        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    @media (min-width:768px) {
        .navbar-toggle {
            display: none;
        }
    }

    .navbar-nav {
        margin: 12.25px -15px;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 1em;
        }

    @media (max-width:767px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            box-shadow: none;
        }

            .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px;
            }

            .navbar-nav .open .dropdown-menu > li > a {
                line-height: 1em;
            }

                .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                    background-image: none;
                }
    }

    @media (min-width:768px) {
        .navbar-nav {
            float: left;
            margin: 0;
        }

            .navbar-nav > li {
                float: left;
            }

                .navbar-nav > li > a {
                    padding-top: 24.5px;
                    padding-bottom: 24.5px;
                }

            .navbar-nav.navbar-right:last-child {
                margin-right: -15px;
            }
    }

    @media (min-width:768px) {
        .navbar-left {
            float: left !important;
            float: left;
        }

        .navbar-right {
            float: right !important;
            float: right;
        }
    }

    .navbar-form {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
        margin-top: 2px;
        margin-bottom: 2px;
    }

    @media (min-width:768px) {
        .navbar-form .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .navbar-form .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

        .navbar-form .control-label {
            margin-bottom: 0;
            vertical-align: middle;
        }

        .navbar-form .radio, .navbar-form .checkbox {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
            vertical-align: middle;
        }

            .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
                float: none;
                margin-left: 0;
            }

        .navbar-form .has-feedback .form-control-feedback {
            top: 0;
        }
    }

    @media (max-width:767px) {
        .navbar-form .form-group {
            margin-bottom: 5px;
        }
    }

    @media (min-width:768px) {
        .navbar-form {
            width: auto;
            border: 0;
            margin-left: 0;
            margin-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .navbar-form.navbar-right:last-child {
                margin-right: -15px;
            }
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .navbar-btn {
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .navbar-btn.btn-sm {
            margin-top: 18.5px;
            margin-bottom: 18.5px;
        }

        .navbar-btn.btn-xs {
            margin-top: 14px;
            margin-bottom: 14px;
        }

    .navbar-text {
        margin-top: 24.5px;
        margin-bottom: 24.5px;
    }

    @media (min-width:768px) {
        .navbar-text {
            float: left;
            margin-left: 15px;
            margin-right: 15px;
        }

            .navbar-text.navbar-right:last-child {
                margin-right: 0;
            }
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

        .navbar-default .navbar-brand {
            color: #777;
        }

            .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
                color: #5e5e5e;
                background-color: transparent;
            }

        .navbar-default .navbar-text {
            color: #777;
        }

        .navbar-default .navbar-nav > li > a {
            color: #777;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #333;
                background-color: transparent;
            }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
            color: #ccc;
            background-color: transparent;
        }

        .navbar-default .navbar-toggle {
            border-color: #ddd;
        }

            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background-color: #ddd;
            }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #888;
            }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border-color: #e7e7e7;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            background-color: #e7e7e7;
            color: #555;
        }

    @media (max-width:767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #777;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #333;
                background-color: transparent;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
            color: #ccc;
            background-color: transparent;
        }
    }

    .navbar-default .navbar-link {
        color: #777;
    }

        .navbar-default .navbar-link:hover {
            color: #333;
        }

    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }

        .navbar-inverse .navbar-brand {
            color: #8c8c8c;
        }

            .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
                color: #fff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-text {
            color: #8c8c8c;
        }

        .navbar-inverse .navbar-nav > li > a {
            color: #8c8c8c;
        }

            .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
                color: #fff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color: #fff;
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
            color: #444;
            background-color: transparent;
        }

        .navbar-inverse .navbar-toggle {
            border-color: #333;
        }

            .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
                background-color: #333;
            }

            .navbar-inverse .navbar-toggle .icon-bar {
                background-color: #fff;
            }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            border-color: #101010;
        }

        .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
            background-color: #080808;
            color: #fff;
        }

    @media (max-width:767px) {
        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
            border-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #8c8c8c;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #fff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
            color: #444;
            background-color: transparent;
        }
    }

    .navbar-inverse .navbar-link {
        color: #8c8c8c;
    }

        .navbar-inverse .navbar-link:hover {
            color: #fff;
        }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 1em;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

        .breadcrumb > li {
            display: inline-block;
        }

            .breadcrumb > li + li:before {
                content: "/\00a0";
                padding: 0 5px;
                color: #ccc;
            }

        .breadcrumb > .active {
            color: #8c8c8c;
        }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 1em 0;
        border-radius: 5px;
    }

        .pagination > li {
            display: inline;
        }

            .pagination > li > a, .pagination > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #2ba8db;
                background-color: #fff;
                border: 1px solid #ddd;
                margin-left: -1px;
            }

            .pagination > li:first-child > a, .pagination > li:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
            }

            .pagination > li:last-child > a, .pagination > li:last-child > span {
                border-bottom-right-radius: 5px;
                border-top-right-radius: 5px;
            }

            .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                color: #1f89b4;
                background-color: #e6e6e6;
                border-color: #ddd;
            }

        .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
            z-index: 2;
            color: #fff;
            background-color: #2ba8db;
            border-color: #2ba8db;
            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: #8c8c8c;
            background-color: #fff;
            border-color: #ddd;
            cursor: not-allowed;
        }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 10px 16px;
        font-size: 1.125em;
    }

    .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: .875em;
    }

    .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .pager {
        padding-left: 0;
        margin: 1em 0;
        list-style: none;
        text-align: center;
    }

        .pager li {
            display: inline;
        }

            .pager li > a, .pager li > span {
                display: inline-block;
                padding: 5px 14px;
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 15px;
            }

                .pager li > a:hover, .pager li > a:focus {
                    text-decoration: none;
                    background-color: #e6e6e6;
                }

        .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: #8c8c8c;
            background-color: #fff;
            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[href]:hover, .label[href]:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        .label:empty {
            display: none;
        }

    .btn .label {
        position: relative;
        top: -1px;
    }

    .label-default {
        background-color: #8c8c8c;
    }

        .label-default[href]:hover, .label-default[href]:focus {
            background-color: #737373;
        }

    .label-primary {
        background-color: #2ba8db;
    }

        .label-primary[href]:hover, .label-primary[href]:focus {
            background-color: #1f89b4;
        }

    .label-success {
        background-color: #49CC32;
    }

        .label-success[href]:hover, .label-success[href]:focus {
            background-color: #8ab03a;
        }

    .label-info {
        background-color: #5fa9dd;
    }

        .label-info[href]:hover, .label-info[href]:focus {
            background-color: #3592d4;
        }

    .label-warning {
        background-color: #fee96a;
    }

        .label-warning[href]:hover, .label-warning[href]:focus {
            background-color: #fee237;
        }

    .label-danger {
        background-color: #ff6f69;
    }

        .label-danger[href]:hover, .label-danger[href]:focus {
            background-color: #ff3e36;
        }

    .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: .875em;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #8c8c8c;
        border-radius: 10px;
    }

        .badge:empty {
            display: none;
        }

    .btn .badge {
        position: relative;
        top: -1px;
    }

    .btn-xs .badge {
        top: 0;
        padding: 1px 5px;
    }

    a.badge:hover, a.badge:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
        color: #2ba8db;
        background-color: #fff;
    }

    .nav-pills > li > a > .badge {
        margin-left: 3px;
    }

    .jumbotron {
        padding: 30px;
        margin-bottom: 30px;
        color: inherit;
        background-color: #e6e6e6;
    }

        .jumbotron h1, .jumbotron .h1 {
            color: inherit;
        }

        .jumbotron p {
            margin-bottom: 15px;
            font-size: 2em;
            font-weight: 200;
        }

    .container .jumbotron {
        border-radius: 6px;
    }

    .jumbotron .container {
        max-width: 100%;
    }

    @media screen and (min-width:768px) {
        .jumbotron {
            padding-top: 48px;
            padding-bottom: 48px;
        }

        .container .jumbotron {
            padding-left: 60px;
            padding-right: 60px;
        }

        .jumbotron h1, .jumbotron .h1 {
            font-size: 4.5em;
        }
    }

    .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 1em;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .thumbnail > img, .thumbnail a > img {
            margin-left: auto;
            margin-right: auto;
        }

    a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
        border-color: #2ba8db;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #48272A;
    }

    .alert {
        padding: 15px;
        margin-bottom: 1em;
        border: 1px solid transparent;
        border-radius: 5px;
    }

        .alert h4 {
            margin-top: 0;
            color: inherit;
        }

        .alert .alert-link {
            font-weight: bold;
        }

        .alert > p, .alert > ul {
            margin-bottom: 0;
        }

            .alert > p + p {
                margin-top: 5px;
            }

    .alert-dismissable {
        padding-right: 35px;
    }

        .alert-dismissable .close {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit;
        }

    .alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d;
    }

        .alert-success hr {
            border-top-color: #c9e2b3;
        }

        .alert-success .alert-link {
            color: #2b542c;
        }

    .alert-info {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #31708f;
    }

        .alert-info hr {
            border-top-color: #a6e1ec;
        }

        .alert-info .alert-link {
            color: #245269;
        }

    .alert-warning {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b;
    }

        .alert-warning hr {
            border-top-color: #f7e1b5;
        }

        .alert-warning .alert-link {
            color: #66512c;
        }

    .alert-danger {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #a94442;
    }

        .alert-danger hr {
            border-top-color: #e4b9c0;
        }

        .alert-danger .alert-link {
            color: #843534;
        }

    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    @keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    .progress {
        overflow: hidden;
        height: 1em;
        margin-bottom: 1em;
        background-color: #f5f5f5;
        border-radius: 5px;
        -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: .875em;
        line-height: 1em;
        color: #fff;
        text-align: center;
        background-color: #2ba8db;
        -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 .6s ease;
        transition: width .6s ease;
    }

    .progress-striped .progress-bar {
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
    }

    .progress.active .progress-bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

    .progress-bar-success {
        background-color: #49CC32;
    }

    .progress-striped .progress-bar-success {
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }

    .progress-bar-info {
        background-color: #5fa9dd;
    }

    .progress-striped .progress-bar-info {
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }

    .progress-bar-warning {
        background-color: #fee96a;
    }

    .progress-striped .progress-bar-warning {
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }

    .progress-bar-danger {
        background-color: #ff6f69;
    }

    .progress-striped .progress-bar-danger {
        background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    }

    .media, .media-body {
        overflow: hidden;
        zoom: 1;
    }

        .media, .media .media {
            margin-top: 15px;
        }

            .media:first-child {
                margin-top: 0;
            }

    .media-object {
        display: block;
    }

    .media-heading {
        margin: 0 0 5px;
    }

    .media > .pull-left {
        margin-right: 10px;
    }

    .media > .pull-right {
        margin-left: 10px;
    }

    .media-list {
        padding-left: 0;
        list-style: none;
    }

    .list-group {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .list-group-item:first-child {
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }

        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .list-group-item > .badge {
            float: right;
        }

            .list-group-item > .badge + .badge {
                margin-right: 5px;
            }

    a.list-group-item {
        color: #555;
    }

        a.list-group-item .list-group-item-heading {
            color: #333;
        }

        a.list-group-item:hover, a.list-group-item:focus {
            text-decoration: none;
            background-color: #f5f5f5;
        }

        a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
            z-index: 2;
            color: #fff;
            background-color: #2ba8db;
            border-color: #2ba8db;
        }

            a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
                color: inherit;
            }

            a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
                color: #d9f0f9;
            }

    .list-group-item-success {
        color: #3c763d;
        background-color: #dff0d8;
    }

    a.list-group-item-success {
        color: #3c763d;
    }

        a.list-group-item-success .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item-success:hover, a.list-group-item-success:focus {
            color: #3c763d;
            background-color: #d0e9c6;
        }

        a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
            color: #fff;
            background-color: #3c763d;
            border-color: #3c763d;
        }

    .list-group-item-info {
        color: #31708f;
        background-color: #d9edf7;
    }

    a.list-group-item-info {
        color: #31708f;
    }

        a.list-group-item-info .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item-info:hover, a.list-group-item-info:focus {
            color: #31708f;
            background-color: #c4e3f3;
        }

        a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
            color: #fff;
            background-color: #31708f;
            border-color: #31708f;
        }

    .list-group-item-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
    }

    a.list-group-item-warning {
        color: #8a6d3b;
    }

        a.list-group-item-warning .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item-warning:hover, a.list-group-item-warning:focus {
            color: #8a6d3b;
            background-color: #faf2cc;
        }

        a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
            color: #fff;
            background-color: #8a6d3b;
            border-color: #8a6d3b;
        }

    .list-group-item-danger {
        color: #a94442;
        background-color: #f2dede;
    }

    a.list-group-item-danger {
        color: #a94442;
    }

        a.list-group-item-danger .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item-danger:hover, a.list-group-item-danger:focus {
            color: #a94442;
            background-color: #ebcccc;
        }

        a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
            color: #fff;
            background-color: #a94442;
            border-color: #a94442;
        }

    .list-group-item-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .list-group-item-text {
        margin-bottom: 0;
        line-height: 1.3;
    }

    .panel {
        margin-bottom: 1em;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    }

    .panel-body {
        padding: 15px;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

        .panel-heading > .dropdown .dropdown-toggle {
            color: inherit;
        }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2em;
        color: inherit;
    }

        .panel-title > a {
            color: inherit;
        }

    .panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .panel > .list-group {
        margin-bottom: 0;
    }

        .panel > .list-group .list-group-item {
            border-width: 1px 0;
            border-radius: 0;
        }

        .panel > .list-group:first-child .list-group-item:first-child {
            border-top: 0;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

        .panel > .list-group:last-child .list-group-item:last-child {
            border-bottom: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0;
    }

    .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

        .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 4px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 4px;
            }

        .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 4px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 4px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

    .panel > .table-bordered, .panel > .table-responsive > .table-bordered {
        border: 0;
    }

        .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
            border-bottom: 0;
        }

        .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

    .panel > .table-responsive {
        border: 0;
        margin-bottom: 0;
    }

    .panel-group {
        margin-bottom: 1em;
    }

        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 5px;
            overflow: hidden;
        }

            .panel-group .panel + .panel {
                margin-top: 5px;
            }

        .panel-group .panel-heading {
            border-bottom: 0;
        }

            .panel-group .panel-heading + .panel-collapse .panel-body {
                border-top: 1px solid #ddd;
            }

        .panel-group .panel-footer {
            border-top: 0;
        }

            .panel-group .panel-footer + .panel-collapse .panel-body {
                border-bottom: 1px solid #ddd;
            }

    .panel-default {
        border-color: #ddd;
    }

        .panel-default > .panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
        }

            .panel-default > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #ddd;
            }

        .panel-default > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ddd;
        }

    .panel-primary {
        border-color: #2ba8db;
    }

        .panel-primary > .panel-heading {
            color: #fff;
            background-color: #2ba8db;
            border-color: #2ba8db;
        }

            .panel-primary > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #2ba8db;
            }

        .panel-primary > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #2ba8db;
        }

    .panel-success {
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6;
        }

            .panel-success > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #d6e9c6;
            }

        .panel-success > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #d6e9c6;
        }

    .panel-info {
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1;
        }

            .panel-info > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #bce8f1;
            }

        .panel-info > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #bce8f1;
        }

    .panel-warning {
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading {
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc;
        }

            .panel-warning > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #faebcc;
            }

        .panel-warning > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #faebcc;
        }

    .panel-danger {
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1;
        }

            .panel-danger > .panel-heading + .panel-collapse .panel-body {
                border-top-color: #ebccd1;
            }

        .panel-danger > .panel-footer + .panel-collapse .panel-body {
            border-bottom-color: #ebccd1;
        }

    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    }

        .well blockquote {
            border-color: #ddd;
            border-color: rgba(0,0,0,0.15);
        }

    .well-lg {
        padding: 24px;
        border-radius: 6px;
    }

    .well-sm {
        padding: 9px;
        border-radius: 3px;
    }

    .close {
        float: right;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20);
    }

        .close:hover, .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            opacity: .5;
            filter: alpha(opacity=50);
        }

    button.close {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }

    .modal-open {
        overflow: hidden;
    }

    .modal {
        display: none;
        overflow: auto;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

        .modal.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -moz-transition: -moz-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
        }

        .modal.in .modal-dialog {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
        box-shadow: 0 3px 9px rgba(0,0,0,0.5);
        background-clip: padding-box;
        outline: none;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #48272A;
    }

        .modal-backdrop.fade {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .modal-backdrop.in {
            opacity: .85;
            filter: alpha(opacity=85);
        }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #49CC32;
        min-height: 16.42857143px;
    }

        .modal-header .close {
            margin-top: -2px;
        }

    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }

    .modal-body {
        position: relative;
        padding: 20px;
    }

    .modal-footer {
        margin-top: 15px;
        padding: 19px 20px 20px;
        text-align: right;
        border-top: 1px solid #49CC32;
    }

        .modal-footer .btn + .btn {
            margin-left: 5px;
            margin-bottom: 0;
        }

        .modal-footer .btn-group .btn + .btn {
            margin-left: -1px;
        }

        .modal-footer .btn-block + .btn-block {
            margin-left: 0;
        }

    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
            box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        }

        .modal-sm {
            width: 300px;
        }
    }

    @media (min-width:992px) {
        .modal-lg {
            width: 900px;
        }
    }

    .tooltip {
        position: absolute;
        z-index: 1030;
        display: block;
        visibility: visible;
        font-size: .875em;
        line-height: 1.4;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .tooltip.in {
            opacity: .9;
            filter: alpha(opacity=90);
        }

        .tooltip.top {
            margin-top: -3px;
            padding: 5px 0;
        }

        .tooltip.right {
            margin-left: 3px;
            padding: 0 5px;
        }

        .tooltip.bottom {
            margin-top: 3px;
            padding: 5px 0;
        }

        .tooltip.left {
            margin-left: -3px;
            padding: 0 5px;
        }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-color: #000;
        border-radius: 5px;
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.top-left .tooltip-arrow {
        bottom: 0;
        left: 5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        right: 5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        left: 5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        right: 5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1010;
        display: none;
        max-width: 276px;
        padding: 1px;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        white-space: normal;
    }

        .popover.top {
            margin-top: -10px;
        }

        .popover.right {
            margin-left: 10px;
        }

        .popover.bottom {
            margin-top: 10px;
        }

        .popover.left {
            margin-left: -10px;
        }

    .popover-title {
        margin: 0;
        padding: 8px 14px;
        font-size: 1em;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
    }

    .popover-content {
        padding: 9px 14px;
    }

    .popover > .arrow, .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .popover > .arrow {
        border-width: 11px;
    }

        .popover > .arrow:after {
            border-width: 10px;
            content: "";
        }

    .popover.top > .arrow {
        left: 50%;
        margin-left: -11px;
        border-bottom-width: 0;
        border-top-color: #999;
        border-top-color: 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;
        }

    .carousel {
        position: relative;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .carousel-inner > .item {
            display: none;
            position: relative;
            -webkit-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left;
        }

            .carousel-inner > .item > img, .carousel-inner > .item > a > img {
                line-height: 1;
            }

        .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
            display: block;
        }

        .carousel-inner > .active {
            left: 0;
        }

        .carousel-inner > .next, .carousel-inner > .prev {
            position: absolute;
            top: 0;
            width: 100%;
        }

        .carousel-inner > .next {
            left: 100%;
        }

        .carousel-inner > .prev {
            left: -100%;
        }

            .carousel-inner > .next.left, .carousel-inner > .prev.right {
                left: 0;
            }

        .carousel-inner > .active.left {
            left: -100%;
        }

        .carousel-inner > .active.right {
            left: 100%;
        }

    .carousel-control {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 15%;
        opacity: .5;
        filter: alpha(opacity=50);
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    }

        .carousel-control.left {
            background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));
            background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        }

        .carousel-control.right {
            left: auto;
            right: 0;
            background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));
            background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        }

        .carousel-control:hover, .carousel-control:focus {
            outline: none;
            color: #fff;
            text-decoration: none;
            opacity: .9;
            filter: alpha(opacity=90);
        }

        .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
        }

        .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
            left: 50%;
        }

        .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
            right: 50%;
        }

        .carousel-control .icon-prev, .carousel-control .icon-next {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: -10px;
            font-family: serif;
        }

            .carousel-control .icon-prev:before {
                content: '\2039';
            }

            .carousel-control .icon-next:before {
                content: '\203a';
            }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        margin-left: -30%;
        padding-left: 0;
        list-style: none;
        text-align: center;
    }

        .carousel-indicators li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            text-indent: -999px;
            border: 1px solid #fff;
            border-radius: 10px;
            cursor: pointer;
            background-color: #000 \9;
            background-color: rgba(0,0,0,0);
        }

        .carousel-indicators .active {
            margin: 0;
            width: 12px;
            height: 12px;
            background-color: #fff;
        }

    .carousel-caption {
        position: absolute;
        left: 15%;
        right: 15%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    }

        .carousel-caption .btn {
            text-shadow: none;
        }

    @media screen and (min-width:768px) {
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            margin-left: -15px;
            font-size: 30px;
        }

        .carousel-caption {
            left: 20%;
            right: 20%;
            padding-bottom: 30px;
        }

        .carousel-indicators {
            bottom: 20px;
        }
    }

    .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
        clear: both;
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    .hide {
        display: none !important;
    }

    .show {
        display: block !important;
    }

    .invisible {
        visibility: hidden;
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

    .affix {
        position: fixed;
    }

    @-ms-viewport {
        width: device-width;
    }

    .visible-xs, .visible-sm, .visible-md, .visible-lg {
        display: none !important;
    }

    @media (max-width:767px) {
        .visible-xs {
            display: block !important;
        }

        table.visible-xs {
            display: table;
        }

        tr.visible-xs {
            display: table-row !important;
        }

        th.visible-xs, td.visible-xs {
            display: table-cell !important;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .visible-sm {
            display: block !important;
        }

        table.visible-sm {
            display: table;
        }

        tr.visible-sm {
            display: table-row !important;
        }

        th.visible-sm, td.visible-sm {
            display: table-cell !important;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .visible-md {
            display: block !important;
        }

        table.visible-md {
            display: table;
        }

        tr.visible-md {
            display: table-row !important;
        }

        th.visible-md, td.visible-md {
            display: table-cell !important;
        }
    }

    @media (min-width:1200px) {
        .visible-lg {
            display: block !important;
        }

        table.visible-lg {
            display: table;
        }

        tr.visible-lg {
            display: table-row !important;
        }

        th.visible-lg, td.visible-lg {
            display: table-cell !important;
        }
    }

    @media (max-width:767px) {
        .hidden-xs {
            display: none !important;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .hidden-sm {
            display: none !important;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .hidden-md {
            display: none !important;
        }
    }

    @media (min-width:1200px) {
        .hidden-lg {
            display: none !important;
        }
    }

    .visible-print {
        display: none !important;
    }

    @media print {
        .visible-print {
            display: block !important;
        }

        table.visible-print {
            display: table;
        }

        tr.visible-print {
            display: table-row !important;
        }

        th.visible-print, td.visible-print {
            display: table-cell !important;
        }
    }

    @media print {
        .hidden-print {
            display: none !important;
        }
    }
    /*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

    @font-face {
        font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
        src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
    }

    .fa-2x {
        font-size: 2em;
    }

    .fa-3x {
        font-size: 3em;
    }

    .fa-4x {
        font-size: 4em;
    }

    .fa-5x {
        font-size: 5em;
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }

    .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none;
    }

        .fa-ul > li {
            position: relative;
        }

    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: .14285714em;
        text-align: center;
    }

        .fa-li.fa-lg {
            left: -1.85714286em;
        }

    .fa-border {
        padding: .2em .25em .15em;
        border: solid .08em #eee;
        border-radius: .1em;
    }

    .pull-right {
        float: right;
    }

    .pull-left {
        float: left;
    }

    .fa.pull-left {
        margin-right: .3em;
    }

    .fa.pull-right {
        margin-left: .3em;
    }

    .fa-spin {
        -webkit-animation: spin 2s infinite linear;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    @-moz-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
        }
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
        }
    }

    @-o-keyframes spin {
        0% {
            -o-transform: rotate(0deg);
        }

        100% {
            -o-transform: rotate(359deg);
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    .fa-rotate-90 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fa-rotate-180 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .fa-rotate-270 {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .fa-flip-horizontal {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .fa-flip-vertical {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
        -webkit-transform: scale(1, -1);
        -moz-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

    .fa-stack-1x, .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .fa-stack-1x {
        line-height: inherit;
    }

    .fa-stack-2x {
        font-size: 2em;
    }

    .fa-inverse {
        color: #fff;
    }

    .fa-glass:before {
        content: "\f000";
    }

    .fa-music:before {
        content: "\f001";
    }

    .fa-search:before {
        content: "\f002";
    }

    .fa-envelope-o:before {
        content: "\f003";
    }

    .fa-heart:before {
        content: "\f004";
    }

    .fa-star:before {
        content: "\f005";
    }

    .fa-star-o:before {
        content: "\f006";
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-film:before {
        content: "\f008";
    }

    .fa-th-large:before {
        content: "\f009";
    }

    .fa-th:before {
        content: "\f00a";
    }

    .fa-th-list:before {
        content: "\f00b";
    }

    .fa-check:before {
        content: "\f00c";
    }

    .fa-times:before {
        content: "\f00d";
    }

    .fa-search-plus:before {
        content: "\f00e";
    }

    .fa-search-minus:before {
        content: "\f010";
    }

    .fa-power-off:before {
        content: "\f011";
    }

    .fa-signal:before {
        content: "\f012";
    }

    .fa-gear:before, .fa-cog:before {
        content: "\f013";
    }

    .fa-trash-o:before {
        content: "\f014";
    }

    .fa-home:before {
        content: "\f015";
    }

    .fa-file-o:before {
        content: "\f016";
    }

    .fa-clock-o:before {
        content: "\f017";
    }

    .fa-road:before {
        content: "\f018";
    }

    .fa-download:before {
        content: "\f019";
    }

    .fa-arrow-circle-o-down:before {
        content: "\f01a";
    }

    .fa-arrow-circle-o-up:before {
        content: "\f01b";
    }

    .fa-inbox:before {
        content: "\f01c";
    }

    .fa-play-circle-o:before {
        content: "\f01d";
    }

    .fa-rotate-right:before, .fa-repeat:before {
        content: "\f01e";
    }

    .fa-refresh:before {
        content: "\f021";
    }

    .fa-list-alt:before {
        content: "\f022";
    }

    .fa-lock:before {
        content: "\f023";
    }

    .fa-flag:before {
        content: "\f024";
    }

    .fa-headphones:before {
        content: "\f025";
    }

    .fa-volume-off:before {
        content: "\f026";
    }

    .fa-volume-down:before {
        content: "\f027";
    }

    .fa-volume-up:before {
        content: "\f028";
    }

    .fa-qrcode:before {
        content: "\f029";
    }

    .fa-barcode:before {
        content: "\f02a";
    }

    .fa-tag:before {
        content: "\f02b";
    }

    .fa-tags:before {
        content: "\f02c";
    }

    .fa-book:before {
        content: "\f02d";
    }

    .fa-bookmark:before {
        content: "\f02e";
    }

    .fa-print:before {
        content: "\f02f";
    }

    .fa-camera:before {
        content: "\f030";
    }

    .fa-font:before {
        content: "\f031";
    }

    .fa-bold:before {
        content: "\f032";
    }

    .fa-italic:before {
        content: "\f033";
    }

    .fa-text-height:before {
        content: "\f034";
    }

    .fa-text-width:before {
        content: "\f035";
    }

    .fa-align-left:before {
        content: "\f036";
    }

    .fa-align-center:before {
        content: "\f037";
    }

    .fa-align-right:before {
        content: "\f038";
    }

    .fa-align-justify:before {
        content: "\f039";
    }

    .fa-list:before {
        content: "\f03a";
    }

    .fa-dedent:before, .fa-outdent:before {
        content: "\f03b";
    }

    .fa-indent:before {
        content: "\f03c";
    }

    .fa-video-camera:before {
        content: "\f03d";
    }

    .fa-photo:before, .fa-image:before, .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .fa-map-marker:before {
        content: "\f041";
    }

    .fa-adjust:before {
        content: "\f042";
    }

    .fa-tint:before {
        content: "\f043";
    }

    .fa-edit:before, .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-share-square-o:before {
        content: "\f045";
    }

    .fa-check-square-o:before {
        content: "\f046";
    }

    .fa-arrows:before {
        content: "\f047";
    }

    .fa-step-backward:before {
        content: "\f048";
    }

    .fa-fast-backward:before {
        content: "\f049";
    }

    .fa-backward:before {
        content: "\f04a";
    }

    .fa-play:before {
        content: "\f04b";
    }

    .fa-pause:before {
        content: "\f04c";
    }

    .fa-stop:before {
        content: "\f04d";
    }

    .fa-forward:before {
        content: "\f04e";
    }

    .fa-fast-forward:before {
        content: "\f050";
    }

    .fa-step-forward:before {
        content: "\f051";
    }

    .fa-eject:before {
        content: "\f052";
    }

    .fa-chevron-left:before {
        content: "\f053";
    }

    .fa-chevron-right:before {
        content: "\f054";
    }

    .fa-plus-circle:before {
        content: "\f055";
    }

    .fa-minus-circle:before {
        content: "\f056";
    }

    .fa-times-circle:before {
        content: "\f057";
    }

    .fa-check-circle:before {
        content: "\f058";
    }

    .fa-question-circle:before {
        content: "\f059";
    }

    .fa-info-circle:before {
        content: "\f05a";
    }

    .fa-crosshairs:before {
        content: "\f05b";
    }

    .fa-times-circle-o:before {
        content: "\f05c";
    }

    .fa-check-circle-o:before {
        content: "\f05d";
    }

    .fa-ban:before {
        content: "\f05e";
    }

    .fa-arrow-left:before {
        content: "\f060";
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .fa-arrow-up:before {
        content: "\f062";
    }

    .fa-arrow-down:before {
        content: "\f063";
    }

    .fa-mail-forward:before, .fa-share:before {
        content: "\f064";
    }

    .fa-expand:before {
        content: "\f065";
    }

    .fa-compress:before {
        content: "\f066";
    }

    .fa-plus:before {
        content: "\f067";
    }

    .fa-minus:before {
        content: "\f068";
    }

    .fa-asterisk:before {
        content: "\f069";
    }

    .fa-exclamation-circle:before {
        content: "\f06a";
    }

    .fa-gift:before {
        content: "\f06b";
    }

    .fa-leaf:before {
        content: "\f06c";
    }

    .fa-fire:before {
        content: "\f06d";
    }

    .fa-eye:before {
        content: "\f06e";
    }

    .fa-eye-slash:before {
        content: "\f070";
    }

    .fa-warning:before, .fa-exclamation-triangle:before {
        content: "\f071";
    }

    .fa-plane:before {
        content: "\f072";
    }

    .fa-calendar:before {
        content: "\f073";
    }

    .fa-random:before {
        content: "\f074";
    }

    .fa-comment:before {
        content: "\f075";
    }

    .fa-magnet:before {
        content: "\f076";
    }

    .fa-chevron-up:before {
        content: "\f077";
    }

    .fa-chevron-down:before {
        content: "\f078";
    }

    .fa-retweet:before {
        content: "\f079";
    }

    .fa-shopping-cart:before {
        content: "\f07a";
    }

    .fa-folder:before {
        content: "\f07b";
    }

    .fa-folder-open:before {
        content: "\f07c";
    }

    .fa-arrows-v:before {
        content: "\f07d";
    }

    .fa-arrows-h:before {
        content: "\f07e";
    }

    .fa-bar-chart-o:before {
        content: "\f080";
    }

    .fa-twitter-square:before {
        content: "\f081";
    }

    .fa-facebook-square:before {
        content: "\f082";
    }

    .fa-camera-retro:before {
        content: "\f083";
    }

    .fa-key:before {
        content: "\f084";
    }

    .fa-gears:before, .fa-cogs:before {
        content: "\f085";
    }

    .fa-comments:before {
        content: "\f086";
    }

    .fa-thumbs-o-up:before {
        content: "\f087";
    }

    .fa-thumbs-o-down:before {
        content: "\f088";
    }

    .fa-star-half:before {
        content: "\f089";
    }

    .fa-heart-o:before {
        content: "\f08a";
    }

    .fa-sign-out:before {
        content: "\f08b";
    }

    .fa-linkedin-square:before {
        content: "\f08c";
    }

    .fa-thumb-tack:before {
        content: "\f08d";
    }

    .fa-external-link:before {
        content: "\f08e";
    }

    .fa-sign-in:before {
        content: "\f090";
    }

    .fa-trophy:before {
        content: "\f091";
    }

    .fa-github-square:before {
        content: "\f092";
    }

    .fa-upload:before {
        content: "\f093";
    }

    .fa-lemon-o:before {
        content: "\f094";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-square-o:before {
        content: "\f096";
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .fa-phone-square:before {
        content: "\f098";
    }

    .fa-twitter:before {
        content: "\f099";
    }

    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-github:before {
        content: "\f09b";
    }

    .fa-unlock:before {
        content: "\f09c";
    }

    .fa-credit-card:before {
        content: "\f09d";
    }

    .fa-rss:before {
        content: "\f09e";
    }

    .fa-hdd-o:before {
        content: "\f0a0";
    }

    .fa-bullhorn:before {
        content: "\f0a1";
    }

    .fa-bell:before {
        content: "\f0f3";
    }

    .fa-certificate:before {
        content: "\f0a3";
    }

    .fa-hand-o-right:before {
        content: "\f0a4";
    }

    .fa-hand-o-left:before {
        content: "\f0a5";
    }

    .fa-hand-o-up:before {
        content: "\f0a6";
    }

    .fa-hand-o-down:before {
        content: "\f0a7";
    }

    .fa-arrow-circle-left:before {
        content: "\f0a8";
    }

    .fa-arrow-circle-right:before {
        content: "\f0a9";
    }

    .fa-arrow-circle-up:before {
        content: "\f0aa";
    }

    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }

    .fa-globe:before {
        content: "\f0ac";
    }

    .fa-wrench:before {
        content: "\f0ad";
    }

    .fa-tasks:before {
        content: "\f0ae";
    }

    .fa-filter:before {
        content: "\f0b0";
    }

    .fa-briefcase:before {
        content: "\f0b1";
    }

    .fa-arrows-alt:before {
        content: "\f0b2";
    }

    .fa-group:before, .fa-users:before {
        content: "\f0c0";
    }

    .fa-chain:before, .fa-link:before {
        content: "\f0c1";
    }

    .fa-cloud:before {
        content: "\f0c2";
    }

    .fa-flask:before {
        content: "\f0c3";
    }

    .fa-cut:before, .fa-scissors:before {
        content: "\f0c4";
    }

    .fa-copy:before, .fa-files-o:before {
        content: "\f0c5";
    }

    .fa-paperclip:before {
        content: "\f0c6";
    }

    .fa-save:before, .fa-floppy-o:before {
        content: "\f0c7";
    }

    .fa-square:before {
        content: "\f0c8";
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
    }

    .fa-list-ul:before {
        content: "\f0ca";
    }

    .fa-list-ol:before {
        content: "\f0cb";
    }

    .fa-strikethrough:before {
        content: "\f0cc";
    }

    .fa-underline:before {
        content: "\f0cd";
    }

    .fa-table:before {
        content: "\f0ce";
    }

    .fa-magic:before {
        content: "\f0d0";
    }

    .fa-truck:before {
        content: "\f0d1";
    }

    .fa-pinterest:before {
        content: "\f0d2";
    }

    .fa-pinterest-square:before {
        content: "\f0d3";
    }

    .fa-google-plus-square:before {
        content: "\f0d4";
    }

    .fa-google-plus:before {
        content: "\f0d5";
    }

    .fa-money:before {
        content: "\f0d6";
    }

    .fa-caret-down:before {
        content: "\f0d7";
    }

    .fa-caret-up:before {
        content: "\f0d8";
    }

    .fa-caret-left:before {
        content: "\f0d9";
    }

    .fa-caret-right:before {
        content: "\f0da";
    }

    .fa-columns:before {
        content: "\f0db";
    }

    .fa-unsorted:before, .fa-sort:before {
        content: "\f0dc";
    }

    .fa-sort-down:before, .fa-sort-desc:before {
        content: "\f0dd";
    }

    .fa-sort-up:before, .fa-sort-asc:before {
        content: "\f0de";
    }

    .fa-envelope:before {
        content: "\f0e0";
    }

    .fa-linkedin:before {
        content: "\f0e1";
    }

    .fa-rotate-left:before, .fa-undo:before {
        content: "\f0e2";
    }

    .fa-legal:before, .fa-gavel:before {
        content: "\f0e3";
    }

    .fa-dashboard:before, .fa-tachometer:before {
        content: "\f0e4";
    }

    .fa-comment-o:before {
        content: "\f0e5";
    }

    .fa-comments-o:before {
        content: "\f0e6";
    }

    .fa-flash:before, .fa-bolt:before {
        content: "\f0e7";
    }

    .fa-sitemap:before {
        content: "\f0e8";
    }

    .fa-umbrella:before {
        content: "\f0e9";
    }

    .fa-paste:before, .fa-clipboard:before {
        content: "\f0ea";
    }

    .fa-lightbulb-o:before {
        content: "\f0eb";
    }

    .fa-exchange:before {
        content: "\f0ec";
    }

    .fa-cloud-download:before {
        content: "\f0ed";
    }

    .fa-cloud-upload:before {
        content: "\f0ee";
    }

    .fa-user-md:before {
        content: "\f0f0";
    }

    .fa-stethoscope:before {
        content: "\f0f1";
    }

    .fa-suitcase:before {
        content: "\f0f2";
    }

    .fa-bell-o:before {
        content: "\f0a2";
    }

    .fa-coffee:before {
        content: "\f0f4";
    }

    .fa-cutlery:before {
        content: "\f0f5";
    }

    .fa-file-text-o:before {
        content: "\f0f6";
    }

    .fa-building-o:before {
        content: "\f0f7";
    }

    .fa-hospital-o:before {
        content: "\f0f8";
    }

    .fa-ambulance:before {
        content: "\f0f9";
    }

    .fa-medkit:before {
        content: "\f0fa";
    }

    .fa-fighter-jet:before {
        content: "\f0fb";
    }

    .fa-beer:before {
        content: "\f0fc";
    }

    .fa-h-square:before {
        content: "\f0fd";
    }

    .fa-plus-square:before {
        content: "\f0fe";
    }

    .fa-angle-double-left:before {
        content: "\f100";
    }

    .fa-angle-double-right:before {
        content: "\f101";
    }

    .fa-angle-double-up:before {
        content: "\f102";
    }

    .fa-angle-double-down:before {
        content: "\f103";
    }

    .fa-angle-left:before {
        content: "\f104";
    }

    .fa-angle-right:before {
        content: "\f105";
    }

    .fa-angle-up:before {
        content: "\f106";
    }

    .fa-angle-down:before {
        content: "\f107";
    }

    .fa-desktop:before {
        content: "\f108";
    }

    .fa-laptop:before {
        content: "\f109";
    }

    .fa-tablet:before {
        content: "\f10a";
    }

    .fa-mobile-phone:before, .fa-mobile:before {
        content: "\f10b";
    }

    .fa-circle-o:before {
        content: "\f10c";
    }

    .fa-quote-left:before {
        content: "\f10d";
    }

    .fa-quote-right:before {
        content: "\f10e";
    }

    .fa-spinner:before {
        content: "\f110";
    }

    .fa-circle:before {
        content: "\f111";
    }

    .fa-mail-reply:before, .fa-reply:before {
        content: "\f112";
    }

    .fa-github-alt:before {
        content: "\f113";
    }

    .fa-folder-o:before {
        content: "\f114";
    }

    .fa-folder-open-o:before {
        content: "\f115";
    }

    .fa-smile-o:before {
        content: "\f118";
    }

    .fa-frown-o:before {
        content: "\f119";
    }

    .fa-meh-o:before {
        content: "\f11a";
    }

    .fa-gamepad:before {
        content: "\f11b";
    }

    .fa-keyboard-o:before {
        content: "\f11c";
    }

    .fa-flag-o:before {
        content: "\f11d";
    }

    .fa-flag-checkered:before {
        content: "\f11e";
    }

    .fa-terminal:before {
        content: "\f120";
    }

    .fa-code:before {
        content: "\f121";
    }

    .fa-mail-reply-all:before, .fa-reply-all:before {
        content: "\f122";
    }

    .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
        content: "\f123";
    }

    .fa-location-arrow:before {
        content: "\f124";
    }

    .fa-crop:before {
        content: "\f125";
    }

    .fa-code-fork:before {
        content: "\f126";
    }

    .fa-unlink:before, .fa-chain-broken:before {
        content: "\f127";
    }

    .fa-question:before {
        content: "\f128";
    }

    .fa-info:before {
        content: "\f129";
    }

    .fa-exclamation:before {
        content: "\f12a";
    }

    .fa-superscript:before {
        content: "\f12b";
    }

    .fa-subscript:before {
        content: "\f12c";
    }

    .fa-eraser:before {
        content: "\f12d";
    }

    .fa-puzzle-piece:before {
        content: "\f12e";
    }

    .fa-microphone:before {
        content: "\f130";
    }

    .fa-microphone-slash:before {
        content: "\f131";
    }

    .fa-shield:before {
        content: "\f132";
    }

    .fa-calendar-o:before {
        content: "\f133";
    }

    .fa-fire-extinguisher:before {
        content: "\f134";
    }

    .fa-rocket:before {
        content: "\f135";
    }

    .fa-maxcdn:before {
        content: "\f136";
    }

    .fa-chevron-circle-left:before {
        content: "\f137";
    }

    .fa-chevron-circle-right:before {
        content: "\f138";
    }

    .fa-chevron-circle-up:before {
        content: "\f139";
    }

    .fa-chevron-circle-down:before {
        content: "\f13a";
    }

    .fa-html5:before {
        content: "\f13b";
    }

    .fa-css3:before {
        content: "\f13c";
    }

    .fa-anchor:before {
        content: "\f13d";
    }

    .fa-unlock-alt:before {
        content: "\f13e";
    }

    .fa-bullseye:before {
        content: "\f140";
    }

    .fa-ellipsis-h:before {
        content: "\f141";
    }

    .fa-ellipsis-v:before {
        content: "\f142";
    }

    .fa-rss-square:before {
        content: "\f143";
    }

    .fa-play-circle:before {
        content: "\f144";
    }

    .fa-ticket:before {
        content: "\f145";
    }

    .fa-minus-square:before {
        content: "\f146";
    }

    .fa-minus-square-o:before {
        content: "\f147";
    }

    .fa-level-up:before {
        content: "\f148";
    }

    .fa-level-down:before {
        content: "\f149";
    }

    .fa-check-square:before {
        content: "\f14a";
    }

    .fa-pencil-square:before {
        content: "\f14b";
    }

    .fa-external-link-square:before {
        content: "\f14c";
    }

    .fa-share-square:before {
        content: "\f14d";
    }

    .fa-compass:before {
        content: "\f14e";
    }

    .fa-toggle-down:before, .fa-caret-square-o-down:before {
        content: "\f150";
    }

    .fa-toggle-up:before, .fa-caret-square-o-up:before {
        content: "\f151";
    }

    .fa-toggle-right:before, .fa-caret-square-o-right:before {
        content: "\f152";
    }

    .fa-euro:before, .fa-eur:before {
        content: "\f153";
    }

    .fa-gbp:before {
        content: "\f154";
    }

    .fa-dollar:before, .fa-usd:before {
        content: "\f155";
    }

    .fa-rupee:before, .fa-inr:before {
        content: "\f156";
    }

    .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
        content: "\f157";
    }

    .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
        content: "\f158";
    }

    .fa-won:before, .fa-krw:before {
        content: "\f159";
    }

    .fa-bitcoin:before, .fa-btc:before {
        content: "\f15a";
    }

    .fa-file:before {
        content: "\f15b";
    }

    .fa-file-text:before {
        content: "\f15c";
    }

    .fa-sort-alpha-asc:before {
        content: "\f15d";
    }

    .fa-sort-alpha-desc:before {
        content: "\f15e";
    }

    .fa-sort-amount-asc:before {
        content: "\f160";
    }

    .fa-sort-amount-desc:before {
        content: "\f161";
    }

    .fa-sort-numeric-asc:before {
        content: "\f162";
    }

    .fa-sort-numeric-desc:before {
        content: "\f163";
    }

    .fa-thumbs-up:before {
        content: "\f164";
    }

    .fa-thumbs-down:before {
        content: "\f165";
    }

    .fa-youtube-square:before {
        content: "\f166";
    }

    .fa-youtube:before {
        content: "\f167";
    }

    .fa-xing:before {
        content: "\f168";
    }

    .fa-xing-square:before {
        content: "\f169";
    }

    .fa-youtube-play:before {
        content: "\f16a";
    }

    .fa-dropbox:before {
        content: "\f16b";
    }

    .fa-stack-overflow:before {
        content: "\f16c";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-flickr:before {
        content: "\f16e";
    }

    .fa-adn:before {
        content: "\f170";
    }

    .fa-bitbucket:before {
        content: "\f171";
    }

    .fa-bitbucket-square:before {
        content: "\f172";
    }

    .fa-tumblr:before {
        content: "\f173";
    }

    .fa-tumblr-square:before {
        content: "\f174";
    }

    .fa-long-arrow-down:before {
        content: "\f175";
    }

    .fa-long-arrow-up:before {
        content: "\f176";
    }

    .fa-long-arrow-left:before {
        content: "\f177";
    }

    .fa-long-arrow-right:before {
        content: "\f178";
    }

    .fa-apple:before {
        content: "\f179";
    }

    .fa-windows:before {
        content: "\f17a";
    }

    .fa-android:before {
        content: "\f17b";
    }

    .fa-linux:before {
        content: "\f17c";
    }

    .fa-dribbble:before {
        content: "\f17d";
    }

    .fa-skype:before {
        content: "\f17e";
    }

    .fa-foursquare:before {
        content: "\f180";
    }

    .fa-trello:before {
        content: "\f181";
    }

    .fa-female:before {
        content: "\f182";
    }

    .fa-male:before {
        content: "\f183";
    }

    .fa-gittip:before {
        content: "\f184";
    }

    .fa-sun-o:before {
        content: "\f185";
    }

    .fa-moon-o:before {
        content: "\f186";
    }

    .fa-archive:before {
        content: "\f187";
    }

    .fa-bug:before {
        content: "\f188";
    }

    .fa-vk:before {
        content: "\f189";
    }

    .fa-weibo:before {
        content: "\f18a";
    }

    .fa-renren:before {
        content: "\f18b";
    }

    .fa-pagelines:before {
        content: "\f18c";
    }

    .fa-stack-exchange:before {
        content: "\f18d";
    }

    .fa-arrow-circle-o-right:before {
        content: "\f18e";
    }

    .fa-arrow-circle-o-left:before {
        content: "\f190";
    }

    .fa-toggle-left:before, .fa-caret-square-o-left:before {
        content: "\f191";
    }

    .fa-dot-circle-o:before {
        content: "\f192";
    }

    .fa-wheelchair:before {
        content: "\f193";
    }

    .fa-vimeo-square:before {
        content: "\f194";
    }

    .fa-turkish-lira:before, .fa-try:before {
        content: "\f195";
    }

    .fa-plus-square-o:before {
        content: "\f196";
    }

    .fa-space-shuttle:before {
        content: "\f197";
    }

    .fa-slack:before {
        content: "\f198";
    }

    .fa-envelope-square:before {
        content: "\f199";
    }

    .fa-wordpress:before {
        content: "\f19a";
    }

    .fa-openid:before {
        content: "\f19b";
    }

    .fa-institution:before, .fa-bank:before, .fa-university:before {
        content: "\f19c";
    }

    .fa-mortar-board:before, .fa-graduation-cap:before {
        content: "\f19d";
    }

    .fa-yahoo:before {
        content: "\f19e";
    }

    .fa-google:before {
        content: "\f1a0";
    }

    .fa-reddit:before {
        content: "\f1a1";
    }

    .fa-reddit-square:before {
        content: "\f1a2";
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3";
    }

    .fa-stumbleupon:before {
        content: "\f1a4";
    }

    .fa-delicious:before {
        content: "\f1a5";
    }

    .fa-digg:before {
        content: "\f1a6";
    }

    .fa-pied-piper-square:before, .fa-pied-piper:before {
        content: "\f1a7";
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8";
    }

    .fa-drupal:before {
        content: "\f1a9";
    }

    .fa-joomla:before {
        content: "\f1aa";
    }

    .fa-language:before {
        content: "\f1ab";
    }

    .fa-fax:before {
        content: "\f1ac";
    }

    .fa-building:before {
        content: "\f1ad";
    }

    .fa-child:before {
        content: "\f1ae";
    }

    .fa-paw:before {
        content: "\f1b0";
    }

    .fa-spoon:before {
        content: "\f1b1";
    }

    .fa-cube:before {
        content: "\f1b2";
    }

    .fa-cubes:before {
        content: "\f1b3";
    }

    .fa-behance:before {
        content: "\f1b4";
    }

    .fa-behance-square:before {
        content: "\f1b5";
    }

    .fa-steam:before {
        content: "\f1b6";
    }

    .fa-steam-square:before {
        content: "\f1b7";
    }

    .fa-recycle:before {
        content: "\f1b8";
    }

    .fa-automobile:before, .fa-car:before {
        content: "\f1b9";
    }

    .fa-cab:before, .fa-taxi:before {
        content: "\f1ba";
    }

    .fa-tree:before {
        content: "\f1bb";
    }

    .fa-spotify:before {
        content: "\f1bc";
    }

    .fa-deviantart:before {
        content: "\f1bd";
    }

    .fa-soundcloud:before {
        content: "\f1be";
    }

    .fa-database:before {
        content: "\f1c0";
    }

    .fa-file-pdf-o:before {
        content: "\f1c1";
    }

    .fa-file-word-o:before {
        content: "\f1c2";
    }

    .fa-file-excel-o:before {
        content: "\f1c3";
    }

    .fa-file-powerpoint-o:before {
        content: "\f1c4";
    }

    .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
        content: "\f1c5";
    }

    .fa-file-zip-o:before, .fa-file-archive-o:before {
        content: "\f1c6";
    }

    .fa-file-sound-o:before, .fa-file-audio-o:before {
        content: "\f1c7";
    }

    .fa-file-movie-o:before, .fa-file-video-o:before {
        content: "\f1c8";
    }

    .fa-file-code-o:before {
        content: "\f1c9";
    }

    .fa-vine:before {
        content: "\f1ca";
    }

    .fa-codepen:before {
        content: "\f1cb";
    }

    .fa-jsfiddle:before {
        content: "\f1cc";
    }

    .fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
        content: "\f1cd";
    }

    .fa-circle-o-notch:before {
        content: "\f1ce";
    }

    .fa-ra:before, .fa-rebel:before {
        content: "\f1d0";
    }

    .fa-ge:before, .fa-empire:before {
        content: "\f1d1";
    }

    .fa-git-square:before {
        content: "\f1d2";
    }

    .fa-git:before {
        content: "\f1d3";
    }

    .fa-hacker-news:before {
        content: "\f1d4";
    }

    .fa-tencent-weibo:before {
        content: "\f1d5";
    }

    .fa-qq:before {
        content: "\f1d6";
    }

    .fa-wechat:before, .fa-weixin:before {
        content: "\f1d7";
    }

    .fa-send:before, .fa-paper-plane:before {
        content: "\f1d8";
    }

    .fa-send-o:before, .fa-paper-plane-o:before {
        content: "\f1d9";
    }

    .fa-history:before {
        content: "\f1da";
    }

    .fa-circle-thin:before {
        content: "\f1db";
    }

    .fa-header:before {
        content: "\f1dc";
    }

    .fa-paragraph:before {
        content: "\f1dd";
    }

    .fa-sliders:before {
        content: "\f1de";
    }

    .fa-share-alt:before {
        content: "\f1e0";
    }

    .fa-share-alt-square:before {
        content: "\f1e1";
    }

    .fa-bomb:before {
        content: "\f1e2";
    }

    @font-face {
        font-family: "outlined-iconset";
        src: url("../fonts/outlined-iconset.eot");
        src: url("../fonts/outlined-iconset.eot?#iefix") format("embedded-opentype"),url("../fonts/outlined-iconset.woff") format("woff"),url("../fonts/outlined-iconset.ttf") format("truetype"),url("../fonts/outlined-iconset.svg#outlined-iconset") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    [data-icon]:before {
        font-family: "outlined-iconset" !important;
        content: attr(data-icon);
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    [class^="icon-"]:before, [class*=" icon-"]:before {
        /*font-family: "outlined-iconset" !important;*/
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-boat:before {
        content: "\e000";
    }

    .icon-booknote:before {
        content: "\e001";
    }

    .icon-booknote-add:before {
        content: "\e002";
    }

    .icon-booknote-remove:before {
        content: "\e003";
    }

    .icon-camera-1:before {
        content: "\e004";
    }

    .icon-camera-2:before {
        content: "\e005";
    }

    .icon-cloud-check:before {
        content: "\e006";
    }

    .icon-cloud-delete:before {
        content: "\e007";
    }

    .icon-cloud-download:before {
        content: "\e008";
    }

    .icon-cloud-upload:before {
        content: "\e009";
    }

    .icon-cloudy:before {
        content: "\e00a";
    }

    .icon-cocktail:before {
        content: "\e00b";
    }

    .icon-coffee:before {
        content: "\e00c";
    }

    .icon-compass:before {
        content: "\e00d";
    }

    .icon-compress:before {
        content: "\e00e";
    }

    .icon-cutlery:before {
        content: "\e00f";
    }

    .icon-delete:before {
        content: "\e010";
    }

    .icon-delete-folder:before {
        content: "\e011";
    }

    .icon-dialogue-add:before {
        content: "\e012";
    }

    .icon-dialogue-delete:before {
        content: "\e013";
    }

    .icon-dialogue-happy:before {
        content: "\e014";
    }

    .icon-dialogue-sad:before {
        content: "\e015";
    }

    .icon-dialogue-text:before {
        content: "\e016";
    }

    .icon-dialogue-think:before {
        content: "\e017";
    }

    .icon-diamond:before {
        content: "\e018";
    }

    .icon-dish-fork:before {
        content: "\e019";
    }

    .icon-dish-spoon:before {
        content: "\e01a";
    }

    .icon-download:before {
        content: "\e01b";
    }

    .icon-download-folder:before {
        content: "\e01c";
    }

    .icon-expand:before {
        content: "\e01d";
    }

    .icon-eye:before {
        content: "\e01e";
    }

    .icon-fast-food:before {
        content: "\e01f";
    }

    .icon-flag:before {
        content: "\e020";
    }

    .icon-folder:before {
        content: "\e021";
    }

    .icon-geolocalizator:before {
        content: "\e022";
    }

    .icon-globe:before {
        content: "\e023";
    }

    .icon-graph:before {
        content: "\e024";
    }

    .icon-graph-descending:before {
        content: "\e025";
    }

    .icon-graph-rising:before {
        content: "\e026";
    }

    .icon-hammer:before {
        content: "\e027";
    }

    .icon-happy-drop:before {
        content: "\e028";
    }

    .icon-headphones:before {
        content: "\e029";
    }

    .icon-heart:before {
        content: "\e02a";
    }

    .icon-heart-broken:before {
        content: "\e02b";
    }

    .icon-home:before {
        content: "\e02c";
    }

    .icon-hourglass:before {
        content: "\e02d";
    }

    .icon-image:before {
        content: "\e02e";
    }

    .icon-key:before {
        content: "\e02f";
    }

    .icon-life-buoy:before {
        content: "\e030";
    }

    .icon-list:before {
        content: "\e031";
    }

    .icon-lock-closed:before {
        content: "\e032";
    }

    .icon-lock-open:before {
        content: "\e033";
    }

    .icon-loudspeaker:before {
        content: "\e034";
    }

    .icon-magnifier:before {
        content: "\e035";
    }

    .icon-magnifier-minus:before {
        content: "\e036";
    }

    .icon-magnifier-plus:before {
        content: "\e037";
    }

    .icon-mail:before {
        content: "\e038";
    }

    .icon-mail-open:before {
        content: "\e039";
    }

    .icon-map:before {
        content: "\e03a";
    }

    .icon-medical-case:before {
        content: "\e03b";
    }

    .icon-microphone-1:before {
        content: "\e03c";
    }

    .icon-microphone-2:before {
        content: "\e03d";
    }

    .icon-minus:before {
        content: "\e03e";
    }

    .icon-multiple-image:before {
        content: "\e03f";
    }

    .icon-music-back:before {
        content: "\e040";
    }

    .icon-music-backtoend:before {
        content: "\e041";
    }

    .icon-music-eject:before {
        content: "\e042";
    }

    .icon-music-forward:before {
        content: "\e043";
    }

    .icon-music-forwardtoend:before {
        content: "\e044";
    }

    .icon-music-pause:before {
        content: "\e045";
    }

    .icon-music-play:before {
        content: "\e046";
    }

    .icon-music-random:before {
        content: "\e047";
    }

    .icon-music-repeat:before {
        content: "\e048";
    }

    .icon-music-stop:before {
        content: "\e049";
    }

    .icon-musical-note:before {
        content: "\e04a";
    }

    .icon-musical-note-2:before {
        content: "\e04b";
    }

    .icon-old-video-cam:before {
        content: "\e04c";
    }

    .icon-paper-pen:before {
        content: "\e04d";
    }

    .icon-paper-pencil:before {
        content: "\e04e";
    }

    .icon-paper-sheet:before {
        content: "\e04f";
    }

    .icon-pen-pencil-ruler:before {
        content: "\e050";
    }

    .icon-pencil:before {
        content: "\e051";
    }

    .icon-pencil-ruler:before {
        content: "\e052";
    }

    .icon-plus:before {
        content: "\e053";
    }

    .icon-portable-pc:before {
        content: "\e054";
    }

    .icon-pricetag:before {
        content: "\e055";
    }

    .icon-printer:before {
        content: "\e056";
    }

    .icon-profile:before {
        content: "\e057";
    }

    .icon-profile-add:before {
        content: "\e058";
    }

    .icon-profile-remove:before {
        content: "\e059";
    }

    .icon-rainy:before {
        content: "\e05a";
    }

    .icon-rotate:before {
        content: "\e05b";
    }

    .icon-setting-1:before {
        content: "\e05c";
    }

    .icon-setting-2:before {
        content: "\e05d";
    }

    .icon-share:before {
        content: "\e05e";
    }

    .icon-shield-down:before {
        content: "\e05f";
    }

    .icon-shield-left:before {
        content: "\e060";
    }

    .icon-shield-right:before {
        content: "\e061";
    }

    .icon-shield-up:before {
        content: "\e062";
    }

    .icon-shopping-cart:before {
        content: "\e063";
    }

    .icon-shopping-cart-content:before {
        content: "\e064";
    }

    .icon-sinth:before {
        content: "\e065";
    }

    .icon-smartphone:before {
        content: "\e066";
    }

    .icon-spread:before {
        content: "\e067";
    }

    .icon-squares:before {
        content: "\e068";
    }

    .icon-stormy:before {
        content: "\e069";
    }

    .icon-sunny:before {
        content: "\e06a";
    }

    .icon-tablet:before {
        content: "\e06b";
    }

    .icon-three-stripes-horiz:before {
        content: "\e06c";
    }

    .icon-three-stripes-vert:before {
        content: "\e06d";
    }

    .icon-ticket:before {
        content: "\e06e";
    }

    .icon-todolist:before {
        content: "\e06f";
    }

    .icon-todolist-add:before {
        content: "\e070";
    }

    .icon-todolist-check:before {
        content: "\e071";
    }

    .icon-trash-bin:before {
        content: "\e072";
    }

    .icon-tshirt:before {
        content: "\e073";
    }

    .icon-tv-monitor:before {
        content: "\e074";
    }

    .icon-umbrella:before {
        content: "\e075";
    }

    .icon-upload:before {
        content: "\e076";
    }

    .icon-upload-folder:before {
        content: "\e077";
    }

    .icon-variable:before {
        content: "\e078";
    }

    .icon-video-cam:before {
        content: "\e079";
    }

    .icon-volume-higher:before {
        content: "\e07a";
    }

    .icon-volume-lower:before {
        content: "\e07b";
    }

    .icon-volume-off:before {
        content: "\e07c";
    }

    .icon-watch:before {
        content: "\e07d";
    }

    .icon-waterfall:before {
        content: "\e07e";
    }

    .icon-website-1:before {
        content: "\e07f";
    }

    .icon-website-2:before {
        content: "\e080";
    }

    .icon-wine:before {
        content: "\e081";
    }

    .icon-calendar:before {
        content: "\e082";
    }

    .icon-alarm-clock:before {
        content: "\e083";
    }

    .icon-add-folder:before {
        content: "\e084";
    }

    .icon-accelerator:before {
        content: "\e085";
    }

    .icon-agenda:before {
        content: "\e086";
    }

    .icon-arrow-left:before {
        content: "\e087";
    }

    .icon-arrow-down:before {
        content: "\e088";
    }

    .icon-battery-1:before {
        content: "\e089";
    }

    .icon-case:before {
        content: "\e08a";
    }

    .icon-arrow-up:before {
        content: "\e08b";
    }

    .icon-arrow-right:before {
        content: "\e08c";
    }

    .icon-case-2:before {
        content: "\e08d";
    }

    .icon-cd:before {
        content: "\e08e";
    }

    .icon-battery-2:before {
        content: "\e08f";
    }

    .icon-battery-3:before {
        content: "\e090";
    }

    .icon-check:before {
        content: "\e091";
    }

    .icon-battery-4:before {
        content: "\e092";
    }

    .icon-chronometer:before {
        content: "\e093";
    }

    .icon-clock:before {
        content: "\e094";
    }

    .icon-blackboard-graph:before {
        content: "\e095";
    }

    @font-face {
        font-family: 'Slide-icons';
        src: url('../fonts/Slide-icons.eot');
    }

    @font-face {
        font-family: 'Slide-icons';
        src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    [data-icon]:before {
        font-family: 'Slide-icons';
        content: attr(data-icon);
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lightGallery {
        overflow: hidden!important;
    }

    #lightGallery-Gallery img {
        border: none!important;
    }

    #lightGallery-outer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999!important;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 1;
        -webkit-transition: opacity 0.35s ease;
        -moz-transition: opacity 0.35s ease;
        -o-transition: opacity 0.35s ease;
        -ms-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
        background: rgba(52, 181, 9, 0.8);
    }

    #lightGallery-Gallery.opacity {
        opacity: 1;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
    }

        #lightGallery-Gallery.opacity .thumb_cont {
            opacity: 1;
        }

    #lightGallery-Gallery.fadeM {
        opacity: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
    }

    #lightGallery-Gallery {
        height: 100%;
        opacity: 0;
        width: 100%;
        position: relative;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
    }

    #lightGallery-slider {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        position: absolute;
        white-space: nowrap;
    }

        #lightGallery-slider .lightGallery-slide {
            background: url(../img/loading.gif) no-repeat scroll center center transparent;
            display: inline-block;
            height: 100%;
            line-height: 1px;
            text-align: center;
            width: 100%;
        }

        #lightGallery-slider.slide .lightGallery-slide {
            position: absolute;
            opacity: 0.4;
        }

        #lightGallery-slider.fadeM .lightGallery-slide {
            position: absolute;
            left: 0;
            opacity: 0;
        }

        #lightGallery-slider.animate .lightGallery-slide {
            position: absolute;
            left: 0;
        }

        #lightGallery-slider.fadeM .current {
            opacity: 1;
            z-index: 9;
        }

    #lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    .lightGallery-slide.current img, .lightGallery-slide.current iframe {
        transform: scale(.5, .5);
        -moz-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5);
        -o-transform: scale(.5, .5);
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
    }

    #lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
        transform: scale(.5, .5);
        -moz-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5);
        -o-transform: scale(.5, .5);
    }

    #lightGallery-slider.fadeM.on .current {
        opacity: 1;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
    }

    #lightGallery-slider.fadeM .lightGallery-slide {
        transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -webkit-transition: opacity 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s;
    }

    #lightGallery-slider.slide .lightGallery-slide {
        transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
    }

    #lightGallery-slider.slide.on .lightGallery-slide {
        opacity: 0;
    }

    #lightGallery-slider.slide .lightGallery-slide.current {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
    }

    #lightGallery-slider.slide .lightGallery-slide.prevSlide {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
    }

    #lightGallery-slider.slide .lightGallery-slide.nextSlide {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
    }

    #lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
        transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
        -moz-transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
        -webkit-transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
        -o-transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
        -ms-transition: all 1s cubic-bezier(0, 0, .25, 1) 0s;
    }

    #lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
        transition-duration: inherit !important;
        -moz-transition-duration: inherit !important;
        -webkit-transition-duration: inherit !important;
        -o-transition-duration: inherit !important;
        -ms-transition-duration: inherit !important;
    }

    #lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
        transition-timing-function: inherit !important;
        -moz-transition-timing-function: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        -o-transition-timing-function: inherit !important;
        -ms-transition-timing-function: inherit !important;
    }

    #lightGallery-slider .lightGallery-slide:before {
        content: "";
        display: inline-block;
        height: 50%;
        width: 1px;
        margin-right: -1px;
    }

    #lightGallery-slider .lightGallery-slide img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
        cursor: -moz-grabbing;
        cursor: grab;
        cursor: -webkit-grab;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

    #lightGallery-action {
        bottom: 20px;
        position: absolute;
        left: 50%;
        margin-left: -55px;
        z-index: 9;
        -webkit-backface-visibility: hidden;
    }

        #lightGallery-action a {
            margin: 0 3px 0 0 !important;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            display: inline-block !important;
            display: inline-block;
            vertical-align: middle;
            *display: inline;
            *zoom: 1;
            background: #2ba8db;
            font-size: 16px;
            width: 28px;
            height: 28px;
            font-family: 'Slide-icons';
            color: #FFF;
            cursor: pointer;
        }

            #lightGallery-action a.disabled {
                opacity: .6;
                filter: alpha(opacity=60);
                cursor: default;
                background: #2ba8db !important;
            }

            #lightGallery-action a:hover, #lightGallery-action a:focus {
                color: #2ba8db;
                background: #fff;
            }

            #lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
                left: 5px;
                bottom: 3px;
                position: absolute;
            }

            #lightGallery-action a#lightGallery-prev:before {
                content: "\e01d";
            }

            #lightGallery-action a#lightGallery-next:after {
                content: "\e01b";
            }

            #lightGallery-action a.cLthumb:after {
                font-family: 'Slide-icons';
                content: "\e01c";
                left: 6px;
                bottom: 4px;
                font-size: 16px;
                position: absolute;
            }

    #lightGallery_counter {
        bottom: 52px;
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 9;
        color: #FFFFFF;
    }

    #lightGallery-Gallery .thumb_cont {
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #24272d;
        -webkit-transition: max-height .4s ease-in-out;
        -moz-transition: max-height .4s ease-in-out;
        -o-transition: max-height .4s ease-in-out;
        -ms-transition: max-height .4s ease-in-out;
        transition: max-height .4s ease-in-out;
        z-index: 9;
        max-height: 0;
        opacity: 0;
    }

        #lightGallery-Gallery .thumb_cont.open {
            max-height: 350px;
        }

        #lightGallery-Gallery .thumb_cont .thumb_inner {
            margin-left: -12px;
            padding: 12px;
            max-height: 290px;
            overflow-y: auto;
        }

        #lightGallery-Gallery .thumb_cont .thumb_info {
            background-color: #2ba8db;
            padding: 7px 20px;
        }

            #lightGallery-Gallery .thumb_cont .thumb_info .count {
                color: #ffffff;
                font-weight: bold;
                font-size: 12px;
            }

            #lightGallery-Gallery .thumb_cont .thumb_info .close {
                color: #FFFFFF;
                display: block;
                float: right !important;
                width: 28px;
                position: relative;
                height: 28px;
                border-radius: 2px;
                margin-top: -4px;
                -webkit-transition: opacity .3s ease;
                -moz-transition: opacity .3s ease;
                transition: opacity .3s ease;
                opacity: 1;
                filter: alpha(opacity=100);
                z-index: 1090;
                cursor: pointer;
            }

                #lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
                    left: 6px;
                    position: absolute;
                    top: 4px;
                }

                #lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
                    content: "\e01a";
                    font-family: 'Slide-icons';
                    font-style: normal;
                    font-size: .83333333em;
                }

                #lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
                    text-decoration: none;
                    opacity: .75;
                    filter: alpha(opacity=75);
                }

        #lightGallery-Gallery .thumb_cont .thumb {
            display: inline-block !important;
            vertical-align: middle;
            text-align: center;
            *display: inline;
            *zoom: 1;
            margin-bottom: 4px;
            margin-left: 4px;
            height: 50px;
            width: 50px;
            opacity: 0.6;
            filter: alpha(opacity=60);
            overflow: hidden;
            border-radius: 3px;
            border: 3px solid transparent;
            cursor: pointer;
            -webkit-transition: border-color linear .2s,opacity linear .2s;
            -moz-transition: border-color linear .2s,opacity linear .2s;
            -o-transition: border-color linear .2s,opacity linear .2s;
            -ms-transition: border-color linear .2s,opacity linear .2s;
            transition: border-color linear .2s,opacity linear .2s;
        }

    @media (min-width:800px) {
        #lightGallery-Gallery .thumb_cont .thumb {
            width: 94px;
            height: 94px;
        }
    }

    #lightGallery-Gallery .thumb_cont .thumb > img {
        height: auto;
        max-width: 100%;
    }

    #lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        border-color: #ffffff;
    }

    #lightGallery-slider .video_cont {
        display: inline-block;
        max-height: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

    #lightGallery-slider .video_cont {
        background: none;
        max-width: 1140px;
        max-height: 100%;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #lightGallery-slider .video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
    }

        #lightGallery-slider .video iframe {
            width: 100%!important;
            height: 100%!important;
            position: absolute;
            top: 0;
            left: 0;
        }

    #lightGallery-slider .info {
        background: #24272d;
        color: #FFFFFF;
        padding: 10px 50px;
        position: absolute;
        top: 0;
        width: 100%;
    }

        #lightGallery-slider .info span {
            display: block;
            line-height: 1;
        }

            #lightGallery-slider .info span:last-child {
                margin-top: 6px;
            }

        #lightGallery-slider .info .title {
            font-size: 16px;
            font-weight: bold;
        }

        #lightGallery-slider .info .desc {
            color: #e6e6e6;
            font-size: 12px;
        }

    #lightGallery-close {
        color: #FFFFFF;
        height: 28px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 28px;
        text-align: center;
        z-index: 1090;
        cursor: pointer;
        background-color: #000;
        border-radius: 2px;
        background: #2ba8db;
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-backface-visibility: hidden;
    }

        #lightGallery-close:after {
            position: absolute;
            right: 4px;
            top: 3px;
        }

        #lightGallery-close:hover {
            text-decoration: none;
            color: #2ba8db;
            background: #fff;
        }

    .noUi-target, .noUi-target * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-touch-action: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .noUi-base {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .noUi-origin {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .noUi-handle {
        position: relative;
        z-index: 1;
    }

    .noUi-stacking .noUi-handle {
        z-index: 10;
    }

    .noUi-stacking + .noUi-origin {
        *z-index: -1;
    }

    .noUi-state-tap .noUi-origin {
        -webkit-transition: left 0.3s, top 0.3s;
        transition: left 0.3s, top 0.3s;
    }

    .noUi-state-drag * {
        cursor: inherit !important;
    }

    .noUi-horizontal {
        height: 4px;
    }

        .noUi-horizontal .noUi-handle {
            width: 14px;
            height: 14px;
            left: -3px;
            top: -5px;
        }

        .noUi-horizontal.noUi-extended {
            padding: 0 15px;
        }

            .noUi-horizontal.noUi-extended .noUi-origin {
                right: -15px;
            }

    .noUi-vertical {
        width: 4px;
    }

        .noUi-vertical .noUi-handle {
            width: 14px;
            height: 14px;
            left: -6px;
            top: -17px;
        }

        .noUi-vertical.noUi-extended {
            padding: 15px 0;
        }

            .noUi-vertical.noUi-extended .noUi-origin {
                bottom: -15px;
            }

    .noUi-background {
        background: #dedede;
    }

    .noUi-connect {
        background: #2ba8db;
        -webkit-transition: background 450ms;
        transition: background 450ms;
    }

    .noUi-origin {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .noUi-target {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .noUi-dragable {
        cursor: w-resize;
    }

    .noUi-vertical .noUi-dragable {
        cursor: n-resize;
    }

    .noUi-handle {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #2ba8db;
        cursor: default;
    }

    [disabled].noUi-connect, [disabled] .noUi-connect {
        background: #B8B8B8;
    }

    [disabled] .noUi-handle {
        cursor: not-allowed;
    }

    html {
        font-size: 100%;
    }

    .page-content {
        padding-top: 112px;
    }

    .gray-bg {
        background: #e6e6e6;
    }

    @media only screen and (max-width: 768px) {
        .text-center-mobile {
            text-align: center !important;
        }
    }

    .group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    img {
        display: block;
        width: 100%;
        /*max-height: 65px;
        margin-top: 5px;*/
    }

    .img-rounded {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .img-circle {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .img-thumbnail {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #b2b2b2;
    }

    .img-circle-thumbnail {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 4px;
        border: 1px solid #b2b2b2;
    }

    ::selection {
        color: #fff;
        background: #48272A;
    }

    ::-moz-selection {
        color: #fff;
        background: #48272A;
    }

    .space-top {
        margin-top: 36px;
    }

    .space-bottom {
        margin-bottom: 36px;
    }

    .extra-space-top {
        margin-top: 48px;
    }

    .extra-space-bottom {
        margin-bottom: 48px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: inherit;
        line-height: 1.2;
        color: #32B31B;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        font-weight: 300;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 12px;
    }

    h1, .h1 {
        font-size: 1.6em;
    }

    h2, .h2 {
        font-size: 1.35em;
    }

    h3, .h3 {
        font-size: 1.1em;
    }

    h4, .h4 {
        font-size: 1em;
    }

    h5, .h5 {
        font-size: 0.9em;
    }

    h6, .h6 {
        font-size: .875em;
    }

    .bold {
        font-weight: bold !important;
    }

    h2.extra-bold, .h2.extra-bold {
        font-size: 3em;
        font-weight: bold;
        margin-bottom: 36px;
    }

    /*p {
        font-size: .875em;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 24px;
    }*/

        p.large {
            font-size: 1.125em;
        }

    .p-style2 {
        font-size: .875em;
        font-weight: 400;
        line-height: 2.5;
        margin-bottom: 16px;
    }

    .p-style3 {
        font-size: 1em;
        font-weight: 400;
        line-height: 2.5;
        margin-bottom: 16px;
    }

    .light-color {
        color: #44DE29 !important;
    }

    .primary-color, .text-primary {
        color: #2ba8db !important;
    }

    .gray-color {
        color: #555 !important;
    }

    .text-success {
        color: #49CC32 !important;
    }

    .text-info {
        color: #5fa9dd !important;
    }

    .text-danger {
        color: #ff6f69 !important;
    }

    .text-warning {
        color: #fee96a !important;
    }

    .text-muted {
        color: #b2b2b2 !important;
    }

    .thin-weight {
        font-weight: 100 !important;
    }

    .light-weight {
        font-weight: 300 !important;
    }

    .uppercase {
        text-transform: uppercase !important;
    }

    a {
        text-decoration: none;
        color: #2ba8db;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        a.large {
            font-size: 1.125em;
        }

        a:hover, a:focus {
            outline: 0;
            text-decoration: underline;
            color: #2ba8db;
        }

        a:focus {
            text-decoration: none;
        }

    ul, ol {
        font-size: .875em;
        font-weight: 400;
        line-height: 1.7;
    }

        ul li, ol li {
            margin-bottom: 8px;
        }

        ul.large, ol.large {
            font-size: 1.125em;
        }

    .ul-style2, .ol-style2 {
        font-size: .875em;
        font-weight: 400;
        line-height: 1.7;
    }

        .ul-style2 li, .ol-style2 li {
            margin-bottom: 16px;
        }

    .ul-style3, .ol-style3 {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.7;
    }

        .ul-style3 li, .ol-style3 li {
            margin-bottom: 16px;
        }

    .btn {
            font-size: 1.05em;
    color: #fff;
    padding: 6px 30px;
    font-weight: normal;
    text-align: center;
    background: #48272A;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    margin: 0 5px 2px 5px;
    }

        .btn:hover {
            background: #181b1f;
            text-decoration: none;
        }

        .btn:active, .btn.active {
            background-image: none;
            box-shadow: none;
        }

        .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
            cursor: not-allowed;
            pointer-events: none;
            color: #fff;
            background: #b2b2b2;
        }

        .btn span {
            font-weight: 900;
            margin-right: 15px;
        }

        .btn i {
            font-size: 1.25em;
            line-height: 1.2;
            vertical-align: middle;
            margin-right: 10px;
        }

    .btn-default {
        background: #48272A;
        color: #fff;
    }

        .btn-default:hover {
            background: #181b1f;
        }

    .btn-primary {
        background: #2ba8db;
        color: #fff;
    }

        .btn-primary:hover {
            background: #1f89b4;
        }

    .btn-success {
        background: #49CC32;
        color: #fff;
    }

        .btn-success:hover {
            background: #8ab03a;
        }

    .btn-info {
        background: #5fa9dd;
        color: #fff;
    }

        .btn-info:hover {
            background: #3592d4;
        }

    .btn-warning {
        background: #fee96a;
        color: #fff;
    }

        .btn-warning:hover {
            background: #fee237;
        }

    .btn-danger {
        background: #ff6f69;
        color: #fff;
    }

        .btn-danger:hover {
            background: #ff3e36;
        }

    .btn-outlined {
        font-size: 1.25em;
        color: #48272A;
        padding: 10px 40px;
        font-weight: normal;
        text-align: center;
        background: none;
        border: 1px solid #48272A;
        vertical-align: middle;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        white-space: nowrap;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        outline: 0;
    }

        .btn-outlined:hover {
            border-color: transparent;
            background: #48272A;
            color: #fff;
            text-decoration: none;
        }

        .btn-outlined:active, .btn-outlined.active {
            background-image: none;
            box-shadow: none;
        }

        .btn-outlined.btn-default {
            border: 1px solid #48272A;
            color: #48272A;
        }

            .btn-outlined.btn-default:hover {
                border-color: transparent;
                background: #48272A;
                color: #fff;
            }

        .btn-outlined.btn-primary {
            border: 1px solid #2ba8db;
            color: #2ba8db;
        }

            .btn-outlined.btn-primary:hover {
                border-color: transparent;
                background: #2ba8db;
                color: #fff;
            }

        .btn-outlined.btn-success {
            border: 1px solid #49CC32;
            color: #49CC32;
        }

            .btn-outlined.btn-success:hover {
                border-color: transparent;
                background: #49CC32;
                color: #fff;
            }

        .btn-outlined.btn-info {
            border: 1px solid #5fa9dd;
            color: #5fa9dd;
        }

            .btn-outlined.btn-info:hover {
                border-color: transparent;
                background: #5fa9dd;
                color: #fff;
            }

        .btn-outlined.btn-warning {
            border: 1px solid #fee96a;
            color: #fee96a;
        }

            .btn-outlined.btn-warning:hover {
                border-color: transparent;
                background: #fee96a;
                color: #fff;
            }

        .btn-outlined.btn-danger {
            border: 1px solid #ff6f69;
            color: #ff6f69;
        }

            .btn-outlined.btn-danger:hover {
                border-color: transparent;
                background: #ff6f69;
                color: #fff;
            }

        .btn-outlined.disabled, .btn-outlined[disabled], fieldset[disabled] .btn-outlined {
            cursor: not-allowed;
            pointer-events: none;
            background: none;
            color: #b2b2b2;
            border: 1px solid #b2b2b2;
        }

    .btn-outlined-invert {
        font-size: 1.25em;
        color: #fff;
        padding: 10px 40px;
        font-weight: normal;
        text-align: center;
        background: none;
        border: 1px solid #fff;
        vertical-align: middle;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        white-space: nowrap;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        outline: 0;
    }

        .btn-outlined-invert:hover {
            border-color: transparent;
            background: #fff;
            color: #48272A;
            text-decoration: none;
        }

        .btn-outlined-invert.btn-default:hover {
            color: #48272A;
        }

        .btn-outlined-invert.btn-primary:hover {
            color: #2ba8db;
        }

        .btn-outlined-invert.btn-success:hover {
            color: #49CC32;
        }

        .btn-outlined-invert.btn-info:hover {
            color: #5fa9dd;
        }

        .btn-outlined-invert.btn-warning:hover {
            color: #fee96a;
        }

        .btn-outlined-invert.btn-danger:hover {
            color: #ff6f69;
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 14px 30px;
        font-size: 1.5em;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 6px 20px;
        font-size: 1em;
    }

    .btn-xs, .btn-group-xs > .btn {
        padding: 2px 10px;
        font-size: .875em;
    }

    .btn-block {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    label {
        display: inline-block;
        margin-bottom: 12px;
        font-weight: 300;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 36px;
        padding: 3px 12px;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.42857143;
        color: #48272A;
        background: transparent;
        border: 1px solid #2ba8db;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .form-control:focus {
            border-color: #2ba8db;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 168, 219, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 168, 219, 0.6);
        }

        .form-control:focus {
            border-color: #2ba8db;
            outline: 0;
            -webkit-box-shadow: 0 0 0 1px #2ba8db;
            -moz-box-shadow: 0 0 0 1px #2ba8db;
            box-shadow: 0 0 0 1px #2ba8db;
        }

        .form-control::-moz-placeholder {
            color: #8c8c8c;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #8c8c8c;
        }

        .form-control::-webkit-input-placeholder {
            color: #8c8c8c;
        }

        .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
            cursor: not-allowed;
            background: none;
            border: 1px solid #b2b2b2;
        }

        /*.subscr-form .form-control {
    color: #fff;
    border: 1px solid #fff;
    padding-right: 50px;
}*/


    .form-group {
        margin-bottom: 24px;
    }

    .input-sm {
        height: 35px;
        font-size: .875em;
    }

    .help-link {
        display: inline-block;
        float: right;
        font-size: .875em;
        margin-top: 12px;
        margin-bottom: -12px;
    }

    .checkbox, .radio {
        padding-left: 0px;
        margin-bottom: 0;
    }

        .checkbox span, .radio span {
            display: block;
            float: left;
            /*margin-top: -7px;*/
            margin-right: 10px;
            /*font-size: 1.5em;*/
        }

        .checkbox:after, .radio:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .checkbox label, .radio label {
            display: inline-block;
            vertical-align: middle;
            font-weight: 300;
        }

        .checkbox .icheckbox, .radio .icheckbox, .checkbox .iradio, .radio .iradio {
            display: block;
            float: left;
            *display: inline;
            margin: 1px 2px 0 0;
            padding: 0;
            width: 14px;
            height: 14px;
            border: none;
            cursor: pointer;
        }

        .checkbox .icheckbox, .radio .icheckbox {
            background: url(../img/forms/checkbox.png) no-repeat 0 0;
        }

        .checkbox .iradio, .radio .iradio {
            background: url(../img/forms/radio.png) no-repeat 0 0;
        }

            .checkbox .icheckbox.checked, .radio .icheckbox.checked, .checkbox .iradio.checked, .radio .iradio.checked {
                background-position: 0 -14px;
            }

        .checkbox .checkbox.disabled label, .radio .checkbox.disabled label, .checkbox .radio.disabled label, .radio .radio.disabled label {
            cursor: default;
            color: #b2b2b2;
        }

        .checkbox .icheckbox.disabled, .radio .icheckbox.disabled, .checkbox .iradio.disabled, .radio .iradio.disabled {
            background-position: 0px 0px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

        .checkbox .icheckbox.checked.disabled, .radio .icheckbox.checked.disabled, .checkbox .iradio.checked.disabled, .radio .iradio.checked.disabled {
            background-position: 0 -14px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

        .checkbox.light label, .radio.light label {
            color: #fff;
        }

        .checkbox.light .icheckbox, .radio.light .icheckbox {
            background: url(../img/forms/checkbox-light.png) no-repeat 0 0;
        }

        .checkbox.light .iradio, .radio.light .iradio {
            background: url(../img/forms/radio-light.png) no-repeat 0 0;
        }

            .checkbox.light .icheckbox.checked, .radio.light .icheckbox.checked, .checkbox.light .iradio.checked, .radio.light .iradio.checked {
                background-position: 0 -14px;
            }

        .checkbox.light .checkbox.disabled label, .radio.light .checkbox.disabled label, .checkbox.light .radio.disabled label, .radio.light .radio.disabled label {
            cursor: default;
            color: #b2b2b2;
        }

        .checkbox.light .icheckbox.disabled, .radio.light .icheckbox.disabled, .checkbox.light .iradio.disabled, .radio.light .iradio.disabled {
            background-position: 0px 0px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

        .checkbox.light .icheckbox.checked.disabled, .radio.light .icheckbox.checked.disabled, .checkbox.light .iradio.checked.disabled, .radio.light .iradio.checked.disabled {
            background-position: 0 -14px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

    input.error, textarea.error {
        border-color: #ff6f69 !important;
        -webkit-box-shadow: 0 0 0 1px #ff6f69 !important;
        -moz-box-shadow: 0 0 0 1px #ff6f69 !important;
        box-shadow: 0 0 0 1px #ff6f69 !important;
    }

    label.error {
        display: none !important;
    }

    .response-holder {
        max-height: 0px;
        overflow: hidden;
        font-size: .875em;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .response-holder .inner {
            border: 3px solid transparent;
            padding: 12px 16px;
            margin-bottom: 24px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .response-holder.error {
            max-height: 300px;
        }

            .response-holder.error .inner {
                color: #ff6f69;
                border: 2px solid #ff6f69;
            }

        .response-holder.success {
            max-height: 300px;
        }

            .response-holder.success .inner {
                color: #49CC32;
                border: 2px solid #49CC32;
            }

    .select-style {
        position: relative;
        border: 1px solid #2ba8db;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
    }

        .select-style:after {
            position: absolute;
            background: #fff;
            top: 50%;
            width: 26px;
            text-align: center;
            right: 8px;
            color: #2ba8db;
            font-size: 1.5em;
            line-height: 1;
            margin-top: -12px;
            font-family: FontAwesome;
            content: "\f107";
        }

        .select-style select {
            padding: 10px;
            height: 44px;
            width: 100%;
            font-weight: 300;
            border: none;
            box-shadow: none;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
        }

            .select-style select:focus {
                outline: none;
            }

    header {
        position: absolute;
        z-index: 15;
        width: 100%;
        height: 118px;
        outline: none;
        background: #49CC32;
    }

        header .left-bg {
            position: absolute;
            background: #49CC32;
            width: 100%;
            height: 117px;
            left: 0;
        }

        header .right-bg {
            position: absolute;
            background: #49CC32;
            width: 30%;
            height: 108px;
            right: 0;
        }
       header .logo img{
          max-height: 65px;
          margin-top: 6px;
    }

    @media screen and (max-width:500px) {
        header {
            outline: hidden;
        }
    }

    header .container {
        position: relative;
    }

    header .logo {
        /*display: block;
        position: absolute;
        width: 100%;
        max-width: 166px;
    top: 5px;
    left: 10px;*/
            max-height: 55px;
    }

    header .search-form {
        display: block;
        position: absolute;
        width: 90%; max-width: 250px;
        height: auto;
        min-height: 100%;
        /*background: #2ba8db;*/
        z-index: 5;
        color: #fff;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

        header .search-form.closed {
            opacity: 0;
            top: -200px;
        }

        header .search-form.open {
            opacity: 1;
            top: 0px;
        }

        header .search-form .container {
            position: relative;
            padding: 0 85px 0 15px;
        }

    @media only screen and (max-width: 991px) {
        header .search-form .container {
            padding: 0 60px 0 15px;
        }
    }

    header .search-form .form-group {
        position: relative;
    }

    header .search-form .form-control {
        margin-top: 20px;
        color: #fff;
        border: 1px solid #fff;
    }

   header .search-form .btn {
       font-size: 1.25em;
    color: #fff;
    padding: 0 0 5px 0;
    /* font-weight: normal; */
    /* text-align: center; */
    background: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* white-space: nowrap; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

        header .search-form .form-control:focus {
            border-color: #fff;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
        }

        header .search-form .form-control:focus {
            border-color: #fff;
            outline: 0;
            -webkit-box-shadow: 0 0 0 1px #fff;
            -moz-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
        }

        header .search-form .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        header .search-form .form-control:-ms-input-placeholder {
            color: #fff;
        }

        header .search-form .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        header .search-form .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        header .search-form .form-control:-ms-input-placeholder {
            color: #fff;
        }

        header .search-form .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    header .search-form button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.7em;
        background: none;
        border: none;
        padding: 8px 18px 0 0;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        header .search-form button[type=submit]:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

    header .search-form .close-search {
        position: absolute;
        right: 35px;
        font-size: 1.75em;
        top: 52px;
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        header .search-form .close-search:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

    @media only screen and (max-width: 991px) {
        header .search-form .close-search {
            right: 15px;
        }
    }

    .switchers {
        display: block;
        position: absolute;
        list-style: none;
            top: 15px;
    left: 165px;
    }

        .switchers li {
            display: inline-block;
            position: relative;
            z-index: 2;
            color: #49CC32;
            border: 1px solid #fff;
            text-align: left;
            font-size: 1em;
            padding: 3px 13px;
            font-weight: 400;
            margin-right: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
        }

            .switchers li .dropdown {
                display: none;
                position: absolute;
                list-style: none;
                background: #49CC32;
                padding: 0 1px 5px 1px;
                top: 100%;
                left: -1px;
                border: 1px solid #fff;
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
            }

                .switchers li .dropdown li {
                    display: block;
                    font-size: 1.15em;
                    border: none;
                    padding: 5px;
                    margin-right: 0;
                    margin-bottom: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    border-top: 1px solid #fff;
                }

                    .switchers li .dropdown li:first-child {
                        border-top: none;
                    }
                    .switchers a {
                        color: #fff;
                        background:none;
                        text-decoration:none;
                    }

                        .switchers a:hover {
                            color: #fff;
                        }

                    .switchers li .dropdown li a {
                        display: block;
                        color: #49CC32;
                        padding: 1px;
                    }

                        .switchers li .dropdown li a:hover {
                            color: #442427;
                        }

            .switchers li:hover {
                /*background: #fff;*/
                color: #fff;
                /*-webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;*/
            }

                .switchers li:hover .dropdown {
                    display: block;
                }

                    .switchers li:hover .dropdown li {
                        background: none;
                    }

                        .switchers li:hover .dropdown li a {
                            text-decoration: none;
                        }

    .toolbar {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 15px;
        height: 144px;
        background: #2ba8db;
        padding: 12px 0 12px 3px;
    }

        .toolbar .search-btn, .toolbar .middle-btns, .toolbar .cart-btn {
            float: left;
        }

        .toolbar .middle-btns {
            padding-top: 0px;
        }

        .toolbar button, .toolbar a {
            margin-left: 12px;
            text-decoration: none;
            -webkit-transition: background 0.2s ease, color 0.2s ease;
            -moz-transition: background 0.2s ease, color 0.2s ease;
            transition: background 0.2s ease, color 0.2s ease;
        }

            .toolbar button:hover, .toolbar a:hover {
                color: #2ba8db !important;
            }

            .toolbar button:focus, .toolbar a:focus {
                color: #fff;
            }

            .toolbar button i, .toolbar a i {
                font-size: 1.2em;
                color: #fff;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

            .toolbar button:hover i, .toolbar a:hover i {
                color: #2ba8db;
            }

        .toolbar .search-btn {
            height: 120px;
            padding: 11px 0 0 0;
            width: 60px;
        }

        .toolbar .cart-btn {
            position: relative;
            height: 118px;
            width: 110px;
            margin: 0 0 0 12px;
        }

            .toolbar .cart-btn:hover .cart-dropdown {
                display: block;
            }

    @media only screen and (max-width: 991px) {
        .toolbar .cart-btn:hover .cart-dropdown {
            display: none;
        }
    }

    .toolbar .cart-btn > .btn {
        margin: 0;
        position: absolute;
        padding: 43px 0 0 0;
        width: 100%;
        min-height: 100%;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

        .toolbar .cart-btn > .btn span {
            display: block;
            margin-right: 0;
            font-size: 1.2em;
            font-weight: 300;
            margin-top: -5px;
        }

        .toolbar .cart-btn > .btn i {
            margin-left: 7px;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            transition: color .2s ease;
        }

    .toolbar .cart-btn:hover > .btn {
        color: #2ba8db;
        background: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    @media only screen and (max-width: 991px) {
        .toolbar .cart-btn:hover > .btn {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
    }

    .toolbar .cart-btn:hover > .btn i {
        color: #2ba8db;
    }

    .toolbar .search-btn i, .toolbar .cart-btn i {
        font-size: 1.4em;
    }

    .toolbar .middle-btns a, .toolbar .middle-btns button {
        display: block;
        position: relative;
        padding: 13px 10px 0 13px;
        width: 140px;
        height: 53px;
        text-align: left;
        font-weight: 300;
        font-size: 1em;
        line-height: 0;
    }

        .toolbar .middle-btns a i, .toolbar .middle-btns button i {
            margin-right: 12px;
            font-size: 1.5em;
            vertical-align: middle;
        }

    .toolbar .login-btn {
        margin-top: 12px;
    }

    .social-login {
        margin-top: -10px;
    }

        .social-login a {
            display: inline-block;
            margin-right: 15px;
            font-size: 3em;
            text-decoration: none;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

            .social-login a:hover {
                opacity: .7;
                filter: alpha(opacity=70);
                text-decoration: none;
                border: none;
            }

            .social-login a.facebook {
                color: #3b5998 !important;
            }

            .social-login a.google {
                color: #dd4b39 !important;
            }

            .social-login a.twitter {
                color: #55acee !important;
            }

    .cart-dropdown {
        position: absolute;
        width: 470px;
        background: #fff;
        border: 1px solid #2ba8db;
        top: 132px;
        right: -1px;
        display: none;
    }

        .cart-dropdown .body {
            padding: 24px 16px;
        }

            .cart-dropdown .body h3 {
                text-align: center;
                color: #b2b2b2;
                margin-bottom: 0;
            }

            .cart-dropdown .body a {
                -webkit-transition: color .3s ease;
                -moz-transition: color .3s ease;
                transition: color .3s ease;
            }

        .cart-dropdown span {
            position: absolute;
            width: 110px;
            height: 18px;
            background-color: #fff;
            right: 0;
            top: -15px;
        }

        .cart-dropdown table {
            width: 100%;
            border-collapse: collapse;
        }

            .cart-dropdown table th {
                font-size: 1em;
                color: #b2b2b2;
                font-weight: normal;
                padding-bottom: 24px;
            }

                .cart-dropdown table th:first-child {
                    padding-left: 20px;
                    width: 58%;
                }

            .cart-dropdown table td {
                padding-bottom: 12px;
            }

                .cart-dropdown table td a {
                    color: #48272A;
                    -webkit-transition: opacity .2s ease;
                    -moz-transition: opacity .2s ease;
                    transition: opacity .2s ease;
                }

                    .cart-dropdown table td a:hover {
                        color: #48272A;
                        opacity: .7;
                        filter: alpha(opacity=70);
                    }

                .cart-dropdown table td:first-child {
                    padding-right: 15px;
                }

                .cart-dropdown table td input {
                    width: 46px;
                    height: 34px;
                    border: 1px solid #2ba8db;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    outline: 0;
                    text-align: center;
                    padding-left: 6px;
                    padding-right: 6px;
                }

                .cart-dropdown table td.price {
                    font-weight: bold;
                    font-size: 1.125em;
                }

                .cart-dropdown table td .delete {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    background: url(../img/forms/delete.png) no-repeat;
                    margin-right: 10px;
                    cursor: pointer;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                }

                    .cart-dropdown table td .delete:hover {
                        opacity: .7;
                        filter: alpha(opacity=70);
                    }

        .cart-dropdown .footer {
            width: 470px;
            margin-left: -1px;
            position: relative;
            bottom: -5px;
            background: #49CC32;
            padding: 16px;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

            .cart-dropdown .footer .buttons {
                float: left;
            }

            .cart-dropdown .footer .total {
                float: right;
                font-size: 1.5em;
                font-weight: bold;
                color: #fff;
                padding-top: 6px;
            }

            .cart-dropdown .footer .btn {
                padding: 10px 15px 3px 15px;
                font-weight: 300;
                min-width: 113px;
                font-size: 1em;
            }

                .cart-dropdown .footer .btn:first-child {
                    margin-left: 0;
                    min-width: 130px;
                }

                .cart-dropdown .footer .btn:hover {
                    color: #49CC32 !important;
                }

                    .cart-dropdown .footer .btn:hover i {
                        color: #49CC32;
                    }

                .cart-dropdown .footer .btn:after {
                    visibility: hidden;
                    display: block;
                    content: "";
                    clear: both;
                    height: 0;
                }

                .cart-dropdown .footer .btn i {
                    display: block;
                    float: left;
                    font-size: 1.4em;
                }

    .small-header {
        height: 72px;
        opacity: 0;
        top: -100px;
        position: fixed;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

        .small-header .left-bg {
            position: absolute;
            background: #49CC32;
            /*width: 70%;*/
            height: 57px;
            left: 0;
        }

        .small-header .right-bg {
            position: absolute;
            background: #2ba8db;
            width: 30%;
            height: 72px;
            right: 0;
        }

        .small-header.stuck {
            position: fixed;
            top: 0;
            opacity: 1;
            z-index: 10;
        }

        .small-header .logo, .small-header .hide-sm {
            display: none !important;
        }

        .small-header .switchers {
            display: none;
        }

    @media only screen and (max-width: 991px) {
        .small-header .hide-sm {
            display: block !important;
        }
    }

    .small-header .search-form .form-group {
        margin-bottom: 0;
    }

    .small-header .search-form .form-control {
        margin-top: 14px;
    }

    .small-header .search-form .close-search {
        top: 23px;
    }

    .small-header .toolbar {
        height: 72px;
        padding: 12px 0 12px 3px;
    }

        .small-header .toolbar .search-btn, .small-header .toolbar .middle-btns, .small-header .toolbar .cart-btn {
            float: left;
        }

        .small-header .toolbar .middle-btns {
            padding-top: 0px;
        }

            .small-header .toolbar .middle-btns a:first-child, .small-header .toolbar .middle-btns a i {
                display: none;
            }

            .small-header .toolbar .middle-btns a, .small-header .toolbar .search-btn {
                border: none;
            }

            .small-header .toolbar .middle-btns a {
                width: auto;
            }

        .small-header .toolbar button, .small-header .toolbar .login-btn {
            margin-left: 12px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .small-header .toolbar button:hover, .small-header .toolbar .login-btn:hover {
                color: #fff !important;
                opacity: .7;
                filter: alpha(opacity=70);
                background: none;
            }

            .small-header .toolbar button i {
                color: #fff;
            }

        .small-header .toolbar .search-btn {
            height: 63px;
            padding: 0;
            width: 30px;
        }

        .small-header .toolbar .cart-btn {
            position: relative;
            height: 50px;
            width: 110px;
            margin: -2px 0 0 12px;
        }

            .small-header .toolbar .cart-btn > .btn {
                padding: 10px 0 0 0;
            }

                .small-header .toolbar .cart-btn > .btn span {
                    display: inline-block;
                    font-size: 1.2em;
                    font-weight: 300;
                    margin-top: -5px;
                }

                .small-header .toolbar .cart-btn > .btn i {
                    margin-left: 0;
                }

                .small-header .toolbar .cart-btn > .btn:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

            .small-header .toolbar .cart-btn .cart-dropdown {
                top: 61px;
            }

                .small-header .toolbar .cart-btn .cart-dropdown span {
                    position: absolute;
                    width: 110px;
                    height: 14px;
                    background-color: #fff;
                    right: 0;
                    top: -13px;
                }

    @media only screen and (max-width: 1200px) {
        header .logo {
            max-width: 110px;
    top: 12px;
        }

        .switchers {
            left: 90px;
        }
    }

    @media only screen and (max-width: 991px) {
        header .logo {
           max-width: 146px;
    top: 10px;
    left: initial;
    right: 20px;
        }
header .logo img {
           max-height: 50px;
           max-width: 230px;
        }

        header .switchers {
           left: 65px;
    top: 20px;
    margin: 0;
    padding: 0 10px;
        }

        header .container {
            width: 100%;
        }

        header .mobile-border {
            width: 100%;
            position: absolute;
            padding: 0 15px 0 15px;
            left: 0;
            top: 73px;
        }

            header .mobile-border span {
                display: block;
                width: 100%;
                height: 1px;
                background: #49CC32;
            }

        .small-header .mobile-border {
            display: none;
        }
    }

    @media screen and (max-width:640px) {
        header .mobile-border {
            /*padding-right: 220px;*/
        }

        header .toolbar button, header .toolbar a {
            width: 70px !important;
            height: 52px !important;
        }

            header .toolbar button span, header .toolbar a span {
                display: none;
            }

        header .toolbar .middle-btns {
            float: right;
        }

            header .toolbar .middle-btns a {
                padding-left: 22px;
            }

        header .toolbar .cart-btn {
            position: absolute;
            float: none;
            height: 52px;
            width: 70px;
            margin-top: 64px;
        }

            header .toolbar .cart-btn > .btn {
                padding: 12px 0 0 0;
            }

                header .toolbar .cart-btn > .btn span {
                    display: inline-block;
                    font-size: 1.1em;
                    font-weight: 300;
                    margin-top: -5px;
                }

                header .toolbar .cart-btn > .btn i {
                    margin-left: 0;
                    font-size: 1.2em;
                }

        .small-header .toolbar button, .small-header .toolbar a, .small-header .toolbar .middle-btns {
            text-align: center;
        }

            .small-header .toolbar button span, .small-header .toolbar a span, .small-header .toolbar .middle-btns span {
                display: inline;
            }

        .small-header .toolbar .search-btn {
            margin-top: 5px;
            width: 60px !important;
        }

        .small-header .toolbar .cart-btn {
            margin-left: 15px !important;
            width: 100px;
        }

            .small-header .toolbar .cart-btn .btn {
                width: 100px !important;
            }

        .small-header .toolbar .login-btn {
            padding-left: 0;
        }
    }

    @media screen and (max-width:525px) {
        header .switchers {
            top: 68px;
            left: 30px;
        }
    }

    @media only screen and (max-width: 480px) {
        header .mobile-border {
            display: none;
        }

        .small-header .toolbar .search-btn {
            margin-left: 0;
            width: 45px !important;
        }

        .small-header .toolbar .cart-btn {
            margin-left: 8px !important;
            width: 70px;
        }

            .small-header .toolbar .cart-btn .btn {
                width: 70px !important;
                font-size: 1.2em;
                padding-top: 12px;
            }

        .small-header .toolbar .login-btn {
            margin-left: 8px;
        }
    }

    @media only screen and (max-width: 360px) {
        /*header .logo {
               display: block;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 60px;
    left: initial;
        }*/

        /*header .menu-toggle {
            left: 3px;
        }*/

        header .switchers {
            left: 0;
        }

            header .switchers li {
                padding: 3px 9px;
            }

                header .switchers li .dropdown li a {
                    padding: 3px 8px;
                }
    }

    .hero-slider .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        z-index: 2;
        background: url(../img/overlays/overlay-success.png) repeat;
        opacity: 0.6;
    }

    .hero-slider h2 {
        font-size: 4.3em;
        font-weight: bold;
    }

    @media only screen and (max-width: 480px) {
        .hero-slider .btn {
            font-size: 180%;
            padding: 8px 12px;
        }

            .hero-slider .btn span {
                margin-right: 5px;
            }
    }

    .hero-slider .ms-nav-next, .hero-slider .ms-nav-prev {
        width: 32px;
        height: 38px;
        cursor: pointer;
        top: 50%;
        left: 15px;
        margin-top: -19px;
        position: absolute;
        z-index: 5;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        .hero-slider .ms-nav-next:hover, .hero-slider .ms-nav-prev:hover {
            opacity: .7 !important;
            filter: alpha(opacity=70) !important;
        }

    @media only screen and (max-width: 768px) {
        .hero-slider .ms-nav-next, .hero-slider .ms-nav-prev {
            display: none;
        }
    }

    .hero-slider .ms-nav-next {
        right: 15px;
        left: auto;
    }

        .hero-slider .ms-nav-next:before, .hero-slider .ms-nav-prev:before {
            font-family: FontAwesome;
            color: #fff;
            font-size: 2.25em;
        }

        .hero-slider .ms-nav-next:before {
            content: "\f0a9";
        }

    .hero-slider .ms-nav-prev:before {
        content: "\f0a8";
    }

    .hero-slider .ms-bullets.ms-dir-h {
        display: table !important;
        width: 100% !important;
        text-align: center;
        margin: auto !important;
        right: auto !important;
        opacity: 1 !important;
        bottom: 15px;
        z-index: 2;
    }

    @media only screen and (max-width: 768px) {
        .hero-slider .ms-bullets.ms-dir-h {
            bottom: 10px;
        }
    }

    .hero-slider .ms-bullet {
        display: inline-block;
        float: none;
        width: 12px;
        height: 12px;
        margin: 4px;
        background: #8c8c8c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .hero-slider .ms-bullet-selected {
        background: #49CC32;
    }

    .hero-slider.fullscreen .ms-slide h2, .hero-slider.fullscreen .ms-slide p, .hero-slider.fullscreen .ms-slide .button {
        left: 110px;
    }

    .hero-slider.fullscreen .ms-slide h2 {
        top: 32% !important;
    }

    .hero-slider.fullscreen .ms-slide p {
        top: 32% !important;
        margin-top: 95px;
    }

    .hero-slider.fullscreen .ms-slide .button {
        top: 32% !important;
        margin-top: 185px;
    }

    .hero-static {
        position: relative;
        width: 100%;
        height: 696px;
        overflow: hidden;
        color: #fff;
    }

    @media only screen and (max-width: 1200px) {
        .hero-static {
            height: 528px;
        }
    }

    .hero-static .bg-image {
        position: absolute;
        width: 100%;
        min-height: 100%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: 0;
    }

    @media only screen and (max-width: 991px) {
        .hero-static .bg-image {
            -webkit-background-size: auto;
            -moz-background-size: auto;
            -o-background-size: auto;
            background-size: auto;
        }
    }

    .hero-static .overlay {
        position: absolute;
        width: 100%;
        min-height: 100%;
        background: url(../img/overlays/overlay-success.png) repeat;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .hero-static .container {
        padding-top: 168px;
        position: relative;
        z-index: 3;
    }

    @media only screen and (max-width: 1200px) {
        .hero-static .container {
            padding-top: 96px;
        }
    }

    .hero-static h1, .hero-static h2, .hero-static h3, .hero-static h4, .hero-static h5, .hero-static h6 {
        color: #fff;
        font-weight: bold;
        text-align: left;
        position: relative;
    }

    .hero-static h1 {
        font-size: 4.5em;
    }

    @media only screen and (max-width: 768px) {
        .hero-static h1 {
            font-size: 3.375em;
        }
    }

    @media only screen and (max-width: 480px) {
        .hero-static h1 {
            font-size: 2.7em;
        }
    }

    .parallax .hero-static .bg-image {
        background-attachment: fixed;
    }

    .cat-tiles {
        padding-top: 24px;
        border-top: 1px solid #CCE0A2;
            margin-bottom: 30px;
    border-bottom: 1px solid #CCE0A2;
    }

    @media only screen and (max-width: 768px) {
        .cat-tiles {
            text-align: center;
        }
    }

    @media only screen and (max-width: 480px) {
        .cat-tiles {
            padding: 24px 10px;
        }
    }

    .cat-tiles h2 {
            font-size: 1.4em;
    /* color: #b2b2b2; */
    font-weight: 600;
    margin-bottom: 24px;
    }

    .cat-tiles .category {
        padding: 0;
    }

    @media only screen and (max-width: 991px) {
        .cat-tiles .category {
            padding: 0 15px;
        }
    }

    @media only screen and (max-width: 480px) {
        .cat-tiles .category {
            padding: 0;
        }
    }

    .cat-tiles a {
        display: block;
        width: 100%;
        padding: 0 15px 5px 15px;
        border: 1px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #48272A;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.125em;
        -webkit-transition: border .25s ease;
        -moz-transition: border .25s ease;
        transition: border .25s ease;
    }

        .cat-tiles a:hover {
            border-color: #2ba8db;
            text-decoration: none;
        }

        .cat-tiles a img {
            display: block;
            margin: auto;
        }

        .cat-tiles a p {
            margin-top: 8px;
            margin-bottom: 0;
            line-height: 1.5;
        }

    @media only screen and (max-width: 480px) {
        .cat-tiles a {
            font-size: 1em;
            padding: 0 10px 16px 10px;
        }
    }

    .category-slider .master-slider {
        padding-bottom: 20px;
    }

    .category-slider .ms-tabs .ms-thumb {
        padding: 0 !important;
        text-align: center;
    }

        .category-slider .ms-tabs .ms-thumb h3 {
            margin-top: 15px;
            font-size: 1em;
            font-weight: 400;
        }

    .category-slider .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
        top: -20px;
        left: 50%;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 33px;
        height: 17px;
        background: url(../masterslider/style/arrow.png) no-repeat;
        margin-left: -16px;
        border: none !important;
    }

    .category-slider .ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
        opacity: 1;
        filter: alpha(opacity=100);
        top: -40px;
    }

    .category-slider .ms-thumb-list {
        padding-top: 30px;
        bottom: -273px !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    .category-slider .ms-thumb-frame {
        background: none !important;
    }

        .category-slider .ms-thumb-frame .ms-thumb {
            opacity: .6;
            filter: alpha(opacity=60);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

            .category-slider .ms-thumb-frame .ms-thumb:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .category-slider .ms-thumb-frame-selected .ms-thumb {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .category-slider .ms-view {
        border-bottom: 1px solid #d8d8d8;
    }

    .category-slider .ms-slide .text-block {
        padding-top: 108px;
        padding-left: 25px;
        width: 502px;
    }

    @media only screen and (max-width: 768px) {
        .category-slider .ms-slide .text-block {
            width: 380px;
            padding-top: 84px;
        }
    }

    @media only screen and (max-width: 480px) {
        .category-slider .ms-slide .text-block {
            width: 200px;
            padding-top: 48px;
        }
    }

    .category-slider .ms-slide .text-block h2 {
        font-size: 3em;
        font-weight: 600;
    }

    .category-slider .ms-slide .text-block p {
        margin-bottom: 48px;
    }

    @media screen and (max-width:640px) {
        .category-slider .ms-slide .text-block p {
            display: none;
        }
    }

    .category-slider .ms-slide .text-block .btn {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    @media only screen and (max-width: 480px) {
        .category-slider .ms-slide .text-block .btn {
            display: block;
            max-width: 160px;
        }
    }

    .category-slider .ms-slide .img-block {
        padding-top: 60px;
    }

        .category-slider .ms-slide .img-block img {
            display: block;
            margin: auto;
        }

    .offer-tabs {
        padding: 48px 0 24px 0;
    }

        .offer-tabs .tab-navs {
            width: 100%;
            max-width: 1200px;
            padding: 0 15px;
            margin: auto;
            text-align: center;
        }

            .offer-tabs .tab-navs a {
                display: inline-block;
                position: relative;
                z-index: 2;
                text-align: center;
                color: #48272A;
                padding-bottom: 25px;
                max-height: 232px;
                max-width: 358px;
                margin: 0 15px;
                opacity: .6;
                filter: alpha(opacity=60);
                -webkit-transition: opacity .3s ease;
                -moz-transition: opacity .3s ease;
                transition: opacity .3s ease;
            }

                .offer-tabs .tab-navs a h3 {
                    font-size: 1em;
                    font-weight: 400;
                    margin-top: 20px;
                }

                .offer-tabs .tab-navs a:hover, .offer-tabs .tab-navs a.active {
                    text-decoration: none;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                .offer-tabs .tab-navs a .arrow {
                    display: block;
                    position: absolute;
                    width: 33px;
                    height: 17px;
                    background: url(../img/arrow-down.png) no-repeat;
                    bottom: 0;
                    left: 50%;
                    margin-left: -16px;
                    display: none;
                }

                .offer-tabs .tab-navs a.active .arrow {
                    display: block;
                }

        .offer-tabs .tab-content {
            margin-top: -16px;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #d8d8d8;
            position: relative;
            z-index: 1;
        }

            .offer-tabs .tab-content .tab-pane {
                width: 100%;
                padding-top: 36px;
            }

                .offer-tabs .tab-content .tab-pane h3 {
                    font-size: 3em;
                    font-weight: bold;
                    margin-bottom: 16px;
                }

    @media only screen and (max-width: 991px) {
        .offer-tabs .tab-content .tab-pane h3 {
            font-size: 2em;
        }
    }

    .offer-tabs .tab-content .text-block {
        padding-bottom: 12px;
    }

    .offer-tabs .tab-content .img-block {
        width: 100%;
    }

        .offer-tabs .tab-content .img-block img {
            display: block;
            margin: auto;
        }

    @media only screen and (max-width: 768px) {
        .offer-tabs .tab-content {
            text-align: center;
        }
    }

    .offer-tabs .owl-carousel .owl-wrapper-outer {
        position: relative;
        z-index: 2;
    }

    .info-block .text {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    @media only screen and (max-width: 1200px) {
        .info-block .text {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }

    .info-block p {
        font-weight: 300;
        font-size: 1.4em;
        margin-bottom: 36px;
        line-height: 2;
    }

    @media only screen and (max-width: 1200px) {
        .info-block p {
            font-size: 1.2em;
            line-height: 1.7;
        }
    }

    .info-block-image {
        position: relative;
        width: 100%;
        padding: 72px 0 60px 0;
        overflow: hidden;
        color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    @media only screen and (max-width: 991px) {
        .info-block-image {
            -webkit-background-size: auto;
            -moz-background-size: auto;
            -o-background-size: auto;
            background-size: auto;
        }
    }

    @media only screen and (max-width: 768px) {
        .info-block-image {
            padding: 48px 0 36px 0;
            text-align: center;
        }
    }

    .info-block-image .overlay {
        position: absolute;
        width: 100%;
        min-height: 100%;
        background: url(../img/overlays/overlay-primary.png) repeat;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .info-block-image .container {
        position: relative;
        z-index: 2;
    }

    .info-block-image h2 {
        color: #fff;
        font-size: 2.8em;
    }

    @media only screen and (max-width: 768px) {
        .info-block-image h2 {
            font-size: 2.2em;
        }
    }

    .info-block-image .icon {
        font-size: 14em;
        line-height: 1;
        text-align: center;
    }

    @media only screen and (max-width: 768px) {
        .info-block-image .icon {
            font-size: 9em;
            margin-bottom: -15px;
        }
    }

    .info-block-image p {
        margin-top: 16px;
    }

    .info-block-image .color-box {
        width: 100%;
        background: rgba(255,255,255,0.9);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 48px 25px 60px 25px;
        color: #48272A;
        text-align: center;
    }

        .info-block-image .color-box h1, .info-block-image .color-box h2, .info-block-image .color-box h3, .info-block-image .color-box h4, .info-block-image .color-box h5, .info-block-image .color-box h6 {
            color: #48272A;
        }

        .info-block-image .color-box .tiles {
            display: table;
            margin: 24px auto 28.8px auto;
        }

            .info-block-image .color-box .tiles div {
                display: inline-block;
                margin: 15px 5px;
                padding: 20px 30px;
                font-size: 1.125em;
                font-weight: 300;
                border: 1px solid #2ba8db;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

    @media only screen and (max-width: 991px) {
        .info-block-image .color-box .tiles div {
            display: inline-block;
            text-align: center;
        }
    }

    .info-block-image .color-box .tiles div span {
        display: block;
        margin-top: 15px;
        color: #48272A;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        transition: color .3s ease;
    }

    .info-block-image .color-box .tiles div i {
        color: #2ba8db;
        font-size: 2em;
    }

    .info-block-image .color-box .btn {
        min-width: 260px;
    }

    @media only screen and (max-width: 480px) {
        .info-block-image .color-box .btn {
            min-width: 0;
        }
    }

    @media only screen and (max-width: 991px) {
        .info-block-image .color-box {
            padding: 24px 20px 36px 20px;
        }
    }

    .parallax .info-block-image {
        background-attachment: fixed;
    }

    .feature-tabs {
        padding-top: 96px;
    }

        .feature-tabs img {
            margin: 60px auto 0 auto;
        }

        .feature-tabs h2 {
            font-size: 3em;
        }

        .feature-tabs .tabs-pane {
            position: relative;
            display: none;
        }

            .feature-tabs .tabs-pane.current {
                display: block;
            }

    @media only screen and (max-width: 991px) {
        .feature-tabs .tabs-pane {
            text-align: center;
        }
    }

    .feature-tabs .tab {
        display: table;
        float: left;
        width: 180px;
        height: 180px;
        margin: 24px 2px 0 2px;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        background: transparent;
        color: #2ba8db;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .feature-tabs .tab i {
            display: table-cell;
            vertical-align: middle;
            font-size: 8em;
            line-height: 1;
        }

    @media only screen and (max-width: 1200px) {
        .feature-tabs .tab i {
            font-size: 6em;
        }
    }

    @media only screen and (max-width: 480px) {
        .feature-tabs .tab i {
            font-size: 3.5em;
        }
    }

    .feature-tabs .tab.active {
        color: #fff;
        background: #2ba8db;
    }

    @media only screen and (max-width: 1200px) {
        .feature-tabs .tab {
            width: 140px;
            height: 140px;
        }
    }

    @media only screen and (max-width: 480px) {
        .feature-tabs .tab {
            width: 80px;
            height: 80px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .feature-tabs .tabs {
            display: table;
            margin: auto;
            text-align: center;
        }
    }

    @media only screen and (max-width: 991px) {
        .feature-tabs {
            padding-top: 48px;
        }
    }

    .menu {
            display: block;
    width: 100%;
    /*height: 104px;
    background: #49CC32;
    padding: 0;     */
    }

        .menu .main, .menu .catalog {
            display: block;
            list-style: none;
            text-align: right;
            width: 100%;
            /*max-width: 748px;*/
            /*border-bottom: 1px solid #49CC32;*/
        }

    @media only screen and (max-width: 1200px) {
        .menu .main, .menu .catalog {
            /*max-width: 570px;*/
        }
    }

    .menu .main li, .menu .catalog li {
        position: relative;
        display: inline-block;
        font-size: 1.24em;
        margin-left: 2px;
        margin-bottom: 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .menu .main li.has-submenu:hover, .menu .catalog li.has-submenu:hover {
            background: #2ba8db;
        }

            .menu .main li.has-submenu:hover a, .menu .catalog li.has-submenu:hover a {
                -webkit-transition: none;
                -moz-transition: none;
                transition: none;
            }

            .menu .main li.has-submenu:hover .submenu, .menu .catalog li.has-submenu:hover .submenu {
                display: block;
                    margin: 0;
    padding: 1px 0;
            }

        .menu .main li.has-submenu a > i, .menu .catalog li.has-submenu a > i {
            /*display: none;*/
        }

        .menu .main li a, .menu .catalog li a {
            display: block;
            padding: 8px 12px 10px 12px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            transition: all .2s ease;
            color:#fff;
        }

        .menu .catalog li:hover a {
            text-decoration: none;
            color: #fff;
        }
        .menu .main li:hover a {
            text-decoration: none;
            color: #442427;
        }

        .menu .main li .label, .menu .catalog li .label {
            position: absolute;
            background: #ff6f69;
            font-weight: normal;
            font-size: .6em;
            padding-top: 4px;
            top: -3px;
            left: 60%;
        }

    @media only screen and (max-width: 991px) {
        .menu .main li .label, .menu .catalog li .label {
            position: relative;
            display: inline-block;
            left: auto;
            top: auto;
            margin-left: 10px;
        }
        .content img {
        width: 100%!important;
        height: auto !important;
        margin:10px 0;
        }
        .content table {
        width: 100%!important;
        height: auto !important;
        }
    }

    .menu .main .submenu, .menu .catalog .submenu {
        position: absolute;
        top: 44px;
        min-width: 240px;
        z-index: 10;
        background: #48272A;
        border: 1px solid #2ba8db;
        padding: 13.33333333px 6px 9.6px 6px;
        -webkit-border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        border-radius: 0 5px 5px 5px;
        font-size: 0.8em;
        display: none;
    }

        .menu .main .submenu li, .menu .catalog .submenu li {
            display: block;
            text-align: left;
            margin-left: 0;
            margin-bottom: 0;
            border-top: 1px solid #2ba8db;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease;
        }

            .menu .main .submenu li:first-child, .menu .catalog .submenu li:first-child {
                padding-top: 0;
                border-top: none;
            }

            .menu .main .submenu li:hover, .menu .catalog .submenu li:hover {
                background: #2ba8db;
            }

            .menu .main .submenu li a, .menu .catalog .submenu li a {
                display: block;
                color: #fff;
                padding: 5px 0 5px 10px;
                    font-size: 15px;
            }

            .menu .main .submenu li .label, .menu .catalog .submenu li .label {
                position: relative;
                display: inline-block;
                left: auto;
                top: auto;
                margin-left: 10px;
            }

    .menu .catalog {
        border-bottom: none;
        padding: 1px 0 0 0;
        text-align: left;
            /*background: #719228;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }

        .menu .catalog li {
            margin-left: 22px;
            -webkit-transition: background .2s ease;
            -moz-transition: background .2s ease;
            transition: background .2s ease;
        }

            .menu .catalog li:first-child {
                margin-left: 0;
            }

            .menu .catalog li:hover {
                background: #49CC32;
            }

    @media only screen and (max-width: 1200px) {
        .menu .catalog li {
            margin-left: 0;
        }
    }

    .menu .catalog li.has-submenu {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

        .menu .catalog li.has-submenu:hover {
            background: #49CC32;
        }

            .menu .catalog li.has-submenu:hover a {
                -webkit-transition: none;
                -moz-transition: none;
                transition: none;
            }

            .menu .catalog li.has-submenu:hover .submenu {
                display: block;
            }

    .menu .catalog li a {
        padding: 9px 14px;
        color: #fff;
        background: none;
    }

    @media only screen and (max-width: 1200px) {
        .menu .catalog li a {
            padding: 9px 9px 20px 9px;
        }
    }

    .menu .catalog li .submenu {
        position: absolute;
        top: 46px;
        width: auto;
        z-index: 10;
        background: #49CC32;
        padding: 12px 6px 12px 6px;
        border: 1px solid #9cc446;
        border-top: none;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .menu .catalog li .submenu li {
            width: auto;
            border-top: 1px solid #49CC32;
        }

            .menu .catalog li .submenu li:hover {
                background: #48272A;
            }

            .menu .catalog li .submenu li.has-submenu {
                padding-right: 32px;
            }

                .menu .catalog li .submenu li.has-submenu:after {
                    display: block;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin-top: -11px;
                    font-family: FontAwesome;
                    color: #fff;
                    content: "\f054";
                    font-size: 0.9em;
                }

        .menu .catalog li .submenu .sub-submenu {
            position: absolute;
    display: none;
    padding-left: 10px;
    z-index: 10;
    top: -1px !important;
    right: -230px;
        }

            .menu .catalog li .submenu .sub-submenu li {
                min-width: 230px;
                border-top: 1px solid #2ba8db;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                transition: all .2s ease;
    background: #49CC32;
            }

                .menu .catalog li .submenu .sub-submenu li:first-child {
                    border-top: none;
                }

                .menu .catalog li .submenu .sub-submenu li a {
                    /*color: #48272A;*/
                        font-size: 15px;
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    transition: all .2s ease;
                }

                .menu .catalog li .submenu .sub-submenu li:hover {
                    background: #2ba8db;
                }

                    .menu .catalog li .submenu .sub-submenu li:hover a {
                        color: #fff;
                        font-size: 15px;
                    }

        .menu .catalog li .submenu .offer {
            display: block;
            position: absolute;
            width: 512px;
            min-height: 100%;
            top: 0;
            right: 0;
            background: #fff;
            border: none;
            -webkit-border-radius: 0 0 5px 0;
            -moz-border-radius: 0 0 5px 0;
            border-radius: 0 0 5px 0;
        }

            .menu .catalog li .submenu .offer:hover {
                background: #fff;
            }

            .menu .catalog li .submenu .offer .col-1 {
                width: 40%;
                position: absolute;
                left: 0;
                padding: 35px 0 20px 15px;
            }

            .menu .catalog li .submenu .offer .col-2 {
                width: 60%;
                position: absolute;
                right: 0;
                padding: 24px 40px 0 20px;
            }

            .menu .catalog li .submenu .offer img {
                margin-bottom: 12px;
            }

            .menu .catalog li .submenu .offer .btn {
                background: #2ba8db;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

                .menu .catalog li .submenu .offer .btn:hover {
                    background: #1f89b4;
                }

    .menu-toggle {
        display: none;
        position: absolute;
        right: 5px;
        top: 10px;
        font-size: 1.75em;
        background: transparent;
        padding: 2px 10px 0 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        transition: background .3s ease;
    }

        .menu-toggle:hover {
            background: #49CC32;
        }

    .small-header .menu {
        height: 57px;
        padding-top: 5px;
    }

        .small-header .menu .main, .small-header .menu .catalog {
            float: left;
            text-align: left;
            width: auto;
            max-width: none;
            padding-left: 0;
            padding-top: 0px;
            border-bottom: none;
        }

        .small-header .menu .main {
            margin-right: 5px;
        }

            .small-header .menu .main li {
                margin-left: 0;
            }

                .small-header .menu .main li a {
                    padding: 8px 12px 22px 12px;
                }

                .small-header .menu .main li .submenu {
                    top: 57px;
                    border-top-right-radius: 0;
                }

                    .small-header .menu .main li .submenu li a {
                        padding: 8px 12px 10px 12px;
                    }

    @media only screen and (max-width: 1200px) {
        .small-header .menu .main {
            display: none;
        }
    }

    @media only screen and (max-width: 991px) {
        .small-header .menu .main {
            display: block;
        }
    }

    .small-header .menu .catalog li {
        margin-left: 0;
    }

        .small-header .menu .catalog li a {
            padding-bottom: 15px;
        }

        .small-header .menu .catalog li .submenu {
            top: 52px;
        }

            .small-header .menu .catalog li .submenu a {
                padding-bottom: 12px;
            }

    .small-header .menu-toggle {
        left: 15px;
        top: 8px;
    }

    @media only screen and (max-width: 991px) {
        .menu, .small-header .menu {
            position: absolute;
            left: 0;
            max-width: 100%;
            height: 340px;
            border-top: 1px solid #fff;
            top: 118px;
            padding: 15px 15px 30px 15px;
            overflow-y: scroll;
            display: none;
            background: #49CC32;
        }

            .menu.expanded, .small-header .menu.expanded {
                display: block;
            }

            .menu .catalog li a, .small-header .menu .catalog li a {
                border-bottom: 1px solid #49CC32;
            }

                .menu .catalog li a:last-child, .small-header .menu .catalog li a:last-child {
                    border-bottom: none;
                }

                .menu .catalog li a:hover, .small-header .menu .catalog li a:hover {
                    background: #49CC32;
                }

            .menu .main li a, .small-header .menu .main li a {
                border-bottom: 1px solid #2ba8db;
            }

                .menu .main li a:hover, .small-header .menu .main li a:hover {
                    background: #2ba8db;
                }

            .menu .main, .small-header .menu .main, .menu .catalog, .small-header .menu .catalog {
                width: 100%;
                max-width: 100%;
                float: none;
                text-align: left;
                padding: 0;
                margin: 0;
                border: none;
            }

                .menu .main li, .small-header .menu .main li, .menu .catalog li, .small-header .menu .catalog li {
                    display: block;
                    width: 100% !important;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    margin-bottom: 0;
                    border: none;
                    -webkit-transition: background .3s ease;
                    -moz-transition: background .3s ease;
                    transition: background .3s ease;
                }

                    .menu .main li.has-submenu a, .small-header .menu .main li.has-submenu a, .menu .catalog li.has-submenu a, .small-header .menu .catalog li.has-submenu a {
                        display: block;
                        padding-right: 60px !important;
                    }

                    .menu .main li.has-submenu:hover a, .small-header .menu .main li.has-submenu:hover a, .menu .catalog li.has-submenu:hover a, .small-header .menu .catalog li.has-submenu:hover a {
                        -webkit-transition: background .3s ease;
                        -moz-transition: background .3s ease;
                        transition: background .3s ease;
                    }

                    .menu .main li.has-submenu:hover .submenu, .small-header .menu .main li.has-submenu:hover .submenu, .menu .catalog li.has-submenu:hover .submenu, .small-header .menu .catalog li.has-submenu:hover .submenu {
                        display: block;
                    }

                    .menu .main li.has-submenu a > i, .small-header .menu .main li.has-submenu a > i, .menu .catalog li.has-submenu a > i, .small-header .menu .catalog li.has-submenu a > i {
                        display: block;
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        width: 50px;
                        text-align: center;
                        height: 40px;
                        padding: 12px;
                        margin-top: -20px;
                        color: #fff;
                        font-size: 0.9em;
                        -webkit-transition: all .25s ease;
                        -moz-transition: all .25s ease;
                        transition: all .25s ease;
                        line-height: 1;
                    }

                        .menu .main li.has-submenu a > i:hover, .small-header .menu .main li.has-submenu a > i:hover, .menu .catalog li.has-submenu a > i:hover, .small-header .menu .catalog li.has-submenu a > i:hover {
                            color: #fff;
                            opacity: .75 !important;
                            filter: alpha(opacity=75) !important;
                        }

                        .menu .main li.has-submenu a > i.open:before, .small-header .menu .main li.has-submenu a > i.open:before, .menu .catalog li.has-submenu a > i.open:before, .small-header .menu .catalog li.has-submenu a > i.open:before {
                            content: "\f077";
                        }

                    .menu .main li.has-submenu .submenu a:after, .small-header .menu .main li.has-submenu .submenu a:after, .menu .catalog li.has-submenu .submenu a:after, .small-header .menu .catalog li.has-submenu .submenu a:after {
                        display: none;
                    }

                    .menu .main li.has-submenu .sub-submenu, .small-header .menu .main li.has-submenu .sub-submenu, .menu .catalog li.has-submenu .sub-submenu, .small-header .menu .catalog li.has-submenu .sub-submenu, .menu .main li.has-submenu .offer, .small-header .menu .main li.has-submenu .offer, .menu .catalog li.has-submenu .offer, .small-header .menu .catalog li.has-submenu .offer {
                        display: none !important;
                    }

                    .menu .main li a, .small-header .menu .main li a, .menu .catalog li a, .small-header .menu .catalog li a {
                        position: relative;
                        background: transparent;
                        padding: 11px 15px !important;
                        color: #fff;
                        -webkit-transition: background .3s ease;
                        -moz-transition: background .3s ease;
                        transition: background .3s ease;
                    }

                .menu .main .submenu, .small-header .menu .main .submenu, .menu .catalog .submenu, .small-header .menu .catalog .submenu {
                    display: block;
                    position: relative !important;
                    width: 100% !important;
                    max-height: 0px !important;
                    overflow: hidden !important;
                    padding: 0 !important;
                    top: 0 !important;
                    border: none;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    transition: all .3s ease;
                }

                    .menu .main .submenu.open, .small-header .menu .main .submenu.open, .menu .catalog .submenu.open, .small-header .menu .catalog .submenu.open {
                        max-height: 1000px !important;
                        padding: 10px 0 !important;
                    }

                    .menu .main .submenu li, .small-header .menu .main .submenu li, .menu .catalog .submenu li, .small-header .menu .catalog .submenu li {
                        padding-left: 20px;
                        border-top: none;
                        border-bottom: 1px solid #515a66;
                    }

                        .menu .main .submenu li a, .small-header .menu .main .submenu li a, .menu .catalog .submenu li a, .small-header .menu .catalog .submenu li a {
                            padding-right: 15px;
                            -webkit-transition: all .3s ease !important;
                            -moz-transition: all .3s ease !important;
                            transition: all .3s ease !important;
                            border: none;
                        }

                        .menu .main .submenu li:hover, .small-header .menu .main .submenu li:hover, .menu .catalog .submenu li:hover, .small-header .menu .catalog .submenu li:hover, .menu .main .submenu li:hover a, .small-header .menu .main .submenu li:hover a, .menu .catalog .submenu li:hover a, .small-header .menu .catalog .submenu li:hover a {
                            background: none !important;
                            color: #2ba8db;
                        }

                .menu .main li.has-submenu a i, .small-header .menu .main li.has-submenu a i, .menu .catalog li.has-submenu a i, .small-header .menu .catalog li.has-submenu a i {
                    border: 1px solid transparent;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                .menu .main li.has-submenu:hover a i, .small-header .menu .main li.has-submenu:hover a i, .menu .catalog li.has-submenu:hover a i, .small-header .menu .catalog li.has-submenu:hover a i {
                    border: 1px solid #fff;
                }

            .menu .catalog, .small-header .menu .catalog {
                margin-top: 15px;
                margin-left: 2px;
            }

                .menu .catalog li, .small-header .menu .catalog li {
                    position: relative;
                    z-index: 6;
                    margin-top: -1px;
                }

                    .menu .catalog li a, .small-header .menu .catalog li a {
                        border-bottom: 1px solid #49CC32 !important;
                    }

                    .menu .catalog li.has-submenu, .small-header .menu .catalog li.has-submenu {
                        -webkit-transition: background .3s ease;
                        -moz-transition: background .3s ease;
                        transition: background .3s ease;
                    }

                    .menu .catalog li .submenu, .small-header .menu .catalog li .submenu {
                        top: 0px;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        border-radius: 0;
                    }

                        .menu .catalog li .submenu li, .small-header .menu .catalog li .submenu li {
                            width: 100%;
                            border-top: none;
                            border-bottom: 1px solid #A6C75E;
                        }

                            .menu .catalog li .submenu li:hover, .small-header .menu .catalog li .submenu li:hover, .menu .catalog li .submenu li:hover a, .small-header .menu .catalog li .submenu li:hover a {
                                color: #49CC32 !important;
                            }

                            .menu .catalog li .submenu li a, .small-header .menu .catalog li .submenu li a {
                                border: none !important;
                            }

                            .menu .catalog li .submenu li.has-submenu:after, .small-header .menu .catalog li .submenu li.has-submenu:after {
                                display: none;
                            }

        .menu-toggle {
            display: block;
        }

        .small-header .menu {
            top: 57px;
        }
    }

    .footer {
            /* background: #48272A; */
    width: 100%;
    color: #222;
    padding: 30px 0 16px 0;
    }

        .footer .info {
            width: 100%;
            max-width: 390px;
        }

        .footer .logo {
            display: block;
            text-decoration: none;
            width: 100%;
            padding-bottom: 24px;
            margin-bottom: 24px;
            border-bottom: 2px solid #49CC32;
        }

            .footer .logo img {
                width: 100%;
                max-width: 195px;
                height: auto;
            }

        .footer p {
                font-size: .875em;
    font-weight: 400;
    /* line-height: 2.5; */
    margin: 0;
        }
.social {
padding-top: 15px;
    text-align: center;
}
        .footer .social a {
            display: inline-block;
            margin-right: 25px;
            font-size: 1.5em;
            line-height: 1;
            /*color: #fff;*/
            text-decoration: none;
            margin-bottom: 24px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .footer .social a:hover {
                opacity: .7;
                filter: alpha(opacity=70);
            }

        .footer .copyright {
            width: 100%;
            border-top: 2px solid #49CC32;
            padding-top: 24px;
        }

            .footer .copyright a {
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

                .footer .copyright a:hover {
                    opacity: .7;
                    filter: alpha(opacity=70);
                    color: #fff;
                    text-decoration: none;
                }

            .footer .copyright p {
                margin-bottom: 0;
            }

        .footer .payment {
            text-align: right;
        }

            .footer .payment img {
                display: inline-block;
                width: 100%;
                max-width: 40px;
                margin-left: 6px;
            }

        /*.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
            color: #fff;
        }*/

        .footer .contacts p {
            line-height: 2.25;
        }

        .footer ul, .footer ol {
            font-size: 1em;
            font-weight: 400;
            line-height: 1.7;
        }

            .footer ul li, .footer ol li {
                margin-bottom: 16px;
            }

    @media only screen and (max-width: 768px) {
        /*.footer {
            text-align: center;
        }*/
          .widget-block img {
    /*display: block;
    max-width: 100%;*/
    height: auto;
    max-height: none;
}
            .footer .info {
                max-width: 100%;
            }

            .footer .logo img {
                margin: auto;
            }

            .footer .contacts {
                margin-top: 24px;
            }

            .footer .payment {
                text-align: center;
                margin-top: 16px;
            }
    }

    .catalog-grid {
        width: 100%;
        padding: 12px 0 36px 0;
            background: #E6E6E6;
    }

    /*@media only screen and (max-width: 768px) {
        .catalog-grid {
            text-align: center;
        }
    }*/

    .catalog-grid .tile {
        width: 100%;
        max-width: 356px;
        position: relative;
        border: 1px solid #E0DFDF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 5px 0;
        text-align: left;
        background: #fff;
    }
     .catalog-grid .tile:hover {
        border: 1px solid #49CC32;
    }

        .catalog-grid .tile img {
            display: block;
            margin: auto;
           /*padding: 20px 0;*/
           max-height: 235px;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
                transition: all 0.8s ease-in-out;
        }
        /*.catalog-grid .tile img:hover {
           opacity:0.6;
        }*/
         .col-left .tile img {
           max-height: 134px;
        }
        .catalog-grid .tile .price-label {
                position: absolute;
    padding: 5px 10px 5px 12px;
    height: 32px;
    background: #49CC32;
    top: 0;
    right: 0;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
        }

            .catalog-grid .tile .price-label.old-price {
                background: #b2b2b2;
                top: 32px;
                text-decoration: line-through;
                -webkit-border-radius: 0 0 0 5px;
                -moz-border-radius: 0 0 0 5px;
                border-radius: 0 0 0 5px;
            }

        .catalog-grid .tile .badges {
            position: absolute;
            top: -1px;
            left: -1px;
        }

            .catalog-grid .tile .badges .sale, .catalog-grid .tile .badges .out, .catalog-grid .tile .badges .best-seller {
               display: block;
    float: left;
    margin-right: 2px;
    width: 55px;
    height: 30px;
    text-align: center;
    background: #F5342C;
        padding-top: 5px;
    color: #fff;
    font-size: 14px;
    text-transform:uppercase;
    /* background: url(../img/catalog/badges.png) no-repeat; */
            }

            .catalog-grid .tile .badges .sale {
                background-position: 0 0;
            }

            .catalog-grid .tile .badges .out {
                background-position: -57px 0;
            }

            .catalog-grid .tile .badges .best-seller {
                background-position: -114px 0;
            }

            .catalog-grid .tile .badges:after {
                visibility: hidden;
                display: block;
                content: "";
                clear: both;
                height: 0;
            }

        .catalog-grid .tile .footer {
            border-top: 1px solid #b2b2b2;
            /*padding: 24px 12px 12px 12px;*/
            background: #fff;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            padding: 3px 8px;
            margin: 0;
            color: #48272A;
        }
        .catalog-grid .tile h3 {
            padding: 6px 0;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            min-height: 56px;
            overflow: hidden;
        }

            .catalog-grid .tile .footer a {
                color: #444141;
                /*font-size: 1.025em;*/
                font-weight: 600;
            }

                .catalog-grid .tile .footer a:hover {
                    color: #2ba8db;
                    text-decoration: none;
                }

            .catalog-grid .tile .footer span a{
                display: block;
                font-size: .875em;
                color: #b2b2b2;
                font-weight: 300;
                margin-top: 0;
            }

            .catalog-grid .tile .footer .tools {
                position: relative;
                margin: 2px 0 1px 2px;
                height: 48px;
            }

                .catalog-grid .tile .footer .tools .rate {
                    position: absolute;
                    top: 15px;
                    left: 0; font-size: 13px;
                }

                    .catalog-grid .tile .footer .tools .rate:after {
                        visibility: hidden;
                        display: block;
                        content: "";
                        clear: both;
                        height: 0;
                    }

                    .catalog-grid .tile .footer .tools .rate span {
                        display: block;
                        float: left;
                        font-size: 1em;
                        color: #b2b2b2;
                        margin-right: 2px;
                    }

                        .catalog-grid .tile .footer .tools .rate span:before {
                            font-family: "outlined-iconset";
                            content: "\e018";
                            background: none;
                        }

                        .catalog-grid .tile .footer .tools .rate span.active {
                            color: #2ba8db;
                        }

                .catalog-grid .tile .footer .tools .wishlist-btn, .catalog-grid .tile .footer .tools .share-btn, .catalog-grid .tile .footer .tools .add-cart-btn {
                    position: absolute;
                    text-align: center;
                    font-size: 1.25em !important;
                    font-weight: 300;
                    white-space: nowrap;
                }

                .catalog-grid .tile .footer .tools .add-cart-btn {
                    display: block;
                    width: 44px;
                    height: 44px;
                    right: 0;
                    top: 0;
                    text-decoration: none;
                    overflow: hidden;
                    padding-top: 6px;
                    background: #2ba8db;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    border-radius: 24px;
                    z-index: 1;
                    color: #fff;
                    font-size: 1.25em !important;
                    font-weight: 300;
                    white-space: nowrap;
                    -webkit-transition: width .25s ease;
                    -moz-transition: width .25s ease;
                    transition: width .25s ease;
                }

                    .catalog-grid .tile .footer .tools .add-cart-btn span {
                        display: none;
                        margin-right: 5px;
                        color: #fff;
                    }

                    .catalog-grid .tile .footer .tools .add-cart-btn i {
                        font-size: 1.1em;
                        vertical-align: middle;
                    }

                    .catalog-grid .tile .footer .tools .add-cart-btn:hover {
                        width: 140px;
                        padding-top: 7px;
                        z-index: 2;
                    }

                        .catalog-grid .tile .footer .tools .add-cart-btn:hover span {
                            display: inline-block;
                        }

                .catalog-grid .tile .footer .tools .share-btn {
                    top: 2px;
                    right: 62px;
                    color: #2ba8db;
                    cursor: pointer;
                    padding-top: 12px;
                }

                    .catalog-grid .tile .footer .tools .share-btn i {
                        font-size: 1.2em;
                    }

                    .catalog-grid .tile .footer .tools .share-btn .hover-state {
                        display: none;
                        position: absolute;
                        top: -2px;
                        left: -52px;
                        width: 140px;
                        height: 48px;
                        z-index: 2;
                        background: #fff;
                        border: 1px solid #2ba8db;
                        -webkit-border-radius: 24px;
                        -moz-border-radius: 24px;
                        border-radius: 24px;
                        padding-top: 9px;
                    }

                        .catalog-grid .tile .footer .tools .share-btn .hover-state a {
                            color: #2ba8db;
                            margin: 0 4px;
                            opacity: 1;
                            filter: alpha(opacity=100);
                        }

                            .catalog-grid .tile .footer .tools .share-btn .hover-state a:hover {
                                opacity: .7;
                                filter: alpha(opacity=70);
                            }

                    .catalog-grid .tile .footer .tools .share-btn:hover .hover-state {
                        display: block;
                    }

                .catalog-grid .tile .footer .tools .wishlist-btn {
                    top: 13px;
                    right: 100px;
                    color: #2ba8db;
                }

                    .catalog-grid .tile .footer .tools .wishlist-btn i {
                        font-size: 1.2em;
                    }

                    .catalog-grid .tile .footer .tools .wishlist-btn .hover-state {
                        position: absolute;
                        display: none;
                        top: -13px;
                        left: -20px;
                        width: 140px;
                        height: 48px;
                        z-index: 2;
                        background: #fff;
                        border: 1px solid #2ba8db;
                        -webkit-border-radius: 24px;
                        -moz-border-radius: 24px;
                        border-radius: 24px;
                        padding-top: 9px;
                    }

                        .catalog-grid .tile .footer .tools .wishlist-btn .hover-state:before {
                            font-family: FontAwesome;
                            content: "\f067";
                            font-size: 1.2em;
                            vertical-align: middle;
                            margin-right: 10px;
                        }

                    .catalog-grid .tile .footer .tools .wishlist-btn:hover .hover-state {
                        display: block;
                    }

    .catalog-single {
        padding: 2px 0 36px;
    }

        .catalog-single h1 {
            font-size: 1.75em;
            font-weight: 300;
        }

    @media only screen and (max-width: 991px) {
        .catalog-single h1 {
            padding-top: 24px;
        }
    }

    .catalog-single h3 {
        font-size: 1.375em;
        margin-bottom: 12px;
    }

    .catalog-single .rate {
        margin-bottom: 12px;
    }

        .catalog-single .rate span {
            display: inline-block;
            font-size: 1em;
            color: #b2b2b2;
        }

            .catalog-single .rate span:before {
                font-family: "outlined-iconset";
                content: "\e018";
                background: none;
            }

            .catalog-single .rate span.active {
                color: #2ba8db;
            }

    .catalog-single .old-price {
        display: inline-block;
        /*margin: 0 15px 10px 0;*/
        font-size: 1.375em;
        color: #b2b2b2;
        font-weight: 900;
        text-decoration: line-through;
    }

    .catalog-single .price {
        display: inline-block;
        margin: 0 15px 10px 0;
        font-size: 1.75em;
        font-weight: 900;
    }

    .catalog-single .buttons {
        margin: 12px 0 16px 0;
    }

        .catalog-single .buttons .btn {
            margin: 10px 2px;
            padding: 6px 20px;
        }

        .catalog-single .buttons .qnt-count {
            display: inline-block;
            vertical-align: middle;
            margin: 10px 2px 10px 0;
        }

            .catalog-single .buttons .qnt-count .incr-btn {
                display: inline-block;
                width: 20px;
                height: 38px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                background: #2ba8db;
                color: #fff;
                text-align: center;
                font-size: 1.375em;
                line-height: 34px;
                -webkit-transition: background .3s ease;
                -moz-transition: background .3s ease;
                transition: background .3s ease;
            }

                .catalog-single .buttons .qnt-count .incr-btn:hover {
                    background: #1f89b4;
                    text-decoration: none;
                }

            .catalog-single .buttons .qnt-count .form-control {
                display: inline-block;
                width: 36px;
                height: 38px;
                margin: 0 2px;
                padding-left: 3px;
                padding-right: 3px;
                text-align: center;
            }

    .catalog-single .social-links {
        margin-bottom: 12px;
    }

        .catalog-single .social-links a {
            display: inline-block;
            margin: 0 10px 10px 0;
            font-size: 1.5em;
            color: #2ba8db;
        }

            .catalog-single .social-links a:hover {
                color: #1f89b4;
            }

    .catalog-single .tags {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .catalog-single .promo-labels {
        padding: 8px 0;
    }

        .catalog-single .promo-labels div {
            display: inline-block;
            border: 1px solid #2ba8db;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 16px 25px;
            margin: 5px 5px 5px 0;
            font-size: 1.125em;
            text-align: center;
            font-weight: 300;
            -webkit-transition: background 0.25s, color 0.25s;
            -moz-transition: background 0.25s, color 0.25s;
            transition: background 0.25s, color 0.25s;
            cursor: help;
        }

            .catalog-single .promo-labels div i {
                font-size: 2em;
                color: #2ba8db;
                display: block;
                margin-bottom: 8px;
                -webkit-transition: color .25s ease;
                -moz-transition: color .25s ease;
                transition: color .25s ease;
            }

            .catalog-single .promo-labels div:hover {
                color: #fff;
                background: #2ba8db;
            }

                .catalog-single .promo-labels div:hover i {
                    color: #fff;
                }

    .catalog-single .prod-gal {
        width: 100%;
        border: 1px solid #b2b2b2;
        padding: 2px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .catalog-single .prod-gal .ms-view {
            background: #fff;
        }

        .catalog-single .prod-gal .ms-container {
            overflow: hidden;
        }

    @media only screen and (max-width: 991px) {
        .catalog-single {
            text-align: left;
        }
    }

    .tech-specs {
        width: 100%;
        padding: 48px 0;
    }

        .tech-specs h2 {
            margin-bottom: 36px;
        }

        .tech-specs .item {
            padding: 24px 15px;
            border-bottom: 1px solid #49CC32;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .tech-specs .item span {
                display: block;
                margin-top: 8px;
                color: #2ba8db;
                font-size: 1.125em;
                font-weight: 300;
            }

            .tech-specs .item i {
                color: #2ba8db;
                font-size: 1.9em;
            }

            .tech-specs .item p {
                margin-bottom: 0;
            }

            .tech-specs .item span, .tech-specs .item i, .tech-specs .item p {
                -webkit-transition: all .25s ease;
                -moz-transition: all .25s ease;
                transition: all .25s ease;
            }

            .tech-specs .item:hover {
                background: #49CC32;
            }

                .tech-specs .item:hover span, .tech-specs .item:hover i, .tech-specs .item:hover p {
                    color: #fff;
                }

    @media only screen and (max-width: 768px) {
        .tech-specs {
            text-align: center;
        }
    }

    .with-sorting {
        display: inline-block;
        margin-bottom: 12px !important;
    }

    .sorting {
        display: inline-block;
        vertical-align: middle;
        margin: 24px 0 24px 25px;
    }

    @media only screen and (max-width: 768px) {
        .sorting {
            display: block;
            margin: 0 0 24px 15px;
        }
    }

    .sorting a {
        display: inline-block;
        font-weight: 300;
        margin-right: 15px;
    }

        .sorting a:after {
            font-size: 1.5em;
            margin-left: 5px;
            vertical-align: middle;
            font-family: FontAwesome;
            content: "\f107";
        }

        .sorting a:hover {
            text-decoration: none;
            color: #b2b2b2;
        }

        .sorting a.sorted:after {
            content: "\f106";
        }

    .subnav {
        margin-bottom: 12px;
    }

        .subnav a {
            display: inline-block;
            font-size: 1.125em;
            font-weight: 300;
            margin: 0 20px 15px 0;
        }

    .shop-filters {
        width: 100%;
        position: relative;
    }

        .shop-filters .filter-section {
            position: relative;
            padding-bottom: 36px;
            margin-bottom: 15px;
            border-bottom: 2px solid #49CC32;
        }

            .shop-filters .filter-section:last-child {
                border: none;
            }

            .shop-filters .filter-section h3 {
                font-size: 1.125em;
                font-weight: 400;
            }

            .shop-filters .filter-section .price-btns a, .shop-filters .filter-section .price-btns .btn, .shop-filters .filter-section .price-btns button {
                margin-bottom: 12px;
                outline: 0;
            }

            .shop-filters .filter-section .price-slider {
                margin-top: 36px;
            }

    @media only screen and (max-width: 768px) {
        .shop-filters .filter-section .price-slider {
            text-align: center;
        }
    }

    .shop-filters .filter-section .price-slider .values {
        display: inline-block;
        margin: 24px 20px 16px 0;
    }

    @media only screen and (max-width: 768px) {
        .shop-filters .filter-section .price-slider .values {
            margin-right: 0;
        }
    }

    .shop-filters .filter-section .price-slider .values input {
        display: inline-block;
        height: 35px;
        padding-left: 8px;
        padding-right: 8px;
        width: 58px;
        text-align: center;
        font-weight: bold;
    }

    .shop-filters .filter-section .price-slider .values .labels {
        display: inline-block;
        font-weight: bold;
    }

    .shop-filters .filter-section .price-slider input[type=submit] {
        padding-left: 20px;
        padding-right: 20px;
    }

    @media only screen and (max-width: 1200px) {
        .shop-filters .filter-section .price-slider input[type=submit] {
            width: 100%;
        }
    }

    .shop-filters .filter-section .clear {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: .94em;
        color: #2ba8db;
        cursor: pointer;
        border-bottom: 1px dashed transparent;
        -webkit-transition: border .25s ease;
        -moz-transition: border .25s ease;
        transition: border .25s ease;
    }

        .shop-filters .filter-section .clear:hover {
            border-bottom: 1px dashed #2ba8db;
        }

    .shop-filters .filter-section label {
        margin-bottom: 6px;
        font-size: .9em;
        font-weight: 300;
    }

        .shop-filters .filter-section label .icheckbox, .shop-filters .filter-section label .iradio {
            display: block;
            float: left;
            *display: inline;
            margin: 4px 9px 0 0;
            padding: 0;
            width: 14px;
            height: 14px;
            border: none;
            cursor: pointer;
        }

        .shop-filters .filter-section label .icheckbox {
            background: url(../img/forms/checkbox.png) no-repeat 0 0;
        }

        .shop-filters .filter-section label .iradio {
            background: url(../img/forms/radio.png) no-repeat 0 0;
        }

            .shop-filters .filter-section label .icheckbox.checked, .shop-filters .filter-section label .iradio.checked {
                background-position: 0 -14px;
            }

        .shop-filters .filter-section label .checkbox.disabled label, .shop-filters .filter-section label .radio.disabled label {
            cursor: default;
            color: #b2b2b2;
        }

        .shop-filters .filter-section label .icheckbox.disabled, .shop-filters .filter-section label .iradio.disabled {
            background-position: 0px 0px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

        .shop-filters .filter-section label .icheckbox.checked.disabled, .shop-filters .filter-section label .iradio.checked.disabled {
            background-position: 0 -14px;
            opacity: .5;
            filter: alpha(opacity=5);
            cursor: default;
        }

    .shop-filters .filter-section .categories {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1em;
        font-weight: 300;
    }

        .shop-filters .filter-section .categories li {
            line-height: 1.4;
        }

            .shop-filters .filter-section .categories li a {
                color: #48272A;
            }

            .shop-filters .filter-section .categories li:hover > a {
                text-decoration: none;
                color: #2ba8db;
            }

            .shop-filters .filter-section .categories li.has-subcategory a:after {
                content: "+";
                font-size: 1.2em;
                margin-left: 8px;
                font-weight: 300;
            }

            .shop-filters .filter-section .categories li.has-subcategory.opened a:after {
                content: "-";
            }

            .shop-filters .filter-section .categories li.has-subcategory .subcategory {
                max-height: 0px;
                overflow: hidden;
                list-style: none;
                margin: 0px 0 5px 0;
                padding-left: 20px;
                font-size: 0.9em;
                font-weight: 300;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

                .shop-filters .filter-section .categories li.has-subcategory .subcategory li a:after {
                    display: none;
                }

                .shop-filters .filter-section .categories li.has-subcategory .subcategory li:hover a {
                    color: #2ba8db;
                }

                .shop-filters .filter-section .categories li.has-subcategory .subcategory.open {
                    max-height: 1000px;
                    margin-top: 15px;
                }

    .filter-toggle {
        display: none;
        position: fixed;
        z-index: 5;
        top: 200px;
        left: 0;
        font-size: 1.4em;
        border-top: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        color: #b2b2b2;
        background: #fff;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        padding: 5px 13px;
        cursor: pointer;
    }

        .filter-toggle i {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity .25s ease;
            -moz-transition: opacity .25s ease;
            transition: opacity .25s ease;
        }

        .filter-toggle:hover i {
            opacity: .7;
            filter: alpha(opacity=70);
        }

    @media only screen and (max-width: 768px) {
        .filters-mobile {
            display: none;
        }

        .shop-filters {
            text-align: left;
        }

        .filter-toggle {
            display: block;
        }
    }

    .special-offer {
        margin-bottom: 48px;
    }

        .special-offer .tile {
            width: 100%;
            max-width: 260px;
            position: relative;
            border: 1px solid #b2b2b2;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin: 16px auto;
            text-align: left;
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
        }

            .special-offer .tile img {
                display: block;
                margin: auto;
                -webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
            }

            .special-offer .tile .price-label {
                position: absolute;
                padding: 11px 10px 11px 12px;
                height: 47px;
                background: #49CC32;
                top: 0;
                right: 0;
                font-size: 1.125em;
                color: #fff;
                font-weight: 900;
                -webkit-border-radius: 0 0 0 5px;
                -moz-border-radius: 0 0 0 5px;
                border-radius: 0 0 0 5px;
            }

            .special-offer .tile .footer {
                border-top: 1px solid #b2b2b2;
                padding: 12px;
                background: #fff;
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
            }

                .special-offer .tile .footer a {
                    color: #48272A;
                    font-size: 1.125em;
                    font-weight: 300;
                }

                    .special-offer .tile .footer a:hover {
                        color: #2ba8db;
                        text-decoration: none;
                    }

        .special-offer .sign {
            width: 100%;
            font-size: 3.75em;
            color: #2ba8db;
            text-align: center;
            font-weight: 900;
            padding-top: 100px;
        }

    @media only screen and (max-width: 1200px) {
        .special-offer .sign {
            padding-top: 80px;
        }
    }

    @media only screen and (max-width: 991px) {
        .special-offer .sign {
            padding-top: 60px;
        }
    }

    @media only screen and (max-width: 768px) {
        .special-offer .sign {
            padding-top: 0;
        }
    }

    .special-offer .offer {
        width: 100%;
        margin: 16px auto 28.8px auto;
        padding: 24px 15px 48px 15px;
        background: url(../img/offers/special-offer-bg.png) repeat;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
    }

        .special-offer .offer h3 {
            font-size: 2.25em;
            font-weight: 400;
            margin-bottom: 16px;
        }

    @media only screen and (max-width: 991px) {
        .special-offer .offer h3 {
            font-size: 2em;
            margin-bottom: 9.6px;
        }
    }

    @media only screen and (max-width: 768px) {
        .special-offer .offer h3 {
            font-size: 2.25em;
            margin-bottom: 16px;
        }
    }

    .special-offer .offer h4 {
        font-size: 1.75em;
        font-weight: bold;
        margin-bottom: 36px;
    }

    @media only screen and (max-width: 991px) {
        .special-offer .offer h4 {
            font-size: 1.5em;
            margin-bottom: 16px;
        }
    }

    @media only screen and (max-width: 768px) {
        .special-offer .offer h4 {
            font-size: 1.75em;
            margin-bottom: 36px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .special-offer .offer {
            padding-top: 12px;
        }
    }

    @media only screen and (max-width: 991px) {
        .special-offer .offer {
            padding: 8px 10px 48px 10px;
        }
    }

    @media only screen and (max-width: 768px) {
        .special-offer .offer {
            padding: 24px 15px 48px 15px;
        }
    }

    @media only screen and (max-width: 768px) {
        .special-offer {
            text-align: center;
        }
    }

    .cart-message {
        width: 100%;
        max-width: 1140px;
        max-height: 0px;
        overflow: hidden;
        margin: 12px auto 0 auto;
        padding: 0 25px;
        background: #49CC32;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .cart-message.visible {
            max-height: 800px;
            padding: 12px 25px;
            opacity: 1;
        }

        .cart-message p, .cart-message i {
            display: block;
            float: left;
            line-height: 1.3;
            margin-top: 9px;
            margin-bottom: 10px;
        }

        .cart-message i {
            margin-right: 20px;
        }

        .cart-message a {
            display: block;
            float: right;
        }

        .cart-message:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

    .shopping-cart, .wishlist {
        padding: 24px 0 0 0;
    }

    @media only screen and (max-width: 991px) {
        .shopping-cart h2, .wishlist h2 {
            text-align: center;
        }
    }

    .shopping-cart table, .wishlist table {
        width: 100%;
        max-width: 820px;
        border-collapse: collapse;
        margin-bottom: 24px;
    }

        .shopping-cart table th, .wishlist table th {
            font-size: .875em;
            font-weight: normal;
            padding: 0;
        }

    @media screen and (max-width:680px) {
        .shopping-cart table th:first-child, .wishlist table th:first-child {
            display: none;
        }
    }

    @media only screen and (max-width: 480px) {
        .shopping-cart table th, .wishlist table th {
            font-size: .83125em;
        }
    }

    .shopping-cart table .item, .wishlist table .item {
        border-bottom: 1px solid #b2b2b2;
    }

        .shopping-cart table .item:last-child, .wishlist table .item:last-child {
            border-bottom: none !important;
        }

    @media screen and (max-width:680px) {
        .shopping-cart table .item .total, .wishlist table .item .total {
            display: none;
        }
    }

    .shopping-cart table td, .wishlist table td {
        padding: 8px 0 12px 0;
        vertical-align: middle;
        font-size: 1.125em;
        font-weight: 300;
        position: relative;
    }

    @media screen and (max-width:680px) {
        .shopping-cart table td, .wishlist table td {
            padding: 24px 0;
        }
    }

    .shopping-cart table td.align-r, .wishlist table td.align-r {
        text-align: right;
    }

    .shopping-cart table td.thumb, .wishlist table td.thumb {
        width: 22.4%;
    }

    @media only screen and (max-width: 768px) {
        .shopping-cart table td.thumb, .wishlist table td.thumb {
            width: 15%;
        }
    }

    @media screen and (max-width:680px) {
        .shopping-cart table td.thumb, .wishlist table td.thumb {
            display: none;
        }
    }

    .shopping-cart table td.name, .wishlist table td.name {
        font-size: 1.5em;
        font-weight: 300;
    }

        .shopping-cart table td.name a, .wishlist table td.name a {
            border-bottom: 1px solid transparent;
        }

            .shopping-cart table td.name a:hover, .wishlist table td.name a:hover {
                text-decoration: none;
                border-bottom: 1px solid #2ba8db;
            }

    @media only screen and (max-width: 480px) {
        .shopping-cart table td.name, .wishlist table td.name {
            font-size: 1.2em;
        }
    }

    .shopping-cart table td.price, .wishlist table td.price, .shopping-cart table td.total, .wishlist table td.total {
        font-size: 1.125em;
        font-weight: 900;
    }

    @media only screen and (max-width: 480px) {
        .shopping-cart table td.price, .wishlist table td.price, .shopping-cart table td.total, .wishlist table td.total {
            font-size: 1em;
        }
    }

    .shopping-cart table td.delete, .wishlist table td.delete {
        vertical-align: middle;
    }

        .shopping-cart table td.delete i, .wishlist table td.delete i {
            display: inline-block;
            font-size: 1.5em;
            color: #2ba8db;
            cursor: pointer;
            -webkit-transition: color .3s ease;
            -moz-transition: color .3s ease;
            transition: color .3s ease;
        }

            .shopping-cart table td.delete i:hover, .wishlist table td.delete i:hover {
                color: #b2b2b2;
            }

    @media screen and (max-width:680px) {
        .shopping-cart table td.delete i, .wishlist table td.delete i {
            font-size: 1.3em;
        }
    }

    .shopping-cart table td.qnt-count .incr-btn, .wishlist table td.qnt-count .incr-btn {
        display: inline-block;
        width: 20px;
        height: 38px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #2ba8db;
        color: #fff;
        text-align: center;
        font-size: 1.3em;
        font-weight: normal;
        line-height: 34px;
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        transition: background .3s ease;
    }

        .shopping-cart table td.qnt-count .incr-btn:hover, .wishlist table td.qnt-count .incr-btn:hover {
            background: #1f89b4;
            text-decoration: none;
        }

    @media screen and (max-width:680px) {
        .shopping-cart table td.qnt-count, .wishlist table td.qnt-count {
            width: 95px;
        }
    }

    .shopping-cart table td.qnt-count .form-control, .wishlist table td.qnt-count .form-control {
        display: inline-block;
        width: 36px;
        height: 38px;
        margin: 0 2px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }

    .shopping-cart .cart-sidebar .cart-totals, .wishlist .cart-sidebar .cart-totals {
        margin-bottom: 36px;
    }

        .shopping-cart .cart-sidebar .cart-totals .devider, .wishlist .cart-sidebar .cart-totals .devider {
            border-bottom: 1px solid #b2b2b2;
        }

            .shopping-cart .cart-sidebar .cart-totals .devider > td, .wishlist .cart-sidebar .cart-totals .devider > td {
                padding-bottom: 16px;
            }

            .shopping-cart .cart-sidebar .cart-totals .devider + tr td, .wishlist .cart-sidebar .cart-totals .devider + tr td {
                padding-top: 16px;
            }

        .shopping-cart .cart-sidebar .cart-totals .btn, .wishlist .cart-sidebar .cart-totals .btn {
            margin-top: 12px;
        }

    .shopping-cart .cart-sidebar .coupon, .wishlist .cart-sidebar .coupon {
        margin-bottom: 33.6px;
    }

    .wishlist table .name {
        width: 25%;
    }

    @media only screen and (max-width: 768px) {
        .wishlist table .name {
            width: 28%;
        }
    }

    @media screen and (max-width:550px) {
        .wishlist table .name {
            width: 36%;
        }
    }

    .wishlist table .price {
        width: 18%;
    }

    @media only screen and (max-width: 768px) {
        .wishlist table .price {
            width: 22%;
        }
    }

    @media screen and (max-width:550px) {
        .wishlist table .price {
            width: 26%;
        }
    }

    @media screen and (max-width:550px) {
        .wishlist table .button a, .wishlist table .button .btn {
            font-size: 0.7em;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media screen and (max-width:410px) {
        .wishlist table .button a, .wishlist table .button .btn {
            font-size: 0.5em;
        }
    }

    .checkout {
        margin-bottom: 24px;
    }

    @media only screen and (max-width: 768px) {
        .checkout {
            margin-bottom: 48px;
        }
    }

    @media only screen and (max-width: 768px) {
        .checkout .login-form {
            margin-bottom: 24px;
        }
    }

    .checkout table {
        width: 100%;
        font-size: 1.125em;
        margin-bottom: 24px;
    }

        .checkout table td {
            padding-top: 16px;
        }

            .checkout table td.border {
                border-bottom: 1px solid #b2b2b2;
                padding-bottom: 16px;
            }

        .checkout table .align-r {
            text-align: right;
        }

        .checkout table th, .checkout table .th {
            color: #2ba8db;
            font-weight: 300;
        }

        .checkout table .name span {
            font-weight: 900;
            margin-left: 10px;
        }

        .checkout table .price {
            font-weight: 900;
            text-align: right;
        }

    .checkout .payment-method {
        width: 100%;
        padding: 24px 15px;
        margin-bottom: 24px;
        background: #2ba8db;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
    }

        .checkout .payment-method label .pp-label {
            display: inline-block;
            float: none;
            vertical-align: middle;
            margin-left: 10px;
            width: 68px;
            height: 24px;
            background: url(../img/forms/paypal-label.png) no-repeat;
        }

    .top-item {
        width: 100%;
        max-width: 260px;
        position: relative;
        border: 1px solid #b2b2b2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 16px auto;
        text-align: left;
    }

        .top-item img {
            display: block;
            margin: auto;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

        .top-item .price-label {
            position: absolute;
            padding: 11px 10px 11px 12px;
            height: 47px;
            background: #49CC32;
            top: 0;
            right: 0;
            font-size: 1.125em;
            color: #fff;
            font-weight: 900;
            -webkit-border-radius: 0 0 0 5px;
            -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
        }

        .top-item .footer {
            border-top: 1px solid #b2b2b2;
            padding: 12px;
            background: #fff;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

            .top-item .footer a {
                color: #48272A;
                font-size: 1.125em;
                font-weight: 300;
            }

                .top-item .footer a:hover {
                    color: #2ba8db;
                    text-decoration: none;
                }

    .blog .post {
        margin-bottom: 48px;
    }

        .blog .post .title a {
            -webkit-transition: border .3s ease;
            -moz-transition: border .3s ease;
            transition: border .3s ease;
            border-bottom: 1px solid transparent;
        }

        .blog .post .title:hover a {
            text-decoration: none;
            border-bottom: 1px solid #2ba8db;
        }

        .blog .post img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 24px;
        }

    @media only screen and (max-width: 768px) {
        .blog .post p {
            font-size: .875em;
        }
    }

    .blog .post footer .btn {
        float: left;
        margin-right: 20px;
        margin-bottom: 16px;
    }

    @media only screen and (max-width: 768px) {
        .blog .post footer .btn {
            float: none;
        }
    }

    .blog .post footer .share {
        display: block;
        float: left;
        padding-top: 5px;
    }

    @media only screen and (max-width: 768px) {
        .blog .post footer .share {
            float: none;
        }
    }

    .blog .post footer .share a {
        font-size: 1.5em;
        margin-right: 10px;
    }

        .blog .post footer .share a:hover {
            color: #1f89b4;
        }

    .blog .post footer .meta {
        display: block;
        padding: 15px 0 0 0;
        list-style: none;
        float: right;
        text-align: right;
        font-weight: 500;
    }

    @media only screen and (max-width: 768px) {
        .blog .post footer .meta {
            float: none;
            text-align: left;
        }
    }

    .blog .post footer .meta li {
        display: inline-block;
        margin-left: 15px;
    }

    @media only screen and (max-width: 768px) {
        .blog .post footer .meta li {
            margin-left: 0;
            margin-right: 15px;
        }
    }

    .blog .post footer .meta li i {
        margin-right: 5px;
    }

    .blog .post footer:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .blog .comments-block {
        margin-bottom: 48px;
    }

    .tags {
        color: #2ba8db;
        margin-bottom: 33.6px;
        line-height: 1.7;
    }

    .latest-posts .post {
        margin-bottom: 16px;
    }

        .latest-posts .post > a {
            display: inline-block;
            margin-bottom: 8px;
        }

        .latest-posts .post .meta {
            font-size: .875em;
            color: #b2b2b2;
        }

            .latest-posts .post .meta a {
                display: block;
                float: left;
                color: #b2b2b2;
                margin-bottom: 12px;
            }

            .latest-posts .post .meta .date {
                display: block;
                float: right;
            }

            .latest-posts .post .meta:after {
                visibility: hidden;
                display: block;
                content: "";
                clear: both;
                height: 0;
            }

    .log-reg {
        margin-bottom: 72px;
    }

        .log-reg .social-login {
            margin-bottom: 24px;
        }

        .log-reg .registr-form {
            margin-left: 32px;
            padding-left: 64px;
            border-left: 2px solid #49CC32;
        }

    @media only screen and (max-width: 768px) {
        .log-reg .registr-form {
            margin-left: 0;
            margin-top: 48px;
            padding-left: 0;
            border-left: none;
        }
    }

    .map {
        padding: 0 15px 24px 15px;
    }

        .map iframe {
            width: 100% !important;
        }

    @media only screen and (max-width: 768px) {
        .map iframe {
            height: 250px !important;
        }
    }

    .contact-form {
        margin-bottom: 48px;
    }

    .about .hero-static {
        height: 500px;
    }

        .about .hero-static .content {
            display: table;
            height: 500px;
            width: 100%;
            position: relative;
            z-index: 4;
        }

            .about .hero-static .content .inner {
                display: table-cell;
                vertical-align: middle;
                padding: 40px 15px;
            }

                .about .hero-static .content .inner h1 {
                    text-align: center;
                }

                    .about .hero-static .content .inner h1 span {
                        color: #49CC32;
                        font-weight: 300;
                    }

    .about .team {
        margin-bottom: 48px;
    }

        .about .team .member {
            width: 100%;
            max-width: 263px;
            text-align: center;
            margin: 16px auto 36px auto;
        }

            .about .team .member .mask {
                border: 1px solid #2ba8db;
                padding: 4px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                margin-bottom: 28.8px;
            }

                .about .team .member .mask img {
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

            .about .team .member h4 {
                font-size: 1.5em !important;
                font-weight: 300;
            }

            .about .team .member .social {
                margin-top: 24px;
            }

                .about .team .member .social a {
                    display: inline-block;
                    font-size: 1.5em;
                    margin: 0 7px;
                }

                    .about .team .member .social a:hover {
                        color: #1f89b4;
                    }

    .page-404 {
        background: url(../img/noise.gif) repeat;
    }

        .page-404 .content {
            width: 100%;
            display: table;
        }

            .page-404 .content .inner {
                display: table-cell;
                vertical-align: middle;
                padding: 36px 15px;
            }

                .page-404 .content .inner .block {
                    width: 100%;
                    max-width: 560px;
                    margin: auto;
                    text-align: center;
                    color: #fff;
                }

                    .page-404 .content .inner .block span {
                        font-size: 6em;
                        margin-bottom: 36px;
                    }

                    .page-404 .content .inner .block .btn {
                        margin-bottom: 12px;
                    }

                    .page-404 .content .inner .block p {
                        font-size: 1.4em;
                        margin-bottom: 36px;
                        font-weight: 300;
                    }

                        .page-404 .content .inner .block p span {
                            display: block;
                            font-weight: bold;
                            font-size: 1.5em;
                            margin-bottom: 0;
                        }

        .page-404 .search-404 {
            position: relative;
        }

            .page-404 .search-404 .form-control {
                color: #fff;
                border: 1px solid #fff;
                padding-right: 45px;
            }

                .page-404 .search-404 .form-control:focus {
                    border-color: #fff;
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
                }

                .page-404 .search-404 .form-control:focus {
                    border-color: #fff;
                    outline: 0;
                    -webkit-box-shadow: 0 0 0 1px #fff;
                    -moz-box-shadow: 0 0 0 1px #fff;
                    box-shadow: 0 0 0 1px #fff;
                }

                .page-404 .search-404 .form-control::-moz-placeholder {
                    color: #fff;
                    opacity: 1;
                }

                .page-404 .search-404 .form-control:-ms-input-placeholder {
                    color: #fff;
                }

                .page-404 .search-404 .form-control::-webkit-input-placeholder {
                    color: #fff;
                }

                .page-404 .search-404 .form-control::-moz-placeholder {
                    color: #fff;
                    opacity: 1;
                }

                .page-404 .search-404 .form-control:-ms-input-placeholder {
                    color: #fff;
                }

                .page-404 .search-404 .form-control::-webkit-input-placeholder {
                    color: #fff;
                }

            .page-404 .search-404 button[type=submit] {
                display: block;
                position: absolute;
                right: 8px;
                top: 5px;
                border: none;
                background: none;
                outline: none;
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=100);
                -webkit-transition: opacity .3s ease;
                -moz-transition: opacity .3s ease;
                transition: opacity .3s ease;
            }

                .page-404 .search-404 button[type=submit]:after {
                    font-family: "outlined-iconset";
                    content: "\e035";
                    font-size: 1.5em;
                }

                .page-404 .search-404 button[type=submit]:hover {
                    opacity: .7;
                    filter: alpha(opacity=70);
                }

    .cs-page {
        padding-bottom: 48px;
    }

        .cs-page .cs-heading {
            font-size: 1.75em;
            color: #b2b2b2;
            border-bottom: 1px solid #b2b2b2;
            padding-bottom: 10px;
        }

        .cs-page .buttons-demo a {
            margin-bottom: 16px;
        }

    .coming-soon .logo {
        display: block;
        width: 100%;
        max-width: 180px;
        margin: 48px auto;
    }

    .coming-soon .social-bar {
        width: 100%;
        background-color: #2ba8db;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 6px 0 6px 3px;
        margin: 24px 0 72px 0;
        text-align: center;
    }

        .coming-soon .social-bar a {
            position: relative;
            display: inline-block;
            margin: 10px 60px;
            padding: 4px 10px;
            outline: none;
            color: #fff;
            text-decoration: none;
            font-size: 1.6em;
        }

            .coming-soon .social-bar a:hover, .coming-soon .social-bar a:focus, .coming-soon .social-bar a:active {
                color: #fff;
                outline: none;
                text-decoration: none;
            }

    @media screen and (max-width:1200px) {
        .coming-soon .social-bar a {
            margin: 10px 55px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .coming-soon .social-bar a {
            margin: 10px 35px;
        }
    }

    @media only screen and (max-width: 991px) {
        .coming-soon .social-bar a {
            margin: 10px 25px;
        }
    }

    @media only screen and (max-width: 360px) {
        .coming-soon .social-bar a {
            margin: 10px 18px;
        }
    }

    .coming-soon .social-bar a::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        -moz-transition: opacity .3s,-moz-transform .3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }

    .coming-soon .social-bar a:hover::after, .coming-soon .social-bar a:focus::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    @media only screen and (max-width: 480px) {
        .coming-soon .social-bar {
            margin: 24px 0 48px 0;
        }
    }

    .order-tracking {
        padding-bottom: 24px;
    }

        .order-tracking .icon {
            text-align: center;
            font-size: 8em;
        }

    .address-list {
        width: 100%;
        margin-bottom: 24px;
    }

        .address-list th, .address-list td {
            padding: 22px 0 22px 15px;
        }

            .address-list th:first-child, .address-list td:first-child {
                padding-left: 0;
                width: 40%;
            }

    @media only screen and (max-width: 768px) {
        .address-list th:first-child, .address-list td:first-child {
            width: 50%;
        }
    }

    .address-list th {
        padding: 0 0 0 15px;
        font-size: .875em;
        font-weight: normal;
        color: #999;
    }

    .address-list td {
        font-size: 1.125em;
        line-height: 1.7;
        font-weight: 300;
        border-bottom: 1px solid #49CC32;
    }

    @media only screen and (max-width: 480px) {
        .address-list td {
            font-size: 1em;
        }
    }

    .address-list td a {
        font-size: 1.3em;
        margin-left: 10px;
    }

        .address-list td a:hover {
            text-decoration: none;
            color: #b2b2b2;
        }

    .address-list td:last-child {
        text-align: right;
    }

    .order-history {
        padding-bottom: 24px;
    }

    @media only screen and (max-width: 1200px) {
        .order-history .container {
            width: 100%;
        }
    }

    .order-history .inner {
        margin-top: 36px;
    }

    @media screen and (max-width:860px) {
        .order-history .inner {
            overflow-x: scroll;
        }
    }

    .order-history table {
        width: 100%;
        min-width: 810px;
        table-layout: fixed;
        border-collapse: collapse;
    }

        .order-history table tr {
            background: transparent;
            transition: background 0.25s;
        }

            .order-history table tr:hover {
                background: #e6e6e6;
            }

        .order-history table th {
            position: relative;
            color: #fff;
            background: #49CC32;
            padding: 20px 30px 18px 20px;
            font-weight: 300;
            border-right: 1px solid #fff;
        }

            .order-history table th:first-child {
                border-radius: 5px 0 0 0;
                font-weight: bold;
            }

            .order-history table th:last-child {
                border-radius: 0 5px 0 0;
            }

            .order-history table th span {
                display: block;
                position: absolute;
                right: 15px;
                top: 50%;
                margin-top: -15px;
            }

                .order-history table th span i {
                    display: block;
                    font-size: 1.2em;
                    line-height: 0.8;
                    cursor: pointer;
                    opacity: 1;
                    transition: opacity 0.25s;
                }

                    .order-history table th span i:hover {
                        opacity: 0.7;
                    }

        .order-history table td {
            padding: 22px 10px 20px 20px;
            border-bottom: 1px solid #b2b2b2;
        }

            .order-history table td:first-child {
                border-left: 1px solid #b2b2b2;
            }

            .order-history table td:last-child {
                border-right: 1px solid #b2b2b2;
            }

            .order-history table td.status {
                text-align: center;
                color: #fff;
            }

                .order-history table td.status span {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    padding: 6px 12px;
                }

                .order-history table td.status.primary span {
                    background: #2ba8db;
                }

                .order-history table td.status.warning span {
                    background: #fdde1e;
                }

                .order-history table td.status.danger span {
                    background: #ff6f69;
                }

    .google_conversion_frame {
        height: 0px !important;
    }

    .tabs-widget {
        padding: 24px 0;
    }

        .tabs-widget .nav-tabs {
            width: 100%;
            text-align: center;
            border-bottom: 1px solid #2ba8db;
        }

            .tabs-widget .nav-tabs li {
                display: inline-block;
                float: none;
            }

                .tabs-widget .nav-tabs li a {
                    padding: 15px 30px 10px 30px;
                    font-size: 1.3em;
                    font-weight: 300;
                }

                    .tabs-widget .nav-tabs li a:hover {
                        background: #2ba8db;
                        color: #fff;
                        border: 1px solid #2ba8db;
                    }

    @media only screen and (max-width: 480px) {
        .tabs-widget .nav-tabs li a {
            padding: 12px 15px 8px 15px;
            font-size: 1.1em;
        }
    }

    .tabs-widget .nav-tabs li.active a {
        border: 1px solid #2ba8db;
        border-bottom: 1px solid #fff;
    }

        .tabs-widget .nav-tabs li.active a:hover {
            background: none;
            color: #48272A;
            border-bottom-color: #fff;
        }

    .tabs-widget .tab-content {
        padding: 36px 0;
    }

        .tabs-widget .tab-content .tech-specs {
            padding: 0;
        }

    .media-link {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 30px;
    }

        .media-link img {
            display: block;
            margin: auto;
        }

        .media-link .overlay {
            position: absolute;
            overflow: hidden;
            width: 100%;
            min-height: 100%;
            text-align: center;
            background: url(../img/overlays/overlay-primary.png) repeat;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .media-link .overlay .descr {
                position: absolute;
                width: 100%;
                height: 100px;
                top: 50%;
                margin-top: -50px;
                padding: 0 15px;
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                font-size: 1.2em;
                font-weight: 300;
                filter: alpha(opacity=0);
                -webkit-transition: all .25s ease;
                -moz-transition: all .25s ease;
                transition: all .25s ease;
                -webkit-transform: translateY(25px);
            }

    @media only screen and (max-width: 991px) {
        .media-link .overlay .descr {
            font-size: 1em;
        }
    }

    @media only screen and (max-width: 360px) {
        .media-link .overlay .descr {
            font-size: .875em;
            height: 80px;
            margin-top: -40px;
        }
    }

    .media-link .overlay .descr > div {
        display: inline-block;
        height: 100px;
        background: #2ba8db;
        padding: 16px 25px 12px 25px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    @media only screen and (max-width: 360px) {
        .media-link .overlay .descr > div {
            height: 80px;
        }
    }

    .media-link .overlay .descr span {
        display: block;
        margin-top: 6px;
        font-weight: 900;
    }

    .media-link:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .media-link:hover .overlay .descr {
            filter: alpha(opacity=100);
            -webkit-transform: translateY(0);
        }

    .posts-widget {
            width: 100%;
    /* background: #48272A; */
    /* color: #fff; */
    position: relative;
    margin: 0 0 25px 0;
    border-top: 1px solid #BEE4B7;
    padding-top:25px;
    }

    @media only screen and (max-width: 991px) {
        .posts-widget .container {
            width: 100%;
        }
    }

    .posts-widget .tw-bg {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        height: auto;
        min-height: 100%;
        background: #5fa9dd;
    }

    .posts-widget h2, .posts-widget h3, .posts-widget h4, .posts-widget h5, .posts-widget h6 {
        /*color: #fff;*/
        font-weight: bold;
    }

    @media only screen and (max-width: 768px) {
        .posts-widget h2, .posts-widget h3, .posts-widget h4, .posts-widget h5, .posts-widget h6 {
            text-align: center;
        }
    }

    .posts-widget .latest-posts {
        position: relative;
        z-index: 1;
        background: #48272A;
    }

        .posts-widget .latest-posts .btn {
            max-width: 300px;
            margin-bottom: 36px;
        }

    @media only screen and (max-width: 768px) {
        .posts-widget .latest-posts .btn {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media only screen and (max-width: 360px) {
        .posts-widget .latest-posts h2 {
            font-size: 2.5em;
        }
    }

    .posts-widget .latest-posts, .posts-widget .twitter-feed {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .posts-widget .twitter-feed {
        background: #5fa9dd;
        padding-left: 30px;
    }

    .posts-widget .post {
        margin-bottom: 16px;
    }

    @media only screen and (max-width: 768px) {
        .posts-widget .post {
            text-align: center;
        }
    }

    .posts-widget .post a {
        display: table;
        margin: 0 auto 24px auto;
    }

        .posts-widget .post a img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width: 100%;
            max-width: 500px;
        }

    .posts-widget .post h3 a {
        display: inline;
        margin: 0;
        color: #fff;
        font-weight: bold;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .posts-widget .post h3 a:hover {
            text-decoration: none;
            color: #2ba8db;
        }

    .posts-widget .post .author, .posts-widget .post .comments, .posts-widget .post .author i, .posts-widget .post .comments i, .posts-widget .post .author a, .posts-widget .post .comments a {
        display: inline-block;
    }

    .posts-widget .post .author, .posts-widget .post .comments {
        margin-top: 6px;
    }

    .posts-widget .post .author {
        margin-right: 15px;
    }

        .posts-widget .post .author i, .posts-widget .post .comments i {
            margin-right: 5px;
        }

    .posts-widget .tw-follow {
        display: block;
        position: relative;
        margin-bottom: 36px;
        -webkit-backface-visibility: hidden;
    }

    @media only screen and (max-width: 1200px) {
        .posts-widget .tw-follow {
            font-size: 80%;
            text-align: center;
        }
    }

    @media only screen and (max-width: 991px) {
        .posts-widget .tw-follow {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            font-size: 100%;
        }
    }

    @media only screen and (max-width: 360px) {
        .posts-widget .tw-follow {
            font-size: 80%;
        }
    }

    .posts-widget .tw-follow h2 {
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

        .posts-widget .tw-follow h2 i {
            margin-left: 15px;
        }

    .posts-widget .tw-follow .button {
        position: absolute;
        width: 100%;
        min-height: 100%;
        z-index: 2;
        background: #48272A;
        color: #fff;
        font-size: 1.5em;
        text-align: center;
        padding-top: 11px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .posts-widget .tw-follow .button i {
            margin-left: 13px;
        }

    @media only screen and (max-width: 1200px) {
        .posts-widget .tw-follow .button {
            padding-top: 8px;
        }
    }

    @media only screen and (max-width: 991px) {
        .posts-widget .tw-follow .button {
            padding-top: 11px;
        }
    }

    @media only screen and (max-width: 360px) {
        .posts-widget .tw-follow .button {
            padding-top: 8px;
        }
    }

    .posts-widget .tw-follow:hover {
        text-decoration: none;
    }

        .posts-widget .tw-follow:hover .button {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .posts-widget .tweet {
        margin-bottom: 36px;
    }

        .posts-widget .tweet p {
            margin-top: 12px;
        }

        .posts-widget .tweet a {
            color: #fee96a;
            line-height: 1.7;
        }

        .posts-widget .tweet .actions {
            float: left;
        }

            .posts-widget .tweet .actions a {
                margin-right: 13px;
            }

    @media only screen and (max-width: 1200px) {
        .posts-widget .tweet .actions a {
            margin-right: 8px;
        }
    }

    @media only screen and (max-width: 360px) {
        .posts-widget .tweet .actions {
            float: none;
        }
    }

    .posts-widget .tweet .date {
        display: block;
        float: right;
        line-height: 1.7;
        color: #fee96a;
    }

    @media only screen and (max-width: 360px) {
        .posts-widget .tweet .date {
            float: none;
            margin-top: 10px;
        }
    }

    .subscr-widget {
        color: #fff;
        padding: 48px 0 33.6px 0;
        background: #2ba8db;
    }

    .subscr-form {
        margin-top: 24px;
        margin-bottom: -10px;
            position: relative;
    }

        .subscr-form .form-group {
            position: relative;
        }

        .subscr-form .form-control {
            color: #3E3636;
    border: 1px solid #C2D0A5;
    padding-right: 50px;
    /* background: #ddd; */
        }

            .subscr-form .form-control:focus {
                border-color: #fff;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
            }

            .subscr-form .form-control:focus {
                border-color: #b2b2b2;
                outline: 0;
                -webkit-box-shadow: 0 0 0 1px #b2b2b2;
                -moz-box-shadow: 0 0 0 1px #b2b2b2;
                box-shadow: 0 0 0 1px #b2b2b2;
            }

            .subscr-form .form-control::-moz-placeholder {
                color: #b2b2b2;
                opacity: 1;
            }

            .subscr-form .form-control:-ms-input-placeholder {
                color: #b2b2b2;
            }

            .subscr-form .form-control::-webkit-input-placeholder {
                color: #b2b2b2;
            }

            .subscr-form .form-control::-moz-placeholder {
                color: #b2b2b2;
                opacity: 1;
            }

            .subscr-form .form-control:-ms-input-placeholder {
                color: #b2b2b2;
            }

            .subscr-form .form-control::-webkit-input-placeholder {
                color: #b2b2b2;
            }

        .subscr-form .subscr-next, .subscr-form #subscr-submit {
            position: absolute;
            font-size: 1.5em;
            background: none;
            border: none;
            top: 0;
            right: 9px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

            .subscr-form .subscr-next:hover, .subscr-form #subscr-submit:hover {
                opacity: .7;
                filter: alpha(opacity=70);
            }

    .gallery-widget {
        padding: 48px 0;
    }

        .gallery-widget .filters {
            margin-top: 24px;
        }

            .gallery-widget .filters a {
                display: inline-block;
                -webkit-transition: color .25s ease;
                -moz-transition: color .25s ease;
                transition: color .25s ease;
                font-weight: 300;
                margin: 0 20px 20px 0;
            }

                .gallery-widget .filters a:hover {
                    text-decoration: none;
                    color: #b2b2b2;
                }

                .gallery-widget .filters a.active {
                    color: #b2b2b2;
                }

        .gallery-widget .gallery-grid {
            margin-top: 5px;
        }

            .gallery-widget .gallery-grid .gallery-item {
                width: 33.3%;
                padding: 2px;
            }

    @media only screen and (max-width: 768px) {
        .gallery-widget .gallery-grid .gallery-item {
            width: 50%;
        }
    }

    @media only screen and (max-width: 360px) {
        .gallery-widget .gallery-grid .gallery-item {
            width: 100%;
        }
    }

    .gallery-widget .gallery-grid .gallery-item a {
        display: block;
        position: relative;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
    }

        .gallery-widget .gallery-grid .gallery-item a .overlay {
            position: absolute;
            width: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            background: url(../img/overlays/overlay-primary.png) repeat;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

            .gallery-widget .gallery-grid .gallery-item a .overlay span {
                display: block;
                position: absolute;
                width: 72px;
                height: 72px;
                background: #2ba8db;
                color: #fff;
                text-align: center;
                font-size: 1.7em;
                padding-top: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                top: 60%;
                left: 50%;
                margin: -36px 0 0 -36px;
                filter: alpha(opacity=0);
                -webkit-transition: top .25s ease;
                -moz-transition: top .25s ease;
                transition: top .25s ease;
            }

                .gallery-widget .gallery-grid .gallery-item a .overlay span .icon-music-play {
                    line-height: 0;
                    font-size: 1.25em;
                }

        .gallery-widget .gallery-grid .gallery-item a:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
        }

            .gallery-widget .gallery-grid .gallery-item a:hover .overlay span {
                top: 50%;
                filter: alpha(opacity=100);
            }

    .brand-carousel {
        padding: 24px 0 48px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

        .brand-carousel h2 {
            font-size: 1.225em;
    color: #49CC32;
    font-weight: 600;
    text-transform: uppercase;
        }

        .brand-carousel .container {
            position: relative;
        }

        .brand-carousel .inner {
            width: 100%;
            max-width: 1045px;
            margin: auto;
            text-align: center;
        }

    @media only screen and (max-width: 1200px) {
        .brand-carousel .inner {
            max-width: 780px;
        }
    }

    @media only screen and (max-width: 991px) {
        .brand-carousel .inner {
            max-width: 600px;
        }
    }

    @media screen and (max-width:597px) {
        .brand-carousel .inner {
            max-width: 400px;
        }
    }

    @media only screen and (max-width: 360px) {
        .brand-carousel .inner {
            max-width: 200px;
        }
    }

    .brand-carousel .item {
        display: inline-block;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        .brand-carousel .item:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

    @media only screen and (max-width: 480px) {
        .brand-carousel .item {
            padding: 0 10px;
        }
    }

    .brand-carousel .owl-prev, .brand-carousel .owl-next {
        position: absolute;
        top: 47%;
        margin-top: -15px;
        color: #2ba8db !important;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        transition: color .3s ease;
    }

        .brand-carousel .owl-prev:before, .brand-carousel .owl-next:before {
            font-family: "outlined-iconset";
            font-size: 1.6em;
        }

        .brand-carousel .owl-prev:hover, .brand-carousel .owl-next:hover {
            color: #b2b2b2 !important;
        }

    @media only screen and (max-width: 768px) {
        .brand-carousel .owl-prev, .brand-carousel .owl-next {
            display: none !important;
        }
    }

    .brand-carousel .owl-prev {
        left: -60px;
    }

        .brand-carousel .owl-prev:before {
            content: "\e087";
        }

    .brand-carousel .owl-next {
        right: -60px;
    }

        .brand-carousel .owl-next:before {
            content: "\e08c";
        }

    @media only screen and (max-width: 768px) {
        .brand-carousel {
            text-align: center;
        }
    }

    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }

        .owl-carousel .owl-wrapper {
            display: none;
            position: relative;
            -webkit-transform: translate3d(0, 0, 0);
        }

        .owl-carousel .owl-wrapper-outer {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }

        .owl-carousel .owl-item {
            float: left;
        }

    .owl-controls .owl-page, .owl-controls .owl-buttons div {
        cursor: pointer;
    }

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .grabbing {
        cursor: -moz-grabbing;
        cursor: grab;
        cursor: -webkit-grab;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .testmns-widget {
        width: 100%;
        background: #48272A;
        color: #fff;
        padding: 48px 0;
    }

        .testmns-widget h1, .testmns-widget h2, .testmns-widget h3, .testmns-widget h4, .testmns-widget h5, .testmns-widget h6 {
            color: #fff;
        }

        .testmns-widget .carousel {
            margin-top: 30px;
            padding-bottom: 50px;
        }

            .testmns-widget .carousel img {
                display: block;
                margin: auto;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .testmns-widget .carousel blockquote {
                border: none;
            }

                .testmns-widget .carousel blockquote p {
                    font-size: 1.3em;
                    line-height: 2;
                    font-weight: 300;
                }

                .testmns-widget .carousel blockquote footer {
                    background: none;
                    color: #2ba8db;
                    width: auto;
                    padding: 0;
                }

            .testmns-widget .carousel .carousel-inner {
                cursor: -moz-grabbing;
                cursor: grab;
                cursor: -webkit-grab;
            }

                .testmns-widget .carousel .carousel-inner .item img {
                    display: block;
                    margin: auto;
                }

            .testmns-widget .carousel .carousel-indicators {
                position: absolute;
                bottom: 0px;
                left: 50%;
                z-index: 5;
                width: 60%;
                margin-left: -30%;
                padding-left: 0;
                list-style: none;
                text-align: center;
            }

                .testmns-widget .carousel .carousel-indicators li {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    margin: 0 6px;
                    text-indent: -999px;
                    background-color: #8c8c8c;
                    border: none;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    cursor: pointer;
                    -webkit-transition: all 250ms ease;
                    -moz-transition: all 250ms ease;
                    transition: all 250ms ease;
                }

                    .testmns-widget .carousel .carousel-indicators li.active {
                        margin: 0 6px;
                        width: 14px;
                        height: 14px;
                        background: #2ba8db;
                    }

    @media only screen and (max-width: 768px) {
        .testmns-widget {
            text-align: center;
        }
    }

    .breadcrumb {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        padding: 24px 15px 0 15px;
        background: none;
        text-align: right;
    }

        .breadcrumb > li {
            font-size: 1.1em;
        }

            .breadcrumb > li + li:before {
                color: #48272A;
            }

    @media only screen and (max-width: 768px) {
        .breadcrumb {
            text-align: center;
        }
    }

    .pagination {
        display: table;
        width: 100%;
        text-align: center;
        margin: 12px 0 0 0;
    }

        .pagination li {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.5em;
            font-weight: 300;
        }

            .pagination li a {
                float: left;
                border: none;
            }

                .pagination li a:hover {
                    background: none;
                    color: #b2b2b2;
                }

            .pagination li.active a {
                color: #b2b2b2;
                background: none;
                pointer-events: none;
            }

                .pagination li.active a:hover {
                    background: none;
                    color: #b2b2b2;
                }

            .pagination li.prev-page a, .pagination li.next-page a {
                margin-top: 5px;
            }

        .pagination:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

        .pagination > li:last-child > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    .sticky-btns {
        position: fixed;
        z-index: 10;
        right: -58px;
        bottom: 10px;
        -webkit-transition: right .3s ease;
        -moz-transition: right .3s ease;
        transition: right .3s ease;
    }

        .sticky-btns.scrolled {
            right: 3px;
        }

        .sticky-btns span {
            display: block;
            float: left;
            width: 48px;
            height: 48px;
            text-align: center;
            font-size: 1.375em;
            color: #fff;
            background: #2ba8db;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding-top: 7px;
            margin: 0 7px;
            cursor: pointer;
            -webkit-transition: background .3s ease;
            -moz-transition: background .3s ease;
            transition: background .3s ease;
        }

            .sticky-btns span:hover {
                background: #1f89b4;
            }

            .sticky-btns span#scrollTop-btn {
                padding-top: 5px;
            }

        .sticky-btns #qcf-btn.active {
            -webkit-border-radius: 0 0 5px 5px !important;
            -moz-border-radius: 0 0 5px 5px !important;
            border-radius: 0 0 5px 5px !important;
        }

    @media only screen and (max-width: 768px) {
        .sticky-btns #qcf-btn {
            display: none;
        }
    }

    .sticky-btns:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .sticky-btns .quick-contact {
        display: none;
        width: 280px;
        bottom: 48px;
        left: -225px;
        position: absolute;
        padding: 12px 20px 24px 20px;
        border: 1px solid #b2b2b2;
        background: #fff;
        -webkit-border-radius: 5px 5px 0 5px;
        -moz-border-radius: 5px 5px 0 5px;
        border-radius: 5px 5px 0 5px;
    }

        .sticky-btns .quick-contact.visible {
            display: block;
        }

        .sticky-btns .quick-contact h3 {
            font-size: 1.375em;
            margin-bottom: 12px;
        }

        .sticky-btns .quick-contact p {
            margin-bottom: 12px;
        }

        .sticky-btns .quick-contact .form-group {
            margin-bottom: 12px;
        }

        .sticky-btns .quick-contact label {
            font-size: .875em;
        }

        .sticky-btns .quick-contact textarea {
            width: 238px;
            max-width: 238px;
            height: 90px;
            max-height: 90px;
            resize: none;
            overflow-y: auto;
            margin-bottom: 24px;
        }

    .popover {
        border-color: #dddddd !important;
    }

        .popover.top > .arrow {
            width: 33px;
            height: 17px;
            border: none;
            bottom: -36px;
            margin-left: -16px;
            background: url(../img/arrow-down.png) no-repeat;
        }

            .popover.top > .arrow:hover {
                background: transparent url(../img/arrow-down.png) no-repeat;
            }

            .popover.top > .arrow:after {
                display: none;
            }

        .popover .popover-content {
            border: none !important;
            text-align: left !important;
            padding: 0 !important;
            font-size: .875em !important;
        }

            .popover .popover-content:hover {
                background: none !important;
                color: #48272A !important;
            }

        .popover:hover {
            background: #fff !important;
            color: #48272A !important;
        }

    .panel-toggle {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 1px dashed transparent;
        color: #2ba8db;
        margin-bottom: 12px;
    }

        .panel-toggle h1, .panel-toggle .h1, .panel-toggle .h2, .panel-toggle h2, .panel-toggle .h3, .panel-toggle h3, .panel-toggle .h4, .panel-toggle h4, .panel-toggle .h5, .panel-toggle h5, .panel-toggle .h6, .panel-toggle h6 {
            color: #2ba8db;
            margin-bottom: 3px;
            -webkit-transition: color .3s ease;
            -moz-transition: color .3s ease;
            transition: color .3s ease;
        }

        .panel-toggle:hover {
            color: #1f89b4 !important;
            text-decoration: none;
            border-bottom: 1px dashed #1f89b4;
        }

            .panel-toggle:hover h1, .panel-toggle:hover .h1, .panel-toggle:hover .h2, .panel-toggle:hover h2, .panel-toggle:hover .h3, .panel-toggle:hover h3, .panel-toggle:hover .h4, .panel-toggle:hover h4, .panel-toggle:hover .h5, .panel-toggle:hover h5, .panel-toggle:hover .h6, .panel-toggle:hover h6 {
                color: #1f89b4;
            }

        .panel-toggle i:before {
            display: inline-block;
            font-family: "outlined-iconset";
            content: "\e053";
            margin-right: 8px;
            font-size: 1.2em;
            vertical-align: middle;
            font-style: normal;
        }

        .panel-toggle.active i:before {
            content: "\e03e";
        }

    .hidden-panel {
        width: 100%;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        margin: 0;
        padding: 1px;
    }

        .hidden-panel.expanded {
            max-height: 1000px;
            opacity: 1;
            margin: 8px 0 36px 0;
        }

    .accordion {
        margin-bottom: 48px;
    }

        .accordion .panel {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }

        .accordion .panel-heading {
            padding: 0 15px;
        }

            .accordion .panel-heading a {
                display: inline-block;
                padding-bottom: 3px;
                border-bottom: 1px dashed transparent;
                color: #2ba8db;
            }

                .accordion .panel-heading a h1, .accordion .panel-heading a .h1, .accordion .panel-heading a .h2, .accordion .panel-heading a h2, .accordion .panel-heading a .h3, .accordion .panel-heading a h3, .accordion .panel-heading a .h4, .accordion .panel-heading a h4, .accordion .panel-heading a .h5, .accordion .panel-heading a h5, .accordion .panel-heading a .h6, .accordion .panel-heading a h6 {
                    color: #2ba8db;
                    margin: 0;
                    -webkit-transition: color .3s ease;
                    -moz-transition: color .3s ease;
                    transition: color .3s ease;
                }

                .accordion .panel-heading a:hover {
                    color: #1f89b4 !important;
                    text-decoration: none;
                    border-bottom: 1px dashed #1f89b4;
                }

                    .accordion .panel-heading a:hover h1, .accordion .panel-heading a:hover .h1, .accordion .panel-heading a:hover .h2, .accordion .panel-heading a:hover h2, .accordion .panel-heading a:hover .h3, .accordion .panel-heading a:hover h3, .accordion .panel-heading a:hover .h4, .accordion .panel-heading a:hover h4, .accordion .panel-heading a:hover .h5, .accordion .panel-heading a:hover h5, .accordion .panel-heading a:hover .h6, .accordion .panel-heading a:hover h6 {
                        color: #1f89b4;
                    }

                .accordion .panel-heading a i:before {
                    display: inline-block;
                    font-family: "outlined-iconset";
                    content: "\e053";
                    margin-right: 8px;
                    font-size: 1.2em;
                    vertical-align: middle;
                    font-style: normal;
                }

            .accordion .panel-heading.active a i:before {
                content: "\e03e";
            }

        .accordion .panel-body {
            padding: 24px 0 24px 45px;
            font-size: .875em;
            font-weight: 400;
            line-height: 1.7;
            margin-bottom: 24px;
            margin-bottom: 0;
        }

    .cont-info-widget {
        width: 100%;
        margin-bottom: 36px;
    }

        .cont-info-widget ul, .cont-info-widget ol {
            font-size: .95em;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .cont-info-widget ul li i, .cont-info-widget ol li i {
                margin-right: 8px;
            }

                .cont-info-widget ul li i.fa-phone, .cont-info-widget ol li i.fa-phone {
                    font-size: 1.1em;
                }

                .cont-info-widget ul li i.fa-mobile, .cont-info-widget ol li i.fa-mobile {
                    font-size: 1.4em;
                }

    .sidebar-search {
        margin-bottom: 36px;
        position: relative;
    }

        .sidebar-search input {
            padding-right: 45px;
        }

        .sidebar-search button[type=submit] {
            display: block;
            position: absolute;
            right: 8px;
            top: 5px;
            border: none;
            background: none;
            outline: none;
            -webkit-transition: color .3s ease;
            -moz-transition: color .3s ease;
            transition: color .3s ease;
        }

            .sidebar-search button[type=submit]:after {
                font-family: "outlined-iconset";
                content: "\e035";
                font-size: 1.5em;
            }

            .sidebar-search button[type=submit]:hover {
                color: #2ba8db;
            }

    .countdown {
        width: 100%;
        max-width: 780px;
        padding: 0 15px;
        margin: 48px auto 24px auto;
    }

        .countdown h3 {
            font-size: 1.375em;
            text-align: center;
        }

        .countdown #timer {
            width: 100%;
            font-size: 6em;
            line-height: 0.55;
            font-weight: 100;
            padding: 50px 30px;
            background: #2ba8db;
            color: #fff;
            text-align: center;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            margin: 24px auto;
        }

    @media screen and (max-width:625px) {
        .countdown #timer {
            font-size: 4em;
        }
    }

    @media only screen and (max-width: 480px) {
        .countdown #timer {
            font-size: 2.5em;
            font-weight: 300;
        }
    }

    @media only screen and (max-width: 360px) {
        .countdown #timer {
            font-size: 2em;
        }
    }

    .featured-icon {
        text-align: center;
        font-size: 3.4em;
        padding-top: 10px;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        box-shadow: none;
        padding: 16px 25px;
    }

    .modal-header, .modal-body, .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

        .modal-header a {
            border-bottom: 1px dashed transparent;
        }

            .modal-header a:hover {
                text-decoration: none;
                color: #1f89b4;
                border-bottom: 1px dashed #1f89b4;
            }

        .modal-header .close {
            position: absolute;
            top: 18px;
            right: 18px;
            font-size: 1.125em;
            color: #2ba8db;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

            .modal-header .close:hover {
                opacity: .7;
                filter: alpha(opacity=70);
            }

            .modal-header .close:focus {
                outline: 0;
            }

            .modal-header .close:active {
                outline: 0;
            }
       .errors2 {
    color: red;
    visibility: visible;
    font-size: 12px;
    bottom: -10px;
    left: 10px;
    position: absolute;
    font-weight: 400;
}
         .errors4 {
    color: red;
    visibility: visible;
    font-size: 14px;
    bottom: 5px;
    right: 25px;
    position: absolute;
    font-weight: 400;
}
         .errors21 {
    color: red;
    visibility: visible;
    /* font-size: 12px; */
    font-size: 12px;
    bottom: 5px;
    position: absolute;
    font-weight: 400;
    right: 5px;
    z-index: 999;
}
            .errors {
    color: red;
    visibility: visible;
    font-size: 12px;
    bottom: 15px;
    right: 25px;
    position: absolute;
    font-weight: 400;
}
            ul#items2{		
		margin:0 auto;
		width:100%;
        max-height:320px;
		overflow:hidden;
		padding:0;
		list-style:none;
		}
ul#items2 span{		
		color:#0092dc;
        font-weight:bold;
		}
ul#items2 span:hover{		
		color:#134783;
		}
	ul#items2 li{
		list-style:none;
		float:left;
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0;
		text-align:left;
        border-bottom:1px solid #eee;
        padding: 0;
		} 
	ul#items2 li h4{
		margin:0;
        padding: 6px 0;
        /*font-size:1.1em;*/
		} 
	ol#pagination2
	{overflow:hidden;
	    margin:3px 6px;
		height:auto;
		width:auto;
		overflow:hidden;
		padding:0;
	 }
	ol#pagination2 li{
		float:left;
		list-style:none;
		cursor:pointer;
	    margin:3px 6px;
		font-size:18px;
		}
	ol#pagination2 li.current{color:#f00;font-weight:bold;}  
    .pageview {
font-size:14px;
/*text-align:center;
width:100%;*/
}
.pageview td{
padding:25px 0 10px 0;
font-size:14px;
}
.pageview td a{
      padding: 3px 14px;
      border: 0;
      font-size: 18px;
    color:#333;
    border-right: 1px solid #111;
}
.pageview td span{
  padding: 3px 14px;
  border: 0;
  /* margin: 10px 5px; */
  color: red;
  border-right: 1px solid #111;
}
    
.ke {
border:0;
padding:0 0 15px 0;
margin:0;
/*border-top:3px solid #1D1D1D;*/
}

.ke2 {
border:0;
padding:0;
margin:15px 0 10px 0;
border-top:1px solid #CCCCCC;
}
.productMaSP {
font-weight:700;
color:#333;
}
.giaban {
   width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: red;
    font-weight: 300;text-transform: none;
    /* height: 30px; */
}
    .giaban span {
      text-transform:none;
      font-size:14px;
      color:#333;
    }
.giaban2 {
/*text-transform:uppercase;*/
width:100%;
text-align:center;
padding: 6px 0 0 0;
  font-size: 18px;
  color: red;
  font-weight:600;
}
.giaban2 span{
/*text-transform:uppercase;*/
  font-size: 12px;
  color: black;
  font-weight:300;
}
.trichdan {
    /*max-height: 200px;*/
    height: auto;
    overflow: hidden;
    line-height:24px;
}
.dathang22 input, button {
  text-transform:uppercase;
  width:100%;
  margin:10px 0;
  text-align:center;
  border: 1px solid #ddd;
}
.dathang22 {
  text-align:center;
}
 .qq {
    padding: 2px 0;
  display: block;
  color:#333;font-size: 12px;
  font-weight:600;
  text-transform:uppercase;
}
 .main hr {
   border-color:#D0D7DA;
} 
.main  h3, .h3 {
    font-size: 1.25em;
    font-weight: 500;
    margin: 20px 0 2px 0;
        }
.main  img.inner {
padding: 0 30px 0 1px;
    margin-top: 3px;
    width: auto;
}
.boxes {
    padding: 2px 2px 10px 2px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #ddd;
    background: #ffffff;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}
.boxes h3{
    margin:0;
    padding:0;
}
.boxes img{
    display: inherit;
    margin: 12px 0;
        width: auto;
}

.image img {
   float: left;
    width: 22%;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-top: 3px;
    border-radius: 50%;
}
 /*.img-circle {
    border-radius: 50%;
}*/
 .img-thumbnail {
    padding: 9px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #EFEFEF;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
ul.list-home li{
 list-style:none;
 margin:0;
 padding:5px 0;
 display:block;
 border-bottom:1px solid #ddd;
 height:78px;
 overflow:hidden;
}
ul.list-home{
 margin:0;
 padding:0;
}
 ul.list-home li img {
    width: 70px;
    height: 55px;
    border: 0;
    margin: 6px 6px 0 0;
    float: left;
}