article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #f5f5f5
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "“" "”" "‘" "’"
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !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) ")"
    }

    .ir a:after, 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
    }

    @page {
        margin: 2cm .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .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
    }
}

*, *: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, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

    button, input, select[multiple], textarea {
        background-image: none
    }

a {
    color: #428bca;
    text-decoration: none
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

    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: #999
    }

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

h1 small, .h1 small {
    font-size: 24px
}

h2 small, .h2 small {
    font-size: 18px
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " "
        }

        .dl-horizontal dd:after {
            clear: both
        }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " "
        }

        .dl-horizontal dd:after {
            clear: both
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25
    }

        blockquote p:last-child {
            margin-bottom: 0
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999
    }

        blockquote small:before {
            content: '— '
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right
        }

            blockquote.pull-right small:before {
                content: ''
            }

            blockquote.pull-right small:after {
                content: ' —'
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: ""
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre.prettyprint {
        margin-bottom: 20px
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto
}

    .container:before, .container:after {
        display: table;
        content: " "
    }

    .container:after {
        clear: both
    }

    .container:before, .container:after {
        display: table;
        content: " "
    }

    .container:after {
        clear: both
    }

.row {
}

    .row:before, .row:after {
        display: table;
        content: " "
    }

    .row:after {
        clear: both
    }

    .row:before, .row:after {
        display: table;
        content: " "
    }

    .row:after {
        clear: both
    }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }

    .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 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .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 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .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 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

    .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.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table caption + thead tr:first-child th, .table 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;
        background: #428bca;
        color: #fff
    }

    .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-"] {
    display: table-column;
    float: none
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none
}

.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 > 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;
    border-color: #d6e9c6
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.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;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.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;
    border-color: #fbeed5
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff
        }

            .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 > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .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
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    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
}

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee
    }

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        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;
    font-weight: normal;
    vertical-align: middle;
    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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block, .has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block, .has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block, .has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        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: #fff;
        border-color: #ccc
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

.btn-success {
    color: #fff;
    background-color: #012c56;
    border-color: #012c56
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #0b6cc7;
        border-color: #0b6cc7;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    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: #2a6496;
                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: #999;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 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';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: "💼"
}

.glyphicon-calendar:before {
    content: "📅"
}

.glyphicon-pushpin:before {
    content: "📌"
}

.glyphicon-paperclip:before {
    content: "📎"
}

.glyphicon-camera:before {
    content: "📷"
}

.glyphicon-lock:before {
    content: "🔒"
}

.glyphicon-bell:before {
    content: "🔔"
}

.glyphicon-bookmark:before {
    content: "🔖"
}

.glyphicon-fire:before {
    content: "🔥"
}

.glyphicon-wrench:before {
    content: "🔧"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.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;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #428bca
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block !important
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    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 {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff
}

.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:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
        border-bottom-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-top-right-radius: 0;
        border-bottom-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-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn .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 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        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 > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

    .btn-group-justified .btn {
        display: table-cell;
        float: none;
        width: 1%
    }

[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.col {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    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: 45px;
    line-height: 45px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    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: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-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 > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav:before, .nav:after {
        display: table;
        content: " "
    }

    .nav:after {
        clear: both
    }

    .nav:before, .nav:after {
        display: table;
        content: " "
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                color: #fff
            }

#side-menu > li > a:hover, #side-menu > li > a:focus {
    text-decoration: none;
    color: red !important
}

.nav > li.disabled > a {
    color: #999
}

    .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .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
            }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified > .active > a {
    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: #428bca
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center
        }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-bottom: 1px solid #ddd
    }

    .nav-tabs-justified > .active > a {
        border-bottom-color: #fff
    }

.tabbable:before, .tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before, .tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none
}

.tab-content > .active, .pill-content > .active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0
}

    .navbar:before, .navbar:after {
        display: table;
        content: " "
    }

    .navbar:after {
        clear: both
    }

    .navbar:before, .navbar:after {
        display: table;
        content: " "
    }

    .navbar:after {
        clear: both
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " "
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " "
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            float: left;
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    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;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 0 5px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: absolute;
    float: right;
    padding: 6px 10px;
    top: 22px;
    right: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        line-height: 20px;
        font-weight: bold;
        text-transform: uppercase
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
            }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0
        }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
}

    .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:hover, .navbar-default .navbar-nav > li > a:focus {
        color: rgba(10, 70, 130, 0.6);
        background-color: transparent
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    }

    .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: #fff;
        background: #fff
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #fff
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777
    }

@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: #999
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #999
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999
    }

        .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 {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-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 > li > a {
        color: #999
    }

        .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-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
        border-top: 1px solid #e7e7e7
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/ "
        }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee
        }

    .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;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

/*.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager:before, .pager:after {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager:before, .pager:after {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff
    }*/

.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
    }

.label-default {
    background-color: #999
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit
    }

    .jumbotron p {
        line-height: 1.4
    }

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail > img {
        display: block;
        height: auto;
        max-width: 100%
    }

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 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 {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #356635
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #2d6987
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

    .alert-warning hr {
        border-top-color: #f8e5be
    }

    .alert-warning .alert-link {
        color: #a47e3c
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

    .alert-danger hr {
        border-top-color: #e6c1c7
    }

    .alert-danger .alert-link {
        color: #953b39
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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 {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .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
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

    .panel-group .panel + .panel {
        margin-top: 5px
    }

.panel-group .panel-heading {
    border-bottom: 0
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        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: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #468847;
        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-warning {
    border-color: #fbeed5
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5
    }

.panel-danger {
    border-color: #eed3d7
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        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
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 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
}

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
        margin-right: 15px
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    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 {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " "
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " "
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " "
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " "
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            height: auto;
            max-width: 100%;
            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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    filter: alpha(opacity=50)
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(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 {
        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%;
        left: 50%;
        z-index: 5;
        display: inline-block
    }

    .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: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs, td.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    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-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm, td.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    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-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md, td.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg, td.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    th.hidden-xs, td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm, td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md, td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md, td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print, td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print, td.hidden-print {
        display: none !important
    }
}

body.dark {
    color: #999
}

    body.dark .wrapper {
        background: #252525
    }

    body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
        color: #ccc;
        font-weight: 200
    }

    body.dark .wrapper p {
        color: #999
    }

    body.dark p, body.dark li, body.dark li a {
        color: #999
    }

    body.dark .headline {
        border-bottom: 1px dotted #555
    }

    body.dark .parallax-bg {
        /*background: #333 url(../img/patterns/5.html) repeat fixed*/
    }

    body.dark .tp-bannertimer {
        background: rgba(0, 0, 0, .5)
    }

    body.dark .tp-banner-container .btn-u.btn-brd.btn-u-light {
        color: #fff
    }

    body.dark .header, body.dark .header-v3 {
        background: #222;
        border-bottom-color: #333
    }

        body.dark .header.header-v1 {
            background: none
        }

    body.dark .topbar ul.loginbar li i.fa {
        color: #999
    }

    body.dark .topbar ul.loginbar > li > a {
        color: #999
    }

        body.dark .topbar ul.loginbar > li > a:hover {
            color: #fff
        }

    body.dark .topbar ul.languages {
        background: #333
    }

        body.dark .topbar ul.languages li a {
            color: #999
        }

            body.dark .topbar ul.languages li.active a, body.dark .topbar ul.languages li a:hover {
                color: #ccc;
                background: #555
            }

                body.dark .topbar ul.languages li.active a i {
                    color: #ccc
                }

        body.dark .topbar ul.languages:after {
            border-bottom-color: #303030
        }

    body.dark .topbar ul.loginbar li.topbar-devider {
        border-right-color: #999
    }

    body.dark .topbar-v1 {
        background: #222;
        border-color: #555
    }

        body.dark .topbar-v1 .top-v1-data li:first-child {
            border-left-color: #555
        }

        body.dark .topbar-v1 .top-v1-data li {
            border-right-color: #555
        }

        body.dark .topbar-v1 .top-v1-contacts li {
            color: #999
        }

        body.dark .topbar-v1 .top-v1-data li i {
            color: #999
        }

    body.dark .header .navbar-default .navbar-nav > li > a, body.dark .header-v1 .navbar-default .navbar-nav > li > a, body.dark .header-v3 .navbar-default .navbar-nav > li > a {
        color: #999
    }

    body.dark .header .navbar .nav > li > .search {
        color: #999;
        background: #292929;
        border-bottom-color: #555
    }

        body.dark .header .navbar .nav > li > .search:hover {
            background: #303030
        }

    body.dark .header .navbar .search-open, body.dark .header-v1 .navbar .search-open, body.dark .header-v3 .navbar .search-open, body.dark .header-v4 .navbar .search-open {
        background: #222;
        box-shadow: none;
        border-top-color: #333
    }

    body.dark .header .dropdown-menu, body.dark .header-v1 .dropdown-menu, body.dark .header-v2 .dropdown-menu, body.dark .header-v3 .dropdown-menu, body.dark .header-v4 .dropdown-menu {
        background: #222;
        border-bottom-color: #202020
    }

        body.dark .header .dropdown-menu li a, body.dark .header-v1 .dropdown-menu li a, body.dark .header-v2 .dropdown-menu li a, body.dark .header-v3 .dropdown-menu li a, body.dark .header-v4 .dropdown-menu li a {
            color: #999;
            border-bottom-color: #303030
        }

        body.dark .header .dropdown-menu .active > a, body.dark .header .dropdown-menu li > a:hover, body.dark .header-v1 .dropdown-menu .active > a, body.dark .header-v1 .dropdown-menu li > a:hover, body.dark .header-v2 .dropdown-menu .active > a, body.dark .header-v2 .dropdown-menu li > a:hover, body.dark .header-v3 .dropdown-menu .active > a, body.dark .header-v3 .dropdown-menu li > a:hover, body.dark .header-v4 .dropdown-menu .active > a, body.dark .header-v4 .dropdown-menu li > a:hover {
            color: #999 !important;
            background: #303030 !important
        }

@media (max-width: 991px) {
    body.dark .header-v1 .topbar-v1 .top-v1-data li, body.dark .header-v4 .topbar-v1 .top-v1-data li {
        border-color: #555
    }

    body.dark .header-v1 {
        border-color: #555
    }

        body.dark .header-v1 .navbar .nav > li > .search {
            background: #333
        }

    body.dark .navbar-default .navbar-form, body.dark .navbar-default .navbar-collapse {
        border-color: #555
    }

    body.dark .navbar-default .navbar-nav > .active > a {
        color: #fff
    }

    body.dark .navbar-default .navbar-nav > li a {
        color: #999;
        border-bottom-color: #555
    }

    body.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    body.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #999
    }

    body.dark .header .navbar-default .navbar-nav > li a, body.dark .header-v1 .navbar-default .navbar-nav > li a, body.dark .header-v3 .navbar-default .navbar-nav > li a, body.dark .header-v4 .navbar-default .navbar-nav > li a {
        border-bottom-color: #333
    }

    body.dark .navbar-default .navbar-nav > .open > a, body.dark .navbar-default .navbar-nav > .open > a:hover, body.dark .navbar-default .navbar-nav > .open > a:focus {
        color: #eee
    }

    body.dark .header .dropdown .dropdown-submenu > a, body.dark .header-v1 .dropdown .dropdown-submenu > a, body.dark .header-v2 .dropdown .dropdown-submenu > a, body.dark .header-v3 .dropdown .dropdown-submenu > a, body.dark .header-v4 .dropdown .dropdown-submenu > a {
        color: #999 !important
    }

    body.dark .header .mega-menu .equal-height-list h3, body.dark .header-v1 .mega-menu .equal-height-list h3, body.dark .header-v3 .mega-menu .equal-height-list h3, body.dark .header-v4 .mega-menu .equal-height-list h3 {
        color: #999;
        border-bottom: solid 1px #333
    }

    body.dark .header-v3 .navbar .nav > li > .search {
        color: #999;
        background: #292929;
        border-bottom-color: #555
    }

        body.dark .header-v3 .navbar .nav > li > .search:hover {
            background: #303030
        }

    body.dark .header-v2 .navbar-default .navbar-nav > li a {
        border-color: #555
    }

    body.dark .header-v2 .topbar-buttons .btn-u-light {
        border-color: #eee
    }

    body.dark .header-v2 .topbar-v2 {
        border-color: #555
    }

        body.dark .header-v2 .topbar-v2 li, body.dark .header-v2 .topbar-v2 li a {
            color: #999
        }

    body.dark .header-v2 .languages-dropdown {
        background: #222
    }

        body.dark .header-v2 .languages-dropdown:after {
            border-bottom-color: #222
        }

        body.dark .header-v2 .languages-dropdown > li > a:hover, body.dark .header-v2 .languages-dropdown > li.active > a {
            background: #333
        }

    body.dark .header-v4 .navbar-toggle, body.dark .header-v4 .navbar-default .navbar-toggle:hover, body.dark .header-v4 .navbar-default .navbar-toggle:focus {
        background: #1c1c1c
    }

    body.dark .header-v4 .navbar .nav > li > .search {
        background: #292929
    }

    body.dark .header-v4 .navbar-nav, body.dark .header-v4 .navbar-default .navbar-toggle, body.dark .header-v4 .navbar-nav.navbar-border-bottom, body.dark .header-v4 .navbar-default .navbar-nav > li a {
        border-color: #555
    }

    body.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background: transparent
    }
}

@media (min-width: 992px) {
    body.dark .header-v4 .navbar-collapse {
        border-top-color: #333;
        border-bottom-color: #333
    }

    body.dark .header-v4 .navbar-default .navbar-nav > li {
        margin-left: -1px;
        border-left: 1px solid #333;
        border-right: 1px solid #333
    }

        body.dark .header-v4 .navbar-default .navbar-nav > li > a {
            color: #999
        }
}

body.dark.header-fixed .header.header-fixed-shrink, body.dark.header-fixed .header-v1.header-fixed-shrink, body.dark.header-fixed .header-v2.header-fixed-shrink, body.dark.header-fixed .header-v3.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, .9)
}

    body.dark.header-fixed .header.header-fixed-shrink .navbar .search-open, body.dark.header-fixed .header-v1.header-fixed-shrink .navbar .search-open, body.dark.header-fixed .header-v2.header-fixed-shrink .navbar .search-open, body.dark.header-fixed .header-v3.header-fixed-shrink .navbar .search-open {
        box-shadow: none;
        background: rgba(0, 0, 0, .9)
    }

    body.dark.header-fixed .header-v2.header-fixed-shrink .navbar-nav > li > a {
        color: #999
    }

@media (min-width: 992px) {
    body.dark .header .mega-menu .equal-height-in, body.dark .header-v1 .mega-menu .equal-height-in, body.dark .header-v2 .mega-menu .equal-height-in, body.dark .header-v3 .mega-menu .equal-height-in, body.dark .header-v4 .mega-menu .equal-height-in {
        border-left-color: #333
    }
}

body.dark.boxed-layout {
    box-shadow: 0 0 5px #191919;
    background: url(../img/patterns/4.html) repeat
}

body.dark .breadcrumbs, body.dark .breadcrumbs-v3 {
    background: #1c1c1c;
    border-bottom-color: #252525
}

body.dark .breadcrumbs-v2 h1 {
    color: #fff
}

body.dark .breadcrumb a {
    color: #999
}

body.dark .slider-inner .da-slider {
    border-bottom-color: #444
}

body.dark .purchase {
    background: #252525;
    border-bottom-color: #2b2b2b
}

    body.dark .purchase span {
        color: #ccc;
        font-weight: 200
    }

body.dark .clients li {
    background: #292929
}

    body.dark .clients li:hover {
        background: #303030
    }

body.dark .list-group-item, body.dark .list-group-item:hover {
    background: #222;
    border-color: #303030
}

body.dark .list-toggle a:focus {
    color: #ccc
}

body.dark .list-toggle:after {
    color: #999
}

body.dark .sidebar-nav-v1 > li.active > a {
    color: #ccc;
    background: #292929
}

body.dark .sidebar-nav-v1 > li.active, body.dark .sidebar-nav-v1 > li.active:hover {
    background: #202020
}

body.dark .sidebar-nav-v1 li ul, body.dark .sidebar-nav-v1 li.active ul a {
    color: #999;
    background: #222
}

    body.dark .sidebar-nav-v1 li ul a {
        border-top-color: #303030
    }

        body.dark .sidebar-nav-v1 li ul a:hover, body.dark .sidebar-nav-v1 ul li.active a {
            color: #ccc
        }

label {
    color: #000;
}

body.dark strong {
    color: #ccc
}

body.dark dt {
    color: #ccc
}

body.dark dd {
    color: #999
}

body.dark hr {
    border-color: #333
}

body.dark code {
    background: #333
}

body.dark .form-control {
    color: #999;
    border-color: #303030;
    background: #202020
}

    body.dark .form-control:focus {
        box-shadow: none;
        border-color: #555
    }

body.dark .input-group-addon {
    border-color: #303030;
    background: #202020
}

body.dark .close {
    color: #999;
    text-shadow: none
}

    body.dark .close:hover {
        color: #bbb
    }

body.dark .alert-info, body.dark .alert-danger, body.dark .alert-success, body.dark .alert-warning {
    border-color: #444;
    background-color: #333
}

body.dark .alert h4 {
    color: inherit
}

body.dark .alert strong {
    color: inherit
}

body.dark .alert code {
    background: #444
}

body.dark .popover {
    color: #999;
    box-shadow: none;
    border-color: #444;
    background-color: #333
}

    body.dark .popover.top .arrow:after {
        border-top-color: #333
    }

    body.dark .popover.left .arrow:after {
        border-left-color: #333
    }

    body.dark .popover.right .arrow:after {
        border-right-color: #333
    }

    body.dark .popover.bottom .arrow:after {
        border-bottom-color: #333
    }

body.dark .contex-bg p.bg-info, body.dark .contex-bg p.bg-danger, body.dark .contex-bg p.bg-warning, body.dark .contex-bg p.bg-primary, body.dark .contex-bg p.bg-success {
    background-color: #333
}

body.dark .contex-bg p.bg-info {
    color: #27d7e7
}

body.dark .contex-bg p.bg-danger {
    color: #e74c3c
}

body.dark .contex-bg p.bg-warning {
    color: #e67e22
}

body.dark .contex-bg p.bg-primary {
    color: #3498db
}

body.dark .contex-bg p.bg-success {
    color: #72c02c
}

body.dark address {
    color: #999
}

body.dark .heading h2:before, body.dark .heading h2:after {
    border-color: #555
}

body.dark .contacts-section .title-v1 h2 {
    color: #ccc
}

body.dark .headline-left .headline-brd {
    color: #ccc
}

body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon {
    color: #eee
}

    body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:before, body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
        background: #eee
    }

body.dark .devider.devider-dotted, body.dark .devider.devider-dashed, body.dark .devider.devider-db, body.dark .devider.devider-db-dotted, body.dark .devider.devider-db-dashed {
    border-color: #555
}

body.dark blockquote, body.dark blockquote.hero {
    border-left-color: #555
}

    body.dark blockquote.text-right, body.dark blockquote.hero.text-right {
        border-right-color: #555
    }

    body.dark blockquote.hero {
        background: #222
    }

        body.dark blockquote.hero:hover {
            background: #252525;
            border-color: #555 !important
        }

        body.dark blockquote.hero.hero-default {
            background: #72c02c
        }

            body.dark blockquote.hero.hero-default:hover {
                background: #e67e22
            }

            body.dark blockquote.hero.hero-default p {
                color: #fff
            }

        body.dark blockquote.hero.hero-dark {
            background: #444
        }

            body.dark blockquote.hero.hero-dark:hover {
                background: #555
            }

    body.dark blockquote.bq-dark, body.dark blockquote.bq-dark:hover {
        border-color: #303030 !important
    }

    body.dark blockquote.hero.hero-dark p, body.dark blockquote.hero.hero-dark small, body.dark blockquote.hero.hero-default small {
        color: #fff
    }

body.dark .shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #151515
}

body.dark .shadow-effect-2:after, body.dark .shadow-effect-2:before, body.dark .shadow-effect-3:before, body.dark .shadow-effect-4:after {
    box-shadow: 0 15px 10px #151515
}

body.dark .tag-box {
    background: #202020
}

body.dark .tag-box-v1, body.dark .tag-box-v2 {
    border-color: #303030
}

body.dark .tag-box-v3, body.dark .tag-box-v4, body.dark .tag-box-v5, body.dark .tag-box-v6, body.dark .tag-box-v7 {
    border-color: #303030
}

body.dark .bg-light {
    border-color: #303030;
    background: #202020
}

    body.dark .bg-light i {
        color: #999
    }

body.dark .bg-grey {
    background: #222;
    border-top-color: #222;
    border-bottom-color: #222
}

body.dark .testimonials.testimonials-v1 p, body.dark .testimonials.testimonials-v2 p {
    background: #202020
}

body.dark .testimonials.testimonials-v1 .item p:after, body.dark .testimonials.testimonials-v2 .item p:after {
    border-top-color: #202020
}

body.dark .testimonials .testimonial-info img {
    border-color: #999
}

body.dark .testimonials .carousel-arrow i {
    color: #999;
    background: #202020
}

body.dark .testimonials.testimonials-v1 .carousel-arrow i:hover {
    color: #fff;
    background: #444
}

body.dark .btn-u.btn-brd {
    color: #ddd
}

body.dark .btn-group .dropdown-menu {
    background: #222
}

    body.dark .btn-group .dropdown-menu li a {
        color: #999
    }

    body.dark .btn-group .dropdown-menu .active > a, body.dark .btn-group .dropdown-menu li > a:hover {
        color: #999
    }

body.dark i.icon-custom {
    color: #999;
    border-color: #999
}

body.dark i.icon-bg-dark {
    color: #fff;
    border-color: #fff
}

body.dark i.icon-custom.icon-color-u {
    color: #72c02c;
    border: solid 1px #72c02c
}

body.dark i.icon-custom.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db
}

body.dark i.icon-custom.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c
}

body.dark i.icon-custom.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c
}

body.dark i.icon-custom.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71
}

body.dark i.icon-custom.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f
}

body.dark i.icon-custom.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22
}

body.dark i.icon-custom.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6
}

body.dark i.icon-custom.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc
}

body.dark i.icon-custom.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7
}

body.dark i.icon-custom.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061
}

body.dark i.icon-custom.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0
}

body.dark i.icon-custom.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3
}

body.dark i.icon-custom.icon-color-light {
    color: #fff;
    border: solid 1px #fff
}

body.dark i.icon-custom.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69
}

body.dark i.icon-custom.icon-bg-u, body.dark i.icon-custom.icon-bg-red, body.dark i.icon-custom.icon-bg-sea, body.dark i.icon-custom.icon-bg-dark, body.dark i.icon-custom.icon-bg-grey, body.dark i.icon-custom.icon-bg-blue, body.dark i.icon-custom.icon-bg-green, body.dark i.icon-custom.icon-bg-yellow, body.dark i.icon-custom.icon-bg-orange, body.dark i.icon-custom.icon-bg-purple, body.dark i.icon-custom.icon-bg-aqua, body.dark i.icon-custom.icon-bg-brown, body.dark i.icon-custom.icon-bg-dark-blue, body.dark i.icon-custom.icon-bg-light-grey, body.dark i.icon-custom.icon-bg-light-green {
    color: #fff;
    border: none
}

body.dark .team .thumbnail-style {
    background: #292929
}

    body.dark .team .thumbnail-style small {
        color: #555
    }

body.dark .team ul.team-socail li i {
    color: #999;
    background: #222
}

    body.dark .team ul.team-socail li i:hover {
        color: #fff;
        background: #333
    }

body.dark .line-icon-page .item-box {
    border-color: #303030
}

    body.dark .line-icon-page .item-box:hover {
        background: #222
    }

body.dark .line-icon-page .item {
    color: #999
}

    body.dark .line-icon-page .item:hover {
        color: #72c02c
    }

body.dark .bs-glyphicons li {
    color: #999;
    border-color: #303030
}

    body.dark .bs-glyphicons li:hover {
        color: #72c02c;
        background: #222
    }

body.dark .service:hover {
    box-shadow: none;
    background: #1e1e1e
}

    body.dark .service:hover i {
        color: #999
    }

body.dark .service-block-default {
    background: #202020;
    border-color: #303030
}

    body.dark .service-block-default i.icon-custom {
        color: #ccc;
        border-color: #ccc
    }

    body.dark .service-block-default:hover {
        box-shadow: none
    }

body.dark .service-block.service-block-u h2, body.dark .service-block.service-block-blue h2, body.dark .service-block.service-block-red h2, body.dark .service-block.service-block-sea h2, body.dark .service-block.service-block-grey h2, body.dark .service-block.service-block-yellow h2, body.dark .service-block.service-block-orange h2, body.dark .service-block.service-block-green h2, body.dark .service-block.service-block-purple h2, body.dark .service-block.service-block-aqua h2, body.dark .service-block.service-block-brown h2, body.dark .service-block.service-block-dark-blue h2, body.dark .service-block.service-block-light-green h2, body.dark .service-block.service-block-dark h2 {
    color: #fff !important
}

body.dark .service-block.service-block-light h2, body.dark .service-block.service-block-light p {
    color: #555 !important
}

body.dark .service-block.service-block-u p, body.dark .service-block.service-block-blue p, body.dark .service-block.service-block-red p, body.dark .service-block.service-block-sea p, body.dark .service-block.service-block-grey p, body.dark .service-block.service-block-yellow p, body.dark .service-block.service-block-orange p, body.dark .service-block.service-block-green p, body.dark .service-block.service-block-purple p, body.dark .service-block.service-block-aqua p, body.dark .service-block.service-block-brown p, body.dark .service-block.service-block-dark-blue p, body.dark .service-block.service-block-light-green p, body.dark .service-block.service-block-dark p {
    color: #fff !important
}

body.dark .funny-boxes {
    background: #292929
}

    body.dark .funny-boxes h2 a {
        color: #ccc
    }

    body.dark .funny-boxes.funny-boxes-red {
        background: #e74c3c
    }

    body.dark .funny-boxes.funny-boxes-blue {
        background: #3498db
    }

    body.dark .funny-boxes.funny-boxes-grey {
        background: #95a5a6
    }

    body.dark .funny-boxes.funny-boxes-sea {
        background: #1abc9c
    }

        body.dark .funny-boxes.funny-boxes-red h2 a, body.dark .funny-boxes.funny-boxes-blue h2 a, body.dark .funny-boxes.funny-boxes-grey h2 a, body.dark .funny-boxes.funny-boxes-sea h2 a, body.dark .funny-boxes.funny-boxes-red p, body.dark .funny-boxes.funny-boxes-blue p, body.dark .funny-boxes.funny-boxes-grey p, body.dark .funny-boxes.funny-boxes-sea p {
            color: #fff
        }

body.dark .content-boxes-v2 .link-bg-icon span {
    color: #ccc
}

body.dark .thumbnail {
    border: none;
    background: none
}

body.dark .thumbnail-style:hover {
    box-shadow: none
}

body.dark .thumbnail h3 a, body.dark .thumbnail-style h3 a {
    color: #ccc
}

body.dark .thumbnail .caption {
    background: #202020
}

body.dark .badge-sidebar {
    border-color: #303030
}

body.dark .badge-box-v2 a, body.dark .badge-box-v1 a {
    border-color: #303030
}

    body.dark .badge-box-v2 a:hover, body.dark .badge-box-v1 a:hover {
        color: #555;
        border-color: #555
    }

body.dark .dropdown-show {
    box-shadow: none;
    border-color: #303030;
    background: #252525
}

    body.dark .dropdown-show a {
        color: #999
    }

body.dark .dropdown-menu .divider {
    background: #303030
}

body.dark .dropdown-menu > li > a:hover, body.dark .dropdown-menu > li > a:focus {
    color: #ccc;
    background: #777
}

body.dark .progress {
    background: #292929
}

body.dark .progress-bar-dark {
    background: #202020
}

body.dark img.img-bordered {
    background: #222;
    border-color: #303030
}

body.dark .panel {
    background: none
}

    body.dark .panel.panel-default .panel-heading {
        color: #ccc;
        background: #222;
        border-color: #303030
    }

    body.dark .panel .panel-title {
        color: inherit
    }

    body.dark .panel .panel-body {
        background: #222
    }

body.dark .pagination > li > a {
    color: #999
}

    body.dark .pagination > li > a:hover {
        color: #fff;
        background: #333;
        border-color: #333
    }

body.dark .pagination > li > a, body.dark .pagination > li > span {
    border-color: #303030;
    background: #202020
}

body.dark .pagination > .active > a, body.dark .pagination > .active > span, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span:hover, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > span:focus {
    color: #fff;
    background: #444;
    border-color: #333
}

body.dark .pagination > .disabled > span, body.dark .pagination > .disabled > span:hover, body.dark .pagination > .disabled > span:focus, body.dark .pagination > .disabled > a, body.dark .pagination > .disabled > a:hover, body.dark .pagination > .disabled > a:focus {
    background: #222;
    border-color: #555
}

body.dark .pager li > a, body.dark .pager li > span {
    color: #999;
    border-color: #303030;
    background: #202020
}

    body.dark .pager li > a:hover, body.dark .pager li > span:hover {
        color: #fff;
        background: #222;
        border-color: #555
    }

body.dark .acc-v1 .panel-heading a {
    color: #ccc;
    background: #202020
}

body.dark .panel-default {
    border-color: #303030
}

body.dark .panel-group .panel-heading + .panel-collapse .panel-body {
    color: #999;
    background: #222;
    border-top-color: #555
}

body.dark .tab-v2 .nav-tabs li.active a {
    color: #999;
    background: #252525;
    border-left-color: #303030;
    border-right-color: #303030
}

body.dark .tab-v2 .tab-content {
    border-color: #303030
}

body.dark .tab-v3 .nav-pills li a:hover, body.dark .tab-v3 .nav-pills li.active a {
    color: #fff
}

body.dark .tab-v3 .nav-pills li a {
    color: #999;
    border-color: #303030;
    background: #202020
}

body.dark .tab-v3 .tab-content {
    border-color: #303030;
    background: #202020
}

body.dark .timeline-v1 .btn-u {
    color: #fff
}

body.dark .timeline-v1:before {
    background: #303030
}

body.dark .timeline-v1 > li > .timeline-badge {
    color: #555
}

body.dark .timeline-v1 > li > .timeline-panel {
    border-color: #303030
}

    body.dark .timeline-v1 > li > .timeline-panel:before {
        border-left-color: #303030;
        border-right-color: #303030
    }

    body.dark .timeline-v1 > li > .timeline-panel:after {
        border-left-color: #303030;
        border-right-color: #303030
    }

body.dark .timeline-v1 .timeline-body h2 a {
    color: #ccc
}

    body.dark .timeline-v1 .timeline-body h2 a:hover {
        color: #72c02c
    }

body.dark .timeline-v1 .timeline-footer .blog-info i, body.dark .timeline-v1 .timeline-footer .likes i {
    color: #999
}

body.dark .timeline-v1 .timeline-footer .likes:hover i {
    color: #72c02c
}

body.dark .timeline-v1 .timeline-footer {
    border-top-color: #303030
}

body.dark .timeline-v2 > li .cbp_tmlabel {
    background: #222
}

    body.dark .timeline-v2 > li .cbp_tmlabel h2 {
        border-color: #333
    }

body.dark .timeline-v2:before {
    background: #222
}

body.dark .timeline-v2 > li .cbp_tmlabel:after {
    border-right-color: #222
}

@media screen and (max-width: 767px) {
    body.dark .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #222;
        border-right-color: transparent
    }
}

@media screen (min-width: 768px )and(max-width: 992px ) {
    body.dark .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #222;
        border-right-color: transparent;
    }
}

body.dark .timeline-v2 > li .cbp_tmtime span:last-child {
    color: #ccc
}

body.dark .timeline-v2 > li .cbp_tmicon {
    box-shadow: 0 0 0 4px #222
}

body.dark .owl-carousel-style-v2 .item {
    background: #292929;
    border-color: #303030
}

    body.dark .owl-carousel-style-v2 .item:hover {
        border-color: #555;
        background: #303030
    }

body.dark .owl-btn {
    background: #303030
}

    body.dark .owl-btn:hover {
        background: #444
    }

body.dark .table, body.dark .table > thead > tr > th, body.dark .table > tbody > tr > th, body.dark .table > tfoot > tr > th, body.dark .table > thead > tr > td, body.dark .table > tbody > tr > td, body.dark .table > tfoot > tr > td {
    color: #999;
    background: #222;
    border-color: #303030
}

    body.dark .table > caption + thead > tr:first-child > th, body.dark .table > colgroup + thead > tr:first-child > th, body.dark .table > thead:first-child > tr:first-child > th, body.dark .table > caption + thead > tr:first-child > td, body.dark .table > colgroup + thead > tr:first-child > td, body.dark .table > thead:first-child > tr:first-child > td {
        color: #ccc
    }

body.dark .panel > .panel-body + .table, body.dark .panel > .panel-body + .table-responsive {
    border-color: #303030
}

body.dark .table-hover > tbody > tr:hover > td, body.dark .table-hover > tbody > tr:hover > th {
    background: #222
}

body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > td, body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > th {
    background: #202020
}

body.dark .table-striped > tbody > tr:nth-child(2n+1) > td, body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #202020
}

body.dark .table-bordered, body.dark .table-bordered > thead > tr > th, body.dark .table-bordered > tbody > tr > th, body.dark .table-bordered > tfoot > tr > th, body.dark .table-bordered > thead > tr > td, body.dark .table-bordered > tbody > tr > td, body.dark .table-bordered > tfoot > tr > td {
    color: #999;
    background: #222;
    border-color: #303030
}

body.dark .pie-progress-charts .circle {
    color: #ccc
}

body.dark .counters {
    color: #999
}

body.dark .circles-text-wrp {
    color: #999
}

body.dark .title-box .title-box-text {
    color: #ccc
}

body.dark .title-box {
    border-color: #555
}

body.dark .title-box-v2 h2 {
    color: #ccc
}

body.dark .sky-form {
    border-color: #555
}

    body.dark .sky-form header, body.dark .sky-form fieldset, body.dark .sky-form footer {
        background: #222;
        border-color: #555
    }

    body.dark .sky-form header {
        color: #ccc
    }

    body.dark .sky-form label {
        color: #999
    }

    body.dark .sky-form input, body.dark .sky-form .input input, body.dark .sky-form .select select, body.dark .sky-form .textarea textarea, body.dark .sky-form .input input:focus, body.dark .sky-form .select select:focus, body.dark .sky-form .textarea textarea:focus {
        color: #999;
        box-shadow: none;
        border-color: #303030;
        background: #202020
    }

        body.dark .sky-form input:hover, body.dark .sky-form input:focus {
            box-shadow: none;
            border-color: #555
        }

    body.dark .sky-form .input input, body.dark .sky-form .select select, body.dark .sky-form .textarea textarea, body.dark .sky-form .radio i, body.dark .sky-form .checkbox i, body.dark .sky-form .toggle i, body.dark .sky-form .icon-append, body.dark .sky-form .icon-prepend {
        border-color: #555
    }

    body.dark .sky-form .select i {
        background: #303030;
        box-shadow: 0 0 0 12px #303030
    }

        body.dark .sky-form .select i:after {
            border-top-color: #999
        }

        body.dark .sky-form .select i:before {
            border-bottom-color: #999
        }

    body.dark .sky-form .radio i, body.dark .sky-form .checkbox i {
        background: #303030
    }

    body.dark .sky-form .radio input + i:after {
        background: #999
    }

    body.dark .sky-form .radio input:checked + i, body.dark .sky-form .checkbox input:checked + i, body.dark .sky-form .toggle input:checked + i {
        border-color: #555
    }

    body.dark .sky-form .toggle i {
        background: #303030
    }

        body.dark .sky-form .toggle i:before, body.dark .sky-form .toggle i:after {
            color: #999
        }

    body.dark .sky-form .rating {
        color: #999
    }

    body.dark .sky-form .icon-append, body.dark .sky-form .icon-prepend {
        color: #999
    }

body.dark .ui-datepicker {
    background: rgba(0, 0, 0, .9)
}

    body.dark .ui-datepicker span {
        color: #ccc
    }

        body.dark .ui-datepicker span:hover {
            color: #72c02c
        }

body.dark .ui-datepicker-inline {
    background: #202020;
    border-color: #555
}

body.dark .ui-datepicker-header {
    border-color: #555
}

body.dark .ui-datepicker-calendar a:hover {
    border-color: #555
}

body.dark .ui-datepicker-calendar a, body.dark .ui-datepicker-calendar span {
    color: #999
}

body.dark .ui-datepicker-calendar .ui-state-active {
    color: #eee;
    border-color: #555
}

    body.dark .ui-datepicker-calendar .ui-state-active:hover {
        color: #72c02c;
        border-color: #555
    }

body.dark .sky-form .ui-slider {
    border-color: #555
}

body.dark .sky-form .ui-slider-handle {
    background: #999;
    border-color: #555
}

body.dark .sky-form .state-success input, body.dark .sky-form .state-success select, body.dark .sky-form .state-success textarea, body.dark .sky-form .radio.state-success i, body.dark .sky-form .checkbox.state-success i, body.dark .sky-form .toggle.state-success i {
    background: #ceedce !important
}

body.dark .sky-form .state-error input, body.dark .sky-form .state-error select, body.dark .sky-form .state-error textarea, body.dark .sky-form .radio.state-error i, body.dark .sky-form .checkbox.state-error i, body.dark .sky-form .toggle.state-error i {
    background: #fff0e0 !important
}

body.dark .sky-form .radio:hover i, body.dark .sky-form .checkbox:hover i, body.dark .sky-form .toggle:hover i, body.dark .sky-form .ui-slider-handle:hover {
    border-color: #444 !important
}

body.dark .modal-content {
    box-shadow: none;
    border-color: #303030;
    background: #202020
}

body.dark .modal-header, body.dark .modal-footer {
    border-color: #303030
}

body.dark .pricing {
    box-shadow: none;
    border: 1px solid #333
}

body.dark .pricing-light h3, body.dark .pricing-light .pricing-footer h4, body.dark .pricing-medium-light .pricing-head h3, body.dark .pricing-medium-light .pricing-footer h4, body.dark .pricing-medium-dark .pricing-head h3, body.dark .pricing-medium-dark .pricing-footer, body.dark .pricing-dark .pricing-head h3, body.dark .pricing-dark .pricing-footer h4 {
    background: #222 !important;
    border-color: #333 !important
}

    body.dark .pricing-medium-dark .pricing-footer h4 {
        background: #303030 !important
    }

body.dark .pricing-head h3 {
    color: #fafafa
}

body.dark .pricing-head h4, body.dark .pricing-bg-colored h4, body.dark .pricing-mega-v1 .pricing-head .price, body.dark .pricing-mega-v2 .pricing-head .price {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999
}

body.dark .bg-color {
    background: #202020
}

body.dark .pricing-dark .pricing-footer, body.dark .pricing-medium-light .pricing-footer {
    background: #202020
}

body.dark .pricing-content li, body.dark .pricing-bg-colored .pricing-head p {
    color: #999;
    border-color: #333
}

body.dark .pricing-bg-colored .pricing:hover h4 {
    color: #fff;
    background: transparent
}

body.dark .pricing-bg-colored .pricing:hover p, body.dark .pricing-bg-colored .pricing:hover .pricing-content li {
    border-color: #fff
}

body.dark .pricing-dark .pricing li i {
    color: #999
}

body.dark .pricing-rounded h4, body.dark .pricing-zoom .pricing-head h4 {
    background: #222 !important;
    border-color: #333 !important;
    text-shadow: 0 1px 0 #999 !important
}

body.dark .pricing-medium-light .pricing {
    background: #202020
}

body.dark .pricing-medium-dark .pricing-head h3 {
    color: #717984
}

body.dark .pricing-medium-light .pricing-content > li {
    border-color: #555 !important
}

body.dark .pricing-dark .btn-u.btn-brd.btn-u-default, body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default, body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default {
    border-color: #555;
    background: none !important
}

    body.dark .pricing-dark .btn-u.btn-brd.btn-u-default:hover, body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default:hover, body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default:hover {
        color: #ccc;
        background: #555 !important
    }

body.dark .pricing-dark .pricing {
    background: none
}

body.dark .pricing-mega-v2 .block:hover h3, body.dark .pricing-mega-v2 .block:hover h4, body.dark .pricing-mega-v2 .block:hover li, body.dark .pricing-mega-v2 .block:hover li i, body.dark .pricing-mega-v2 .block:hover h4 i {
    color: #fff !important
}

body.dark .pricing-mega-v3 .btn-u, body.dark .pricing-mega-v3 .pricing-content, body.dark .pricing-mega-v3 .pricing-head h3, body.dark .pricing-mega-v3 .hidden-area .pricing-head h4, body.dark .pricing-mega-v3 .hidden-area .pricing-content {
    border-color: transparent
}

body.dark .pricing-mega-v3 .pricing h5 {
    color: #ccc
}

body.dark .pricing-mega-v2 .block:hover h3, body.dark .pricing-mega-v2 .block:hover h4, body.dark .pricing-mega-v2 .block:hover li, body.dark .pricing-mega-v2 .block:hover li i, body.dark .pricing-mega-v2 .block:hover h4 i {
    background: #222
}

body.dark .pricing-mega-v2 .block:hover .bg-color {
    background: #222
}

body.dark .pricing .btn-group .dropdown-menu {
    border-color: #333 !important
}

    body.dark .pricing .btn-group .dropdown-menu li a {
        color: #fff !important
    }

body.dark .pricing-table-v1 .pricing-v1-content {
    background: #222
}

body.dark .pricing-table-v1 .pricing-v1-content {
    background: #222
}

body.dark .pricing-table-v1 .pricing-v1:hover li {
    background: #333
}

body.dark .pricing-table-v2 .pricing-v2-grey, body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-head, body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-content li {
    border-color: #555
}

body.dark .pricing-table-v2 .btn-u.btn-u-default {
    color: #999;
    background: #333
}

    body.dark .pricing-table-v2 .btn-u.btn-u-default:hover {
        background: #555
    }

body.dark .pricing-table-v4 .pricing-v4 {
    background: #222
}

body.dark .pricing-table-v4 .pricing-v4-head a .price-corner-2 {
    border-color: transparent transparent transparent #222
}

body.dark .pricing-table-v5 .btn-u {
    color: #fff
}

body.dark .pricing-table-v5 .pricing-v5-grey, body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-head, body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-content li {
    border-color: #555
}

body.dark .pricing-table-v6 h3, body.dark .pricing-table-v6 h3 i, body.dark .pricing-table-v6 h3 span, body.dark .pricing-table-v6 ul li, body.dark .pricing-table-v6 .btn-u.btn-brd, body.dark .pricing-table-v7 .btn-u.btn-brd, body.dark .pricing-table-v8 .btn-u.btn-brd, body.dark .pricing-table-v7 .service-block p, body.dark .pricing-table-v7 .service-block h2, body.dark .pricing-table-v8 .service-block p, body.dark .pricing-table-v8 .service-block h2 {
    color: #fff
}

    body.dark .pricing-table-v6 .btn-u.btn-brd:hover, body.dark .pricing-table-v7 .btn-u.btn-brd:hover, body.dark .pricing-table-v8 .btn-u.btn-brd:hover {
        color: #fff;
        background: #333;
        border-color: transparent
    }

body.dark .pricing-table-v7 .pricing-body, body.dark .pricing-table-v8 .pricing-body {
    background: #333
}

body.dark .pricing-table-v7 .pricing-inner-1, body.dark .pricing-table-v7 .pricing-inner-2, body.dark .pricing-table-v8 .pricing-inner-1, body.dark .pricing-table-v8 .pricing-inner-2 {
    border-color: #555
}

body.dark .map {
    border-color: #333
}

body.dark .about-skills {
    border-color: #303030;
    background: #202020
}

body.dark .info-blocks .info-blocks-in h3 {
    color: #ccc
}

body.dark .parallax-about .title-box-v2 h2, body.dark .parallax-about .banner-info h3 {
    color: #fff
}

body.dark .parallax-about .title-box-v2 p, body.dark .parallax-about .banner-info p {
    color: #eee
}

body.dark .job-partners .our-clients li {
    border-color: #555;
    background: #292929
}

body.dark #effect-2 figure .img-hover {
    color: #999;
    background: #303030
}

body.dark .job-content .categories li {
    border-bottom-color: #444
}

body.dark .job-img .job-banner, body.dark .parallax-team:before, body.dark .image-block .company-description {
    background: rgba(0, 0, 0, .9)
}

body.dark .image-block .benefits li i {
    color: #ccc;
    border-color: #ccc
}

body.dark .job-description, body.dark .block-description, body.dark .job-team {
    background: #191919;
    border: none
}

body.dark .parallax-team {
    border-color: #353535
}

body.dark .block-level-v2, body.dark .contacts {
    border-color: #353535;
    background: #252525
}

body.dark .center-icon {
    color: #777;
    background: #222;
    border-color: #353535
}

body.dark .job-description .left-inner, body.dark .job-description .right-inner, body.dark .block-description .left-inner, body.dark .block-description .right-inner {
    background: #222
}

    body.dark .job-description .left-inner h2, body.dark .job-description .left-inner h3 {
        color: #ccc;
        font-weight: 200
    }

    body.dark .job-description .left-inner img, body.dark .block-description .left-inner img {
        border-color: #555
    }

    body.dark .job-description .left-inner i.position-top, body.dark .block-description .left-inner i.position-top {
        color: #999
    }

        body.dark .job-description .left-inner i.position-top:hover, body.dark .block-description .left-inner i.position-top:hover {
            color: #666
        }

body.dark .job-description .progression span, body.dark .block-description .progression span {
    color: #999
}

body.dark .job-description .right-inner .font-s, body.dark .block-description .right-inner .font-s {
    color: #ccc
}

body.dark .job-description .left-inner small, body.dark .job-description .right-inner small, body.dark .block-description .right-inner small {
    color: #999
}

body.dark .job-description .people-say .overflow-h span, body.dark .block-description .people-say .overflow-h span {
    color: #ccc
}

body.dark .team-v2 .inner-team {
    background: #202020
}

body.dark .category .section-block {
    background: #202020;
    border-color: #252525;
    box-shadow: 0 0 3px #111
}

body.dark .search-block:before {
    background: rgba(0, 0, 0, .7)
}

body.dark .section-block .section-block-info {
    border-color: #292929
}

body.dark .content-boxes-v3 .content-boxes-in-v3 h3 a, body.dark .search-block form.page-search-form .checkbox {
    color: #ccc
}

body.dark .search-block-v2 {
    background: #202020;
    border-color: #303030
}

body.dark .s-results .related-search {
    border-color: #555
}

body.dark .s-results .inner-results h3 a {
    color: #ccc
}

    body.dark .s-results .inner-results h3 a:hover {
        color: #72c02c
    }

body.dark .s-results .inner-results .btn-default {
    color: #bbb;
    background: #191919
}

body.dark .s-results .up-ul li, body.dark .s-results .up-ul li a {
    color: #bbb
}

body.dark .table-search-v1 thead, body.dark .table-search-v2 thead {
    border-color: #303030
}

body.dark .easy-block-v3 {
    background: #333
}

    body.dark .easy-block-v3.second {
        background: #353535
    }

    body.dark .easy-block-v3.third {
        background: #383838
    }

body.dark .faq-page .faq-add {
    border-color: #303030
}

body.dark .faq-bg .title-box-v2 h2, body.dark .faq-bg .banner-info h3, body.dark .easy-block-v3 .inner-faq-b h3 {
    color: #fff
}

body.dark .faq-bg .banner-info i, body.dark .faq-bg .banner-info p, body.dark .faq-bg .title-box-v2 p, body.dark .easy-block-v3 .inner-faq-b p {
    color: #eee
}

body.dark .easy-block-v1 i, body.dark .easy-block-v2 i, body.dark .easy-block-v3 i {
    color: #ccc
}

body.dark .reg-page {
    background: #222;
    box-shadow: none;
    border-color: #303030
}

body.dark .reg-header {
    border-color: #555
}

body.dark .sorting-block .sorting-grid li span.sorting-cover {
    background: #222
}

body.dark .sorting-block .sorting-grid li:hover span.sorting-cover {
    background: #333
}

body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover p, body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover span {
    color: #999
}

body.dark .view {
    box-shadow: none
}

body.dark .recent-work a {
    background: #222
}

    body.dark .recent-work a span {
        border-bottom-color: #303030
    }

    body.dark .recent-work a:hover span strong {
        color: #ccc
    }

    body.dark .recent-work a:hover span {
        border-bottom-color: #72c02c
    }

body.dark .blog h2 a {
    color: #ccc
}

body.dark .blog-post-tags {
    border-top-color: #303030;
    border-bottom-color: #303030
}

    body.dark .blog-post-tags li i {
        color: #999
    }

    body.dark ul.blog-tags a, body.dark .blog-post-tags ul.blog-tags a {
        color: #999;
        background: #292929
    }

        body.dark ul.blog-tags a:hover, body.dark .blog-post-tags ul.blog-tags a:hover {
            color: #fff;
            background: #72c02c
        }

        body.dark ul.blog-tags a i {
            color: #999
        }

body.dark .posts .dl-horizontal a {
    color: #999
}

body.dark .blog-info li i {
    color: #999
}

body.dark .blog-item .media h4.media-heading {
    color: #ccc
}

body.dark .magazine-page h3, body.dark .magazine-page h3 a {
    color: #ccc
}

    body.dark .magazine-page h3:hover, body.dark .magazine-page h3 a:hover {
        color: #72c02c
    }

body.dark .blog-twitter .blog-twitter-inner {
    color: #999;
    background: #292929
}

    body.dark .blog-twitter .blog-twitter-inner i.fa {
        color: #999
    }

    body.dark .blog-twitter .blog-twitter-inner:before {
        border-bottom: 15px solid #252525
    }

    body.dark .blog-twitter .blog-twitter-inner:after {
        border-top-color: #555
    }

body.dark .info-blocks i.icon-info-blocks {
    color: #999
}

body.dark .owl-work-v1 .item a span {
    background: #222;
    border-color: #333
}

body.dark .owl-work-v1 .item:hover a span {
    border-color: #444
}

body.dark .team-social li a.fb, body.dark .team-social li a.tw, body.dark .team-social li a.gp {
    color: #999;
    border-color: #555
}

    body.dark .team-social li a.fb:hover, body.dark .team-social li a.tw:hover, body.dark .team-social li a.gp:hover {
        color: #fff;
        border-color: transparent
    }

body.dark .one-page .one-grey, body.dark .one-page .one-default {
    background: none
}

    body.dark .one-page .one-default h1, body.dark .one-page .one-default h2, body.dark .one-page .one-grey h1, body.dark .one-page .one-grey h2 {
        color: #ccc
    }

body.dark .one-page .one-red h1, body.dark .one-page .one-red h2, body.dark .one-page .one-blue h1, body.dark .one-page .one-blue h2, body.dark .one-page .one-red p, body.dark .one-page .one-blue p {
    color: #fff !important
}

body.dark .clients-page {
    border-color: #333
}

    body.dark .clients-page img {
        border-color: #333;
        background: #292929
    }

body.dark .profile-body {
    background: #1c1c1c
}

body.dark .profile .notification, body.dark .profile .project-share, body.dark .profile .social-contacts-v3 li {
    border-top-color: #333
}

body.dark .profile .comment, body.dark .profile .panel-heading {
    border-bottom-color: #333
}

    body.dark .profile .profile-bio span, body.dark .profile .panel-heading h2, body.dark .profile .profile-post-in h3 a {
        color: #999
    }

body.dark .profile .projects, body.dark .profile .profile-bio, body.dark .profile .profile-blog, body.dark .profile .profile-post, body.dark .profile .profile-edit, body.dark .profile .profile-event, body.dark .profile .panel-heading, body.dark .profile .project-share {
    background: #252525
}

body.dark .profile .profile-blog {
    border-color: #444
}

body.dark .profile .timeline-me .cbp_tmlabel:after {
    border: none
}

body.dark .profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
    color: #666
}

body.dark .profile .comment-list-v2 li a {
    color: #999
}

body.dark .profile .media.media-v2 {
    border-color: #555
}

body.dark .profile .blog-info-v2 li {
    border-color: #555
}

body.dark .profile .btn-u.btn-u-default {
    color: #999;
    background: #333
}

    body.dark .profile .btn-u.btn-u-default:hover {
        background: #444
    }

body.dark .footer-default .footer {
    color: #999;
    background: #1c1c1c;
    border-top: solid 1px #222
}

    body.dark .footer-default .footer h2, body.dark .footer-default .footer h3, body.dark .footer-default .footer h4 {
        color: #ccc
    }

    body.dark .footer-default .footer p {
        color: #999
    }

    body.dark .footer-default .footer .blog-list {
        color: #999
    }

    body.dark .footer-default .footer .posts .dl-horizontal a {
        color: #999
    }

    body.dark .footer-default .footer .dl-horizontal img {
        border-color: #999 !important
    }

body.dark .footer-v1 address, body.dark .footer-v1 .link-list a, body.dark .footer-v1 .link-list i {
    color: #999
}

body.dark .footer-default .copyright {
    background: #191919;
    border-top-color: #222
}

    body.dark .footer-default .copyright p {
        color: #999
    }

body.dark .copyright-v2 {
    background: #222
}

body.dark .footer-v1 .footer {
    background: #1c1c1c
}

body.dark .footer-v2 .footer {
    border-color: #333;
    background: #1c1c1c
}

body.dark .footer-v2 .headline h2 {
    color: #ccc
}

body.dark .footer-v2 .link-list li {
    border-color: #555
}

body.dark .footer-v2 .link-list a {
    color: #999
}

body.dark .footer-v2 .copyright {
    background: #191919
}

body.dark .footer-v3 .footer {
    border-color: #333;
    background: #1c1c1c
}

body.dark .footer-v5 .footer {
    background: #1c1c1c
}

body.dark .contacts-section .btn-u.btn-brd.btn-u-dark {
    color: #999;
    border-color: #333
}

body.dark .copyright-section, body.dark .copyright-section i.back-to-top {
    background: #1c1c1c
}

body.dark .tags-v1 li a {
    color: #777;
    border: solid 2px #555
}

    body.dark .tags-v1 li a:hover {
        color: #999
    }

body.dark .parallax-counter-v2 {
    background: #222 url(../img/patterns/5.html) repeat fixed
}

    body.dark .parallax-counter-v2:after {
        border-top-color: #252525
    }

    body.dark .parallax-counter-v2 .counters {
        background: rgba(0, 0, 0, .9);
        border-bottom-color: #222
    }

        body.dark .parallax-counter-v2 .counters h4, body.dark .parallax-counter-v2 .counters span {
            color: #ccc
        }

body.dark .block-grid-v1 {
    background: #202020;
    border-bottom-color: #292929
}

body.dark .grid-block-v2-info {
    background: #202020
}

body.dark .grid-block-v2-info, body.dark .block-grid-v1-add-info, body.dark .block-grid-v1-add-info li a {
    border-color: #292929
}

body.dark .testimonials-v3 .owl-buttons .owl-prev, body.dark .testimonials-v3 .owl-buttons .owl-next {
    background: #333
}

    body.dark .testimonials-v3 .owl-buttons .owl-prev:hover, body.dark .testimonials-v3 .owl-buttons .owl-next:hover {
        background: #444
    }

body.dark .portfolio-box-v1-in p {
    color: #eee
}

body.dark .thumbnails-v1 h3 a {
    color: #eee
}

body.dark .content-boxes-v3 .icon-bg-darker {
    border: transparent
}

body.dark .bg-image-v1 p {
    color: #eee
}

body.dark .bg-image-v2:before {
    background: rgba(0, 0, 0, .6)
}

body.dark .bg-image-v2 p {
    color: #ccc
}

body.dark .flat-bg-block-v1 {
    background: #202020 url(../img/patterns/5.html) repeat
}

body.dark .content-boxes-v5 i {
    background: #333
}

body.dark .content-boxes-v6 i {
    background: #333
}

    body.dark .content-boxes-v6 i:after {
        border-color: #555
    }

body.dark .btn-u.btn-brd.btn-u-dark {
    border-color: #eee
}

    body.dark .btn-u.btn-brd.btn-u-dark:hover {
        border-color: #333
    }

body.dark .service-info {
    background: #202020 url(../img/patterns/5.html) repeat
}

body.dark .portfolio-box-v2 li:hover:after {
    background: rgba(0, 0, 0, .6)
}

body.dark .service-block-v1 {
    border-color: #555
}

body.dark .owl-carousel-v6 .owl-carousel-item {
    border-color: #555
}

body.dark .fancybox-skin {
    color: #999;
    background: #333
}

body.dark .invoice-header .invoice-numb {
    color: #999
}

body.dark .reg-block {
    background: #333
}

body.dark .reg-block-header {
    border-bottom-color: #555
}

body.dark .bg-color-light {
    background: #252525 !important
}

body.dark .icon-page-fa .item i, body.dark .demo-pro-glyphicons span:before {
    color: #999
}

body.dark .fusion-portfolio #filters-container .cbp-filter-item {
    color: #999;
    border-color: #555
}

    body.dark .fusion-portfolio #filters-container .cbp-filter-item:hover {
        color: #ccc
    }

body.dark .fusion-portfolio .cbp-l-caption-desc, body.dark .fusion-portfolio .product-description span {
    color: #555
}

body.dark .view-tenth:hover p {
    color: #ccc
}

body.dark .blog_masonry_3col .grid-boxes-in {
    border-color: #555
}

body.dark .blog_masonry_3col h3 a {
    color: #999
}

body.dark .grid-boxes-caption.grid-boxes-quote p {
    color: #fff
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap
}

.field-validation-error {
    color: #b94a48
}

.field-validation-valid {
    display: none
}

input.input-validation-error {
    border: 1px solid #b94a48
}

input[type="checkbox"].input-validation-error {
    border: 0 none
}

.validation-summary-errors {
    color: #b94a48
}

.validation-summary-valid {
    display: none
}

/*@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal
}*/

.video-right {
    position: relative;
    display: block;
    overflow: hidden
}

    .video-right .title {
        background: url(images/titlebg.html);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        overflow: hidden;
        max-height: 50px
    }

    .video-right:hover .play {
        background-image: url(images/play_iconhv.html)
    }

    .video-right .play {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(images/play_icon.html) no-repeat center top 40%
    }

.list-unstyled ul {
    list-style: none;
    padding: 0
}

.blockquote p {
    line-height: 1.6em;
    margin: 0
}

.morecnt {
    padding: 0
}

    .morecnt li {
        list-style: none;
        line-height: 22px;
        padding: 8px 0;
        border-bottom: dashed 1px #f2f2f2
    }

        .morecnt li p {
            text-indent: 10px;
            background: url(images/moreitem.html) no-repeat left top 5px;
            margin: 0
        }

        .morecnt li a:hover {
            text-decoration: none
        }

            .morecnt li a:hover p {
                color: #e67e22
            }

        .morecnt li a span {
            display: block;
            color: #aaa;
            font-size: 11px
        }

h1.title {
    font-size: 20px;
    margin-top: 10px
}

.textcnt {
    font: 14px/30px arial;
    text-align: justify
}

    .textcnt p {
        margin-bottom: 20px
    }

    .textcnt img {
        max-width: 100%;
        height: auto !important
    }

.descnt {
    font: 14px/25px arial;
    text-align: justify
}

.branch .item {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    margin-top: 20px
}

    .branch .item a {
        color: #000
    }

.branch .hotline {
    font-size: 25px;
    font-weight: bold;
    color: #e67e22;
    display: block;
    margin-top: 7px
}

.branch .fa-circle {
    color: #777;
    float: left;
    margin: 5px 5px 0 3px;
    font-size: 6px
}

#Slider img {
    width: 100%
}

#Slider.carousel-v1 .carousel-arrow a i {
    background: none;
    color: #fff;
    font-size: 50px
}

.zoom-photo {
    cursor: zoom-in
}

.template .img-wrapper img {
    margin-bottom: 25px;
    cursor: pointer
}

.down-item {
    line-height: 50px;
    padding-left: 40px;
    background: url(images/download.html) no-repeat left center
}

.down-item-pdf {
    line-height: 50px;
    padding-left: 40px;
    background: url(images/pdf.html) no-repeat left center
}

.oItem {
    padding-left: 40px;
    background: url(images/icon-tienich.html) no-repeat left top;
    font-weight: bold;
    margin-top: 5px
}

    .oItem li {
        font-weight: normal;
        margin: 8px 0
    }

.headline .view {
    float: right;
    margin-top: 10px
}

.logothaison {
    margin-top: 5px
}

.posts {
    padding-top: 20px
}

#CommonSocialNetwork .gplus {
    margin-top: 1px;
    float: left
}

#CommonSocialNetwork .tweet {
    margin-top: 1px;
    float: left
}

#CommonSocialNetwork .likeface {
    float: left
}

#share-buttons {
    position: fixed;
    top: 80px;
    right: 0
}

    #share-buttons img {
        width: 35px;
        padding: 2px;
        border: 0;
        box-shadow: 0;
        display: block
    }

.fr {
    float: right
}

body {
    font-size: 13px !important;
    line-height: 1.6
}

p, li {
    color: #333
}

    li a {
        color: #fff
    }

a {
    color: #72c02c;
    text-decoration: none
}

    a, a:focus, a:hover, a:active {
        outline: 0 !important
    }

        a:focus {
            text-decoration: none
        }

        a:hover {
            color: #72c02c;
            text-decoration: underline
        }

.wrapper {
    background-color: #fff;
    position: relative
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(images/patterns/15.html) repeat
}

.parallax-bg {
    background: url(images/blur/img1.html) 50% 0 repeat fixed
}

.parallax-counter {
    padding: 60px 0;
    background: url(images/bg/9.html) 50% 0 no-repeat fixed
}

    .parallax-counter h4 {
        color: #fff;
        font-size: 18px
    }

    .parallax-counter .counters {
        color: #fff;
        padding: 20px 0;
        font-weight: 200;
        background: rgba(0, 0, 0, .6)
    }

.parallax-counter-v1 {
    padding: 60px 0;
    background: url(images/patterns/5.html) repeat fixed
}

    .parallax-counter-v1 .counters {
        color: #fff;
        padding: 15px 0 10px;
        border: solid 1px #555
    }

    .parallax-counter-v1 h4 {
        color: #bbb;
        font-size: 16px;
        text-transform: uppercase
    }

    .parallax-counter-v1 span.counter {
        font-size: 42px;
        line-height: 48px
    }

.parallax-counter-v2 {
    position: relative;
    padding: 80px 0 60px;
    background: url(images/patterns/16.html) repeat fixed
}

    .parallax-counter-v2:after {
        top: 0;
        left: 50%;
        content: " ";
        margin-left: -25px;
        position: absolute;
        border-top: 25px solid #fff;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent
    }

    .parallax-counter-v2:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0, 0, 0, .02)
    }

    .parallax-counter-v2 .counters {
        padding: 20px 0;
        border-bottom: solid 2px #ddd;
        background: rgba(255, 255, 255, .9)
    }

        .parallax-counter-v2 .counters h4, .parallax-counter-v2 .counters span {
            color: #555;
            font-weight: 200;
            font-family: 'Open Sans', sans-serif
        }

        .parallax-counter-v2 .counters span {
            font-size: 36px
        }

        .parallax-counter-v2 .counters h4 {
            font-size: 22px;
            text-transform: uppercase
        }

@media (max-width: 992px) {
    .parallax-counter-v2 .counters {
        margin-bottom: 0 !important
    }
}

.parallax-team {
    background: url(images/team/faces.html) 50% 0 repeat fixed
}

    .parallax-team, .parallax-team .title-box-v2 {
        position: relative
    }

        .parallax-team:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            background: rgba(255, 255, 255, .9)
        }

.purchase {
    padding: 25px 0 30px;
    border-bottom: solid 1px #eee;
    background: url(images/breadcrumbs.png) repeat
}

    .purchase p {
        margin-bottom: 0
    }

    .purchase h1 {
        color: #666;
        display: block;
        font-size: 24px;
        line-height: 35px;
        font-weight: normal;
        margin-bottom: 12px;
        padding: 0;
        margin-top: 0;
        font-family: 'Open Sans', sans-serif
    }

    .purchase .btn-buy {
        text-align: center
    }

        .purchase .btn-buy a {
            margin-top: 27px
        }

            .purchase .btn-buy a i {
                margin-right: 5px
            }

@media (max-width: 992px) {
    .purchase {
        text-align: center
    }

        .purchase span {
            font-size: 22px;
            line-height: 29px
        }

        .purchase .btn-buy a {
            margin-top: 25px;
            font-size: 16px
        }
}

.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px
}

    .service:hover {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        -webkit-transition: box-shadow .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out
    }

        .service:hover i {
            color: #656565
        }

    .service .desc {
        padding: 0 15px;
        overflow: hidden
    }

        .service .desc h4 {
            font-size: 22px;
            line-height: 25px
        }

    .service .service-icon {
        float: left;
        padding: 10px;
        color: #72c02c;
        font-size: 35px;
        text-align: center;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

        .service .service-icon.icon-cogs {
            font-size: 37px
        }

        .service .service-icon.icon-plane {
            font-size: 43px
        }

.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block
}

    .recent-work a:hover {
        text-decoration: none
    }

        .recent-work a:hover strong {
            color: #555
        }

.recent-work em.overflow-hidden {
    display: block
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee
}

.recent-work a strong {
    color: #555;
    display: block
}

.recent-work a i {
    color: #777
}

.recent-work a img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.recent-work a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.recent-work a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.work {
    margin-top: 6px
}

    .work .details {
        padding: 10px
    }

    .work .caption {
        display: block;
        padding-top: 5px;
        color: #585f69 !important;
        font-size: 18px !important
    }

        .work .caption:hover {
            cursor: pointer;
            color: #444 !important;
            text-decoration: underline
        }

.thumb-headline h2 {
    color: #eee;
    font-size: 16px
}

.footer-logo {
    margin: 17px 0 20px
}

.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #353535
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none
    }

    .latest-list li a {
        color: #eee
    }

.latest-list small {
    color: #999;
    display: block
}

.link-list li {
    border-top: solid 1px #353535
}

    .link-list li:first-child {
        border-top: none !important
    }

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0;
    display: inline-block;
    text-transform: uppercase
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px
}

.latest-tweets .latest-tweets-inner p {
    color: #555;
    font-size: 13px
}

.latest-tweets .latest-tweets-inner a {
    text-decoration: none
}

    .latest-tweets .latest-tweets-inner a:hover {
        text-decoration: underline
    }

.latest-tweets .latest-tweets-inner i.fa {
    top: 2px;
    float: left;
    color: #bbb;
    color: #55acee;
    font-size: 18px;
    margin-right: 5px;
    position: relative
}

.latest-tweets .latest-tweets-inner small {
    color: #777;
    display: block
}

.social-icons {
    margin-top: 5px
}

    .social-icons li {
        margin: 0
    }

        .social-icons li a {
            margin: 0 3px
        }

.breadcrumbs {
    overflow: hidden;
    padding: 5px 0 0;
    border-bottom: solid 1px #eee;
    background: url(images/hehe.png) repeat
}

    .breadcrumbs h1 {
        color: #eee;
        font-size: 22px;
        margin-top: 8px
    }

    .breadcrumbs .title {
        color: #666;
        font-size: 22px;
        margin-top: 8px
    }

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative
}

    .breadcrumb a {
        color: #777;
        white-space: nowrap
    }

    .breadcrumb li.active, .breadcrumb li a:hover {
        color: #72c02c;
        text-decoration: none
    }

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px
    }

    .zoom-icon {
        display: none
    }

    .fr {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px
    }
}

a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out
    }

    .thumbnail h3, .thumbnail-style h3 {
        margin: 6px 0 8px 0
    }

        .thumbnail h3 a, .thumbnail-style h3 a {
            color: #585f69;
            font-size: 16px;
            display: block;
            height: 80px;
            overflow: hidden
        }

            .thumbnail h3 a:hover, .thumbnail-style h3 a:hover {
                color: #72c02c;
                text-decoration: none
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #72c02c;
        display: inline-block
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px
    }

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.service-alternative .service:hover {
    background: #76ca2c;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .service-alternative .service:hover i, .service-alternative .service:hover p, .service-alternative .service:hover h4 {
        color: #fff
    }

.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 28px
}

.service-v1 p {
    text-align: justify
}

.posts .dl-horizontal a {
    color: #555
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden
}

    .posts .dl-horizontal dt {
        width: 60px;
        float: left
    }

        .posts .dl-horizontal dt img {
            width: 60px;
            height: 60px;
            padding: 2px;
            margin-top: 2px;
            border: solid 1px #ddd
        }

    .posts .dl-horizontal dd {
        margin-left: 70px
    }

        .posts .dl-horizontal dd p {
            margin: 0
        }

        .posts .dl-horizontal dd a {
            font-size: 14px;
            line-height: 16px !important
        }

            .posts .dl-horizontal dd a:hover {
                color: #72c02c;
                text-decoration: none
            }

    .posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
        color: #72c02c;
        border-color: #72c02c !important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.team ul.team-socail {
    text-align: right
}

    .team ul.team-socail li {
        margin: 0 !important;
        padding: 0 !important
    }

        .team ul.team-socail li a, .team ul.team-socail li a:hover {
            text-decoration: none
        }

        .team ul.team-socail li i {
            color: #aaa;
            padding: 6px 7px;
            min-width: 30px;
            font-size: 18px;
            text-align: center;
            background: #f7f7f7;
            display: inline-block
        }

            .team ul.team-socail li i:hover {
                color: #fff;
                background: #72c02c;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

.team .thumbnail-style {
    padding: 12px
}

    .team .thumbnail-style img {
        margin-bottom: 7px
    }

    .team .thumbnail-style h3 {
        margin-bottom: 5px
    }

    .team .thumbnail-style:hover h3 a {
        color: #72c02c !important
    }

    .team .thumbnail-style small {
        display: block;
        margin-top: 5px;
        font-size: 12px
    }

.about-me {
    overflow: hidden
}

    .about-me h2 {
        margin: 0;
        font-size: 20px;
        text-transform: uppercase
    }

    .about-me span {
        color: #999;
        display: block;
        font-size: 14px;
        margin-bottom: 10px
    }

    .about-me .social-icons {
        margin-top: 7px
    }

.about-my-goals h2 {
    text-transform: uppercase
}

.about-skills {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: url(images/breadcrumbs.png) repeat
}

.gallery-page .thumbnail, .gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none
}

.gallery-page .thumbnails {
    margin-bottom: 6px
}

.privacy a {
    text-decoration: underline
}

    .privacy a:hover {
        color: #72c02c;
        text-decoration: none
    }

.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px
}

.portfolio-item li {
    padding: 3px 0
}

.portfolio-item p a {
    text-decoration: underline
}

    .portfolio-item p a:hover {
        text-decoration: none
    }

.portfolio-item1 ul {
    margin: 10px 0 20px
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px
}

    .portfolio-item1 li i {
        font-size: 18px;
        margin-right: 4px
    }

ul.blog-tags li {
    display: inline-block
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block
}

    ul.blog-tags a i {
        color: #666
    }

    ul.blog-tags a:hover {
        background: #72c02c
    }

        ul.blog-tags a:hover, ul.blog-tags a:hover i {
            color: #fff !important;
            text-decoration: none;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

.blog-photos li {
    display: inline
}

    .blog-photos li img {
        width: 58px;
        height: 58px;
        margin: 0 2px 8px
    }

        .blog-photos li img:hover {
            box-shadow: 0 0 0 2px #72c02c
        }

.blog-twitter .blog-twitter-inner {
    padding: 10px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 10px
}

    .blog-twitter .blog-twitter-inner, .blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out
    }

        .blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
            width: 0;
            height: 0;
            right: 0;
            bottom: 0;
            content: " ";
            display: block;
            position: absolute
        }

        .blog-twitter .blog-twitter-inner:after {
            border-top: 15px solid #eee;
            border-right: 15px solid transparent;
            border-left: 0 solid transparent;
            border-left-style: inset;
            border-right-style: inset
        }

        .blog-twitter .blog-twitter-inner:before {
            border-bottom: 15px solid #fff;
            border-right: 0 solid transparent;
            border-left: 15px solid transparent;
            border-left-style: inset;
            border-bottom-style: inset
        }

        .blog-twitter .blog-twitter-inner:hover {
            border-color: #72c02c;
            border-top-color: #72c02c
        }

            .blog-twitter .blog-twitter-inner:hover:after {
                border-top-color: #72c02c
            }

        .blog-twitter .blog-twitter-inner span.twitter-time {
            color: #777;
            display: block;
            font-size: 11px
        }

        .blog-twitter .blog-twitter-inner a {
            color: #72c02c;
            text-decoration: none
        }

            .blog-twitter .blog-twitter-inner a:hover {
                text-decoration: underline
            }

        .blog-twitter .blog-twitter-inner i.fa {
            top: 2px;
            color: #bbb;
            font-size: 18px;
            position: relative
        }

.who li {
    margin-bottom: 6px
}

    .who li i {
        color: #72c02c;
        font-size: 13px;
        min-width: 15px;
        margin-right: 8px;
        text-align: center;
        position: relative
    }

    .who li:hover i, .who li:hover a {
        color: #777
    }

        .who li:hover a:hover {
            text-decoration: none
        }

.fullwidthbanner-container.slider-promo {
    max-height: 460px !important
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(images/bg-black.html) repeat
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: none !important
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center
}

    .promo-box i {
        display: block;
        font-size: 50px
    }

    .promo-box p {
        font-size: 14px;
        margin-bottom: 0
    }

    .promo-box strong, .promo-box strong a {
        color: #555;
        display: block;
        font-size: 20px;
        font-weight: 200;
        margin: 20px 0 15px
    }

    .promo-box:hover strong, .promo-box:hover strong a {
        color: #72c02c
    }

.promo-service {
    margin-bottom: 20px
}

    .promo-service li {
        margin-bottom: 5px
    }

    .promo-service a.btn-u {
        margin: 0 20px 10px 0
    }

.title-box {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid 1px #eee
}

    .title-box .title-box-text {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200
    }

@media (max-width: 768px) {
    .title-box .title-box-text {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .title-box p {
        font-size: 15px
    }

    .zoom-icon {
        display: none
    }
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc
}

.block-blockquote-inner {
    padding: 15px
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0
}

.info-blocks {
    margin-bottom: 15px
}

    .info-blocks:hover i.icon-info-blocks {
        color: #72c02c;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .info-blocks i.icon-info-blocks {
        float: left;
        color: #777;
        font-size: 30px;
        min-width: 50px;
        margin-top: 10px;
        text-align: center
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden
    }

        .info-blocks .info-blocks-in h3 {
            color: #555;
            font-size: 20px;
            line-height: 28px
        }

        .info-blocks .info-blocks-in p {
            font-size: 12px
        }

.brand-page .btn {
    margin-bottom: 10px
}

.form-page input, .form-page select {
    margin-bottom: 10px
}

ul.labels-demo {
    margin: 5px 0
}

    ul.labels-demo li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 2px 0
    }

.badge-sidebar {
    border-left: solid 1px #eee
}

@media (max-width: 991px) {
    .badge-sidebar {
        border-left: none
    }
}

.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    word-wrap: break-word;
    border: 1px solid #ddd
}

@media (max-width: 768px) {
    .line-icon-page .item-box {
        height: 115px
    }
}

@media (max-width: 450px) {
    .line-icon-page .item-box {
        height: 130px
    }
}

.line-icon-page .item-box:hover {
    background: #fafafa
}

.line-icon-page .item span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px
}

.line-icon-page .item:hover {
    color: #72c02c
}

.icon-page-fa {
    margin-bottom: 20px
}

    .icon-page-fa .item-box {
        float: left;
        height: 100px;
        width: 16% !important
    }

    .icon-page-fa .item {
        font-size: 12px
    }

        .icon-page-fa .item i {
            color: #555;
            display: block;
            font-size: 24px;
            margin-bottom: 10px
        }

@media (max-width: 767px) {
    .icon-page-fa .item-box {
        width: 20% !important
    }
}

@media (max-width: 600px) {
    .icon-page-fa .item-box {
        width: 30% !important
    }
}

@media (max-width: 400px) {
    .icon-page-fa .item-box {
        width: 50% !important
    }
}

.bs-glyphicons {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: 20px
}

    .bs-glyphicons li {
        width: 25%;
        float: left;
        height: 115px;
        padding: 10px;
        font-size: 11px;
        line-height: 1.4;
        text-align: center;
        margin: 0 -1px -1px 0;
        border: 1px solid #ddd
    }

    .bs-glyphicons .glyphicon {
        display: block;
        font-size: 18px;
        margin: 5px auto 10px
    }

    .bs-glyphicons li:hover {
        color: #72c02c;
        background-color: #fafafa
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%
    }
}

.demo-pro-glyphicons li {
    width: 170px;
    height: 100px;
    padding: 20px 10px 30px
}

.demo-pro-glyphicons span {
    height: 40px;
    display: block
}

    .demo-pro-glyphicons span:before {
        color: #555;
        padding: 10px 62px
    }

    .demo-pro-glyphicons span.glyphicons:before {
        font-size: 22px
    }

    .demo-pro-glyphicons span.halflings {
        height: 30px
    }

        .demo-pro-glyphicons span.halflings:before {
            padding: 10px 70px
        }

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.map-box {
    height: 250px
}

.map-box-space {
    margin-top: 15px
}

.map-box-space1 {
    margin-top: 7px
}

.service-or {
    overflow: hidden;
    position: relative
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255, 255, 255, .1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg)
}

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .2)
}

    .service-block-v2 .service-block-in img {
        width: 100%;
        margin-bottom: 15px
    }

    .service-block-v2 .service-block-in i {
        font-size: 40px
    }

    .service-block-v2 .service-block-in h4 {
        line-height: 25px
    }

    .service-block-v2 .service-block-in p {
        margin-bottom: 20px
    }

    .service-block-v2 .service-block-in i, .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in p {
        color: #fff
    }

.easy-block-v1 {
    position: relative
}

    .easy-block-v1 img {
        width: 100%
    }

    .easy-block-v1 .overflow-h h3 {
        width: 60%;
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .easy-block-v1 .easy-block-v1-badge {
        left: 0;
        top: 10px;
        z-index: 1;
        color: #fff;
        padding: 4px 10px;
        position: absolute
    }

.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

    .easy-block-v2 img {
        width: 100%
    }

.easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.easy-block-v3 {
    text-align: left;
    background: #585f69;
    margin-bottom: 10px;
    padding: 30px 20px 20px
}

    .easy-block-v3.first {
        background: #696f77
    }

    .easy-block-v3.second {
        background: #707780
    }

    .easy-block-v3.third {
        background: #787f88
    }

    .easy-block-v3 i {
        color: #fff;
        float: left;
        font-size: 30px;
        min-width: 45px;
        padding-top: 10px
    }

    .easy-block-v3 .inner-faq-b {
        overflow: hidden
    }

        .easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3 {
            font-size: 21px;
            margin-bottom: 8px
        }

        .easy-block-v3 .inner-faq-b h4 {
            color: #fff;
            font-size: 17px;
            margin-bottom: 2px
        }

        .easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3, .easy-block-v3 .inner-faq-b p {
            color: #fff
        }

.full-w-block {
    padding: 30px 0;
    background: #282828
}

    .full-w-block .info-blocks i, .full-w-block .info-blocks-in h3 {
        color: #fff
    }

    .full-w-block .info-blocks-in p {
        color: #ccc
    }

    .full-w-block .info-blocks:hover i.icon-info-blocks {
        color: #fff
    }

.team-v2 {
    position: relative;
    margin-bottom: 20px
}

    .team-v2 img {
        width: 100%
    }

    .team-v2 .inner-team {
        padding: 20px;
        background: #fff;
        text-align: center
    }

        .team-v2 .inner-team h3 {
            margin: 0
        }

        .team-v2 .inner-team small {
            display: block;
            font-size: 12px;
            margin-bottom: 7px
        }

        .team-v2 .inner-team p {
            font-size: 13px
        }

        .team-v2 .inner-team hr {
            margin: 10px 0 15px
        }

.team-social {
    margin-bottom: 0
}

    .team-social li {
        padding: 0 2px
    }

        .team-social li a {
            font-size: 14px;
            padding: 6px 4px;
            text-align: center;
            border-radius: 50% !important
        }

        .team-social li i {
            min-width: 20px
        }

        .team-social li a.fb {
            color: #4862a3;
            border: 1px solid #4862a3
        }

        .team-social li a.tw {
            color: #159ceb;
            border: 1px solid #159ceb
        }

        .team-social li a.gp {
            color: #dc4a38;
            border: 1px solid #dc4a38
        }

        .team-social li a:hover {
            text-decoration: none
        }

        .team-social li a.fb:hover {
            color: #fff;
            background: #4862a3
        }

        .team-social li a.tw:hover {
            color: #fff;
            background: #159ceb
        }

        .team-social li a.gp:hover {
            color: #fff;
            background: #dc4a38
        }

.simple-block {
    margin-bottom: 20px
}

    .simple-block img {
        width: 100%
    }

    .simple-block p {
        text-align: center
    }

    .simple-block .carousel-indicators {
        top: 10px;
        left: 65%;
        text-align: right
    }

        .simple-block .carousel-indicators .active {
            background: #555
        }

        .simple-block .carousel-indicators li {
            border-color: #555
        }

    .simple-block .carousel-inner > .item {
        margin: 0
    }

    .simple-block .responsive-video {
        margin-bottom: 3px
    }

.two-blocks {
    text-align: center
}

.two-blocks-in {
    margin-bottom: 30px
}

    .two-blocks-in i {
        color: #fff;
        padding: 11px;
        font-size: 30px;
        min-width: 50px;
        text-align: center;
        background: #585f69;
        margin-bottom: 10px;
        display: inline-block
    }

.three-blocks {
    text-align: center
}

.three-blocks-in {
    margin-bottom: 30px
}

    .three-blocks-in i {
        color: #777;
        padding: 9px 6px;
        font-size: 20px;
        min-width: 40px;
        margin-bottom: 10px;
        border: 1px solid #777
    }

    .three-blocks-in h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

.banner-info {
    margin-bottom: 10px
}

    .banner-info i {
        float: left;
        color: #fff;
        padding: 11px;
        min-width: 40px;
        font-size: 22px;
        text-align: center;
        margin: 7px 20px 0 0
    }

        .banner-info i.fa {
            min-width: 46px
        }

    .banner-info.light i {
        border: 1px solid #fff
    }

    .banner-info.dark i {
        background: #585f69
    }

    .banner-info h3 {
        font-size: 21px;
        margin-bottom: 5px
    }

    .banner-info.light h3 {
        color: #fff
    }

    .banner-info.light p {
        color: #eee
    }

.breadcrumbs-v2 {
    text-align: center;
    position: relative;
    background: url(images/bg/11.html) no-repeat center
}

.breadcrumbs-v2-in {
    padding: 60px 0;
    position: relative
}

.breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase
}

.breadcrumb-v2 li a, .breadcrumb-v2 li.active {
    color: #fff
}

.breadcrumb-v2 li i {
    color: #fff;
    min-width: 19px;
    padding: 3px 7px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #fff
}

.breadcrumbs-v3 {
    padding: 10px 0;
    background: #585f69;
    border-bottom: 1px solid #eee
}

    .breadcrumbs-v3 h1 {
        color: #fff;
        margin: 3px 0;
        font-size: 22px;
        font-weight: 200
    }

    .breadcrumbs-v3 .breadcrumb {
        padding: 0;
        margin-top: 2px;
        margin-bottom: 0
    }

        .breadcrumbs-v3 .breadcrumb li a {
            color: #fff
        }

.title-box-v2 {
    margin-bottom: 40px
}

    .title-box-v2 h2 {
        font-size: 25px;
        text-transform: uppercase
    }

    .title-box-v2 p {
        font-size: 13px
    }

.no-space {
    padding: 0
}

.no-space-left {
    padding-left: 0;
    padding-right: 15px !important
}

.no-space-right {
    padding-right: 0;
    padding-left: 15px !important
}

.list-style-v1 li {
    margin-bottom: 7px
}

.list-style-v1 i {
    margin-right: 5px
}

.social-contacts li {
    padding: 5px 0;
    border-top: 1px solid #ddd
}

    .social-contacts li:first-child {
        border-top: none
    }

    .social-contacts li i {
        color: #777;
        font-size: 13px;
        min-width: 13px;
        margin-right: 12px;
        text-align: center
    }

.service-block-v3 {
    padding: 20px
}

    .service-block-v3 i {
        color: #fff;
        float: left;
        font-size: 50px;
        margin: 0 20px 20px 0
    }

    .service-block-v3 .service-heading, .service-block-v3 .service-in small {
        color: #fff;
        opacity: .8;
        line-height: 1
    }

    .service-block-v3 .service-in h4, .service-block-v3 .counter {
        color: #fff
    }

    .service-block-v3 .service-heading {
        font-size: 16px;
        text-transform: uppercase
    }

    .service-block-v3 .counter {
        display: block;
        line-height: 1;
        font-size: 30px
    }

    .service-block-v3 .progress {
        margin-bottom: 7px
    }

    .service-block-v3 .service-in small {
        font-size: 16px;
        text-transform: uppercase
    }

    .service-block-v3 .service-in h4 {
        font-size: 16px;
        line-height: .8;
        margin-bottom: 0
    }

    .service-block-v3 .statistics .heading-xs {
        color: #fff;
        opacity: .8
    }

    .service-block-v3 .statistics small {
        color: #fff
    }

    .service-block-v3 .statistics .progress {
        background: #bbb
    }

    .service-block-v3 .statistics .progress-bar-light {
        background: #fff
    }

.status-bar li {
    padding-left: 9px;
    border-left: 1px solid #eee
}

    .status-bar li:first-child {
        border-left: none
    }

    .status-bar li i {
        color: #72c02c;
        margin-right: 5px
    }

    .status-bar li a:hover {
        text-decoration: none
    }

.status-bar-in {
    padding: 10px;
    position: relative;
    background: #f0f0f0
}

    .status-bar-in:after {
        width: 0;
        height: 0;
        top: -10px;
        left: 50px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 11px solid #f0f0f0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-left-style: inset;
        border-right-style: inset
    }

.share-list {
    margin-bottom: 0
}

    .share-list li {
        padding-left: 20px
    }

        .share-list li:first-child {
            padding-left: 0
        }

        .share-list li i {
            color: #72c02c;
            margin-right: 5px
        }

.table-search-v1 .btn-u.dropdown-toggle {
    border-left: none
}

.table-search-v1 .btn-group .btn-u {
    top: 4px;
    padding: 0 6px;
    position: relative
}

.table-search-v1 thead {
    border-bottom: solid 1px #ddd
}

.table-search-v1 td {
    vertical-align: middle !important
}

    .table-search-v1 td a {
        color: #555
    }

    .table-search-v1 td span {
        display: block
    }

.table-search-v1 .star-vote {
    margin: 5px 0 0
}

    .table-search-v1 .star-vote li {
        padding: 0
    }

.table-search-v1 .progress {
    margin-bottom: 0
}

.table-search-v1 .m-marker a {
    font-size: 11px
}

.table-search-v1 .m-marker i {
    float: left;
    min-width: 20px;
    font-size: 26px
}

.table-search-v1 .m-marker .display-b {
    top: 3px;
    display: block;
    line-height: 10px;
    position: relative
}

.table-search-v1 .td-width {
    width: 40%
}

.table-search-v2 .btn-u.dropdown-toggle {
    border-left: none
}

.table-search-v2 .btn-group .btn-u {
    top: 4px;
    padding: 0 6px;
    position: relative
}

.table-search-v2 thead {
    border-bottom: solid 1px #ddd
}

.table-search-v2 td {
    vertical-align: middle !important
}

    .table-search-v2 td img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block
    }

.table-search-v2 .user-names span, .table-search-v2 .user-names small {
    display: block;
    text-align: center
}

.table-search-v2 .user-names span {
    color: #555;
    font-size: 16px;
    position: relative
}

.table-search-v2 .user-names small {
    color: #999;
    font-size: 13px
}

.table-search-v2 td h3 {
    font-size: 16px;
    margin: 0 0 2px
}

.table-search-v2 td a {
    color: #555
}

.table-search-v2 td p {
    margin-bottom: 0
}

.table-search-v2 td span {
    display: block
}

.table-search-v2 td small {
    font-style: italic
}

.table-search-v2 .s-icons {
    margin-bottom: 0
}

    .table-search-v2 .s-icons li {
        padding: 2px
    }

.table-search-v2 .table-buttons {
    margin: 0
}

    .table-search-v2 .table-buttons li {
        padding: 0
    }

    .table-search-v2 .table-buttons .btn-u-sm {
        padding: 3px 6px
    }

.table-search-v2 .td-width {
    width: 55%
}

.people-say img {
    float: left;
    width: 40px;
    height: auto;
    margin: 6px 10px 0 0
}

.people-say .overflow-h span {
    font-weight: 700
}

.people-say .overflow-h p {
    font-style: italic;
    line-height: 1.3
}

.people-say .overflow-h small {
    text-align: right;
    font-style: italic
}

.page-option-v1 p {
    color: #999;
    font-size: 14px
}

img.img-mouse {
    width: 150px;
    height: auto;
    margin: 0 auto 60px
}

.service-info {
    position: relative;
    padding: 40px 0 50px;
    background: url(images/patterns/17.html) repeat
}

    .service-info .info-description {
        overflow: hidden
    }

    .service-info i.service-info-icon {
        color: #777;
        float: left;
        width: 50px;
        height: 50px;
        padding: 15px;
        font-size: 20px;
        line-height: 17px;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        border: 1px solid #777
    }

    .service-info .info-description h3 {
        margin: 0 0 10px
    }

    .service-info .info-description p {
        color: #777
    }

.project-details li {
    color: #555;
    font-weight: 200;
    margin-bottom: 5px
}

.project-details strong {
    min-width: 100px;
    display: inline-block
}

.project-details a {
    text-decoration: underline
}

.testimonials-bs {
    padding: 50px 0;
    background: url(images/bg/16.html) 50% 0 repeat fixed
}

    .testimonials-bs .headline-center-v2 span.author {
        color: #777;
        font-size: 14px
    }

    .testimonials-bs .item {
        margin-bottom: 30px
    }

    .testimonials-bs .carousel-arrow {
        text-align: center
    }

    .testimonials-bs .carousel-control-v2 i {
        color: #888;
        width: 30px;
        height: 30px;
        padding: 2px;
        font-size: 22px;
        display: inline-block;
        border: 2px solid #888
    }

        .testimonials-bs .carousel-control-v2 i:hover {
            color: #72c02c;
            border-color: #72c02c;
            text-decoration: none;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

    .testimonials-bs .carousel-control-v2.left, .testimonials-bs .carousel-control-v2.right {
        text-decoration: none;
        background-image: none
    }

.team-v1 li > h3 {
    color: #555
}

.support-title {
    display: block;
    text-transform: uppercase;
    font: bold 13px/30px arial;
    border-bottom: solid 2px #e67e22
}

.support-cnt {
}

.red {
    color: red
}

.text-left-important {
    text-align: left !important
}

.CKSInfo {
    padding: 10px;
    background: #f0f1ef;
    border: solid 1px #ccc;
    margin-top: 10px;
    display: none
}

.cont {
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#CaptchaInputText {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: inline;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    width: 48%;
    font-weight: bold;
    text-transform: uppercase;
    float: right
}

#CaptchaImage {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: inline;
    font-size: 20px;
    height: 35px;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    width: 50%
}

.pagePanel {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    background-color: #fff;
    padding: 0 !important;
    margin-bottom: 15px
}

.pageFooter {
    width: 100%;
    background-color: #fafafa;
    min-height: 100px;
    padding: 10px !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0;
    position: relative
}

.sharePage {
    position: absolute;
    right: 60px;
    top: 20px
}

    .sharePage img {
        padding-left: 3px;
        width: 30px;
        height: auto
    }

    .sharePage div {
        color: #757575;
        line-height: 30px;
        font-weight: bold
    }

.rightFooter {
    padding-top: 30px;
    color: #757575;
    line-height: 32px;
    font-weight: bold
}

    .rightFooter a {
        font-style: italic;
        color: #757575;
        text-decoration: none
    }

        .rightFooter a:hover {
            font-style: italic;
            color: #757575;
            text-decoration: none
        }

    .rightFooter img {
        margin-top: -20px;
        width: 120px;
        height: auto;
        border: 0 none
    }

.left-heading {
    color: #000;
    padding-left: 10px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: bold
}

.contentPage {
    padding: 40px 10px 20px 10px
}

.contentPageList {
    padding: 30px 20px 20px 20px
}

.contentPageView {
    padding: 25px 25px 15px 25px
}

.contentFooter {
    padding: 0 30px
}

.titlePage {
    font-size: 25px;
    line-height: 40px;
    margin: 0
}

.btn-search {
    background-color: #db4437;
    border-color: #d9534f;
    color: #fff
}

.text-justify {
    z-index: 1;
    position: relative
}

.clearPadding {
    padding-left: 2px;
    padding-right: 5px
}

.wapLefmenu {
    padding-right: 0;
    padding-left: 20px
}

.infoThaiSon {
    padding: 0;
    text-align: right
}

.mobiClass {
    padding: 0
}

@media (max-width: 750px) {
    .contentPage {
        padding: 10px 10px 20px 10px
    }

    .form-horizontal .control-label {
        text-align: left
    }

    .wapLefmenu {
        padding-right: 0;
        padding-left: 0
    }

    .infoThaiSon {
        padding: 5px 0 5px 0;
        text-align: left;
        border-top: 1px solid #757575
    }

    .mobiClass {
        padding: 5px 20px
    }
}

.actionctrl {
    color: #4285f4
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides img {
        width: 100%;
        display: block
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(images/bg_direction_nav.html) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px
    }

    .flex-direction-nav .flex-prev {
        left: -36px
    }

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, .7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, .9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}

.header .topbar {
    z-index: 12;
    padding: 8px 0;
    position: relative
}

    .header .topbar ul.loginbar {
        margin: 0
    }

        .header .topbar ul.loginbar > li {
            display: inline;
            list-style: none;
            position: relative;
            padding-bottom: 15px
        }

            .header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
                color: #7c8082;
                font-size: 11px;
                text-transform: uppercase
            }

        .header .topbar ul.loginbar li i.fa {
            color: #bbb
        }

        .header .topbar ul.loginbar li.topbar-devider {
            top: -1px;
            padding: 0;
            font-size: 8px;
            position: relative;
            margin: 0 9px 0 5px;
            font-family: Tahoma;
            border-right: solid 1px #bbb
        }

    .header .topbar ul.languages {
        top: 25px;
        left: -5px;
        display: none;
        padding: 4px 0;
        padding-left: 0;
        list-style: none;
        min-width: 100px;
        position: absolute;
        background: #f0f0f0
    }

    .header .topbar li:hover ul.languages {
        display: block
    }

    .header .topbar ul.languages:after {
        top: -4px;
        width: 0;
        height: 0;
        left: 8px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 6px solid #f0f0f0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-left-style: inset;
        border-right-style: inset
    }

    .header .topbar ul.languages li a {
        color: #555;
        display: block;
        font-size: 10px;
        padding: 2px 12px;
        margin-bottom: 1px;
        text-transform: uppercase
    }

    .header .topbar ul.languages li.active a i {
        color: #999;
        float: right;
        margin-top: 2px
    }

    .header .topbar ul.languages li a:hover, .header .topbar ul.languages li.active a {
        background: #fafafa
    }

    .header .topbar ul.languages li a:hover {
        text-decoration: none
    }

.header {
    z-index: 99;
    position: relative;
    padding-top: 35px;
    color: #fff
}

    .header .navbar {
        margin: 0
    }

    .header .navbar-default {
        border: none;
        background: none
    }

    .header .navbar-brand {
        z-index: 1;
        top: -20px;
        height: 100%;
        position: relative;
        padding: 0 10px 10px
    }

@media (min-width: 768px)and (max-width: 998px) {
    .header .navbar-brand {
        margin-top: 0
    }
}

.header .navbar-default .navbar-toggle {
    border-color: #e67e22
}

    .header .navbar-default .navbar-toggle .fa {
        color: #fff;
        font-size: 19px
    }

    .header .navbar-toggle, .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
        background: #72c02c;
        padding: 6px 10px 2px
    }

        .header .navbar-toggle:hover {
        }

.header .navbar-collapse {
    position: relative
}

.header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap
}

.header .navbar-default .navbar-nav > .active > a {
    color: #72c02c
}

@media (min-width: 992px) {
    .header .navbar-nav {
        float: right
    }
}

.header.no-topbar .navbar-brand {
    margin-top: 30px
}

.header.no-topbar .navbar-toggle {
    margin-top: 25px
}

@media (min-width: 992px) {
    .header.no-topbar .navbar-nav {
        padding-top: 36px
    }
}

@media (max-width: 991px) {
    .header .navbar-header {
        float: none
    }

    .header .navbar-toggle {
        display: block
    }

    .header .navbar-collapse.collapse {
        display: none !important
    }

        .header .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important
        }

    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important
    }

        .header .navbar-nav > li {
            float: none
        }

            .header .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 40px
            }

        .header .navbar-nav .open .dropdown-menu {
            border: 0;
            float: none;
            width: auto;
            margin-top: 0;
            position: static;
            box-shadow: none;
            background-color: transparent
        }

            .header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px
            }

            .header .navbar-nav .open .dropdown-menu > li > a {
                line-height: 20px
            }

                .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
                    background-image: none
                }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .header .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0
    }

    .header .navbar-collapse, .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #72c02c
    }

    .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
        background: #72c02c;
        color: #fff !important
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase
    }
}

@media (min-width: 992px) {
    .header .navbar-collapse {
    }

    .header .navbar {
        min-height: 40px !important
    }

    .header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px
    }

    .header .navbar-nav {
        position: relative
    }

    .header .navbar-default .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 25px 9px 25px
    }

        .header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:focus {
        }

            .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > .active > a {
                bottom: -2px;
                position: relative
            }

                .header .navbar-default .navbar-nav > li > a, .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > a:focus, .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
                    background: none
                }

    .header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
        color: #fff
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        color: #fff
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #72c02c;
        border-bottom: solid 2px #687074
    }

        .header .dropdown-menu li a {
            color: #687074;
            font-size: 13px;
            font-weight: 400;
            padding: 6px 15px;
            border-bottom: solid 1px #eee
        }

        .header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
            color: #fff;
            filter: none !important;
            background: #687074 !important;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out
        }

        .header .dropdown-menu li > a:focus {
            background: none;
            filter: none !important
        }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block
    }

    .header .open > .dropdown-menu {
    }

    .header .navbar .search-open {
        width: 330px
    }
}

.header .dropdown-submenu {
    position: relative
}

    .header .dropdown > a:after, .header .dropdown-submenu > a:after {
        top: 8px;
        right: 9px;
        font-size: 11px;
        content: "";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome
    }

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " "
    }
}

.header .dropdown > a:after {
    top: 10px;
    right: 5px;
    content: "";
    font-weight: bold
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0
}

    .header .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100%
    }

.header .dropdown-submenu:hover > .dropdown-menu {
    display: block
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px
    }
}

.header .dropdown-submenu.pull-left {
    float: none
}

    .header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px
    }

.header .dropdown-menu li [class^="fa-"], .header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block
}

    .header .dropdown-menu li [class^="fa-"].fa-lg, .header .dropdown-menu li [class*=" fa-"].fa-lg {
        width: 1.5625em
    }

.nav > li > a {
    color: #303030;
}

@media (min-width: 992px) {
    .nav > li > a {
        color: #303030;
    }
}

.nav > li:hover a {
    color: #059400;
}

.header .navbar .search-open {
    right: 0;
    top: 40px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd
}

    .header .navbar .search-open form {
        margin: 0
    }

@media (min-width: 767px)and (max-width: 991px) {
    .header .navbar > .container .navbar-brand, .header .navbar > .container-fluid .navbar-brand {
        margin-left: -10px
    }

    .header .navbar-toggle {
        margin-right: 0
    }

    .header .navbar .search-open {
        width: 93%
    }
}

@media (max-width: 991px) {
    .header .navbar .nav > li > .search {
        color: #999;
        width: 35px;
        height: 34px;
        text-align: left;
        background: #eee;
        line-height: 12px;
        text-align: center;
        margin: 5px 10px 0;
        border-bottom: none
    }

        .header .navbar .nav > li > .search:hover {
            background: #e67e22;
            color: #fff !important
        }

    .header .navbar .search-open {
        top: 5px;
        padding: 0;
        left: 48px;
        border-top: none;
        box-shadow: none;
        background: none;
        margin-right: 10px
    }
}

.header-fixed .header {
    height: 78px
}

    .header-fixed .header.header-fixed-shrink {
        top: 0;
        left: 0;
        width: 100%;
        height: 95px;
        z-index: 9999;
        position: fixed;
        margin-top: -35px;
        border-bottom: none;
        box-shadow: 0 0 3px #bbb;
        background: rgba(255, 255, 255, .96);
        -webkit-transition: height .4s;
        -moz-transition: height .4s;
        transition: height .4s
    }

        .header-fixed .header.header-fixed-shrink .topbar {
            display: none
        }

    .header-fixed .header.no-topbar.header-fixed-shrink .navbar-brand {
        margin-top: 0
    }

    .header-fixed .header.no-topbar.header-fixed-shrink .navbar-nav {
        padding-top: 0
    }

    .header-fixed .header.header-fixed-shrink .navbar-brand {
        top: 47px;
        z-index: 1;
        position: relative;
        padding: 0 10px 10px
    }

        .header-fixed .header.header-fixed-shrink .navbar-brand img {
            width: 90%
        }

    .header-fixed .header.header-fixed-shrink .search, .header-fixed .header.header-fixed-shrink .active a {
        border-bottom: none !important
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
        margin-top: 1px
    }

@media (max-width: 991px) {
    .header-fixed .header, .header-fixed .header.header-fixed-shrink {
        height: inherit;
        position: relative
    }
}

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding: 55px 30px 18px 20px;
        border-bottom: solid 1px transparent !important
    }

    .header-fixed .header.header-fixed-shrink .dropdown > a:after {
        top: 56px
    }

    .header-fixed .header.header-fixed-shrink .search {
        margin-top: 47px;
        padding: 8px !important;
        color: #585f69 !important;
        background: none !important
    }

    .header-fixed .header.header-fixed-shrink .search-open {
        top: 95px;
        border-top: none;
        background: rgba(255, 255, 255, .9)
    }
}

.header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
    position: static
}

.header .mega-menu .navbar-inner, .header .mega-menu .container {
    position: relative
}

.header .mega-menu .dropdown-menu {
    left: auto
}

    .header .mega-menu .dropdown-menu > li {
        display: block
    }

.header .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%
}

.header .mega-menu .nav.pull-right .dropdown-menu {
    right: 0
}

.header .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0
}

    .header .mega-menu .mega-menu-content:before, .header .mega-menu .mega-menu-content:after {
        content: "";
        display: table;
        line-height: 0
    }

    .header .mega-menu .mega-menu-content:after {
        clear: both
    }

.header .mega-menu.navbar .nav > li > .dropdown-menu:after, .header .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .header .mega-menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header .mega-menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.header .mega-menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .header .mega-menu .big-screen-space {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .header .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee
    }

        .header .mega-menu .equal-height-in:first-child {
            border-left: none;
            margin-left: -1px
        }

    .header .mega-menu .equal-height-list {
        width: 100%
    }

        .header .mega-menu .equal-height-list li a {
            display: block;
            margin-bottom: 1px;
            position: relative;
            border-bottom: none;
            padding: 5px 10px 5px 15px
        }

        .header .mega-menu .equal-height-list a:hover {
            text-decoration: none
        }

    .header .mega-menu .mega-menu-fullwidth li a {
        padding: 5px 10px 5px 30px
    }

        .header .mega-menu .mega-menu-fullwidth li a:after {
            top: 7px;
            left: 15px;
            font-size: 11px;
            content: "";
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome
        }

    .header .mega-menu .mega-menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px
    }

        .header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
            display: none
        }
}

@media (min-width: 737px)and (max-width: 991px) {
    .header .mega-menu .mega-menu-content .container {
        width: 690px !important
    }

    .header .mega-menu .equal-height {
        margin-right: 0
    }

    .header .mega-menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px
    }
}

@media (max-width: 991px) {
    .header .mega-menu .equal-height {
        margin-right: 0
    }

    .header .mega-menu .equal-height-in {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto
    }

    .header .mega-menu .equal-height-in, .header .mega-menu .equal-height-list {
        display: block
    }

    .header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block
    }

    .header .mega-menu .equal-height-list h3 {
        color: #555;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px 5px;
        border-bottom: solid 1px #eee
    }

    .header .mega-menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
        border-bottom: solid 1px #eee
    }

    .header .mega-menu .equal-height-list > h3.active, .header .mega-menu .equal-height-list > .active > a, .header .mega-menu .equal-height-list > .active > a:hover, .header .mega-menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .header .mega-menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none
    }
}

.footer-default .footer {
    color: #dadada;
    background: #585f69;
    padding: 20px 0 30px
}

.footer.margin-top-0 {
    margin-top: 0
}

.footer-default .footer p, .footer-default .footer a {
    font-size: 14px
}

.footer-default .footer p {
    color: #dadada
}

.footer-default .footer a {
    color: #72c02c
}

    .footer-default .footer a:hover {
        color: #e67e22;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

.footer-default .footer h2, .footer-default .footer h3, .footer-default .footer h4 {
    color: #e4e4e4;
    background: none;
    text-shadow: none
}

.footer-default .footer .footer-subsribe {
    width: 85%
}

.footer-default .footer .blog-list {
    margin: 0;
    padding: 0;
    color: #dadada;
    list-style: none
}

    .footer-default .footer .blog-list li {
        padding: 0 0;
        margin-bottom: 7px
    }

        .footer-default .footer .blog-list li span {
            color: #818488
        }

.footer-default .footer .dl-horizontal, .footer-default .footer .dl-horizontal:hover {
    border: none !important;
    background: none !important
}

.footer-default .footer .posts .dl-horizontal a {
    color: #dadada
}

.footer-default .footer .dl-horizontal a:hover {
    color: #e67e22 !important
}

.footer-default .footer .dl-horizontal img {
    border-color: #888 !important
}

.footer-default .copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3e4753
}

    .footer-default .copyright p {
        color: #dadada;
        margin-top: 12px
    }

    .footer-default .copyright a {
        margin: 0 5px;
        color: #72c02c
    }

        .footer-default .copyright a:hover {
            color: #e67e22
        }

        .footer-default .copyright a img {
            margin-top: 5px
        }

.footer-v1 .footer {
    padding: 10px 0;
    background: #272727
}

    .footer-v1 .footer p {
        color: #eee
    }

    .footer-v1 .footer h2 {
        color: #eee;
        font-size: 18px;
        font-weight: 200
    }

.footer-v1 .link-list li {
    border-top: solid 1px #353535
}

.footer-v1 address, .footer-v1 .link-list a, .footer-v1 .link-list i {
    color: #eee
}

.footer-v1 address {
    line-height: 23px
}

.footer-v1 .footer .map-img {
    background: url(../images/map-img.html) 5px 60px no-repeat
}

.footer-v1 .copyright {
    background: #db4437;
    border-top: none;
    padding: 10px 0 5px
}

    .footer-v1 .copyright p {
        color: #eee;
        margin-top: 14px
    }

    .footer-v1 .copyright a {
        margin: 0 2px
    }

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right
}

    .footer-v1 .footer-socials li a {
        color: #777;
        font-size: 16px
    }

@media (max-width: 991px) {
    .footer-v1 .copyright, .footer-v1 .footer-socials {
        text-align: left
    }
}

* {
    border-radius: 0 !important
}

a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important
}

    a:focus {
        text-decoration: none
    }

hr {
    margin: 10px 0
}

    hr.hr-md {
        margin: 20px 0
    }

h1 {
    font-size: 28px;
    line-height: 35px
}

h2 {
    font-size: 24px;
    line-height: 33px
}

h3 {
    font-size: 20px;
    line-height: 27px
}

h4 {
    line-height: 25px
}

h5 {
    line-height: 20px
}

h6 {
    line-height: 18px
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif
}

    h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
        margin-right: 5px
    }

.headline {
    display: block;
    margin: 10px 0 10px 0
}

    .headline h2 {
        font-size: 22px;
        color: #757575
    }

    .headline h2, .headline h3, .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 2px solid #72c02c
    }

.headline-md {
    margin-bottom: 15px
}

    .headline-md h2 {
        font-size: 21px
    }

.heading {
    text-align: center
}

    .heading h2 {
        padding: 0 12px;
        position: relative;
        display: inline-block;
        line-height: 34px !important
    }

        .heading h2:before, .heading h2:after {
            content: ' ';
            width: 70%;
            position: absolute;
            border-width: 1px;
            border-color: #bbb
        }

        .heading h2:before {
            right: 100%
        }

        .heading h2:after {
            left: 100%
        }

@media (max-width: 768px) {
    .heading h2:before, .heading h2:after {
        width: 20%
    }
}

.heading-v1 h2:before, .heading-v1 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid
}

.heading-v2 h2:before, .heading-v2 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed
}

.heading-v3 h2:before, .heading-v3 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted
}

.heading-v4 h2:before, .heading-v4 h2:after {
    top: 17px;
    border-bottom-style: solid
}

.heading-v5 h2:before, .heading-v5 h2:after {
    top: 17px;
    border-bottom-style: dashed
}

.heading-v6 h2:before, .heading-v6 h2:after {
    top: 17px;
    border-bottom-style: dotted
}

h2.heading-md {
    font-size: 20px;
    line-height: 24px
}

h2.heading-sm, h3.heading-md {
    font-size: 18px;
    line-height: 24px
}

h3.heading-md {
    line-height: 22px
}

h3.heading-sm {
    font-size: 16px;
    line-height: 20px
}

h2.heading-xs {
    font-size: 16px;
    line-height: 22px
}

h3.heading-xs {
    font-size: 14px;
    margin-bottom: 0
}

.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

    .title-v1 h1, .title-v1 h2 {
        color: #444;
        font-size: 28px;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif
    }

        .title-v1 h1:after, .title-v1 h2:after {
            bottom: 0;
            left: 50%;
            height: 1px;
            width: 70px;
            content: " ";
            margin-left: -35px;
            position: absolute;
            background: #72c02c
        }

    .title-v1 p {
        font-size: 17px;
        font-weight: 200
    }

h2.title-v2 {
    color: #555;
    position: relative;
    margin-bottom: 30px
}

    h2.title-v2:after {
        left: 0;
        width: 70px;
        height: 2px;
        content: " ";
        bottom: -10px;
        background: #555;
        position: absolute
    }

    h1.title-v2.title-center, h2.title-v2.title-center, h3.title-v2.title-center {
        text-align: center
    }

        h1.title-v2.title-center:after, h2.title-v2.title-center:after, h3.title-v2.title-center:after {
            left: 50%;
            width: 70px;
            margin-left: -35px
        }

h1.title-light, h2.title-light, h3.title-light {
    color: #fff
}

    h2.title-light:after {
        background: #fff
    }

h1[class^="title-v3-"], h2[class^="title-v3-"], h3[class^="title-v3-"] {
    color: #555
}

h2.title-v3-xlg {
    font-size: 28px;
    line-height: 32px
}

h1.title-v3-lg, h2.title-v3-lg {
    font-size: 24px;
    line-height: 28px
}

h1.title-v3-md, h2.title-v3-md {
    font-size: 20px;
    line-height: 24px
}

h2.title-v3-sm, h3.title-v3-md {
    font-size: 18px;
    line-height: 24px
}

h3.title-v3-md {
    line-height: 22px
}

h3.title-v3-sm {
    font-size: 16px;
    line-height: 20px
}

h2.title-v3-xs {
    font-size: 16px;
    line-height: 22px
}

h3.title-v3-xs {
    font-size: 14px;
    margin-bottom: 0
}

.headline-center {
    text-align: center;
    position: relative
}

    .headline-center h2 {
        color: #555;
        font-size: 24px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 15px
    }

        .headline-center h2:after {
            left: 50%;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            margin-left: -15px;
            text-align: center;
            position: absolute;
            background: #72c02c
        }

    .headline-center p {
        color: #999;
        font-size: 14px;
        padding: 0 150px
    }

@media (max-width: 991px) {
    .headline-center p {
        padding: 0 50px
    }
}

.headline-center.headline-light h2 {
    color: #fff
}

.headline-center.headline-light p {
    color: #eee
}

.headline-center-v2 {
    z-index: 0;
    text-align: center;
    position: relative
}

    .headline-center-v2 h2 {
        color: #555;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .headline-center-v2 span.bordered-icon {
        color: #888;
        padding: 0 10px;
        font-size: 15px;
        line-height: 18px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block
    }

        .headline-center-v2 span.bordered-icon:before, .headline-center-v2 span.bordered-icon:after {
            top: 8px;
            height: 1px;
            content: " ";
            width: 100px;
            background: #888;
            position: absolute
        }

        .headline-center-v2 span.bordered-icon:before {
            left: 100%
        }

        .headline-center-v2 span.bordered-icon:after {
            right: 100%
        }

    .headline-center-v2 p {
        color: #999;
        font-size: 14px;
        padding: 0 70px
    }

    .headline-center-v2.headline-center-v2-dark p {
        color: #666
    }

    .headline-center-v2.headline-center-v2-dark span.bordered-icon {
        color: #666
    }

        .headline-center-v2.headline-center-v2-dark span.bordered-icon:before, .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
            background: #666
        }

.headline-left {
    position: relative
}

    .headline-left .headline-brd {
        color: #555;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 10px
    }

        .headline-left .headline-brd:after {
            left: 1px;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            position: absolute;
            background: #72c02c
        }

.devider.devider-dotted {
    border-top: 2px dotted #eee
}

.devider.devider-dashed {
    border-top: 2px dashed #eee
}

.devider.devider-db {
    height: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.devider.devider-db-dashed {
    height: 5px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd
}

.devider.devider-db-dotted {
    height: 5px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd
}

.table thead > tr > th {
    border-bottom: none
}

@media (max-width: 768px) {
    .table th.hidden-sm, .table td.hidden-sm {
        display: none !important
    }
}

.form-control {
    box-shadow: none
}

    .form-control:focus {
        border-color: #bbb;
        box-shadow: 0 0 2px #c9c9c9
    }

.form-spacing .form-control {
    margin-bottom: 15px
}

.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff
}

.carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, .7)
}

    .carousel-v1 .carousel-caption p {
        color: #fff;
        margin-bottom: 0
    }

.carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 30px;
    height: inherit;
    width: inherit;
    background: none;
    text-shadow: none;
    position: inherit
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: .6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute
}

    .carousel-v1 .carousel-arrow a i:hover {
        opacity: .8
    }

.carousel-v1 .carousel-arrow a.left i {
    left: 0
}

.carousel-v1 .carousel-arrow a.right i {
    right: 0
}

.carousel-v2 .carousel-control, .carousel-v2 .carousel-control:hover {
    opacity: 1;
    text-shadow: none
}

    .carousel-v2 .carousel-control.left, .carousel-v2 .carousel-control.right {
        top: 50%;
        z-index: 5;
        color: #eee;
        width: 45px;
        height: 45px;
        font-size: 30px;
        margin-top: -22px;
        position: absolute;
        text-align: center;
        display: inline-block;
        border: 2px solid #eee;
        background: rgba(0, 0, 0, .1)
    }

    .carousel-v2 .carousel-control:hover {
        background: rgba(0, 0, 0, .3);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .carousel-v2 .carousel-control.left {
        left: 20px
    }

    .carousel-v2 .carousel-control.right {
        right: 20px
    }

    .carousel-v2 .carousel-control .arrow-prev, .carousel-v2 .carousel-control .arrow-next {
        top: -5px;
        position: relative
    }

    .carousel-v2 .carousel-control .arrow-next {
        right: -2px
    }

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px
    }
}

.tab-v1 .nav-tabs {
    border: none;
    background: none;
    border-bottom: solid 2px #72c02c
}

    .tab-v1 .nav-tabs a {
        font-size: 14px;
        padding: 5px 15px
    }

    .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
        color: #fff;
        border: none;
        background: #72c02c
    }

    .tab-v1 .nav-tabs > li > a {
        border: none
    }

        .tab-v1 .nav-tabs > li > a:hover {
            color: #fff;
            background: #72c02c
        }

.tab-v1 .tab-content {
    padding: 10px 0
}

    .tab-v1 .tab-content img {
        margin-top: 4px;
        margin-bottom: 15px
    }

        .tab-v1 .tab-content img.img-tab-space {
            margin-top: 7px
        }

.tab-v2 .nav-tabs {
    border-bottom: none
}

    .tab-v2 .nav-tabs li a {
        padding: 9px 16px;
        background: none;
        border: none
    }

    .tab-v2 .nav-tabs li.active a {
        background: #fff;
        padding: 7px 15px 9px;
        border: solid 1px #eee;
        border-top: solid 2px #72c02c;
        border-bottom: none !important
    }

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee
}

.tab-v3 .nav-pills li a {
    color: #777;
    font-size: 17px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee
}

    .tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
        color: #fff;
        background: #72c02c;
        border: solid 1px #68af28
    }

.tab-v3 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block
}

.tab-v3 .tab-content {
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee
}

.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none
}

    .acc-v1 .panel-heading a {
        display: block;
        font-size: 14px;
        padding: 5px 15px;
        background: #fefefe
    }

.acc-icon a.accordion-toggle i {
    color: #585f69;
    margin-right: 8px
}

.acc-icon a.accordion-toggle:hover i {
    color: #39414c
}

.pagination li a {
    color: #777;
    padding: 5px 15px
}

    .pagination li a:hover {
        color: #fff;
        background: #e67e22;
        border-color: #e67e22
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #72c02c;
    background-color: #72c02c
}

.pagination-no-space .pagination {
    margin: 0
}

/*.pager li > a:hover, .pager li > a:focus {
    color: #fff;
    background: #e67e22;
    border-color: #e67e22
}*/

.sidebar-nav-v1 li {
    padding: 0
}

    .sidebar-nav-v1 li a {
        display: block;
        padding: 8px 30px 8px 10px
    }

        .sidebar-nav-v1 li a:hover {
            text-decoration: none
        }

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #717984
}

    .sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover, .sidebar-nav-v1 > li.active:focus {
        border-color: #ddd
    }

        .sidebar-nav-v1 > li.active > a {
            color: #fff
        }

.sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none
}

.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background: #f8f8f8
}

    .sidebar-nav-v1 li ul a {
        color: #585f69;
        font-size: 12px;
        border-top: solid 1px #ddd;
        padding: 6px 30px 6px 17px
    }

.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
    color: #72c02c
}

.list-group-item li > .badge {
    float: right
}

.sidebar-nav-v1 span.badge {
    margin-top: 8px;
    margin-right: 10px
}

.sidebar-nav-v1 .list-toggle > span.badge {
    margin-right: 25px
}

.sidebar-nav-v1 ul li span.badge {
    margin-top: 8px;
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 10px
}

.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome
}

.list-toggle.active:after {
    color: #fff;
    content: ""
}

.btn {
    box-shadow: none
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .btn-u.btn-block {
        text-align: center
    }

a.btn-u {
}

.btn-u-sm, a.btn-u-sm {
    padding: 3px 12px
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px
}

.btn-u-xs, a.btn-u-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px
}

.btn-group .dropdown-menu > li > a {
    padding: 3px 13px
}

.btn-group > .btn-u, .btn-group-vertical > .btn-u {
    float: left;
    position: relative
}

    .btn-group > .btn-u:first-child {
        margin-left: 0
    }

@-moz-document url-prefix() {
    .footer-subsribe .btn-u {
        padding-bottom: 4px;
    }
}

@media (max-width: 768px) {
    @-moz-document url-prefix() {
        .btn-u {
            padding-bottom: 6px;
        }
    }
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #e67e22
}

.btn-u-split.dropdown-toggle {
    border-left: solid 1px #e67e22
}

.btn-u.btn-u-blue {
    background: #3498db
}

    .btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
        background: #2980b9
    }

.btn-u.btn-u-split-blue.dropdown-toggle {
    border-left: solid 1px #2980b9
}

.btn-u.btn-u-red {
    background: #e74c3c
}

    .btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active, .open .dropdown-toggle.btn-u.btn-u-red {
        background: #c0392b
    }

.btn-u.btn-u-split-red.dropdown-toggle {
    border-left: solid 1px #c0392b
}

.btn-u.btn-u-orange {
    background: #e67e22
}

    .btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active, .open .dropdown-toggle.btn-u.btn-u-orange {
        background: #d35400
    }

.btn-u.btn-u-split-orange.dropdown-toggle {
    border-left: solid 1px #d35400
}

.btn-u.btn-u-sea {
    background: #1abc9c
}

    .btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active, .open .dropdown-toggle.btn-u.btn-u-sea {
        background: #16a085
    }

.btn-u.btn-u-split-sea.dropdown-toggle {
    border-left: solid 1px #16a085
}

.btn-u.btn-u-green {
    background: #2ecc71
}

    .btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active, .open .dropdown-toggle.btn-u.btn-u-green {
        background: #27ae60
    }

.btn-u.btn-u-split-green.dropdown-toggle {
    border-left: solid 1px #27ae60
}

.btn-u.btn-u-yellow {
    background: #f1c40f
}

    .btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active, .open .dropdown-toggle.btn-u.btn-u-yellow {
        background: #f39c12
    }

.btn-u.btn-u-split-yellow.dropdown-toggle {
    border-left: solid 1px #f39c12
}

.btn-u.btn-u-default {
    background: #95a5a6
}

    .btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active, .open .dropdown-toggle.btn-u.btn-u-default {
        background: #7f8c8d
    }

.btn-u.btn-u-split-default.dropdown-toggle {
    border-left: solid 1px #7f8c8d
}

.btn-u.btn-u-purple {
    background: #9b6bcc
}

    .btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active, .open .dropdown-toggle.btn-u.btn-u-purple {
        background: #814fb5
    }

.btn-u.btn-u-split-purple.dropdown-toggle {
    border-left: solid 1px #814fb5
}

.btn-u.btn-u-aqua {
    background: #27d7e7
}

    .btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active, .open .dropdown-toggle.btn-u.btn-u-aqua {
        background: #26bac8
    }

.btn-u.btn-u-split-aqua.dropdown-toggle {
    border-left: solid 1px #26bac8
}

.btn-u.btn-u-brown {
    background: #9c8061
}

    .btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active, .open .dropdown-toggle.btn-u.btn-u-brown {
        background: #81674b
    }

.btn-u.btn-u-split-brown.dropdown-toggle {
    border-left: solid 1px #81674b
}

.btn-u.btn-u-dark-blue {
    background: #4765a0
}

    .btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active, .open .dropdown-toggle.btn-u.btn-u-dark-blue {
        background: #324c80
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #324c80
}

.btn-u.btn-u-light-green {
    background: #79d5b3
}

    .btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active, .open .dropdown-toggle.btn-u.btn-u-light-green {
        background: #59b795
    }

.btn-u.btn-u-split-light-green.dropdown-toggle {
    border-left: solid 1px #59b795
}

.btn-u.btn-u-dark {
    background: #555
}

    .btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active, .open .dropdown-toggle.btn-u.btn-u-dark {
        background: #333
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #333
}

.btn-u.btn-u-light-grey {
    background: #585f69
}

    .btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active, .open .dropdown-toggle.btn-u.btn-u-light-grey {
        background: #484f58
    }

.btn-u.btn-u-split-light-grey.dropdown-toggle {
    border-left: solid 1px #484f58
}

.btn-u.btn-brd {
    color: #555;
    background: none;
    padding: 5px 13px;
    border: solid 1px transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .btn-u.btn-brd:hover {
        background: none;
        border: solid 1px #eee
    }

    .btn-u.btn-brd:focus {
        background: none
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        color: #fff !important
    }

.btn-u.btn-brd {
    border-color: #72c02c
}

    .btn-u.btn-brd:hover {
        color: #e67e22;
        border-color: #e67e22
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #e67e22
    }

    .btn-u.btn-brd.btn-u-blue {
        border-color: #3498db
    }

        .btn-u.btn-brd.btn-u-blue:hover {
            color: #2980b9;
            border-color: #2980b9
        }

        .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
            background: #2980b9
        }

    .btn-u.btn-brd.btn-u-red {
        border-color: #e74c3c
    }

        .btn-u.btn-brd.btn-u-red:hover {
            color: #c0392b;
            border-color: #c0392b
        }

        .btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
            background: #c0392b
        }

    .btn-u.btn-brd.btn-u-orange {
        border-color: #e67e22
    }

        .btn-u.btn-brd.btn-u-orange:hover {
            color: #d35400;
            border-color: #d35400
        }

        .btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
            background: #d35400
        }

    .btn-u.btn-brd.btn-u-sea {
        border-color: #1abc9c
    }

        .btn-u.btn-brd.btn-u-sea:hover {
            color: #16a085;
            border-color: #16a085
        }

        .btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
            background: #16a085
        }

    .btn-u.btn-brd.btn-u-green {
        border-color: #2ecc71
    }

        .btn-u.btn-brd.btn-u-green:hover {
            color: #27ae60;
            border-color: #27ae60
        }

        .btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
            background: #27ae60
        }

    .btn-u.btn-brd.btn-u-yellow {
        border-color: #f1c40f
    }

        .btn-u.btn-brd.btn-u-yellow:hover {
            color: #f39c12;
            border-color: #f39c12
        }

        .btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
            background: #f39c12
        }

    .btn-u.btn-brd.btn-u-default {
        border-color: #95a5a6
    }

        .btn-u.btn-brd.btn-u-default:hover {
            color: #7f8c8d;
            border-color: #7f8c8d
        }

        .btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
            background: #7f8c8d
        }

    .btn-u.btn-brd.btn-u-dark {
        border-color: #555
    }

        .btn-u.btn-brd.btn-u-dark:hover {
            color: #333;
            border-color: #333
        }

        .btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
            background: #333
        }

    .btn-u.btn-brd.btn-u-light-grey {
        border-color: #585f69
    }

        .btn-u.btn-brd.btn-u-light-grey:hover {
            color: #484f58;
            border-color: #484f58
        }

        .btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
            background: #484f58
        }

    .btn-u.btn-brd.btn-u-purple {
        border-color: #9b6bcc
    }

        .btn-u.btn-brd.btn-u-purple:hover {
            color: #814fb5;
            border-color: #814fb5
        }

        .btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
            background: #814fb5
        }

    .btn-u.btn-brd.btn-u-aqua {
        border-color: #27d7e7
    }

        .btn-u.btn-brd.btn-u-aqua:hover {
            color: #26bac8;
            border-color: #26bac8
        }

        .btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
            background: #26bac8
        }

    .btn-u.btn-brd.btn-u-brown {
        border-color: #9c8061
    }

        .btn-u.btn-brd.btn-u-brown:hover {
            color: #81674b;
            border-color: #81674b
        }

        .btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
            background: #81674b
        }

    .btn-u.btn-brd.btn-u-dark-blue {
        border-color: #4765a0
    }

        .btn-u.btn-brd.btn-u-dark-blue:hover {
            color: #324c80;
            border-color: #324c80
        }

        .btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
            background: #324c80
        }

    .btn-u.btn-brd.btn-u-light-green {
        border-color: #79d5b3
    }

        .btn-u.btn-brd.btn-u-light-green:hover {
            color: #59b795;
            border-color: #59b795
        }

        .btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
            background: #59b795
        }

    .btn-u.btn-brd.btn-u-light {
        color: #fff;
        border-color: #fff
    }

        .btn-u.btn-brd.btn-u-light:hover {
            border-color: #fff
        }

        .btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
            background: #fff;
            color: #555 !important
        }

span.label {
    font-size: 11px;
    font-weight: 400;
    padding: 4px 7px
}

span.badge {
    font-weight: 400;
    padding: 4px 7px
}

span.label-u, span.badge-u {
    background: #72c02c
}

span.label-blue, span.badge-blue {
    background: #3498db
}

span.label-red, span.badge-red {
    background: #e74c3c
}

span.label-green, span.badge-green {
    background: #2ecc71
}

span.label-sea, span.badge-sea {
    background: #1abc9c
}

span.label-orange, span.badge-orange {
    background: #e67e22
}

span.label-yellow, span.badge-yellow {
    background: #f1c40f
}

span.label-purple, span.badge-purple {
    background: #9b6bcc
}

span.label-aqua, span.badge-aqua {
    background: #27d7e7
}

span.label-brown, span.badge-brown {
    background: #9c8061
}

span.label-dark-blue, span.badge-dark-blue {
    background: #4765a0
}

span.label-light-green, span.badge-light-green {
    background: #79d5b3
}

span.label-light, span.badge-light {
    color: #777;
    background: #ecf0f1
}

span.label-dark, span.badge-dark {
    background: #555
}

.badge-lists li {
    position: relative
}

.badge-lists span.badge {
    top: -10px;
    right: -6px;
    position: absolute
}

.badge-lists.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px
}

.badge-lists.badge-icons i {
    font-size: 18px;
    min-width: 25px
}

.badge-box-v1 a {
    color: #777;
    min-width: 40px;
    font-size: 18px;
    padding: 8px 9px;
    display: inline-block;
    border: solid 1px #eee
}

.badge-box-v2 a {
    color: #777;
    font-size: 12px;
    padding: 10px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    border: solid 1px #eee
}

    .badge-box-v2 a i {
        font-size: 20px
    }

    .badge-box-v1 a i, .badge-box-v2 a i {
        display: block;
        margin: 1px auto 2px
    }

    .badge-box-v1 a:hover, .badge-box-v2 a:hover {
        color: #555;
        border-color: #555;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.social-icons {
    margin: 0;
    padding: 0
}

    .social-icons li {
        list-style: none;
        margin-right: 3px;
        margin-bottom: 5px;
        text-indent: -9999px;
        display: inline-block
    }

        .social-icons li a, a.social-icon {
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

        .social-icons li:hover a {
            background-position: 0 -38px
        }

.social-icons-color li a {
    opacity: .7;
    background-position: 0 -38px !important;
    -webkit-backface-visibility: hidden
}

    .social-icons-color li a:hover {
        opacity: 1
    }

.social_amazon {
    background: url(../img/icons/social/amazon.html) no-repeat
}

.social_behance {
    background: url(../img/icons/social/behance.html) no-repeat
}

.social_blogger {
    background: url(../img/icons/social/blogger.html) no-repeat
}

.social_deviantart {
    background: url(../img/icons/social/deviantart.html) no-repeat
}

.social_dribbble {
    background: url(../img/icons/social/dribbble.html) no-repeat
}

.social_dropbox {
    background: url(../img/icons/social/dropbox.html) no-repeat
}

.social_evernote {
    background: url(../img/icons/social/evernote.html) no-repeat
}

.social_facebook {
    background: url(../img/icons/social/facebook.html) no-repeat
}

.social_forrst {
    background: url(../img/icons/social/forrst.html) no-repeat
}

.social_github {
    background: url(../img/icons/social/github.html) no-repeat
}

.social_googleplus {
    background: url(../img/icons/social/googleplus.html) no-repeat
}

.social_jolicloud {
    background: url(../img/icons/social/jolicloud.html) no-repeat
}

.social_last-fm {
    background: url(../img/icons/social/last-fm.html) no-repeat
}

.social_linkedin {
    background: url(../img/icons/social/linkedin.html) no-repeat
}

.social_picasa {
    background: url(../img/icons/social/picasa.html) no-repeat
}

.social_pintrest {
    background: url(../img/icons/social/pintrest.html) no-repeat
}

.social_rss {
    background: url(../img/icons/social/rss.html) no-repeat
}

.social_skype {
    background: url(../img/icons/social/skype.html) no-repeat
}

.social_spotify {
    background: url(../img/icons/social/spotify.html) no-repeat
}

.social_stumbleupon {
    background: url(../img/icons/social/stumbleupon.html) no-repeat
}

.social_tumblr {
    background: url(../img/icons/social/tumblr.html) no-repeat
}

.social_twitter {
    background: url(../img/icons/social/twitter.html) no-repeat
}

.social_vimeo {
    background: url(../img/icons/social/vimeo.html) no-repeat
}

.social_wordpress {
    background: url(../img/icons/social/wordpress.html) no-repeat
}

.social_xing {
    background: url(../img/icons/social/xing.html) no-repeat
}

.social_yahoo {
    background: url(../img/icons/social/yahoo.html) no-repeat
}

.social_youtube {
    background: url(../img/icons/social/youtube.html) no-repeat
}

.social_vk {
    background: url(../img/icons/social/vk.html) no-repeat
}

.social_instagram {
    background: url(../img/icons/social/instagram.html) no-repeat
}

i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555
}

i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px
}

i.icon-md {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px
}

i.icon-lg {
    width: 60px;
    height: 60px;
    font-size: 31px;
    line-height: 60px;
    margin-bottom: 10px
}

i.icon-2x {
    font-size: 30px
}

i.icon-3x {
    font-size: 40px
}

i.icon-4x {
    font-size: 50px
}

i.icon-line {
    font-size: 17px
}

i.icon-sm.icon-line {
    font-size: 14px
}

i.icon-md.icon-line {
    font-size: 22px
}

i.icon-lg.icon-line {
    font-size: 28px
}

i.icon-2x.icon-line {
    font-size: 27px
}

i.icon-3x.icon-line {
    font-size: 36px
}

i.icon-4x.icon-line {
    font-size: 47px
}

.link-icon, .link-bg-icon {
    color: #555
}

    .link-icon:hover, .link-bg-icon:hover {
        border: none;
        text-decoration: none
    }

        .link-icon:hover i {
            color: #72c02c;
            background: none;
            border: solid 1px #72c02c
        }

        .link-bg-icon:hover i {
            color: #72c02c;
            background: #72c02c;
            border-color: #72c02c;
            color: #fff !important
        }

i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green, {
    background: none
}

i.icon-color-u {
    color: #72c02c;
    border: solid 1px #72c02c
}

i.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db
}

i.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c
}

i.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c
}

i.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71
}

i.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f
}

i.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22
}

i.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6
}

i.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc
}

i.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7
}

i.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061
}

i.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0
}

i.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3
}

i.icon-color-light {
    color: #fff;
    border: solid 1px #fff
}

i.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69
}

i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
    color: #fff;
    border-color: transparent
}

i.icon-bg-u {
    background: #72c02c
}

i.icon-bg-blue {
    background: #3498db
}

i.icon-bg-red {
    background: #e74c3c
}

i.icon-bg-sea {
    background: #1abc9c
}

i.icon-bg-green {
    background: #2ecc71
}

i.icon-bg-yellow {
    background: #f1c40f
}

i.icon-bg-orange {
    background: #e67e22
}

i.icon-bg-grey {
    background: #95a5a6
}

i.icon-bg-dark {
    background: #555
}

i.icon-bg-darker {
    background: #333
}

i.icon-bg-purple {
    background: #9b6bcc
}

i.icon-bg-aqua {
    background: #27d7e7
}

i.icon-bg-brown {
    background: #9c8061
}

i.icon-bg-dark-blue {
    background: #4765a0
}

i.icon-bg-light-green {
    background: #79d5b3
}

i.icon-bg-light {
    background: #fff;
    border-color: transparent
}

i.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent
}

.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
    width: 1.25em;
    text-align: center;
    display: inline-block
}

    .fa-fixed [class^="fa"].fa-lg, .fa-fixed [class*=" fa"].fa-lg {
        width: 1.5625em
    }

.content-boxes-v1 {
    text-align: center
}

    .content-boxes-v1 span {
        display: block;
        margin-top: 5px
    }

@media (max-width: 992px) {
    .content-boxes-v2, .content-boxes-v2 .text-justify {
        text-align: center
    }

        .content-boxes-v2 span {
            display: block;
            margin-top: 5px
        }
}

.content-boxes-v3 i.icon-custom {
    top: 8px;
    float: left;
    position: relative
}

.content-boxes-v3 .content-boxes-in-v3 {
    padding: 0 10px;
    overflow: hidden
}

    .content-boxes-v3 .content-boxes-in-v3 h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 3px;
        text-transform: capitalize
    }

        .content-boxes-v3 .content-boxes-in-v3 h3 a {
            color: #555
        }

.content-boxes-v3.content-boxes-v3-right {
    text-align: right
}

    .content-boxes-v3.content-boxes-v3-right i.icon-custom {
        float: right;
        margin-left: 10px
    }

@media (max-width: 768px) {
    .content-boxes-v3.content-boxes-v3-right {
        text-align: inherit
    }

        .content-boxes-v3.content-boxes-v3-right i.icon-custom {
            float: left;
            margin-left: 0
        }
}

.content-boxes-v4 h2 {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.content-boxes-v4 a {
    color: #777;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase
}

.content-boxes-v4 i {
    width: 25px;
    color: #72c02c;
    font-size: 35px;
    margin-top: 10px
}

.content-boxes-in-v4 {
    padding: 0 10px;
    overflow: hidden
}

.content-boxes-v5 i {
    float: left;
    color: #999;
    width: 50px;
    height: 50px;
    padding: 11px;
    font-size: 22px;
    background: #eee;
    line-height: 28px;
    text-align: center;
    margin-right: 15px;
    display: inline-block
}

.content-boxes-v5:hover i {
    color: #fff;
    background: #72c02c
}

.content-boxes-v6 {
    padding-top: 25px;
    text-align: center
}

    .content-boxes-v6 i {
        color: #fff;
        width: 90px;
        height: 90px;
        padding: 30px;
        font-size: 30px;
        line-height: 30px;
        position: relative;
        text-align: center;
        background: #dedede;
        margin-bottom: 25px;
        display: inline-block
    }

        .content-boxes-v6 i:after {
            top: -8px;
            left: -8px;
            right: -8px;
            bottom: -8px;
            content: " ";
            position: absolute;
            border: 1px solid #dedede;
            border-radius: 50% !important
        }

    .content-boxes-v6:hover i, .content-boxes-v6:hover i:after {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .content-boxes-v6:hover i {
        background: #72c02c
    }

        .content-boxes-v6:hover i:after {
            border-color: #72c02c
        }

.service-block {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px
}

    .service-block p, .service-block h2 {
        color: #fff
    }

        .service-block h2 a:hover {
            text-decoration: none
        }

.service-block-light, .service-block-default {
    background: #fafafa;
    border: solid 1px #eee
}

    .service-block-default:hover {
        box-shadow: 0 0 8px #eee
    }

    .service-block-light p, .service-block-light h2, .service-block-default p, .service-block-default h2 {
        color: #555
    }

.service-block-u {
    background: #72c02c
}

.service-block-blue {
    background: #3498db
}

.service-block-red {
    background: #e74c3c
}

.service-block-sea {
    background: #1abc9c
}

.service-block-grey {
    background: #95a5a6
}

.service-block-yellow {
    background: #f1c40f
}

.service-block-orange {
    background: #e67e22
}

.service-block-green {
    background: #2ecc71
}

.service-block-purple {
    background: #9b6bcc
}

.service-block-aqua {
    background: #27d7e7
}

.service-block-brown {
    background: #9c8061
}

.service-block-dark-blue {
    background: #4765a0
}

.service-block-light-green {
    background: #79d5b3
}

.service-block-dark {
    background: #555
}

.service-block-light {
    background: #ecf0f1
}

.funny-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .funny-boxes h2 a {
        color: #555
    }

    .funny-boxes p a {
        color: #72c02c
    }

    .funny-boxes .funny-boxes-img li i {
        color: #72c02c;
        font-size: 12px;
        margin-right: 5px
    }

    .funny-boxes .funny-boxes-img img {
        display: block;
        margin: 5px 10px 10px 0
    }

    .funny-boxes h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 20px
    }

    .funny-boxes ul.funny-boxes-rating li {
        display: inline
    }

        .funny-boxes ul.funny-boxes-rating li i {
            color: #f8be2c;
            cursor: pointer;
            font-size: 16px
        }

            .funny-boxes ul.funny-boxes-rating li i:hover {
                color: #f8be2c
            }

.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
    color: #fff
}

.funny-boxes-red {
    background: #e74c3c
}

.funny-boxes-blue {
    background: #3498db
}

.funny-boxes-grey {
    background: #95a5a6
}

.funny-boxes-sea {
    background: #1abc9c
}

.funny-boxes-top-sea {
    border-top: solid 2px #1abc9c
}

    .funny-boxes-top-sea:hover {
        border-top-color: #16a085
    }

.funny-boxes-top-yellow {
    border-top: solid 2px #f1c40f
}

    .funny-boxes-top-yellow:hover {
        border-top-color: #f39c12
    }

.funny-boxes-left-orange {
    border-left: solid 2px #e67e22
}

    .funny-boxes-left-orange:hover {
        border-left-color: #d35400
    }

.funny-boxes-left-green {
    border-left: solid 2px #72c02c
}

    .funny-boxes-left-green:hover {
        border-left-color: #e67e22
    }

.funny-boxes-right-u {
    border-right: solid 2px #72c02c
}

    .funny-boxes-right-u:hover {
        border-right-color: #e67e22
    }

.dropcap {
    float: left;
    color: #72c02c;
    padding: 5px 0;
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    margin: 0 5px 0 0
}

.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 50px;
    font-size: 35px;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    background: #72c02c;
    margin: 4px 10px 0 0
}

.text-highlights {
    color: #fff;
    font-weight: 200;
    padding: 0 5px;
    background: #555
}

.text-highlights-green {
    background: #72c02c
}

.text-highlights-blue {
    background: #3498db
}

.text-highlights-red {
    background: #e74c3c
}

.text-highlights-sea {
    background: #1abc9c
}

.text-highlights-orange {
    background: #e67e22
}

.text-highlights-yellow {
    background: #f1c40f
}

.text-highlights-purple {
    background: #9b6bcc
}

.text-highlights-aqua {
    background: #27d7e7
}

.text-highlights-brown {
    background: #9c8061
}

.text-highlights-dark-blue {
    background: #4765a0
}

.text-highlights-light-green {
    background: #79d5b3
}

.text-border {
    border-bottom: dashed 1px #555
}

.text-border-default {
    border-color: #95a5a6
}

.text-border-green {
    border-color: #72c02c
}

.text-border-blue {
    border-color: #3498db
}

.text-border-red {
    border-color: #e74c3c
}

.text-border-yellow {
    border-color: #f1c40f
}

.text-border-purple {
    border-color: #9b6bcc
}

.list-styles li {
    margin-bottom: 8px
}

.contex-bg p {
    opacity: .8;
    padding: 8px 10px
}

    .contex-bg p:hover {
        opacity: 1
    }

blockquote {
    padding: 5px 15px;
    border-left-width: 2px
}

    blockquote p {
        font-size: 13px;
        font-weight: 400
    }

    blockquote h1, blockquote h2, blockquote span {
        font-size: 18px;
        margin: 0 0 8px;
        line-height: 24px
    }

    blockquote.bq-text-lg p, blockquote.bq-text-lg small {
        text-transform: uppercase
    }

    blockquote.bq-text-lg p {
        font-size: 22px;
        font-weight: 300;
        line-height: 32px
    }

    blockquote.text-right, blockquote.hero.text-right {
        border-left: none;
        border-right: 2px solid #eee
    }

        blockquote.hero.text-right, blockquote.hero.text-right:hover {
            border-color: #555
        }

        blockquote:hover, blockquote.text-right:hover {
            border-color: #72c02c;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

    blockquote.bq-dark, blockquote.bq-dark:hover {
        border-color: #585f69
    }

    blockquote.bq-green {
        border-color: #72c02c
    }

    blockquote.hero {
        border: none;
        padding: 18px;
        font-size: 16px;
        background: #f3f3f3;
        border-left: solid 2px #666
    }

        blockquote.hero:hover {
            background: #eee;
            border-left-color: #666
        }

        blockquote.hero.hero-dark, blockquote.hero.hero-default {
            border: none
        }

        blockquote.hero.hero-dark {
            background: #444
        }

            blockquote.hero.hero-dark:hover {
                background: #555
            }

        blockquote.hero.hero-default {
            background: #72c02c
        }

            blockquote.hero.hero-default:hover {
                background: #e67e22
            }

            blockquote.hero.hero-dark p, blockquote.hero.hero-dark h2, blockquote.hero.hero-dark small, blockquote.hero.hero-default p, blockquote.hero.hero-default h2, blockquote.hero.hero-default small {
                color: #fff;
                font-weight: 200
            }

.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px
}

    .tag-box h2 {
        font-size: 20px;
        line-height: 25px
    }

    .tag-box p {
        margin-bottom: 0
    }

    .tag-box.tag-text-space p {
        margin-bottom: 10px
    }

.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #72c02c
}

.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c
}

.tag-box-v3 {
    border: solid 2px #eee
}

.tag-box-v4 {
    border: dashed 1px #bbb
}

.tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc
}

    .tag-box-v5 span {
        color: #555;
        font-size: 28px;
        margin-bottom: 0
    }

.tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee
}

.tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px #72c02c
}

.testimonials {
    margin-bottom: 10px
}

    .testimonials .testimonial-info {
        color: #72c02c;
        font-size: 16px;
        padding: 0 15px;
        margin-top: 18px
    }

        .testimonials .testimonial-info span {
            top: 3px;
            position: relative
        }

        .testimonials .testimonial-info em {
            color: #777;
            display: block;
            font-size: 13px
        }

        .testimonials .testimonial-info img {
            width: 60px;
            float: left;
            height: 60px;
            padding: 2px;
            margin-right: 15px;
            border: solid 1px #ccc
        }

    .testimonials .testimonial-author {
        overflow: hidden
    }

    .testimonials .carousel-arrow {
        top: -65px;
        position: relative
    }

        .testimonials .carousel-arrow i {
            color: #777;
            padding: 2px;
            min-width: 25px;
            font-size: 20px;
            text-align: center;
            background: #f5f5f5
        }

            .testimonials .carousel-arrow i:hover {
                color: #fff;
                background: #72c02c
            }

    .testimonials .carousel-control {
        opacity: 1;
        width: 100%;
        text-align: right;
        text-shadow: none;
        position: absolute;
        filter: Alpha(opacity=100)
    }

        .testimonials .carousel-control.left {
            right: 27px;
            left: auto
        }

        .testimonials .carousel-control.right {
            right: 0
        }

    .testimonials.testimonials-v1 .item p {
        position: relative
    }

        .testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v1 .item p:before {
            left: 80px;
            bottom: -20px
        }

        .testimonials.testimonials-v1 .item p:after {
            border-top: 22px solid;
            border-left: 0 solid transparent;
            border-right: 22px solid transparent
        }

    .testimonials.testimonials-v2 .testimonial-info {
        padding: 0 20px
    }

    .testimonials.testimonials-v2 p {
        padding-bottom: 15px
    }

    .testimonials.testimonials-v2 .carousel-arrow {
        top: -55px
    }

    .testimonials.testimonials-v2 .item p:after, .testimonials.testimonials-v2 .item p:before {
        left: 8%;
        bottom: 45px
    }

    .testimonials.testimonials-v2 .item p:after {
        border-top: 20px solid;
        border-left: 25px solid transparent;
        border-right: 0 solid transparent
    }

    .testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
        padding: 15px;
        font-size: 14px;
        font-style: italic;
        background: #f5f5f5
    }

    .testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v2 .item p:after {
        width: 0;
        height: 0;
        content: " ";
        display: block;
        position: absolute;
        border-top-color: #f5f5f5;
        border-left-style: inset;
        border-right-style: inset
    }

.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
    color: #fff;
    font-weight: 200
}

.testimonials-bg-dark .carousel-arrow i, .testimonials-bg-default .carousel-arrow i {
    color: #fff
}

.testimonials-bg-default .item p {
    background: #72c02c
}

.testimonials.testimonials-bg-default .item p:after, .testimonials.testimonials-bg-default .item p:after {
    border-top-color: #72c02c
}

.testimonials-bg-default .carousel-arrow i {
    background: #72c02c
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #e67e22
}

.testimonials-bg-dark .item p {
    background: #555
}

.testimonials.testimonials-bg-dark .item p:after, .testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555
}

.testimonials-bg-dark .carousel-arrow i {
    color: #fff;
    background: #555
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333
}

.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555
}

.panel-heading {
    color: #fff;
    padding: 5px 15px
}

.panel .table {
    margin-bottom: 0
}

.panel-u {
    border-color: #72c02c
}

    .panel-u > .panel-heading {
        background: #72c02c
    }

.panel-blue {
    border-color: #3498db
}

    .panel-blue > .panel-heading {
        background: #3498db
    }

.panel-red {
    border-color: #e74c3c
}

    .panel-red > .panel-heading {
        background: #e74c3c
    }

.panel-green {
    border-color: #2ecc71
}

    .panel-green > .panel-heading {
        background: #2ecc71
    }

.panel-sea {
    border-color: #1abc9c
}

    .panel-sea > .panel-heading {
        background: #1abc9c
    }

.panel-orange {
    border-color: #e67e22
}

    .panel-orange > .panel-heading {
        background: #e67e22
    }

.panel-yellow {
    border-color: #f1c40f
}

    .panel-yellow > .panel-heading {
        background: #f1c40f
    }

.panel-grey {
    border-color: #95a5a6
}

    .panel-grey > .panel-heading {
        background: #95a5a6
    }

.panel-dark {
    border-color: #555
}

    .panel-dark > .panel-heading {
        background: #555
    }

.panel-purple {
    border-color: #9b6bcc
}

    .panel-purple > .panel-heading {
        background: #9b6bcc
    }

.panel-aqua {
    border-color: #27d7e7
}

    .panel-aqua > .panel-heading {
        background: #27d7e7
    }

.panel-brown {
    border-color: #9c8061
}

    .panel-brown > .panel-heading {
        background: #9c8061
    }

.panel-dark-blue {
    border-color: #4765a0
}

    .panel-dark-blue > .panel-heading {
        background: #4765a0
    }

.panel-light-green {
    border-color: #79d5b3
}

    .panel-light-green > .panel-heading {
        background: #79d5b3
    }

.panel-default-dark {
    border-color: #585f69
}

    .panel-default-dark > .panel-heading {
        background: #585f69
    }

.progress-u {
    box-shadow: none
}

    .progress-u .progress-bar {
        box-shadow: none
    }

.progress-lg {
    height: 25px
}

    .progress-lg p {
        padding-top: 3px
    }

.progress-sm {
    height: 12px
}

.progress-xs {
    height: 7px
}

.progress-xxs {
    height: 3px
}

.progress {
    background: #e5e5e5
}

.progress-bar-u {
    background: #72c02c
}

.progress-bar-blue {
    background: #3498db
}

.progress-bar-orange {
    background: #e67e22
}

.progress-bar-red {
    background: #e74c3c
}

.progress-bar-purple {
    background: #9b6bcc
}

.progress-bar-aqua {
    background: #27d7e7
}

.progress-bar-brown {
    background: #9c8061
}

.progress-bar-dark-blue {
    background: #4765a0
}

.progress-bar-light-green {
    background: #79d5b3
}

.progress-bar-dark {
    background: #555
}

.stars-existing {
    color: #72c02c;
    cursor: pointer
}

.star-lg {
    font-size: 30px
}

.star-sm {
    font-size: 25px
}

.star-xs {
    font-size: 20px
}

.star-default {
    font-size: 16px
}

img.img-bordered {
    padding: 3px;
    border: solid 1px #eee
}

img.img-circle {
    border-radius: 50% !important
}

img.image-sm {
    width: 50px;
    height: 50px
}

img.image-md {
    width: 100px;
    height: 100px
}

.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%
}

    .responsive-video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute
    }

.tags-v1 li {
    margin: 0;
    padding: 0
}

    .tags-v1 li a {
        font-size: 13px;
        padding: 4px 8px;
        line-height: 32px;
        border: solid 2px #eee;
        border-radius: 20px !important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .tags-v1 li a:hover {
            text-decoration: none;
            border-color: #e0e0e0
        }

.list-row {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.height-100 {
    min-height: 100px
}

.height-150 {
    min-height: 150px
}

.height-200 {
    min-height: 200px
}

.height-250 {
    min-height: 250px
}

.height-300 {
    min-height: 300px
}

.height-350 {
    min-height: 350px
}

.height-400 {
    min-height: 400px
}

.height-450 {
    min-height: 450px
}

.height-500 {
    min-height: 500px !important
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.no-top-space {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.no-bottom-space {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.content {
}

.textFooter {
    color: #999;
    font-weight: normal;
    font-size: 12px
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px
}

.space-lg-hor {
    padding-left: 60px;
    padding-right: 60px
}

.space-xlg-hor {
    padding-left: 100px;
    padding-right: 100px
}

.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
    clear: both
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .sm-margin-bottom-10 {
        margin-bottom: 10px
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-10 {
        margin-bottom: 10px
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px
    }
}

.margin-top-20 {
    margin-top: 20px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-10 {
    margin-right: 10px
}

.padding-left-5 {
    padding-left: 5px
}

.color-sea {
    color: #1abc9c
}

.color-red {
    color: #e74c3c
}

.color-aqua {
    color: #27d7e7
}

.color-blue {
    color: #3498db
}

.color-grey {
    color: #95a5a6
}

.color-dark {
    color: #555
}

.color-green {
    color: #72c02c
}

.color-brown {
    color: #9c8061
}

.color-light {
    color: #fff
}

.color-orange {
    color: #e67e22
}

.color-yellow {
    color: #f1c40f
}

.color-green1 {
    color: #2ecc71
}

.color-purple {
    color: #9b6bcc
}

.color-dark-blue {
    color: #4765a0
}

.color-light-grey {
    color: #585f69
}

.color-light-green {
    color: #79d5b3
}

.bg-color-dark, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-light, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green {
    color: #fff
}

.bg-color-white {
    color: #555
}

.bg-color-dark {
    background-color: #555 !important
}

.bg-color-white {
    background-color: #fff !important
}

.bg-color-sea {
    background-color: #1abc9c !important
}

.bg-color-red {
    background-color: #e74c3c !important
}

.bg-color-aqua {
    background-color: #27d7e7 !important
}

.bg-color-blue {
    background-color: #3498db !important
}

.bg-color-grey {
    background-color: #95a5a6 !important
}

.bg-color-light {
    background-color: #f7f7f7 !important
}

.bg-color-green {
    background-color: #72c02c !important
}

.bg-color-brown {
    background-color: #9c8061 !important
}

.bg-color-orange {
    background-color: #e67e22 !important
}

.bg-color-green1 {
    background-color: #2ecc71 !important
}

.bg-color-purple {
    background-color: #9b6bcc !important
}

.bg-color-dark-blue {
    background-color: #4765a0 !important
}

.bg-color-light-grey {
    background-color: #585f69 !important
}

.bg-color-light-green {
    background-color: #79d5b3 !important
}

.rgba-red {
    background-color: rgba(231, 76, 60, .8)
}

.rgba-blue {
    background-color: rgba(52, 152, 219, .8)
}

.rgba-aqua {
    background-color: rgba(39, 215, 231, .8)
}

.rgba-yellow {
    background-color: rgba(241, 196, 15, .8)
}

.rgba-default {
    background-color: rgba(114, 192, 44, .8)
}

.rgba-purple {
    background-color: rgba(155, 107, 204, .8)
}

.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.no-rounded {
    border-radius: 0 !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-x {
    border-radius: 50% !important
}

.rounded-2x {
    border-radius: 10px !important
}

.rounded-3x {
    border-radius: 15px !important
}

.rounded-4x {
    border-radius: 20px !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded-md {
    border-radius: 3px !important
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important
}

.rounded-left {
    border-radius: 4px 0 0 4px !important
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important
}

.overflow-h {
    overflow: hidden
}

.overflow-a {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.clear-both {
    clear: both
}

.text-justify p {
    text-align: justify
}

.full-width {
    width: 100%
}

.img-width-200 {
    width: 200px
}

.img-center img {
    margin: 0 auto
}

.lft-img-margin {
    margin: 0 20px 5px 0
}

.rgt-img-margin {
    margin: 0 0 5px 10px
}

.bg-light {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fcfcfc;
    border: solid 1px #e5e5e5
}

    .bg-light:hover {
        border: solid 1px #bbb
    }

.hover-effect {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hover-effect-kenburn {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

    .hover-effect-kenburn:hover {
        -webkit-transform: scale(2) rotate(5deg);
        -moz-transform: scale(2) rotate(5deg);
        -o-transform: scale(2) rotate(5deg);
        -ms-transform: scale(2) rotate(5deg);
        transform: scale(2) rotate(5deg)
    }

.loinLogo {
    width: 80px;
    height: auto;
    border: 0;
    margin-top: -5px;
    margin-left: -20px;
    font-style: italic
}

.signatureInfohehe {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #5cb85c;
    font-size: 11px
}

.tick {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #5cb85c;
    font-size: 25px;
    opacity: .8
}

.creImage {
    width: 50px;
    height: auto
}

.textSign {
    font-weight: bold
}

.wallperIframe {
    width: 100%;
    position: relative
}

.printIframe {
    cursor: pointer;
    width: 100%;
    height: 36px;
    background: #000;
    opacity: .8;
    color: #fff;
    font-size: 15px;
    padding-top: 8px
}

body {
    background-color: #f8f8f8
}

#wrapper {
    width: 100%
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7
    }
}

.navbar-top-links li {
    display: inline-block
}

    .navbar-top-links li:last-child {
        margin-right: 15px
    }

    .navbar-top-links li a {
        padding: 10px;
        min-height: 50px
    }

.navbar-top-links .dropdown-menu li {
    display: block
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal
        }

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0
}

.sidebar .sidebar-search {
    padding: 15px
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7
}

    .sidebar ul li a.active {
        background-color: #eee
    }

.sidebar .arrow {
    float: right
}

.sidebar .fa.arrow:before {
    content: ""
}

.sidebar .active > a > .fa.arrow:before {
    content: ""
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: 0 !important
}

    .sidebar .nav-second-level li a {
        padding-left: 37px
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px
    }

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px
    }

    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
        margin-left: auto
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-primary.btn-outline {
    color: #428bca
}

.btn-success.btn-outline {
    color: #5cb85c
}

.btn-info.btn-outline {
    color: #5bc0de
}

.btn-warning.btn-outline {
    color: #f0ad4e
}

.btn-danger.btn-outline {
    color: #d9534f
}

    .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
        color: #fff
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999
    }

        .chat li.left .chat-body {
            margin-left: 60px
        }

        .chat li.right .chat-body {
            margin-right: 60px
        }

        .chat li .chat-body p {
            margin: 0
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll
}

.login-panel {
    margin-top: 25%
}

.flot-chart {
    display: block;
    height: 400px
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: 0 0
}

    table.dataTable thead .sorting_asc:after {
        content: "";
        float: right;
        font-family: fontawesome
    }

    table.dataTable thead .sorting_desc:after {
        content: "";
        float: right;
        font-family: fontawesome
    }

    table.dataTable thead .sorting:after {
        content: "";
        float: right;
        font-family: fontawesome;
        color: #fff
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important
}

.show-grid {
    margin: 15px 0
}

.huge {
    font-size: 40px
}

.panel-green {
    border-color: #5cb85c
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c
    }

    .panel-green a {
        color: #5cb85c
    }

        .panel-green a:hover {
            color: #3d8b3d
        }

.panel-red {
    border-color: #d9534f
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f
    }

    .panel-red a {
        color: #d9534f
    }

        .panel-red a:hover {
            color: #b52b27
        }

.panel-yellow {
    border-color: #f0ad4e
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e
    }

    .panel-yellow a {
        color: #f0ad4e
    }

        .panel-yellow a:hover {
            color: #df8a13
        }

#hoadon-bangke > li.actice > a {
    background: #333;
    color: #fff !important
}

a.disable {
    background: #f8f8f8;
    color: #999 !important;
    pointer-events: none;
    cursor: default
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, .2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .datepicker > div {
        display: none
    }

    .datepicker table {
        width: 100%;
        margin: 0
    }

    .datepicker td, .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

        .datepicker td.day:hover {
            background: #eee;
            cursor: pointer
        }

        .datepicker td.day.disabled {
            color: #eee
        }

        .datepicker td.old, .datepicker td.new {
            color: #999
        }

        .datepicker td.active, .datepicker td.active:hover {
            color: #fff;
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(to bottom, #08c, #04c);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
            border-color: #04c #04c #002a80;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            *background-color: #04c;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
                color: #fff;
                background-color: #04c;
                *background-color: #003bb3
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
                    background-color: #039 \9
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px
        }

            .datepicker td span:hover {
                background: #eee
            }

            .datepicker td span.active {
                color: #fff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #08c, #04c);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
                background-image: -webkit-linear-gradient(top, #08c, #04c);
                background-image: -o-linear-gradient(top, #08c, #04c);
                background-image: linear-gradient(to bottom, #08c, #04c);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
                border-color: #04c #04c #002a80;
                border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
                *background-color: #04c;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
            }

                .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    color: #fff;
                    background-color: #04c;
                    *background-color: #003bb3
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                    background-color: #039 \9
                }

            .datepicker td span.old {
                color: #999
            }

        .datepicker th.switch {
            width: 145px
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 21px
        }

    .datepicker thead tr:first-child th {
        cursor: pointer
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

a {
    color: #db4437
}

    a:focus, a:hover, a:active {
        color: #4285f4
    }

.color-green {
    color: #4285f4
}

a.read-more:hover {
    color: #4285f4
}

.linked:hover {
    color: #4285f4
}

.header .navbar-default .navbar-nav > .active > a {
    color: #fff
}

.header .navbar-default .navbar-nav > .active > a {
    border-color: #fff
}

.header .dropdown-menu {
    border-top: solid 2px #d35400
}

.header .navbar-default .navbar-nav > li:hover > a {
    text-decoration: underline
}

.header .navbar .nav > li > .search:hover {
    border-bottom-color: #d35400;
    color: #d35400
}

.header .navbar-default .navbar-toggle {
    border-color: #fff
}

    .header .navbar-toggle, .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
        background: #db4437
    }

        .header .navbar-toggle:hover {
            background: #d35400 !important
        }

.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
    color: #e67e22
}

@media (max-width: 991px) {
    .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
        background: #e67e22;
        color: #fff !important
    }

    .header .navbar-default .navbar-nav > .active > a {
        border-color: #eee
    }

    .header .navbar .nav > li > .search:hover {
        background: #e67e22
    }
}

.header-v1 .navbar-default .navbar-nav > .active > a, .header-v1 .navbar-default .navbar-nav > li > a:hover, .header-v1 .navbar-default .navbar-nav > li > a:focus {
    color: #e67e22
}

.header-v1 .dropdown-menu {
    border-color: #e67e22
}

.header-v1 .navbar-default .navbar-nav > li:hover > a {
    color: #e67e22
}

.header-v1 .navbar .nav > li > .search:hover {
    color: #e67e22
}

.header-v1 .navbar .nav > li > .search:hover {
    color: #e67e22
}

.header-v1 .navbar-default .navbar-toggle {
    border-color: #d35400
}

    .header-v1 .navbar-toggle, .header-v1 .navbar-default .navbar-toggle:hover, .header-v1 .navbar-default .navbar-toggle:focus {
        background: #e67e22
    }

        .header-v1 .navbar-toggle:hover {
            background: #d35400 !important
        }

@media (max-width: 991px) {
    .header-v1 .navbar-default .navbar-nav > li:hover > a {
        border-color: #eee
    }

    .header-v1 .navbar-default .navbar-nav > .active > a, .header-v1 .navbar-default .navbar-nav > .active > a:hover, .header-v1 .navbar-default .navbar-nav > .active > a:focus {
        background-color: #e67e22
    }

    .header-v1 .navbar-default .navbar-nav > .active > a {
        border-color: #eee
    }

    .header-v1 .navbar .nav > li > .search:hover {
        background-color: #e67e22
    }
}

.header-v2 .dropdown-menu {
    border-color: #e67e22
}

.header-v2 .navbar-default .navbar-toggle {
    border-color: #d35400
}

    .header-v2 .navbar-toggle, .header-v2 .navbar-default .navbar-toggle:hover, .header-v2 .navbar-default .navbar-toggle:focus {
        background: #e67e22
    }

        .header-v2 .navbar-toggle:hover {
            background: #d35400 !important
        }

@media (max-width: 991px) {
    .header-v2 .navbar-default .navbar-nav > .active > a, .header-v2 .navbar-default .navbar-nav > .active > a:hover, .header-v2 .navbar-default .navbar-nav > .active > a:focus {
        background: #e67e22;
        color: #fff !important
    }

    .header-v2 .navbar-default .navbar-nav > li > a:hover {
        color: #e67e22
    }
}

.header-v3 .navbar-default .navbar-nav > .active > a {
    color: #e67e22
}

.header-v3 .navbar-default .navbar-nav > li:hover > a {
    color: #d35400
}

.header-v3 .dropdown-menu {
    border-color: #e67e22
}

.header-v3 .navbar-default .navbar-toggle {
    border-color: #d35400
}

    .header-v3 .navbar-toggle, .header-v3 .navbar-default .navbar-toggle:hover, .header-v3 .navbar-default .navbar-toggle:focus {
        background: #e67e22
    }

        .header-v3 .navbar-toggle:hover {
            background: #d35400 !important
        }

.header-v3 .navbar .nav > li > .search:hover {
    background: inherit;
    color: #e67e22
}

@media (max-width: 991px) {
    .header-v3 .navbar-default .navbar-nav > .active > a, .header-v3 .navbar-default .navbar-nav > .active > a:hover, .header-v3 .navbar-default .navbar-nav > .active > a:focus {
        background: #e67e22;
        color: #fff !important
    }

    .header-v3 .navbar-default .navbar-nav > .active > a {
        border-color: #eee
    }

    .header-v3 .navbar .nav > li > .search:hover {
        background: #e67e22
    }
}

.header-v4 .navbar-default .navbar-nav > li > a:hover, .header-v4 .navbar-default .navbar-nav > .active > a {
    border-color: #e67e22
}

.header-v4 .navbar-default .navbar-nav > .active > a {
    color: #e67e22
}

.header-v4 .navbar-default .navbar-nav > li:hover > a {
    border-color: #e67e22;
    color: #d35400
}

.header-v4 .navbar .nav > li > .search:hover {
    color: #e67e22
}

.header-v4 .navbar-default .navbar-nav > .open > a, .header-v4 .navbar-default .navbar-nav > .open > a:hover, .header-v4 .navbar-default .navbar-nav > .open > a:focus {
    color: #e67e22
}

@media (max-width: 991px) {
    .header-v4 .navbar-default .navbar-nav > li:hover > a {
        border-color: #eee
    }

    .header-v4 .navbar-default .navbar-nav > .active > a, .header-v4 .navbar-default .navbar-nav > .active > a:hover, .header-v4 .navbar-default .navbar-nav > .active > a:focus {
        color: #e67e22 !important
    }

    .header-v4 .navbar-default .navbar-nav > .active > a {
        border-color: #eee
    }

    .header-v4 .navbar .nav > li > .search:hover {
        background: #e67e22
    }
}

.header-v5 .navbar-default .navbar-nav > li > a:hover, .header-v5 .navbar-default .navbar-nav > .active > a {
    border-top: 2px solid #e67e22
}

.header-v5 .navbar-default .navbar-nav > .active > a {
    color: #e67e22
}

.header-v5 .navbar-default .navbar-nav > li:hover > a {
    color: #e67e22
}

.header-v5 .navbar-default .navbar-nav > .open > a, .header-v5 .navbar-default .navbar-nav > .open > a:hover, .header-v5 .navbar-default .navbar-nav > .open > a:focus {
    color: #e67e22
}

.header-v5 .dropdown-menu li > a:hover {
    background: #e67e22
}

.header-v5 .dropdown-menu .active > a, .header-v5 .dropdown-menu li > a:hover {
    background: #e67e22
}

.header-v5 .dropdown-menu {
    border-color: #e67e22
}

    .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
        background: #e67e22
    }

    .header-v5 .dropdown-menu .style-list li > a:hover {
        background: none
    }

.header-v5 .style-list li a:hover {
    color: #e67e22
}

.header-v5 .shop-badge.badge-icons i {
    color: #e67e22
}

.header-v5 .shop-badge span.badge-sea {
    background: #e67e22
}

.header-v5 .badge-open {
    border-top: 2px solid #e67e22;
    box-shadow: 0 5px 5px 0 rgba(90, 90, 90, .075)
}

.da-slide h2 i {
    background-color: rgba(230, 126, 34, .8)
}

.sequence-inner {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#fcf2de));
    background: -webkit-linear-gradient(#fff, #fcf2de);
    background: -moz-linear-gradient(#fff, #fcf2de);
    background: -ms-linear-gradient(#fff, #fcf2de);
    background: -o-linear-gradient(#fff, #fcf2de);
    background: linear-gradient(#fff, #fcf2de)
}

#sequence-theme h2 {
    background: rgba(230, 126, 34, .8)
}

#sequence-theme .info p {
    background: rgba(230, 126, 34, .8)
}

.btn-u {
    background: #e67e22
}

    .btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
        background: #d35400
    }

.btn-u-split.dropdown-toggle {
    border-left: solid 1px #d35400
}

.btn-u.btn-brd {
    border-color: #e67e22
}

    .btn-u.btn-brd:hover {
        color: #d35400;
        border-color: #d35400
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #d35400
    }

.service .service-icon {
    color: #e67e22
}

.service-alternative .service:hover {
    background: #e67e22
}

.thumbnail-style h3 a:hover {
    color: #e67e22
}

.thumbnail-style a.btn-more {
    background: #e67e22
}

    .thumbnail-style a.btn-more:hover {
    }

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #db4437;
    font-size: 19px
}

blockquote:hover {
    border-left-color: #e67e22
}

.hero {
    border-left-color: #e67e22
}

.carousel-arrow a.carousel-control:hover {
    color: #e67e22
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #e67e22
}

.footer .dl-horizontal a:hover {
    color: #e67e22 !important
}

.copyright h1 {
    font-size: 13px;
    text-align: right;
    color: #eee;
    margin-top: 7px
}

.posts .dl-horizontal a:hover {
    color: #e67e22
}

.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
    color: #e67e22;
    border-color: #e67e22 !important
}

.post-comment h3, .blog-item .media h3, .blog-item .media h4.media-heading span a {
    color: #e67e22
}

.tab-v1 .nav-tabs {
    border-bottom: solid 2px #e67e22
}

    .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
        background: #e67e22
    }

    .tab-v1 .nav-tabs > li > a:hover {
        background: #e67e22
    }

.tab-v2 .nav-tabs li.active a {
    border-top: solid 2px #e67e22
}

.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
    background: #e67e22;
    border: solid 1px #d35400
}

.acc-home a.active, .acc-home a.accordion-toggle:hover {
    color: #e67e22
}

.acc-home .collapse.in {
    border-bottom: solid 1px #e67e22
}

.testimonials .testimonial-info {
    color: #e67e22
}

.testimonials .carousel-arrow i:hover {
    background: #e67e22
}

.info-blocks:hover i.icon-info-blocks {
    color: #e67e22
}

.breadcrumb li.active, .breadcrumb li a:hover {
    color: #e67e22
}

.team .thumbnail-style:hover h3 a {
    color: #e67e22 !important
}

.team ul.team-socail li i:hover {
    background: #e67e22
}

.who li i, .who li:hover i, .who li:hover a {
    color: #e67e22
}

.privacy a:hover {
    color: #e67e22
}

.view a.info:hover {
    background: #e67e22
}

.sorting-block .sorting-nav li.active {
    color: #e67e22;
    border-bottom: solid 1px #e67e22
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #e67e22
}

.blog h3 {
    color: #e67e22
}

.blog li a:hover {
    color: #e67e22
}

ul.blog-tags a:hover {
    background: #e67e22
}

.blog-post-tags ul.blog-tags a:hover {
    background: #e67e22
}

.blog-photos li img:hover {
    box-shadow: 0 0 0 2px #e67e22
}

.blog-twitter .blog-twitter-inner:hover {
    border-color: #e67e22;
    border-top-color: #e67e22
}

    .blog-twitter .blog-twitter-inner:hover:after {
        border-top-color: #e67e22
    }

.blog-twitter .blog-twitter-inner a {
    color: #e67e22
}

.blog-item h4.media-heading span a {
    color: #e67e22
}

.coming-soon-border {
    border-top: solid 3px #e67e22
}

.booking-blocks p a {
    color: #e67e22
}

.icon-page li:hover {
    color: #e67e22
}

.glyphicons-demo a:hover {
    color: #e67e22;
    text-decoration: none
}

.magazine-news .by-author strong {
    color: #e67e22
}

.magazine-news a.read-more {
    color: #e67e22
}

.magazine-mini-news .post-author strong {
    color: #e67e22
}

.news-read-more i {
    background: #e67e22
}

.magazine-page h3 a:hover {
    color: #e67e22
}

.tag-box-v1 {
    border-top: solid 2px #e67e22
}

.tag-box-v2 {
    border-left: solid 2px #e67e22
}

.tag-box-v7 {
    border-bottom: solid 2px #e67e22
}

.fa-icons li:hover {
    color: #e67e22
}

    .fa-icons li:hover i {
        background: #e67e22
    }

.bs-glyphicons li:hover {
    color: #e67e22
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e67e22;
    border-color: #e67e22
}

.pagination li a:hover {
    background: #d35400;
    border-color: #d35400
}

/*.pager li > a:hover, .pager li > a:focus {
    background: #d35400;
    border-color: #d35400
}*/

.reg-block {
    border-top: solid 2px #e67e22
}

#effect-2 figure .img-hover {
    background: #e67e22
}

.blog h2 a:hover {
    color: #e67e22
}

.timeline-v1 > li > .timeline-badge i:hover {
    color: #e67e22
}

.timeline-v1 .timeline-footer .likes:hover i {
    color: #e67e22
}

.timeline-v2 > li .cbp_tmicon {
    background: #e67e22
}

.progress-bar-u {
    background: #e67e22
}

.job-description .save-job a:hover, .block-description .save-job a:hover {
    color: #e67e22
}

.job-description .p-chart .overflow-h li i, .job-description .p-chart .overflow-h li a, .block-description .p-chart .overflow-h li i, .block-description .p-chart .overflow-h li a {
    color: #e67e22
}

.job-description .colorful-ul li a {
    color: #e67e22
}

.s-results .related-search a:hover {
    color: #e67e22
}

.s-results .inner-results h3 a:hover {
    color: #e67e22
}

.s-results .up-ul li a:hover {
    color: #e67e22
}

.s-results .down-ul li a {
    color: #e67e22
}

.funny-boxes p a {
    color: #e67e22
}

.funny-boxes .funny-boxes-img li i {
    color: #e67e22
}

.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
    color: #e67e22
}

blockquote.bq-green {
    border-color: #e67e22
}

blockquote:hover, blockquote.text-right:hover {
    border-color: #e67e22
}

.funny-boxes-left-green {
    border-left: solid 2px #e67e22
}

    .funny-boxes-left-green:hover {
        border-left-color: #e67e22
    }

.testimonials .carousel-arrow i:hover {
    background: #e67e22
}

.testimonials-bg-default .item p {
    background: #e67e22
}

.testimonials.testimonials-bg-default .item p:after, .testimonials.testimonials-bg-default .item p:after {
    border-top-color: #e67e22
}

.testimonials-bg-default .carousel-arrow i {
    background: #e67e22
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #d35400
}

.promo-box:hover strong, .promo-box:hover strong a {
    color: #e67e22
}

.dropcap {
    color: #e67e22
}

.dropcap-bg {
    color: #fff;
    background: #e67e22
}

span.label-u, span.badge-u {
    background: #e67e22
}

.link-icon:hover i {
    color: #e67e22;
    border: solid 1px #e67e22
}

.link-bg-icon:hover i {
    color: #e67e22;
    background: #e67e22 !important;
    border-color: #e67e22
}

i.icon-color-u {
    color: #e67e22;
    border: solid 1px #e67e22
}

i.icon-bg-u {
    background: #e67e22
}

.line-icon-page .item:hover {
    color: #e67e22
}

.service-block-u {
    background: #e67e22
}

.panel-u {
    border-color: #e67e22
}

    .panel-u > .panel-heading {
        background: #e67e22
    }

.owl-btn:hover {
    background: #e67e22
}

.counters span.counter-icon i {
    background: #e67e22
}

    .counters span.counter-icon i:after {
        border-top: 7px solid #e67e22
    }

.sky-form .button {
    background: #e67e22
}

.sky-form .rating input:checked ~ label {
    color: #e67e22
}

.sky-form .message {
    color: #e67e22
}

    .sky-form .message i {
        border-color: #e67e22
    }

.profile .profile-post:hover span.profile-post-numb {
    color: #e67e22
}

.profile .date-formats {
    background: #e67e22
}

.profile .name-location span i, .profile .name-location span a:hover {
    color: #e67e22
}

.share-list li i {
    color: #e67e22
}

.profile .comment-list-v2 li:hover i, .profile .comment-list li:hover i {
    color: #e67e22
}

.profile .profile-post.color-one {
    border-color: #e67e22
}

.pricing:hover h4 {
    color: #e67e22
}

.pricing-head h3 {
    background: #e67e22;
    text-shadow: 0 1px 0 #d35400
}

.pricing-head h4 {
    color: #999;
    background: #fcfcfc;
    border-bottom: solid 1px #fcf2de
}

.pricing-content li {
    border-bottom: solid 1px #fcf2de
}

    .pricing-content li i {
        color: #e67e22
    }

.sticker-left {
    background: #e67e22
}

.pricing-footer a:hover, .pricing-footer button:hover {
    background: #d35400
}

.price-active h4 {
    color: #e67e22
}

.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
    color: #e67e22
}

.pricing-mega-v1 .pricing-head h3, .pricing-mega-v2 .pricing-head h3, .pricing-mega-v3 .pricing-head h3 {
    text-shadow: 0 1px 0 #d35400
}

.pricing-mega-v1 .pricing:hover h4 i {
    color: #e67e22
}

.pricing-mega-v1 .pricing-content li i {
    color: #e67e22
}

.pricing-bg-colored .pricing:hover {
    background: #e67e22
}

.pricing-bg-colored .pricing-head i {
    color: #e67e22
}

.pricing-bg-colored .pricing-footer .btn-u {
    border: 1px solid #fff
}

.pricing-bg-colored .pricing-head p {
    border-bottom: 1px solid #fcf2de
}

.pricing-mega-v2 .block:hover .bg-color {
    background: #e67e22
}

.pricing-mega-v2 .block:hover h3, .pricing-mega-v2 .block:hover h4, .pricing-mega-v2 .block:hover li, .pricing-mega-v2 .block:hover li i, .pricing-mega-v2 .block:hover h4 i {
    background: #e67e22
}

.pricing-mega-v1 .btn-group .dropdown-menu, .pricing-mega-v3 .btn-group .dropdown-menu {
    background: #e67e22 !important
}

    .pricing-mega-v1 .btn-group .dropdown-menu li a:hover, .pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
        background: #d35400
    }

.grid-block-v2 li:hover .grid-block-v2-info {
    border-color: #e67e22
}

.testimonials-v3 .testimonials-v3-title p {
    color: #e67e22
}

.testimonials-v3 .owl-buttons .owl-prev:hover, .testimonials-v3 .owl-buttons .owl-next:hover {
    background: #e67e22
}

.content-boxes-v4 i {
    color: #e67e22
}

.thumbnails-v1 .read-more {
    color: #e67e22
}

.team-v1 li:hover > p:before {
    background: #e67e22
}

.headline-center h2:after {
    background: #e67e22
}

.headline-left .headline-brd:after {
    background: #e67e22
}

.portfolio-box .portfolio-box-in i {
    background: #e67e22
}

.flat-bg-block-v1 .checked-list i {
    color: #e67e22
}

.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
    background: #e67e22
}

.content-boxes-v5:hover i {
    background: #e67e22
}

.block-grid-v1:hover {
    border-color: #e67e22
}

.content-boxes-v6:hover i:after {
    border-color: #e67e22
}

.content-boxes-v6:hover i {
    background: #e67e22
}

.portfolio-box-v2 .portfolio-box-v2-in i {
    background: rgba(230, 126, 34, .8)
}

    .portfolio-box-v2 .portfolio-box-v2-in i:hover {
        background: #e67e22
    }

.service-block-v1 i {
    background: #e67e22
}

.testimonials-bs .carousel-control-v2 i:hover {
    border-color: #e67e22;
    color: #e67e22
}

.fusion-portfolio #filters-container .cbp-filter-item-active {
    background: #e67e22;
    border-color: #e67e22
}

.fusion-portfolio #filters-container .cbp-filter-item:hover {
    color: #e67e22
}

.blog_masonry_3col h3 a:hover {
    color: #e67e22
}

.owl-work-v1 .item a:hover span {
    border-bottom-color: #e67e22
}

.footer-default .footer .dl-horizontal a:hover {
    color: #e67e22 !important
}

.footer-default .footer a {
    color: #e67e22
}

    .footer-default .footer a:hover {
        color: #d35400
    }

.footer-default .copyright a {
    color: #e67e22
}

    .footer-default .copyright a:hover {
        color: #d35400
    }

.footer-v4 .copyright a {
    color: #e67e22
}

.title-v1 h1:after, .title-v1 h2:after {
    background-color: #e67e22
}

.copyright-section i.back-to-top:hover {
    color: #e67e22
}

#topcontrol:hover {
    background-color: #e67e22
}

.slider-inner .da-slider {
    box-shadow: none;
    border-bottom: 2px solid #ddd
}

.slider-inner .da-dots {
    z-index: 10
}

@media (max-width: 450px) {
    .da-slide p {
        display: none
    }
}

@media (max-width: 900px) {
    .da-slide .da-img {
        display: none
    }
}

.tp-dottedoverlay {
    z-index: 1 !important
}

.tp-bullets.preview4 .bullet {
    border-radius: 10px !important
}

.tp-banner-container a.btn-u, .tp-banner-container a.btn-u:hover {
    color: #fff;
    border: solid 1px transparent
}

.tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff
}

    .tp-banner-container a.re-btn-brd:hover {
        color: #555;
        background: #fff
    }

.tp-banner-container .btn-u.btn-brd {
    font-weight: 400
}

.tp-banner-container {
    position: relative
}

.fullscreen-container {
    padding: 0;
    width: 100%;
    position: relative
}

.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

.revolution-ch1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif
}

.revolution-ch2 {
    color: #fff;
    font-size: 20px;
    max-width: 470px;
    line-height: 32px;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans", sans-serif
}

    .revolution-ch2:after {
        left: 50%;
        width: 70px;
        height: 2px;
        content: ' ';
        bottom: -20px;
        background: #fff;
        margin-left: -35px;
        position: absolute
    }

.re-title-v1 {
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif
}

.re-title-v2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif
}

.re-text-v1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.re-text-v2 {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", sans-serif
}

.rs-caption-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    padding: 6px 75px;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff
}

    .rs-caption-1:after, .rs-caption-1:before {
        font-size: 16px;
        content: "";
        position: absolute;
        font-family: FontAwesome
    }

@media (max-width: 768px) {
    .rs-caption-1:after, .rs-caption-1:before {
        content: ""
    }
}

.rs-caption-1:after {
    right: 4%
}

.rs-caption-1:before {
    left: 4%
}

.rs-caption-2 {
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center
}

    .rs-caption-2:after {
        left: 50%;
        content: "";
        height: 1px;
        width: 100px;
        bottom: -10px;
        background: #fff;
        margin-left: -50px;
        position: absolute
    }

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .rs-caption-1, .rs-caption-2, .rs-caption-3 {
        font-weight: normal
    }
}

.layer_slider {
    overflow: hidden
}

.ls-ct-half, .ls-ct-center {
    border-radius: 100px !important
}

@media (max-width: 900px) {
    #sequence-theme .info {
        top: 80px !important;
        width: 60% !important;
        margin-right: 50px
    }
}

@media (max-width: 450px) {
    #sequence-theme .info {
        top: 70px !important;
        width: 70% !important;
        margin-right: 25px
    }

    #sequence-theme h2 {
        font-size: 30px !important
    }

    #sequence-theme .info p {
        font-size: 18px !important
    }
}

.clients {
    box-shadow: none !important;
    margin-bottom: 0 !important
}

    .clients li {
        overflow: hidden;
        margin-left: 1px;
        position: relative;
        background: #fafafa
    }

        .clients li:hover {
            background: #f6f6f6
        }

        .clients li img.color-img {
            top: 0;
            left: 0;
            display: none;
            position: absolute
        }

        .clients li:hover img.color-img {
            display: block
        }

        .clients li img {
            filter: gray;
            float: none !important;
            margin: 0 auto !important
        }

            .clients li img:hover {
                filter: none
            }

.clients, .flexslider.home {
    border: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px
}

.flexslider {
    margin-top: 10px !important;
    background: none !important
}

    .flexslider .flex-direction-nav a {
        margin-top: -10px !important
    }

.fancybox-overlay.fancybox-overlay-fixed {
    z-index: 9999
}

.zoomer:hover .overlay-zoom .zoom-icon {
    opacity: .4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=50)
}

.active .overlay-zoom .zoom-icon {
    opacity: .4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=50)
}

.overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .overlay-zoom .zoom-icon {
        top: 0;
        opacity: 0;
        z-index: 100;
        width: inherit;
        height: inherit;
        position: absolute;
        background-color: #000;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url("images/overlay-icon.html");
        filter: alpha(opacity=0);
        -webkit-backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

@media (max-width: 768px) {
    .fancybox-overlay {
        background: none !important
    }
}

.pie-progress-charts .inner-pchart {
    text-align: center
}

.pie-progress-charts .circle {
    color: #555;
    font-weight: 200;
    margin-bottom: 20px
}

.pie-progress-charts .circle-title {
    font-size: 22px
}

@media (max-width: 767px) {
    .pie-progress-charts .inner-pchart {
        margin-bottom: 40px
    }
}

.counters {
    color: #555;
    text-align: center
}

@media (max-width: 767px) {
    .counters {
        margin-bottom: 30px
    }

        .counters:last-child {
            margin-bottom: inherit
        }
}

.counters span {
    font-size: 35px
}

    .counters span.counter-icon {
        display: block;
        margin-bottom: 10px
    }

        .counters span.counter-icon i {
            color: #fff;
            padding: 16px;
            min-width: 65px;
            font-size: 30px;
            position: relative;
            background: #72c02c
        }

            .counters span.counter-icon i:after {
                width: 0;
                height: 0;
                left: 38%;
                content: " ";
                bottom: -7px;
                display: block;
                position: absolute;
                border-top: 7px solid #72c02c;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-left-style: inset;
                border-right-style: inset
            }

.counters:hover span.counter-icon i {
    border-color: #000
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #db4437;
    position: relative;
    right: 11px !important;
    bottom: 35px !important;
    border-radius: 3px !important
}

    #topcontrol:after {
        top: -2px;
        left: 8.5px;
        content: "";
        position: absolute;
        text-align: center;
        font-family: FontAwesome
    }

    #topcontrol:hover {
        color: #fff;
        background: #db4437;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.owl-btn {
    color: #777;
    cursor: pointer;
    font-size: 18px;
    padding: 2px 9px;
    text-align: center;
    background: #f5f5f5
}

    .owl-btn:hover {
        color: #fff;
        background: #72c02c
    }

.owl-carousel-v1 .owl-navigation {
    text-align: right;
    margin-bottom: 20px
}

.owl-carousel-v1 .item {
    margin: 0 5px
}

    .owl-carousel-v1 .item img {
        text-align: center
    }

.owl-carousel-v1 .owl-pagination {
    display: none
}

.owl-carousel-v2 .owl-slider-v2 {
    margin-bottom: 20px
}

.owl-carousel-v2 .item {
    margin: 0 15px
}

    .owl-carousel-v2 .item img {
        text-align: center
    }

.owl-carousel-v2 .owl-navigation {
    text-align: center
}

.owl-carousel-v2 .owl-pagination {
    display: none
}

.owl-carousel-v3 .item {
    margin: 0 15px
}

    .owl-carousel-v3 .item img {
        text-align: center
    }

.owl-carousel-v3 .owl-pagination {
    display: none
}

.owl-carousel-v4 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v4 .item {
    margin: 0 3px
}

    .owl-carousel-v4 .item img {
        width: 100%
    }

.owl-carousel-v5 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
    background: #72c02c
}

.owl-carousel-v5 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-carousel-v6 .owl-carousel-item {
    margin: 0 10px;
    padding: 7px 0;
    text-align: center;
    position: relative;
    border: 1px solid #e4e2e2
}

    .owl-carousel-v6 .owl-carousel-item img {
        width: 150px;
        height: auto
    }

.owl-carousel-v6 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v6 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-pagination {
    text-align: center !important
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline-block;
    *display: inline
}

    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        opacity: .3;
        display: block;
        margin: 5px 7px;
        background: #bbb;
        filter: Alpha(Opacity=50);
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important
    }

.owl-carousel-style-v1 img {
    width: 120px;
    height: auto
}

.owl-carousel-style-v2 .item {
    margin: 0 3px;
    background: #fafafa;
    text-align: center;
    border: solid 1px #eee
}

    .owl-carousel-style-v2 .item img {
        padding: 0 3px;
        display: inline-block
    }

    .owl-carousel-style-v2 .item:hover {
        background: #f7f7f7;
        border-color: #e5e5e5;
        transition: all .4s ease-in-out
    }

.owl-carousel-style-v2 .owl-pagination {
    display: none
}

.testimonials-v3 {
    padding: 100px 0;
    font-family: "Open Sans"
}

    .testimonials-v3 ul {
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative
    }

    .testimonials-v3 li img {
        width: 150px;
        height: 150px;
        margin-bottom: 10px
    }

    .testimonials-v3 li > p {
        font-size: 14px
    }

    .testimonials-v3 .testimonials-v3-title {
        font-size: 22px;
        font-weight: 200;
        margin-bottom: 20px
    }

        .testimonials-v3 .testimonials-v3-title p {
            color: #72c02c;
            margin-bottom: 0
        }

        .testimonials-v3 .testimonials-v3-title span {
            color: #777;
            display: block;
            font-size: 14px
        }

    .testimonials-v3 .owl-pagination {
        display: none
    }

    .testimonials-v3 .owl-buttons .owl-prev, .testimonials-v3 .owl-buttons .owl-next {
        padding: 13px;
        position: relative;
        margin: 15px 2px 0;
        background: #f5f5f5;
        display: inline-block
    }

        .testimonials-v3 .owl-buttons .owl-prev:after, .testimonials-v3 .owl-buttons .owl-next:after {
            top: 0;
            color: #bbb;
            font-size: 16px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome
        }

        .testimonials-v3 .owl-buttons .owl-prev:after {
            left: 10px;
            content: ""
        }

        .testimonials-v3 .owl-buttons .owl-next:after {
            right: 10px;
            content: ""
        }

        .testimonials-v3 .owl-buttons .owl-prev:hover:after, .testimonials-v3 .owl-buttons .owl-next:hover:after {
            color: #fff
        }

        .testimonials-v3 .owl-buttons .owl-prev:hover, .testimonials-v3 .owl-buttons .owl-next:hover {
            background: #72c02c;
            -webkit-transition: background .4s ease-in-out;
            -moz-transition: background .4s ease-in-out;
            -o-transition: background .4s ease-in-out;
            transition: background .4s ease-in-out
        }

.owl-work-v1 .owl-navigation {
    top: 3px;
    position: relative
}

.owl-work-v1 .owl-navigation {
    margin-bottom: 10px
}

.owl-work-v1 .item a {
    text-align: center
}

    .owl-work-v1 .item a:hover {
        text-decoration: none
    }

        .owl-work-v1 .item a:hover strong {
            color: #555
        }

.owl-work-v1 .item em.overflow-hidden {
    display: block
}

.owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee
}

.owl-work-v1 .item a strong {
    color: #555;
    display: block
}

.owl-work-v1 .item a i {
    color: #777
}

.owl-work-v1 .item a img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.owl-work-v1 .item a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.owl-work-v1 .item a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.parallax-twitter {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: #333 url(../img/bg/bg2.html) 50% 0 fixed
}

    .parallax-twitter:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0, 0, 0, .5)
    }

    .parallax-twitter:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(../img/patterns/gridtile.html) repeat
    }

.parallax-twitter-in {
    z-index: 1;
    position: relative
}

    .parallax-twitter-in ul {
        margin: 0
    }

    .parallax-twitter-in li {
        color: #fff
    }

        .parallax-twitter-in li p {
            color: #fff;
            font-size: 18px;
            font-weight: 200
        }

        .parallax-twitter-in li a {
            color: #eee;
            text-decoration: underline
        }

            .parallax-twitter-in li a:hover {
                text-decoration: none
            }

        .parallax-twitter-in li span {
            color: #ddd;
            display: block;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px
        }

    .parallax-twitter-in .owl-page {
        width: 18px
    }

.clients-section {
    padding: 60px 0;
    position: relative;
    background: #333 url(../img/bg/bg1.html) 50% fixed
}

    .clients-section:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0, 0, 0, .8)
    }

    .clients-section:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: url(../img/patterns/gridtile.html) repeat
    }

    .clients-section .title-v1 p, .clients-section .title-v1 h2 {
        color: #fff
    }

    .clients-section ul {
        padding: 0;
        z-index: 1;
        list-style: none
    }

    .clients-section li {
        margin: 0 3px;
        background: #fff
    }

        .clients-section li a {
            padding: 10px;
            display: block;
            overflow: hidden;
            text-align: center;
            transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out
        }

            .clients-section li a:hover {
                -transform: scale(1.2);
                -o-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2)
            }

    .clients-section img {
        width: 100px;
        height: 100px
    }

    .clients-section .owl-pagination {
        display: none
    }

.wrapper-portfolio {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 50px
}

.wrapper-portfolio-fullwidth {
    width: 100%;
    padding: 10px;
    margin: 0 auto 50px
}

.wrapper-portfolio-fullwidth-text {
    width: 100%;
    padding: 10px;
    margin: 0 auto 50px
}

.wrapper-portfolio-no-space {
    width: 100%;
    margin: 0 auto 50px
}

.wrapper-portfolio-grid-no-space {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px
}

.wrapper-portfolio-grid {
    margin-bottom: 50px
}

.fusion-portfolio #filters-container .cbp-filter-item {
    color: #555;
    padding: 7px 15px;
    margin: 10px 0 0 5px;
    border: 1px solid #eee
}

.fusion-portfolio #filters-container .cbp-filter-item-active {
    background: #72c02c;
    border-color: #72c02c;
    color: #fff !important
}

.fusion-portfolio #filters-container .cbp-filter-item:hover {
    color: #72c02c
}

.fusion-portfolio .cbp-l-grid-blog .cbp-caption {
    margin-bottom: 15px
}

.fusion-portfolio .product-description {
    text-align: center
}

.fusion-portfolio .cbp-caption-activeWrap {
    background: rgba(255, 255, 255, .9) !important
}

.fusion-portfolio .cbp-l-caption-text {
    letter-spacing: inherit
}

.fusion-portfolio .cbp-l-caption-text, .fusion-portfolio .product-description h3 {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase
}

.fusion-portfolio .cbp-l-caption-desc, .fusion-portfolio .product-description span {
    color: #555;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 200;
    line-height: 20px
}

.fusion-portfolio .cbp-l-caption-icon i {
    color: #555;
    font-size: 22px
}

.fusion-portfolio.wrapper-portfolio-grid.cbp-2-col .cbp-item {
    width: 450px;
    height: 270px
}

.fusion-portfolio.wrapper-portfolio-grid.cbp-3-col .cbp-item {
    width: 320px;
    height: 200px
}

.fusion-portfolio.wrapper-portfolio-grid.cbp-4-col .cbp-item {
    width: 280px;
    height: 170px
}

.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-2-col .cbp-item {
    width: 460px;
    height: 285px
}

.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-3-col .cbp-item {
    width: 450px;
    height: 280px
}

.fusion-portfolio.wrapper-portfolio-grid-no-space.cbp-4-col .cbp-item {
    width: 320px;
    height: 200px
}

.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-4-col .cbp-item {
    width: 380px;
    height: 230px
}

.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-5-col .cbp-item {
    width: 290px;
    height: 180px
}

.fusion-portfolio.wrapper-portfolio-fullwidth.cbp-6-col .cbp-item {
    width: 230px;
    height: 140px
}

.fusion-portfolio.wrapper-portfolio-no-space.cbp-4-col .cbp-item {
    width: 400px;
    height: 250px
}

.fusion-portfolio.wrapper-portfolio-no-space.cbp-5-col .cbp-item {
    width: 310px;
    height: 185px
}

.fusion-portfolio.wrapper-portfolio-no-space.cbp-6-col .cbp-item {
    width: 250px;
    height: 150px
}

.fusion-portfolio.wrapper-portfolio.cbp-2-col .cbp-l-grid-blog .cbp-item {
    width: 460px;
    height: 360px
}

.fusion-portfolio.wrapper-portfolio.cbp-3-col .cbp-l-grid-blog .cbp-item {
    width: 320px;
    height: 265px
}

.fusion-portfolio.wrapper-portfolio.cbp-4-col .cbp-l-grid-blog .cbp-item {
    width: 280px;
    height: 250px
}

.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-4-col .cbp-item {
    width: 390px;
    height: 350px
}

.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-5-col .cbp-item {
    width: 300px;
    height: 300px
}

.fusion-portfolio.wrapper-portfolio-fullwidth-text.cbp-caption-6-col .cbp-item {
    width: 245px;
    height: 240px
}

.fusion-portfolio.cbp-caption-2-col .cbp-l-grid-blog .cbp-caption {
    height: 74%
}

.fusion-portfolio.cbp-caption-3-col .cbp-l-grid-blog .cbp-caption {
    height: 65%
}

.fusion-portfolio.cbp-caption-4-col .cbp-l-grid-blog .cbp-caption {
    height: 63%
}

.fusion-portfolio.cbp-caption-5-col .cbp-l-grid-blog .cbp-caption {
    height: 60%
}

.fusion-portfolio.cbp-caption-6-col .cbp-l-grid-blog .cbp-caption {
    height: 60%
}

.qq-uploader {
    position: relative;
    width: 100%
}

.qq-upload-button1 {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #800;
    border-bottom: 1px solid #ddd;
    color: #fff
}

.qq-upload-button-hover1 {
    background: #c00
}

.qq-upload-button-focus1 {
    outline: 1px dotted #000
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #ff9797;
    text-align: center
}

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px
    }

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px
}

.qq-upload-drop-area-active {
    background: #ff7171
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none
}

    .qq-upload-list li {
        margin: 0;
        padding: 9px;
        line-height: 15px;
        font-size: 16px;
        background-color: #fff0bd
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 12px
}

.qq-upload-file {
}

.qq-upload-spinner {
    display: inline-block;
    background: url("loading.html");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 12px;
    font-weight: normal
}

.qq-upload-failed-text {
    display: none
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline
}

.qq-upload-list li.qq-upload-success {
    background-color: #5da30c;
    color: #fff
}

.qq-upload-list li.qq-upload-fail {
    background-color: #d60000;
    color: #fff
}

.bootstrap-select {
    width: 220px \0
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px
    }

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto
    }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right
    }

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline;
    overflow: hidden;
    width: 100%;
    text-align: left;
    white-space: nowrap
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%
}

select.bs-select-hidden, select.selectpicker {
    display: none !important
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

    div.pp_default .pp_top .pp_left {
        background: url(lightbox/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
    }

    div.pp_default .pp_top .pp_middle {
        background: url(lightbox/images/prettyPhoto/default/sprite_x.png) top left repeat-x
    }

    div.pp_default .pp_top .pp_right {
        background: url(lightbox/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(lightbox/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(lightbox/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_contract {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(lightbox/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a {
    background: url(lightbox/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

    div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
        border-color: #fff
    }

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default .pp_details {
    position: relative
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        margin: 0;
        padding: 0 0 0 10px;
        position: absolute;
        top: 2px
    }

    div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
        opacity: .7
    }

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(lightbox/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(lightbox/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_middle {
    background: #fff
}

div.light_rounded .pp_top .pp_right {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_content .ppt {
    color: #000
}

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
    background: #fff
}

div.light_rounded .pp_content {
    background-color: #fff
}

div.light_rounded .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_contract {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_details {
    position: relative
}

div.light_rounded .pp_description {
    margin-right: 85px
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_nav .pp_play {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

    div.light_rounded .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.light_rounded .pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

    div.light_rounded .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.light_rounded .pp_bottom .pp_left {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff
}

div.light_rounded .pp_bottom .pp_right {
    background: url(lightbox/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.light_rounded .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_middle {
    background: url(lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_content {
    background: url(lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_contract {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_details {
    position: relative
}

div.dark_rounded .pp_description {
    margin-right: 85px
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded .pp_description {
    color: #fff
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff
}

div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.dark_rounded .pp_nav .pp_play {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

    div.dark_rounded .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.dark_rounded .pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

    div.dark_rounded .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.dark_rounded .pp_bottom .pp_left {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(lightbox/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(lightbox/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_square .pp_description {
    color: #fff
}

div.dark_square .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_contract {
    background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_details {
    position: relative
}

div.dark_square .pp_description {
    margin: 0 85px 0 0
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.dark_square .pp_nav {
    clear: none
}

    div.dark_square .pp_nav .pp_play {
        background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }

div.dark_square .pp_arrow_previous {
    background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

    div.dark_square .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.dark_square .pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

    div.dark_square .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.dark_square .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
    background: #fff
}

    div.light_square .pp_content .ppt {
        color: #000
    }

div.light_square .pp_expand {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_contract {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_details {
    position: relative
}

div.light_square .pp_description {
    margin-right: 85px
}

div.light_square #pp_full_res .pp_inline {
    color: #000
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_square .pp_nav .pp_play {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

    div.light_square .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.light_square .pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

    div.light_square .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.light_square .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.facebook .pp_top .pp_left {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(lightbox/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content .ppt {
    color: #000
}

div.facebook .pp_content_container .pp_left {
    background: url(lightbox/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(lightbox/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_content {
    background: #fff
}

div.facebook .pp_expand {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(lightbox/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_details {
    position: relative
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.facebook .pp_loaderIcon {
    background: url(lightbox/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

div.facebook .pp_arrow_next {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

div.facebook .pp_nav {
    margin-top: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px
    }

    div.facebook .pp_nav .pp_play {
        background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px
    }

    div.facebook .pp_nav .pp_pause {
        background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(lightbox/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(lightbox/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(lightbox/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(lightbox/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px 0
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
        white-space: nowrap
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap
    }

        .pp_gallery ul a {
            border: 1px #000 solid;
            border: 1px rgba(0, 0, 0, .5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden
        }

            .pp_gallery ul a:hover, .pp_gallery li.selected a {
                border-color: #fff
            }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            background: url(lightbox/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

            .pp_gallery li.default a img {
                display: none
            }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important
    }

a.pp_next {
    background: url(lightbox/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(lightbox/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px 0
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

.ie8 .header-fixed .header.header-fixed-shrink {
    background: #fff
}

.ie8 .blog-twitter .blog-twitter-inner:after, .ie8 .blog-twitter .blog-twitter-inner:before {
    border: none
}

.ie8 .our-clients img {
    width: 100%;
    height: 100px;
    vertical-align: inherit
}

.ie8 .our-clients .img-hover {
    display: none
}

.ie8 .sticker-left {
    width: 90px;
    text-align: right;
    background: #72c02c
}

.ie8 .sticker-right {
    width: 100px;
    text-align: left;
    background: #e74c3c
}

.ie8 .easy-bg-v2 {
    width: 75px;
    text-align: left
}

.ie8 .rgba-red {
    background: #e74c3c
}

.ie8 .rgba-blue {
    background: #3498db
}

.ie8 .rgba-default {
    background: #72c02c
}

.ie8 .rgba-purple {
    background: #9b6bcc
}

.ie8 .rgba-aqua {
    background: #27d7e7
}

.ie8 .rgba-yellow {
    background: #f1c40f
}

.ie8 .sky-form .icon-append {
    right: 5px !important;
    padding-left: 0
}

.ie8 .service-block-v2 .service-block-in {
    background: url(../img/transparent/white.html) repeat
}

.ie8 .job-img .job-banner, .ie8 .job-img .job-img-inputs, .ie8 .parallax-team:before, .ie8 .image-block .company-description, .ie8 .search-block:before, .ie8 .parallax-counter .counters, .ie8 .carousel-v1 .carousel-caption {
    background: url(../img/transparent/black.html) repeat
}

@media screen and (min-width: 768px) {
    div#ViewInvoice .modal-dialog {
        width: 900px !important;
    }
}

.pager {
    float: left;
    overflow: hidden;
    width: 60%;
    margin: 0 auto !important;
}

.page-a, .pagination, .page-select {
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

    .page-a a, .page-a span, .pagination a, .pagination span {
        padding: 5px 10px;
        font-size: 12px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        float: left;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #656d78;
        margin-left: 3px;
        cursor: pointer;
    }

        .page-a span.current {
            background-color: #eee;
        }
