/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(//fonts.googleapis.com/css?family=Dosis:400,700|Montserrat:700|Roboto:700,400italic,400,300,900|Open+Sans);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    /*background-color: #f5efe6;*/
    background-color: #F3F3F3;
    color: #393f43;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #393f43;
}

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

a {
    color: #f66800;
    text-decoration: none;
}
a:hover, a:focus {
    color: #aa4800;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.375;
    background-color: #f5efe6;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eaebed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

html {
    font-size: 100%;
}

a {
    -webkit-transition-property: color, background-color, border-color, opacity;
    transition-property: color, background-color, border-color, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover, a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bcbdbe;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

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

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

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

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

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
    font-size: 86%;
}

cite {
    font-style: normal;
}

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

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #bcbdbe;
}

.text-primary {
    color: #f66800 !important;
}

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

.text-success {
    color: #52a247 !important;
}

a.text-success:hover {
    color: #407f37;
}

.text-info {
    color: #31708f !important;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b !important;
}

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

.text-danger {
    color: #f35858 !important;
}

a.text-danger:hover {
    color: #f02828;
}

.bg-primary {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eaebed;
}

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

.list-unstyled, .list-inline, .social-links, .social-links-rounded, .footer-nav > ul, .homepage-footer-nav > ul, .user-skills-list, .freelancers-search-list .info-list, .user-profile .profile-info-top .short-info .info-list, .user-profile .profile-info-top .short-info .endorsed-skills .rates-list, .user-notes-list {
    padding-left: 0;
    list-style: none;
}

.list-inline, .social-links, .social-links-rounded {
    margin-left: -5px;
}
.list-inline > li, .social-links > li, .social-links-rounded > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

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

dt,
dd {
    line-height: 1.375;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

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

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #eaebed;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.375;
    color: #bcbdbe;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eaebed;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

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

h1, h2, h3, h4, h5, h6 {

    margin-bottom: 0.6875em;
}

p {
    margin: 0 0 0.6875em;
}

blockquote {
    padding: 0;
    margin: 0;
    border: none;
}
blockquote footer {
    font-size: 1em;
    color: inherit;
}
blockquote footer:before {
    display: none;
}

.text-orange {
    color: #f66800 !important;
}

a.text-orange:hover {
    color: #c35200;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1030px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.375;
    color: #6e7275;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.375;
    color: #6e7275;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfe0e4;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #7d8a8e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 138, 142, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 138, 142, 0.6);
}
.form-control::-moz-placeholder {
    color: #bcbdbe;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #bcbdbe;
}
.form-control::-webkit-input-placeholder {
    color: #bcbdbe;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eaebed;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 40px;
    line-height: 1.375 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 33px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 50px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

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

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

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

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

.form-control-static {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

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

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

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 50px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #52a247;
}
.has-success .form-control {
    border-color: #52a247;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #407f37;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8eca85;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8eca85;
}
.has-success .input-group-addon {
    color: #52a247;
    border-color: #52a247;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #52a247;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #f35858;
}
.has-error .form-control {
    border-color: #f35858;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #f02828;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fab7b7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fab7b7;
}
.has-error .input-group-addon {
    color: #f35858;
    border-color: #f35858;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #f35858;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 30px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16.96px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
    }
}

label {
    font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin-right: 0;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    resize: vertical;
}

.form-required-sign {
    color: #f66800;
}

.checkbox-styled {
    display: inline-block;
}
.checkbox-styled label {
    margin-bottom: 0;
    position: relative;
}
.checkbox-styled:not(.lt-ie9) input {
    display: none;
}
.checkbox-styled:not(.lt-ie9) label {
    border: 1px solid #dfe0e4;
    border-radius: 2px;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.checkbox-styled:not(.lt-ie9) input:checked + label:before {
    background: #393f43;
    border-radius: 2px;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.375;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #f66800;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #f66800;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #f66800;
    background-color: #ebebeb;
    border-color: #e6e6e6;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #f66800;
}

.btn-primary {
    color: #fff;
    background-color: #f66800;
    border-color: #f66800;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cd5700;
    border-color: #c35200;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #f66800;
    border-color: #f66800;
}
.btn-primary .badge {
    color: #f66800;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #3d8b3d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #b52b27;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #f66800;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #aa4800;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #bcbdbe;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn {
    -webkit-transition-property: color, background-color, border-color, opacity;
    transition-property: color, background-color, border-color, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default-bordered {
    color: #f66800;
    background-color: #ffffff;
    border-color: #f66800;
}
.btn-default-bordered:hover, .btn-default-bordered:active, .btn-default-bordered.active, .open > .btn-default-bordered.dropdown-toggle {
    color: #f66800;
    background-color: #ebebeb;
    border-color: #c35200;
}
.btn-default-bordered:active, .btn-default-bordered.active, .open > .btn-default-bordered.dropdown-toggle {
    background-image: none;
}
.btn-default-bordered.disabled, .btn-default-bordered.disabled:hover, .btn-default-bordered.disabled:active, .btn-default-bordered.disabled.active, .btn-default-bordered[disabled], .btn-default-bordered[disabled]:hover, .btn-default-bordered[disabled]:active, .btn-default-bordered[disabled].active, fieldset[disabled] .btn-default-bordered, fieldset[disabled] .btn-default-bordered:hover, fieldset[disabled] .btn-default-bordered:active, fieldset[disabled] .btn-default-bordered.active {
    background-color: #ffffff;
    border-color: #f66800;
}
.btn-default-bordered .badge {
    color: #ffffff;
    background-color: #f66800;
}

.btn-gray {
    color: #7c7e7f;
    background-color: #f1f3f7;
    border-color: #e1e3e6;
}
.btn-gray:hover, .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    color: #7c7e7f;
    background-color: #d7dde8;
    border-color: #c5c9cf;
}
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    background-image: none;
}
.btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray.active {
    background-color: #f1f3f7;
    border-color: #e1e3e6;
}
.btn-gray .badge {
     color: #f1f3f7;
     background-color: #7c7e7f;
 }
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
    background: #393f43;
    border-color: #393f43;
    color: #ffffff;
}

.btn-gray-light {
    color: #9d9e9f;
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}
.btn-gray-light:hover, .btn-gray-light:active, .btn-gray-light.active, .open > .btn-gray-light.dropdown-toggle {
    color: #9d9e9f;
    background-color: #e7e7e7;
    border-color: #e2e2e2;
}
.btn-gray-light:active, .btn-gray-light.active, .open > .btn-gray-light.dropdown-toggle {
    background-image: none;
}
.btn-gray-light.disabled, .btn-gray-light.disabled:hover, .btn-gray-light.disabled:active, .btn-gray-light.disabled.active, .btn-gray-light[disabled], .btn-gray-light[disabled]:hover, .btn-gray-light[disabled]:active, .btn-gray-light[disabled].active, fieldset[disabled] .btn-gray-light, fieldset[disabled] .btn-gray-light:hover, fieldset[disabled] .btn-gray-light:active, fieldset[disabled] .btn-gray-light.active {
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}
.btn-gray-light .badge {
    color: #fbfbfb;
    background-color: #9d9e9f;
}

.btn-black {
    color: #ffffff;
    background-color: #393f43;
    border-color: #393f43;
}
.btn-black:hover, .btn-black:active, .btn-black.active, .open > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: #262a2d;
    border-color: #222527;
}
.btn-black:active, .btn-black.active, .open > .btn-black.dropdown-toggle {
    background-image: none;
}
.btn-black.disabled, .btn-black.disabled:hover, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled], .btn-black[disabled]:hover, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
    background-color: #393f43;
    border-color: #393f43;
}
.btn-black .badge {
    color: #393f43;
    background-color: #ffffff;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-gray-tag {
    color: #ffffff;
    background-color: #b9bdbf;
    border-color: #b9bdbf;
}
.btn-gray-tag:hover, .btn-gray-tag:active, .btn-gray-tag.active, .open > .btn-gray-tag.dropdown-toggle {
    color: #ffffff;
    background-color: #a4a9ac;
    border-color: #9ea4a7;
}
.btn-gray-tag:active, .btn-gray-tag.active, .open > .btn-gray-tag.dropdown-toggle {
    background-image: none;
}
.btn-gray-tag.disabled, .btn-gray-tag.disabled:hover, .btn-gray-tag.disabled:active, .btn-gray-tag.disabled.active, .btn-gray-tag[disabled], .btn-gray-tag[disabled]:hover, .btn-gray-tag[disabled]:active, .btn-gray-tag[disabled].active, fieldset[disabled] .btn-gray-tag, fieldset[disabled] .btn-gray-tag:hover, fieldset[disabled] .btn-gray-tag:active, fieldset[disabled] .btn-gray-tag.active {
    background-color: #b9bdbf;
    border-color: #b9bdbf;
}
.btn-gray-tag .badge {
    color: #b9bdbf;
    background-color: #ffffff;
}
.btn-gray-tag:hover, .btn-gray-tag:focus, .btn-gray-tag:active, .btn-gray-tag.active {
    background-color: #222527;
    border-color: #222527;
    color: #ffffff;
}
.btn-gray-tag.btn-xs, .btn-group-xs > .btn-gray-tag.btn {
    line-height: 1em;
    padding: 5px 8px;
    font-size: 13px;
}

.btn-link {
    font-weight: 700;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 7px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.375;
    color: #393f43;
    white-space: nowrap;
}

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

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

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

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

.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.375;
    color: #bcbdbe;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 0.4em solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

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

.caret {
    margin-top: -2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}

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

.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0;
}

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-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: 9px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #6e7275;
    text-align: center;
    background-color: #eaebed;
    border: 1px solid #dfe0e4;
    border-radius: 3px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}
.nav > li.disabled > a {
    color: #bcbdbe;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #bcbdbe;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ffffff;
    border-color: #f66800;
}
.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 #f5efe6;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.375;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #f5efe6 #f5efe6 #f5efe6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #393f43;
    background-color: #ffffff;
    border: 1px solid #f5efe6;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 3px;
}
.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: #f66800;
}

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

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #f5efe6;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #f5efe6;
        border-radius: 3px 3px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

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

.nav-tabs > li > a {
    color: #8b8e90;
}

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

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border: 1px solid #f5efe6;
    border-left: none;
    border-radius: 0;
    white-space: nowrap;
    font-weight:200;
}
.nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
    border-top-color: #f66800;
}
/*.nav-tabs-justified > li:first-child , .nav-tabs.nav-justified > li:first-child {
    border-left: #f66800 !important;
    padding-left: 10px;
}
.nav-tabs-justified > li:last-child , .nav-tabs.nav-justified > li:last-child{
    border-right: #f66800 !important;
    padding-right: 10px;
}*/
.nav-tabs-justified > li:first-child > a, .nav-tabs.nav-justified > li:first-child > a {
    /*border-left: none !important;*/
    /*border-left: #f66800 !important;*/
}
.nav-tabs-justified > li:last-child > a, .nav-tabs.nav-justified > li:last-child > a {
    /*border-right: none !important;*/
    /*border-right: #f66800 !important;*/
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    /*border-top-color: #f66800;*/
    font-weight: 700;
    /*border-color: #f66800 #f66800 #ffffff;*/
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-radius: 0;
    }
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 0;

}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 10px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

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

    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px;
}

.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #393f43;
    border-color: #d3d3d3;

}
.navbar-default .navbar-brand {
    color: #adb0b3;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #93979a;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #adb0b3;
}
.navbar-default .navbar-nav > li > a {
    color: #adb0b3;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #adb0b3;
    background-color: #2c3134;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #adb0b3;
    background-color: #2c3134;
}
.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: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #393f43;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #393f43;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #393f43;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2c3134;
    color: #adb0b3;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #adb0b3;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #adb0b3;
        background-color: #2c3134;
    }
    .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: #adb0b3;
        background-color: #2c3134;
    }
    .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: #adb0b3;
}
.navbar-default .navbar-link:hover {
    color: #adb0b3;
}
.navbar-default .btn-link {
    color: #adb0b3;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #adb0b3;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #bcbdbe;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #bcbdbe;
}
.navbar-inverse .navbar-nav > li > a {
    color: #bcbdbe;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #bcbdbe;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #bcbdbe;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #bcbdbe;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-nav {
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
    .navbar-nav {
        float: none;
        display: table;
        width: 100%;
    }
    .navbar-nav > li {
        float: none;
        display: table-cell;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-nav > li {
        white-space: nowrap;
    }
}

.navbar-default .navbar-toggle {
    color: #ffffff;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #dfe0e4;
    background-color: transparent;
    cursor: not-allowed;
}

.pager {
    margin: 0;
}
.pager li > a,
.pager li > span {
    padding: 0px 3px;
    border: none;
}
.pager li > a:hover,
.pager li > a:active {
    text-decoration: none;
    background-color: transparent;
    color: #7c7e7f;
}

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

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

.label-default {
    background-color: #b9bdbf;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #9ea4a7;
}

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

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

.label {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
}

.label-sm {
    font-size: 11px;
}

.label-default.active, .label-default[href]:hover, .label-default[href]:focus {
    background: #393f43;
}

.label-gray-dark {
    background-color: #393f43;
}
.label-gray-dark[href]:hover, .label-gray-dark[href]:focus {
    background-color: #222527;
}

.label-gray-light {
    background-color: #edeef1;
    color: #aaabac;
}
.label-gray-light[href]:hover, .label-gray-light[href]:focus {
    background-color: #d0d3db;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #bcbdbe;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #f66800;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    box-shadow: none;
    height: 9px;
}

.progress {
    background-color: #e4e6ea;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

    margin-bottom: 20px;
    overflow: hidden;
}

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

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

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

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
    color: #bcbdbe;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

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

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

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

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

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

.panel-body {
    padding: 18px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 15px 18px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

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

.panel-footer {
    padding: 15px 18px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    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: #393f43;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #393f43;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #f66800;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #f66800;
    border-color: #f66800;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f66800;
}
.panel-primary > .panel-heading .badge {
    color: #f66800;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f66800;
}

.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #52a247;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #52a247;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #f35858;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #f35858;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

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

.panel-body {
    padding: 18px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 15px 18px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    font-size: 16px;
    color: inherit;
    text-transform: uppercase;
}

.panel-footer {
    padding: 15px 18px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

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

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

.panel-white {
    border-color: #ffffff;
}
.panel-white > .panel-heading {
    color: #686c6f;
    background-color: #ffffff;
    border-color: #eaebed;
}
.panel-white > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ffffff;
}
.panel-white > .panel-heading .badge {
    color: #ffffff;
    background-color: #686c6f;
}
.panel-white > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffffff;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

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

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

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

    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

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

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

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

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

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

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-sm {
        display: table;
    }

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

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

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

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

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

    table.visible-md {
        display: table;
    }

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

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

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

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

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

    table.visible-lg {
        display: table;
    }

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

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}

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

    table.visible-print {
        display: table;
    }

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

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

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

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

@media print {
    .hidden-print {
        display: none !important;
    }
}
.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .ta-l-xs {
        text-align: left;
    }

    .ta-r-xs {
        text-align: right;
    }

    .ta-c-xs {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .ta-l-sm {
        text-align: left;
    }

    .ta-r-sm {
        text-align: right;
    }

    .ta-c-sm {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .ta-l-md {
        text-align: left;
    }

    .ta-r-md {
        text-align: right;
    }

    .ta-c-md {
        text-align: center;
    }
}
/*!
 * Slider for Bootstrap
 *
 * Licensed under the Apache License v2.0
 *
 */
.slider {
    display: block;
    vertical-align: middle;
    position: relative;
    outline: none;
}
.slider.slider-horizontal {
    height: 16px;
}
.slider.slider-horizontal .slider-track {
    height: 8px;
    width: 100%;
    margin-top: -4px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -8px;
    margin-top: -4px;
}
.slider.slider-disabled .slider-track {
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider .hide {
    display: none;
}

.slider-track {
    background: #e4e6ea;
    position: absolute;
    cursor: pointer;
    border-radius: 3px;
}

.slider-selection {
    background: #f66800;
    position: absolute;
    border-radius: 3px;
}

.slider-handle {
    background-color: #393f43;
    border: 2px solid #ffffff;
    height: 16px;
    filter: none;
    position: absolute;
    outline: none;
    width: 16px;
}
.slider-handle.round {
    border-radius: 50%;
}

.sprite {
    display: inline-block;
    vertical-align: middle;
}

.sprite-sprite, .sprite-employee, .sprite-money , .sprite-medal, .sprite-message, .sprite-microscope, .sprite-money .sprite-attachment-orange, .sprite-check-circle-31, .sprite-check-circle, .sprite-connect-gray, .sprite-connect-orange-21px, .sprite-envelope-gray-21px, .sprite-envelope-orange, .sprite-hide-orange, .sprite-level-orange, .sprite-list-orange, .sprite-location, .sprite-message-gray, .sprite-phone-orange, .sprite-pin-orange-23px, .sprite-pin-orange, .sprite-plus-circle-gray-23px, .sprite-plus-circle-gray, .sprite-rate-orange-23px, .sprite-rate-orange, .sprite-refresh, .sprite-upload, .sprite-users-gray, .sprite-users-green-21px {
    background-image: url('../img/sprites/sprite-s014f47797e.png');
    background-repeat: no-repeat;
}

.sprite-sprite, .sprite-search , .sprite-attachment-orange, .sprite-check-circle-31, .sprite-check-circle, .sprite-connect-gray, .sprite-connect-orange-21px, .sprite-envelope-gray-21px, .sprite-envelope-orange, .sprite-hide-orange, .sprite-level-orange, .sprite-list-orange, .sprite-location, .sprite-message-gray, .sprite-phone-orange, .sprite-pin-orange-23px, .sprite-pin-orange, .sprite-plus-circle-gray-23px, .sprite-plus-circle-gray, .sprite-rate-orange-23px, .sprite-rate-orange, .sprite-refresh, .sprite-upload, .sprite-users-gray, .sprite-users-green-21px {
    background-image: url("../img/sprites/sprite-s643fa8e7f6.png");
    background-repeat: no-repeat;
}


.sprite-employee {
  background-position: 0 0;
}
.sprite-attachment-orange {
    background-position: 0 0;
}

.sprite-check-circle-31 {
    background-position: 0 -19px;
}

.sprite-check-circle {
    background-position: 0 -50px;
}

.sprite-connect-gray {
    background-position: 0 -69px;
}

.sprite-connect-orange-21px {
    background-position: 0 -100px;
}

.sprite-envelope-gray-21px {
    background-position: 0 -121px;
}

.sprite-envelope-orange {
    background-position: 0 -142px;
}

.sprite-hide-orange {
    background-position: 0 -173px;
}

.sprite-level-orange {
    background-position: 0 -204px;
}

.sprite-list-orange {
    background-position: 0 -229px;
}

.sprite-location {
    background-position: 0 -254px;
}

.sprite-message-gray {
    background-position: 0 -278px;
}

.sprite-phone-orange {
    background-position: 0 -309px;

}

.sprite-pin-orange-23px {
    background-position: 0 -340px;
}

.sprite-connect-orange-21px-new {
    background-repeat: no-repeat;
    background-image: url("../img/sprites/icon-1.gif");
    height: 50px;
    width: 50px;
    background-position: 32px 2px;
    background-size: 16px;
}

.sprite-pin-orange {
    background-position: 0 -363px;
}

.sprite-plus-circle-gray-23px {
    background-position: 0 -394px;
}

.sprite-plus-circle-gray {
    background-position: 0 -417px;
}

.sprite-rate-orange-23px {
    background-position: 0 -446px;
}

.sprite-rate-orange {
    background-position: 0 -469px;
}

.sprite-refresh {
    background-position: 0 -500px;
}

.sprite-search {
    background-position: 0 -519px;
}

.sprite-upload {
    background-position: 0 -544px;
}

.sprite-users-gray {
    background-position: 0 -562px;
}

.sprite-users-green-21px {
    background-position: 0 -593px;
}

.sprite-check-circle {
    height: 19px;
    width: 20px;
}

.sprite-refresh {
    height: 19px;
    width: 20px;
}

.sprite-check-circle-31 {
    height: 31px;
    width: 31px;
}

.sprite-connect-gray {
    height: 31px;
    width: 31px;
}

.sprite-envelope-orange {
    height: 31px;
    width: 31px;
}

.sprite-message-gray {
    height: 31px;
    width: 31px;
}

.sprite-phone-orange {
    height: 31px;
    width: 31px;
}

.sprite-pin-orange {
    height: 31px;
    width: 31px;
}

.sprite-rate-orange {
    height: 31px;
    width: 31px;
}

.sprite-users-gray {
    height: 31px;
    width: 31px;
}

.sprite-hide-orange {
    height: 31px;
    width: 31px;
}

.sprite-users-green-21px, .sprite-envelope-gray-21px, .sprite-connect-orange-21px {
    height: 21px;
    width: 20px;
}

.sprite-pin-orange-23px {
    height: 23px;
    width: 18px;
}

.sprite-rate-orange-23px {
    height: 23px;
    width: 22px;
}

.sprite-plus-circle-gray {
    height: 29px;
    width: 29px;
}

.sprite-plus-circle-gray-23px {
    height: 23px;
    width: 23px;
}

.sprite-upload {
    height: 18px;
    width: 19px;
}

.sprite-attachment-orange {
    height: 19px;
    width: 19px;
}

.sprite-level-orange {
    height: 25px;
    width: 25px;
}

.sprite-list-orange {
    height: 25px;
    width: 20px;
}

.sprite-upload {
    height: 18px;
    width: 19px;
}

.sprite-search {
    height: 25px;
    width: 24px;
}

.sprite-home-sprite ,  .sprite-home-employee, .sprite-home-medal, .sprite-home-message, .sprite-home-microscope, .sprite-home-money, .sprite-home-search {
    background-image: url('../img/sprites/sprite-home-s28b6d4a783.png');
    background-repeat: no-repeat;
}

.sprite-home-employee {
    background-position: 0 0;
}

.sprite-home-medal {
    background-position: 0 -144px;
}

.sprite-home-message {
    background-position: 0 -288px;
}

.sprite-home-microscope {
    background-position: 0 -334px;
}

.sprite-home-money {
    background-position: 0 -478px;
}

.sprite-home-search {
    background-position: 0 -524px;
}

.sprite-home-employee {
    height: 144px;
    width: 124px;
}

.sprite-money {
    background-position: 0 -478px;
}

.sprite-employee {
  height: 144px;
  width: 124px;
}

.sprite-medal {
  height: 144px;
  width: 124px;
}



.sprite-money {
    background-position: 0 -478px;
}

.sprite-message {
    background-position: 0 -288px;
}
.sprite-microscope {
  height: 144px;
  width: 124px;
}
.sprite-medal {
    background-position: 0 -144px;
}
.sprite-microscope {
    background-position: 0 -334px;
}

.sprite-message, .sprite-money {
  height: 46px;
  width: 72px;
}


.sprite-home-medal {
    height: 144px;
    width: 124px;
}

.sprite-home-microscope {
    height: 144px;
    width: 124px;
}

.sprite-home-message, .sprite-home-money {
    height: 46px;
    width: 72px;
}

.sprite-home-search {
    height: 60px;
    width: 61px;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.0.3");
    src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.list-iconic {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.list-iconic li {
    padding-left: 2em;
    padding-top: 4px;
    position: relative;
}
.list-iconic li .list-icon {
    left: 0;
    font-size: 1.2em;
    position: absolute;
    text-align: center;
    top: 0;
    line-height: 1em;
}
.list-iconic li .list-icon, .list-iconic li .list-icon:before {
    vertical-align: top;
}

.uppercase {
    text-transform: uppercase;
}

.link-attachment {
    color: #919293;
    display: inline-block;
}
.link-attachment .sprite {
    margin-right: 8px;
}
.link-attachment:hover, .link-attachment:active {
    color: #393f43;
}

.social-links {
    display: inline-block;
    margin: 0;
}
.social-links > li {
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 0;
}
.social-links > li a {
    display: inline-block;
    color: #d2ccb8;
    font-size: 26px;
    line-height: 1.4em;
    text-align: center;
    width: 1.4em;
}
.social-links > li a.active, .social-links > li a:hover, .social-links > li a:active {
    color: #aca89a;
}

.social-links-rounded {
    display: inline-block;
    margin: 0;
}
.social-links-rounded > li {
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 0;
}
.social-links-rounded > li a {
    background: #ffffff;
    border-radius: .7em;
    display: inline-block;
    color: #23282c;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 1.4em;
}
.social-links-rounded > li a:hover, .social-links-rounded > li a:active, .social-links-rounded > li a:focus {
    color: #ffffff;
    background: #f66800;
}

.footer-nav {
    margin: 10px 0 20px;
}
.footer-nav > ul {
    color: #aca89a;
    margin-bottom: 0;
text-transform: uppercase;
}
.footer-nav > ul > li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 7px;
    vertical-align: middle;
}
.footer-nav > ul > li a {
    color: #586268;
 text-decoration: none;
}
.footer-nav > ul > li.active a, .footer-nav > ul > li a:hover, .footer-nav > ul > li a:active {
    color: #f66800;
}
@media only screen and (min-width: 768px) {
    .footer-nav > ul > li {
 display: inline-block;
        margin-bottom: 0;
margin-right: 7px;
    vertical-align: middle;    }
    .footer-nav > ul > li:after {
        display: inline-block;
        content: "|";
        margin-left: 7px;
    }
    .footer-nav > ul > li:last-child {
        margin-right: 0;
    }
    .footer-nav > ul > li:last-child:after {
        display: none;
    }
}

.skill-filter {
    margin-bottom: 20px;
}
.skill-filter .form-control {
    margin-bottom: 12px;
}
.skill-filter .skills-slider-wrapper {
    margin-bottom: 12px;
}
.skill-filter .slider-selection {
    background: #c2c2c3;
}

.search-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.search-box .search-btn {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    z-index: 10;
}

.employee-questionnaire .steps-indicator {
    background: #ffffff;
    display: table;
    font-weight: 700;
    margin-bottom: 11px;
    text-transform: uppercase;
    width: 100%;
}
.employee-questionnaire .steps-indicator .step {
    border: 1px solid #cfc7af;
    border-bottom: none;
    color: #bcbdbe;
    padding: 15px 38px 15px 30px;
    position: relative;
    vertical-align: middle;
}
.employee-questionnaire .steps-indicator .step .icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 17px;
}
.employee-questionnaire .steps-indicator .step:last-child {
    border-bottom: 1px solid #cfc7af;
}
.employee-questionnaire .steps-indicator .step.active {
    color: #393f43;
}
@media only screen and (min-width: 768px) {
    .employee-questionnaire .steps-indicator .step {
        border-bottom: 1px solid #cfc7af;
        border-right: none;
        display: table-cell;
        width: 33%;
    }
    .employee-questionnaire .steps-indicator .step:last-child {
        border-right: 1px solid #cfc7af;
    }
}
.employee-questionnaire .step-item {
    background: #ffffff;
    padding: 15px;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .employee-questionnaire .step-item {
        padding: 30px;
    }
}
.employee-questionnaire .form-group-label, .employee-questionnaire .form-group-sublabel {
    color: #686c6f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.employee-questionnaire .form-group-sublabel {
    color: #c2c2c3;
    font-style: italic;
}
.employee-questionnaire .btn-group-line .btn {
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .employee-questionnaire .btn-group-line .btn {
        min-width: 200px;
    }
}

.employee-questionnaire-form {
    font-size: 13px;
}
@media only screen and (max-width: 991px) {
    .employee-questionnaire-form .form-control, .employee-questionnaire-form .skills-slider-wrapper {
        margin-bottom: 10px;
    }
}
.employee-questionnaire-form .form-group {
    margin-bottom: 25px;
}
.employee-questionnaire-form .load-more {
    color: #393f43;
    font-style: italic;
}
.employee-questionnaire-form .load-more:hover, .employee-questionnaire-form .load-more:active {
    color: #333333;
}
.employee-questionnaire-form .form-footer {
    border-top: 1px solid #eaebed;
    padding-top: 30px;
    margin-top: 40px;
}

.recruiters-choose-form .form-footer {
    color: #9d9e9f;
    font-weight: 300;
    margin-top: 25px;
}
.recruiters-choose-form .form-footer .btn, .recruiters-choose-form .form-footer .terms-and-privacy-block {
    margin-bottom: 10px;
}
.recruiters-choose-form .form-footer .terms-and-privacy-block {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}
.recruiters-choose-form .form-footer .terms-and-privacy-block a {
    font-style: italic;
}
.recruiters-choose-form .form-footer .btn-default-bordered {
    font-size: 15px;
    line-height: 23px;
}
.recruiters-choose-form .form-footer .btn-default-bordered .sprite {
    margin-right: 10px;
}

.skills-slider-wrapper .slider-title {
    color: #c2c2c3;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.skills-slider-wrapper .slider-value {
    font-size: 13px;
}
.skills-slider-wrapper .slider-scale {
    color: #bcbdbe;
    font-size: 10px;
    height: 20px;
    position: relative;
}
@media only screen and (min-width: 480px) {
    .skills-slider-wrapper .slider-scale {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .skills-slider-wrapper .slider-scale {
        font-size: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .skills-slider-wrapper .slider-scale {
        font-size: 13px;
    }
}
.skills-slider-wrapper .slider-scale .tick {
    -webkit-transition-property: color, font-weight;
    transition-property: color, font-weight;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    margin-left: -45px;
    text-align: center;
    top: 0;
    height: 20px;
    width: 90px;
}
.skills-slider-wrapper .slider-scale .tick.tick-0 {
    left: 0%;
}
.skills-slider-wrapper .slider-scale .tick.tick-1 {
    left: 33%;
}
.skills-slider-wrapper .slider-scale .tick.tick-2 {
    left: 66%;
}
.skills-slider-wrapper .slider-scale .tick.tick-3 {
    left: 99%;
}
.skills-slider-wrapper .slider-scale .tick:first-child {
    margin-left: 0;
    text-align: left;
}
.skills-slider-wrapper .slider-scale .tick:last-child {
    text-align: right;
    left: auto;
    right: 0;
}
.skills-slider-wrapper .slider-scale .tick.active {
    color: #393f43;
    font-weight: 700;
}

.recruiters-list {
    margin: 0 -15px 30px;
}
@media only screen and (min-width: 768px) {
    .recruiters-list {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.recruiter-profile {
    border-top: 1px solid #f4eedb;
    font-size: 13px;
    position: relative;
}
.recruiter-profile:before, .recruiter-profile:after {
    content: " ";
    display: table;
}
.recruiter-profile:after {
    clear: both;
}
.recruiter-profile .checkbox-wrapper {
    border-bottom: 1px solid #f4eedb;
    padding: 12px 0 10px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .recruiter-profile .checkbox-wrapper {
        border-right: 1px solid #f4eedb;
        border-bottom: none;
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px;
    }
    .recruiter-profile .checkbox-wrapper .checkbox-styled {
        left: 50%;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-left: -8px;
    }
}
.recruiter-profile .recruiter-info {
    border-bottom: 1px solid #f4eedb;
}
.recruiter-profile .recruiter-info:before, .recruiter-profile .recruiter-info:after {
    content: " ";
    display: table;
}
.recruiter-profile .recruiter-info:after {
    clear: both;
}
@media only screen and (min-width: 992px) {
    .recruiter-profile .recruiter-info {
        border-bottom: none;
        float: left;
        width: 50%;
    }
}
.recruiter-profile .short-info {
    background: #f8f9fb;
    font-size: 12px;
    padding: 10px 15px 0;
}
.recruiter-profile .short-info .photo {
    width: 130px;
}
.recruiter-profile .short-info .scores {
    width: 100%;
}
.recruiter-profile .short-info .scores .value {
    color: #f66800;
    font-weight: 700;
}
.recruiter-profile .short-info .scores .secondary-scores tr:first-child td {
    padding-top: 5px;
}
.recruiter-profile .short-info .scores .secondary-scores tr:last-child td {
    padding-bottom: 10px;
}
.recruiter-profile .short-info .scores .secondary-scores td {
    font-size: 12px;
}
@media only screen and (min-width: 480px) {
    .recruiter-profile .short-info .scores .score-label {
        padding-left: 10px;
    }
    .recruiter-profile .short-info .scores .value {
        padding-right: 4px;
    }
}
.recruiter-profile .short-info .recruiter-score {
    font-weight: 700;
}
.recruiter-profile .short-info .recruiter-score td {
    height: 32px;
    font-size:12px;
    border-bottom: 1px solid #ffffff;
}
@media only screen and (min-width: 480px) {
    .recruiter-profile .short-info {
        padding: 0;
        border-right: 1px solid #d5d8df;
        float: left;
        width: 130px;
    }
}
.recruiter-profile .full-info {
    padding: 15px;
}
.recruiter-profile .full-info .header {
    border-bottom: 1px solid #eaebed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.recruiter-profile .full-info .header .title {
    font-size: 18px;
    margin-bottom: 0;
}
.recruiter-profile .full-info .header .subtitle {
    color: #909395;
    font-size: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.recruiter-profile .full-info .info {
    border-bottom: 1px solid #eaebed;
    color: #9d9e9f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.recruiter-profile .full-info .info .info-block.location {
    margin-right: 14px;
}
.recruiter-profile .full-info .info .value {
    color: #7c7e7f;
    /*font-weight: 700;*/
}
.recruiter-profile .full-info .recent-jobs .title {
    text-transform: uppercase;
}
.recruiter-profile .full-info .recent-jobs a {
    color: #909395;
}
.recruiter-profile .full-info .recent-jobs a:hover, .recruiter-profile .full-info .recent-jobs a:focus, .recruiter-profile .full-info .recent-jobs a:active {
    color: #626567;
}
@media only screen and (min-width: 480px) {
    .recruiter-profile .full-info {
        margin-left: 130px;
    }
}
@media only screen and (min-width: 992px) {
    .recruiter-profile .full-info {
        padding-right: 0;
    }
}
.recruiter-profile .recent-skills .header, .recruiter-profile .staffing-agency .header {
    border-bottom: 1px solid #eaebed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.recruiter-profile .recent-skills .header .title, .recruiter-profile .staffing-agency .header .title {
    color: #909395;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
    .recruiter-profile .recent-skills:before, .recruiter-profile .staffing-agency:before {
        bottom: 0;
        border-right: 1px solid #f4eedb;
        content: "";
        display: block;
        position: absolute;
        margin-left: -15px;
        top: 0;
    }
}
.recruiter-profile .recent-skills {
    border-bottom: 1px solid #f4eedb;
    padding: 15px;
}
.recruiter-profile .recent-skills .skill {
    margin-bottom: 15px;
}
.recruiter-profile .recent-skills .skill .title {
    display: table;
    margin-bottom: 4px;
    table-layout: fixed;
    width: 100%;
}
.recruiter-profile .recent-skills .skill .title .skill-label, .recruiter-profile .recent-skills .skill .title .value {
    display: table-cell;
}
.recruiter-profile .recent-skills .skill .skill-label {
    font-weight: 700;
}
.recruiter-profile .recent-skills .skill .value {
    text-align: right;
    width: 55px;
}
.recruiter-profile .recent-skills .skill .progress {
    margin-bottom: 0;
}
.recruiter-profile .recent-skills .skill:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
    .recruiter-profile .recent-skills {
        border-bottom: none;
        border-right: 1px solid #f4eedb;
        float: left;
        width: 40%;
    }
}
@media only screen and (min-width: 992px) {
    .recruiter-profile .recent-skills {
        width: 20%;
    }
}
.recruiter-profile .staffing-agency {
    padding: 15px;
}
.recruiter-profile .staffing-agency .title {
    display: table;
    margin-bottom: 4px;
    table-layout: fixed;
    width: 100%;
}
.recruiter-profile .staffing-agency .title .feedback-label, .recruiter-profile .staffing-agency .title .value {
    display: table-cell;
    font-weight: 700;
    text-transform: uppercase;
}
.recruiter-profile .staffing-agency .title .value {
    font-size: 16px;
    text-align: right;
    width: 120px;
}
.feedback .title .feedback-label{
    color: #f66800 !important;
    font-size: 15px;
}
.recruiter-profile .staffing-agency .feedback {
    border-bottom: 1px solid #eaebed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.recruiter-profile .staffing-agency .feedback-level {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.recruiter-profile .staffing-agency .feedback-level .link-wrapper, .recruiter-profile .staffing-agency .feedback-level .feedback-level-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.recruiter-profile .staffing-agency .feedback-level .link-wrapper {
    padding-right: 10px;
}

.link-wrapper a{
    color: #909395 !important;
}

.recruiter-profile .staffing-agency .feedback-level .feedback-level-wrapper {
    width: 116px;
}
.recruiter-profile .staffing-agency .feedback-level .link {
    font-size: 12px;
}
.recruiter-profile .staffing-agency .clients-list {
    color: #909395;
}
@media only screen and (min-width: 480px) {
    .recruiter-profile .staffing-agency {
        float: left;
        width: 60%;
    }
}
@media only screen and (min-width: 992px) {
    .recruiter-profile .staffing-agency {
        width: 30%;
    }
}
.recruiter-profile:last-child {
    border-bottom: 1px solid #f4eedb;
}
@media only screen and (min-width: 768px) {
    .recruiter-profile {
        padding-left: 50px;
    }
}

.feedback-level-bar {
    background: url("../img/feedback-progress-bg.png") top left no-repeat;
    height: 12px;
    position: relative;
    width: 116px;
}
.feedback-level-bar .indicator {
    background: #393f43;
    border: 3px solid #ffffff;
    border-radius: 9px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    position: absolute;
    width: 18px;
}
.feedback-level-bar .indicator-new
{
    background: #bcbdbe;
    border: 3px solid #ffffff;
    border-left: 2px solid #ffffff;
    top: 50%;
    height:18px;
    margin-top: -9px;
    margin-left: -17px;
    position: absolute;
}

.step-questionnaire-success .page-subtitlte {
    font-size: 20px;
}
.step-questionnaire-success .page-subtitlte a {
    color: #9d9e9f;
}
.step-questionnaire-success .page-subtitlte a:hover, .step-questionnaire-success .page-subtitlte a:active {
    color: #393f43;
}
.step-questionnaire-success .form-footer .description {
    color: #9d9e9f;
    font-weight: 300;
    font-size: 15px;
}
@media only screen and (min-width: 768px) {
    .step-questionnaire-success .form-footer .description {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .step-questionnaire-success .form-footer .description {
        margin-top: 13px;
    }
}
.step-questionnaire-success .form-footer .btn {
    margin-bottom: 4px;
}

.customer-quote {
    border: none;
  color: #8e9092;
  max-width: 380px;
  padding: 0;
  text-align: left;
}
.customer-quote .body {
    background: #f0f3f5;
    -webkit-box-shadow: 0 2px 0 #e2e8ec;
    box-shadow: 0 2px 0 #e2e8ec;
    border-radius: 3px;
    font-style: italic;
    margin-bottom: 28px;
    padding: 30px 30px 37px 45px;
    position: relative;
}
.customer-quote .body:before, .customer-quote .body:after {
    position: absolute;
    top: 100%;
    left: 50%;
}
.customer-quote .body:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 16px;
    border-color: #e2e8ec transparent transparent transparent;
    border-top-style: solid;
    left: 30px;
}
.customer-quote .body:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 13px;
    border-color: #f0f3f5 transparent transparent transparent;
    border-top-style: solid;
    left: 33px;
}
.customer-quote .content {
    position: relative;
}
.customer-quote .content:before, .customer-quote .content:after {
    position: absolute;
    font-size: 48px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ccced0;
    line-height: 1em;
}
.customer-quote .content:before {
    content: "\201C";
    top: -5px;
    left: -30px;
}
.customer-quote .content:after {
    content: "\201D";
    top: 100%;
    right: -10px;
    margin-top: -5px;
}
.customer-quote footer {
    min-height: 55px;
    padding: 0 0 0 15px;
}
.customer-quote footer .photo {
    border-radius: 28px;
    float: left;
}
.customer-quote footer .text {
    margin-left: 70px;
}
.customer-quote footer .name {
    color: #f66800;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
}

.p-home {
    background: #ffffff;
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .p-home .container {
        width: 1130px;
    }
}
.p-home .page-header {
    margin-bottom: 0;
}
.p-home .page-footer {
    margin-top: 0;
}
.p-home .page-footer .footer-top {
    background: #f5efe6;
    font-size: 14px;
}
.p-home .page-footer .footer-top .block-title .title {
    font-size: 24px;
    font-weight: 300;
}
.p-home .page-footer .footer-bottom {
    background: #e5e1d8;
    font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 35px 0 70px;
}
@media only screen and (max-width: 767px) {
    .p-home .page-footer .footer-bottom .homepage-footer-nav {
        margin-bottom: 20px;
    }
}
.p-home .page-footer .footer-bottom .social-links-block {
    margin-bottom: 20px;
}
.p-home .page-footer .footer-bottom .social-links-block .title {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.p-home .page-footer .footer-bottom .copyrights {
    text-transform: uppercase;
}
.p-home .page-footer .footer-bottom .copyrights .white {
    color: #ffffff;
}
@media only screen and (min-width: 992px) {
    .p-home .page-footer {
        position: static;
    }
}

.homepage-main-banner {
    background: url("../img/home-banner-bg.jpg") top center no-repeat;
    color: #ffffff;
    font-size: 18px;
    padding: 160px 0 20px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.homepage-main-banner .container {
    max-width: 850px;
}
.homepage-main-banner .block-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .homepage-main-banner .block-title {
        font-size: 30px;
    }
}
.homepage-main-banner .content {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto 30px;
}
.homepage-main-banner .block-footer .actions {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .homepage-main-banner .block-footer .actions {
        margin-bottom: 83px;
    }
}
.homepage-main-banner .block-footer .actions .btn {
    margin: 0 9px 5px;
    min-width: 190px;
}
.homepage-main-banner .block-footer .next {
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    line-height: 56px;
    width: 60px;
    text-align: center;
}
.homepage-main-banner .block-footer .next:hover, .homepage-main-banner .block-footer .next:active {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 30px #ffffff, 0 0 20px #ffffff;
}
@media only screen and (max-width: 767px) {
    .homepage-main-banner {
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media only screen and (min-width: 768px) {
    .homepage-main-banner {
        padding-top: 160px;
        height: 635px;
    }
}
@media only screen and (min-width: 992px) {
    .homepage-main-banner {
        padding-top: 220px;
    }
}

.why-us-banner {
  padding-bottom: 70px;
  padding-top: 45px;
}
.why-us-banner > .block-title {
  margin-bottom: 45px;
  text-align: center;
}
.why-us-banner .why-us-item {
    margin: 0 auto 30px;
    max-width: 290px;
    text-align: center;
}
.why-us-banner .why-us-item .block-title .sprite {
    margin-bottom: 20px;
}
.why-us-banner .why-us-item .block-title .title {
  font-weight: 700;
  margin-bottom: 1em;
}

.how-it-works-banner {
    background: #f66800;
    color: #ffffff;
    font-size: 18px;
}
.how-it-works-banner .banner-content {
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 580px;
}
@media only screen and (min-width: 768px) {
    .how-it-works-banner .banner-content {
        padding-left: 40px;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .how-it-works-banner .banner-content {
        padding-top: 70px;
    }
}
.how-it-works-banner .image-wrapper {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .how-it-works-banner .image-wrapper > img {
        display: block;
        margin: 30px auto 30px;
        max-width: 280px;
    }
}
@media only screen and (min-width: 768px) {
    .how-it-works-banner .image-wrapper > img {
        position: absolute;
        right: 10px;
        top: 0;
    }
}
.how-it-works-banner .block-title {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
    .how-it-works-banner .block-title {
        margin-bottom: 50px;
    }
}
.how-it-works-banner .how-it-works-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.how-it-works-banner .how-it-works-list > li {
    margin-bottom: 26px;
    padding: 0 10px 0 110px;
    position: relative;
}
.how-it-works-banner .how-it-works-list > li .sprite {
    position: absolute;
    left: 0;
    top: -5px;
}
.how-it-works-banner .how-it-works-list > li:nth-child(even) {
    padding: 0 110px 0 10px;
}
.how-it-works-banner .how-it-works-list > li:nth-child(even) .sprite {
    left: auto;
    right: 0;
}
@media only screen and (min-width: 992px) {
    .how-it-works-banner .how-it-works-list > li {
        margin-bottom: 46px;
        padding-right: 35px;
    }
    .how-it-works-banner .how-it-works-list > li:nth-child(even) {
        padding-left: 35px;
    }
}
@media only screen and (min-width: 768px) {
    .how-it-works-banner {
        height: 577px;
    }
}

.customer-feedback-block {
    padding-bottom: 80px;
    padding-top: 45px;
    text-align: center;
}
.customer-feedback-block > .block-title {
  margin-bottom: 55px;
  text-align: center;
}
.customer-feedback-block .customer-quote {
    display: inline-block;
    max-width: 310px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.featured-companies-banner {
    padding-bottom: 60px;
    padding-top: 40px;
    text-align: center;
}
.featured-companies-banner .block-title {
  color: #a8a8a8;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .featured-companies-banner .block-title {
        text-align: left;
    }
}
.featured-companies-banner .companies-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
    .featured-companies-banner .companies-list {
        list-style: none;
        text-align: justify;
        padding: 0;
        margin-bottom: 0;
    }
    .featured-companies-banner .companies-list:after {
        content: "";
        display: inline-block;
        height: 0;
        line-height: 0;
        width: 100%;
        visibility: hidden;
    }
    .featured-companies-banner .companies-list > li {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.featured-companies-banner .companies-list li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.find-contracts-banner {
    background: #f0f3f5;
    padding-bottom: 55px;
    padding-top: 55px;
    text-align: center;
}
.find-contracts-banner .block-title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 47px;
}
.find-contracts-banner .actions .btn {
    margin: 0 9px 5px;
    min-width: 190px;
}

.homepage-footer-nav > ul {
    color: #586268;
    margin-bottom: 0;
    text-transform: uppercase;
}
.homepage-footer-nav > ul > li {
    margin-bottom: 5px;
}
.homepage-footer-nav > ul > li a {
    color: #586268;
    text-decoration: none;
}
.homepage-footer-nav > ul > li.active a, .homepage-footer-nav > ul > li a:hover, .homepage-footer-nav > ul > li a:active {
    color: #f66800;
}
@media only screen and (min-width: 768px) {
    .homepage-footer-nav > ul > li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 7px;
        vertical-align: middle;
    }
    .homepage-footer-nav > ul > li:after {
        display: inline-block;
        content: "|";
        margin-left: 7px;
    }
    .homepage-footer-nav > ul > li:last-child {
        margin-right: 0;
    }
    .homepage-footer-nav > ul > li:last-child:after {
        display: none;
    }
}

.user-skills-list {
    font-size: 14px;
}
.user-skills-list li {
    display: table;
    margin-bottom: 3px;
    table-layout: fixed;
    width: 100%;
}

.label-wrapper-new .label-new
{
    float: left;
    width: auto;
    background-color: none !important;
    color:#6e7275 !important;
    padding:none !important;
}


.user-skills-list .label-wrapper, .user-skills-list .progress-wrapper, .user-skills-list .value-wrapper {

    vertical-align: middle;
    float:left;
}

.user-skills-list .wrapper-manager{
    width: 100%;
    float: left;
    margin-top: 5px;
}

.user-skills-list .label-wrapper {
    width: auto;
    float:left;
}
@media only screen and (max-width: 767px) {
    .user-skills-list .progress-wrapper {
        /*width: 115px;*/
        width: 70%;
    }
}
@media only screen and (min-width: 992px) {
    .user-skills-list .progress-wrapper {
        /*width: 115px;*/
        width: 70%;
    }
}
.user-skills-list .value-wrapper {
    padding-right: 0;
}

.user-skills-list .value-wrapper .value{
    margin-left : 10px;
    margin-top  : -4px;
}

.user-skills-list .label {
    display: block;
}
.user-skills-list .progress {
    margin-bottom: 0;
}
.user-skills-list .value {
    font-weight: 300;
}

.freelancer-search-box {
    background: #ffffff;
    border: 1px solid #d0d2d6;
    border-radius: 3px;
    margin-bottom: 20px;
}
.freelancer-search-box .search-area-dropdown .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    text-align: left;
    height: 38px;
}
.freelancer-search-box .search-area-dropdown .btn .caret {
    float: right;
    margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
    .freelancer-search-box .search-area-dropdown .btn {
        border-radius: 3px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}
@media only screen and (min-width: 768px) {
    .freelancer-search-box .search-area-dropdown {
        float: left;
        width: 255px;
    }
}
.freelancer-search-box .search-form {
    border-top: 1px solid #d0d2d6;
    padding-right: 37px;
    position: relative;
}
.freelancer-search-box .search-form .form-control {
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}
.freelancer-search-box .search-form .search-btn {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 14px;
}
@media only screen and (min-width: 768px) {
    .freelancer-search-box .search-form {
        border-top: none;
        border-left: 1px solid #d0d2d6;
        margin-left: 255px;
    }
    .freelancer-search-box .search-form .form-control {
        border-radius: 3px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

.freelancer-search-results-box .box-header {

    margin-bottom: 20px;
    text-align: center;
}
.freelancer-search-results-box .box-header .title, .freelancer-search-results-box .box-header .counter {
    display: inline-block;
    vertical-align: bottom;
}
.freelancer-search-results-box .box-header .title {
    font-size: 18px;
    margin: 0 10px 0 0;
}
.freelancer-search-results-box .box-header .counter {
    color: #9d9e9f;
    font-weight: 700;
    margin-bottom: 2px;
}
.freelancer-search-results-box .box-content:before, .freelancer-search-results-box .box-content:after {
    content: " ";
    display: table;
}
.freelancer-search-results-box .box-content:after {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .freelancer-search-filters {
        float: left;
        width: 220px;
    }
    .freelancer-search-filters_1 {
        width: 240px !important;
    }
}
.freelancer-search-filters .panel-heading {
    padding-right: 46px;
    position: relative;
    margin-bottom: -2px;
}
.freelancer-search-filters .panel-heading .sprite {
    margin-top: -12px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.freelancer-search-filters .control-label {
/*    color: #bcbdbe;
    font-size: 10px;
    text-transform: uppercase;*/
    
    font-weight: 700;
    color: #909395;
    font-size: 12px;
    /*margin-bottom: 0;*/
    text-transform: uppercase;
}
.freelancer-search-filters .form-control {
    font-size: 13px;
}
.freelancer-search-filters .add-skill-filter {
    color: #babcbd;
    display: inline-block;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
}
.freelancer-search-filters .add-skill-filter .sprite {
    margin-right: 9px;
}

@media only screen and (min-width: 768px) {
    .freelancer-search-list-wrapper {
        margin-left: 260px;
    }
}

.search-list-preferences {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 12px 18px;
}
.search-list-preferences .dropdown, .search-list-preferences .pager-wrapper {
    display: block;
    margin-bottom: 5px;
}
@media only screen and (min-width: 600px) {
    .search-list-preferences .dropdown, .search-list-preferences .pager-wrapper {
        display: inline-block;
        margin-bottom: 0;
    }
}
.search-list-preferences .dropdown .caret {
    margin-left: 7px;
}
.search-list-preferences a, .search-list-preferences .pager-wrapper {
    color: #9d9e9f;
    text-decoration: none;
}
.search-list-preferences strong {
    color: #7c7e7f;
}
.search-list-preferences .sort-by {
    margin-right: 25px;
}
.search-list-preferences .pager-wrapper {
    margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
    .search-list-preferences .pager-wrapper {
        float: right;
    }
}
.search-list-preferences .pager-wrapper .pager {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (min-width: 600px) {
    .search-list-preferences .pager-wrapper .pager {
        font-size: 0.8em;
    }
}

.freelancers-search-list .freelancer {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .freelancers-search-list .freelancer {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .freelancers-search-list .main-info {
        display: table-cell;
        vertical-align: top;
        width: 64%;
    }
}
.freelancers-search-list .freelancer-sidebar .photo {
    width: 92px;
}
@media only screen and (min-width: 768px) {
    .freelancers-search-list .freelancer-sidebar {
        float: left;
        margin-bottom: 0;
        width: 92px;
    }
}
.freelancers-search-list .profile-actions .action {
    background: #f8f9fb;
    color: #909395;
    display: block;
    margin-bottom: 1px;
    padding: 9px 38px 9px 11px;
    position: relative;
    text-transform: uppercase;
}
.freelancers-search-list .profile-actions .action strong {
    color: #393f43;
}
.freelancers-search-list .profile-actions .action .sprite {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -11px;
}
.freelancers-search-list .profile-actions .action:last-child {
    margin-bottom: 0;
}
.freelancers-search-list .header {
    border-bottom: 1px solid #eaebed;
    padding-bottom: 10px;
    padding-top: 14px;
    margin-bottom: 10px;
}
.freelancers-search-list .header .title {
    font-size: 18px;
    margin-bottom: 0;
}
.freelancers-search-list .header .subtitle {
    color: #909395;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.freelancers-search-list .info-list {
    color: #6e7275;
    font-size: 15px;
    margin-bottom: 0;
}
.freelancers-search-list .info-list li {
    margin-bottom: 9px;
    min-height: 23px;
    line-height: 23px;
    position: relative;
    padding-left: 31px;
}
.freelancers-search-list .info-list li .sprite {
    left: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
}
.freelancers-search-list .info-list li .text {
    display: inline-block;
    line-height: 1.375;
    max-width: 100%;
    word-wrap: break-word;
}
.freelancers-search-list .info-list .light {
    font-weight: 300;
}
.freelancers-search-list .info-block {
    color: #9d9e9f;
}
.freelancers-search-list .info-block .info-item {
    margin-bottom: 12px;
}
.freelancers-search-list .info-block strong {
    color: #7c7e7f;
}
.freelancers-search-list {
    background: #f8f9fb;
    padding: 0 20px 10px;
    position: relative;
}
.user-skills-wrapper {
    background: #f8f9fb;
    /*padding: 0 20px 10px;*/
    position: relative;
}


@media only screen and (min-width: 768px) {
    .freelancers-search-list .user-skills-wrapper {
        display: table-cell;
        vertical-align: top;
        width: 36%;
    }
}
.freelancers-search-list .user-info {
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .freelancers-search-list .user-info {
        margin-left: 94px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
.freelancers-search-list .user-skills {
    padding-top: 15px;
}
.freelancers-search-list .user-skills .block-title {
    font-size: 13px;
    text-transform: uppercase;
}
.freelancers-search-list .user-skills-list .label {
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    .freelancers-search-list{
        /*width: 55px;*/
    }
    .user-skills-list .progress-wrapper {
        width: 80%;
    }
}
@media only screen and (min-width: 992px) {
    .freelancers-search-list {
        /*width: 66px;*/
    }
    .user-skills-list .progress-wrapper {
        width: 80%;
    }
}
.freelancers-search-list .user-skills-list .value-wrapper {
    font-size: 11px;
}
.freelancers-search-list .tags-list {
    font-size: 11px;
}
.freelancers-search-list .tags-list .label {
    font-size: inherit;
    font-weight: 400;
    margin-bottom: 2px;
}

.user-profile {
    background: #ffffff;
/*    -moz-transform: scale(0.9, 0.9);  Moz-browsers 
    zoom: 0.9;  Other non-webkit browsers 
    zoom: 90%;  Webkit browsers 
    margin-top: -50px !important;*/
}
.zoom_content{
    zoom: 0.9; /* Other non-webkit browsers */
    zoom: 90%; /* Webkit browsers */
    
}
.user-profile .profile-header {
    background: #f66800;
    min-height: 75px;
    padding: 0 30px;
    position: relative;
    height: 80px;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-header {
        padding-right: 286px;
    }
}
.user-profile .profile-header .name-wrapper {
    padding: 10px 0;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-header .name-wrapper {
        line-height: 75px;
        padding: 0;
    }
}
.user-profile .profile-header .name {
    color: white;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 0;
    max-width: 100%;
    padding-top: 30px;
}
.user-profile .profile-header .name .text {
    margin-right: 20px;

}
@media only screen and (max-width: 991px) {
    .user-profile .profile-header .name {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .user-profile .profile-header .name {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .user-profile .profile-header .name {
        font-size: 32px;
    }
}
.user-profile .profile-header .profile-actions:before, .user-profile .profile-header .profile-actions:after {
    content: " ";
    display: table;
}
.user-profile .profile-header .profile-actions:after {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-header .profile-actions {
        position: absolute;
        right: 10px;
        top: 0;
    }
}
.user-profile .profile-header .profile-actions .action {
    background: #f1f1f1;
    color: #898989;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
}
.user-profile .profile-header .profile-actions .action:first-child {
    margin-left: 0;
}
.user-profile .profile-header .profile-actions .action .wrapper {
    display: inline-block;
    line-height: 1.375;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-header .profile-actions .action {
        float: left;
        line-height: 68px;
        margin-bottom: 0;
        margin-left: 3px;
        padding: 0;
        margin-top: 5px;
        width: 90px;
    }
    .user-profile .profile-header .profile-actions .action .sprite {
        margin-bottom: 7px;
    }
    .user-profile .profile-header .profile-actions .action .text {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-info-top {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}
.user-profile .profile-info-top .main-info {
    padding: 24px 30px 10px;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-info-top .main-info {
        display: table-cell;
        width: 64%;
    }
}
.user-profile .profile-info-top .photo {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-info-top .photo {
        float: left;
        width: 130px;
    }
}
@media only screen and (min-width: 992px) {
    .user-profile .profile-info-top .photo {
        width: 180px;
    }
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-info-top .short-info {
        margin-left: 130px;
        padding-left: 30px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .user-profile .profile-info-top .short-info {
        margin-left: 180px;
    }
}
.user-profile .profile-info-top .short-info .info-list {
    font-size: 16px;
    margin-bottom: 0;
}
.user-profile .profile-info-top .short-info .info-list li {
    margin-bottom: 1px;
    min-height: 31px;
    line-height: 31px;
    position: relative;
    padding-left: 40px;
}
.user-profile .profile-info-top .short-info .info-list li .sprite {
    height: 31px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 31px;
}
.user-profile .profile-info-top .short-info .info-list li .text {
    display: inline-block;
    line-height: 1.375;
    max-width: 100%;
    word-wrap: break-word;
}
.user-profile .profile-info-top .short-info .info-list .light {
    font-weight: 300;
}
@media only screen and (min-width: 992px) {
    .user-profile .profile-info-top .short-info .info-list {
        font-size: 16px;
    }
}
.user-profile .profile-info-top .short-info .endorsed-skills {
    color: #6e7275;
    font-size: 13px;
    padding-top: 12px;
    margin-bottom: 12px;
}
.endorsed-skills .title, .endorsed-skills .rates-list {
    display: inline-block;
    vertical-align: middle;
}
.endorsed-skills .title {
    font-size: 13px;
    margin-right: 8px;
    margin-left:0px;
    color:#525252;
    font-weight: bold;
}
.endorsed-skills .rates-list {
    color: #6e7275;
    margin-bottom: 0;
    width: 100%;
}
.endorsed-skills .rates-list li {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
.endorsed-skills .rates-list li:last-child {
    margin-right: 0;
}
.endorsed-skills .rates-list .rate-label {
    border: 1px solid #f66800;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    margin-right: 1px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    width: 22px;
}
.user-profile .profile-info-top .my-skills-wrapper {
    background: #f8f9fb;
    padding: 24px 30px 10px;
}
@media only screen and (min-width: 768px) {
    .user-profile .profile-info-top .my-skills-wrapper {
        display: table-cell;
        width: 36%;
    }
}
.user-profile .profile-info-top .my-skills .block-title {
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight:600;
}
@media only screen and (min-width: 992px) {
    .user-profile .profile-tabs .nav-tabs {
        font-size: 18px;
    }
}
.user-profile .profile-tabs .nav-tabs li > a {
    padding-bottom: 16px;
    padding-top: 16px;
}
.user-profile .profile-tabs .tab-content {
    padding: 40px 30px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;

}
.user-profile .profile-tabs .tab-title {
    border-bottom: 1px solid #dadcdf;
    color: #f66800;
    margin-bottom: 10px;
    padding-bottom: 17px;
    text-transform: uppercase;
    font-weight: 500;
}


.user-profile-section {
    /*border-bottom: 1px solid #dadbdf;*/
    border-bottom: 1px solid #a2a2a2;
    color: #9d9e9f;
    padding: 0 0 30px;
    margin-bottom: 25px;
    font-weight:300;
}
.user-profile-section .section-title {
    color: #f66800;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.user-profile-section.brief .tab-title {
    margin-bottom: 25px;
}
.user-profile-section.brief .brief-table {
    width: 100%;
}
.user-profile-section.brief .brief-table td {
    padding-bottom: 2px;
    vertical-align: top;
}
.user-profile-section.brief .brief-table tr:last-child td {
    padding-bottom: 0;
}
.user-profile-section.brief .brief-table .item-label {
    color: #393f43;
    font-weight: 700;
    padding-right: 10px;
}
@media only screen and (min-width: 768px) {
    .user-profile-section.brief .brief-table .item-label {
        width: 250px;
    }
}
.user-profile-section.brief .brief-table .item-value em {
    font-weight: 400;
    font-style: normal;
}
.user-profile-section.brief .brief-table .item-value.place {
    font-weight: 300;
}
.user-profile-section.about-me p:last-child {
    margin-bottom: 0;
}
.user-profile-section.portfolio {
    padding-bottom: 0;
}
.user-profile-section.portfolio .tags-list {
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.user-profile-section.recommended-by, .user-profile-section.notes, .user-profile-section.messages {
    /*margin-top: 25px;*/
}

.portfolio-projects-list {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}
.portfolio-projects-list li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 50%;
}
@media only screen and (min-width: 480px) {
    .portfolio-projects-list li {
        width: 33%;
    }
}
@media only screen and (min-width: 768px) {
    .portfolio-projects-list li {
        width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio-projects-list li {
        width: 20%;
    }
}
.portfolio-projects-list .image-wrapper {
    border: 1px solid #eaebed;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-projects-list .image-wrapper .img-responsive {
    margin: 0 auto;
}
.portfolio-projects-list .name {
    font-weight: 300;
    text-align: center;
}

.recommended-by-list .user {
    margin-bottom: 30px;
}
.recommended-by-list .user-content {
    margin-bottom: 6px;
}
.recommended-by-list .user-content:before, .recommended-by-list .user-content:after {
    content: " ";
    display: table;
}
.recommended-by-list .user-content:after {
    clear: both;
}
.recommended-by-list .user-photo {
    margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
    .recommended-by-list .user-photo {
        float: left;
        width: 100px;
    }
}
@media only screen and (min-width: 480px) {
    .recommended-by-list .user-info {
        margin-left: 120px;
    }
}
.recommended-by-list .header {
    color: #393f43;
    font-size: 16px;
    margin-bottom: 8px;
}
.recommended-by-list .header .name {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0;
}
.recommended-by-list .header .position {
    color: #f66800;
    font-style: italic;
    font-weight: 300;
}
.recommended-by-list .footer {
    background: #fcfcfd;
    font-size: 14px;
    padding: 10px 16px;
}
.recommended-by-list .recommended-skills .list-label {
    margin-right: 15px;
}
.recommended-by-list .recommended-skills .label {
    margin-right: 7px;
}
@media only screen and (max-width: 767px) {
    .recommended-by-list .recommended-skills {
        margin-bottom: 5px;
    }
}
.recommended-by-list .worked-together {
    font-weight: 300;
}
.recommended-by-list .worked-together a {
    font-weight: 400;
}
.recommended-by-list .add-recommendation {
    display: inline-block;
    font-weight: 300;
}
.recommended-by-list .add-recommendation .sprite {
    font-size: 16px;
    margin-right: 10px;
}

.user-note-taggable-input:before, .user-note-taggable-input:after {
    content: " ";
    display: table;
}
.user-note-taggable-input:after {
    clear: both;
}
.user-note-taggable-input .tags-box {
    margin-bottom: 10px;
}
.user-note-taggable-input .tags-box .title {
    color: #9d9e9f;
    font-size: 14px;
}
@media only screen and (min-width: 480px) {
    .user-note-taggable-input .tags-box {
        float: left;
        width: 90px;
    }
    .user-note-taggable-input .tags-box .btn {
        display: block;
        margin-bottom: 5px;
    }
}
.user-note-taggable-input .input-wrapper {
    border-bottom: 1px solid #dadbdf;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.user-note-taggable-input .input-wrapper .note-input-box {
    max-width: 630px;
}
.user-note-taggable-input .input-wrapper .form-control {
    margin-bottom: 13px;
}
.user-note-taggable-input .input-wrapper .text-danger {
    font-size: 13px;
}
@media only screen and (min-width: 480px) {
    .user-note-taggable-input .input-wrapper {
        margin-left: 110px;
    }
}

.user-notes-list {
    font-size: 14px;
    margin: 0;
}
.user-notes-list .note .tags-box {
    margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
    .user-notes-list .note .tags-box {
        float: left;
        width: 90px;
    }
    .user-notes-list .note .tags-box .label {
        display: block;
        margin-bottom: 5px;
    }
}
.user-notes-list .note .header:before, .user-notes-list .note .header:after {
    content: " ";
    display: table;
}
.user-notes-list .note .header:after {
    clear: both;
}
.user-notes-list .note .title {
    color: #393f43;
    font-size: 16px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
    .user-notes-list .note .title {
        margin-right: 60px;
    }
}
.user-notes-list .note time {
    color: #9d9e9f;
}
@media only screen and (min-width: 480px) {
    .user-notes-list .note time {
        float: right;
    }
}
.user-notes-list .note .note-wrapper {
    border-bottom: 1px solid #dadbdf;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
@media only screen and (min-width: 480px) {
    .user-notes-list .note .note-wrapper {
        margin-left: 110px;
    }
}
.user-notes-list .note:last-child .note-wrapper {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.messages-list-box {
    font-size: 14px;
}
.messages-list-box .message:before, .messages-list-box .send-message-box:before, .messages-list-box .message:after, .messages-list-box .send-message-box:after {
    content: " ";
    display: table;
}
.messages-list-box .message:after, .messages-list-box .send-message-box:after {
    clear: both;
}
.messages-list-box .message .photo-wrapper, .messages-list-box .send-message-box .photo-wrapper {
    margin-bottom: 10px;
    width: 70px;
}
.messages-list-box .message .photo-wrapper .photo, .messages-list-box .send-message-box .photo-wrapper .photo {
    border-radius: 50%;
    margin-bottom: 11px;
    position: relative;
    width: 70px;
}
.messages-list-box .message .photo-wrapper .availability, .messages-list-box .send-message-box .photo-wrapper .availability {
    background: #b9bdbf;
    border: 3px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    bottom: -10px;
    height: 20px;
    margin-left: -10px;
    position: absolute;
    width: 20px;
    z-index: 10;
}
.messages-list-box .message .photo-wrapper .availability.yes, .messages-list-box .send-message-box .photo-wrapper .availability.yes {
    background: #f66800;
}
.messages-list-box .message .photo-wrapper .availability.no, .messages-list-box .send-message-box .photo-wrapper .availability.no {
    background: #b9bdbf;
}
.messages-list-box .message .photo-wrapper .label, .messages-list-box .send-message-box .photo-wrapper .label {
    display: block;
}
@media only screen and (min-width: 480px) {
    .messages-list-box .message .photo-wrapper, .messages-list-box .send-message-box .photo-wrapper {
        float: left;
    }
}
.messages-list-box .message .message-content, .messages-list-box .send-message-box .message-content {
    border-bottom: 1px solid #dadbdf;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
@media only screen and (min-width: 480px) {
    .messages-list-box .message .message-content, .messages-list-box .send-message-box .message-content {
        margin-left: 100px;
    }
}
.messages-list-box .message .header, .messages-list-box .send-message-box .header {
    margin-bottom: 10px;
    overflow: hidden;
}
.messages-list-box .message .title, .messages-list-box .send-message-box .title {
    color: #393f43;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
    .messages-list-box .message .title, .messages-list-box .send-message-box .title {
        margin-right: 60px;
    }
}
.messages-list-box .message time, .messages-list-box .send-message-box time {
    color: #9d9e9f;
}
@media only screen and (min-width: 480px) {
    .messages-list-box .message time, .messages-list-box .send-message-box time {
        float: right;
    }
}
.messages-list-box .message .content p:last-child, .messages-list-box .send-message-box .content p:last-child {
    margin-bottom: 0;
}
.messages-list-box .message .attachments .link-attachment, .messages-list-box .send-message-box .attachments .link-attachment {
    margin-right: 18px;
}
.messages-list-box .send-message-box .message-content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.messages-list-box .send-message-box .message-input {
    margin-bottom: 11px;
    max-width: 640px;
}

.user-profile-footer .rate {
    color: #393f43;
    font-size: 26px;
    font-weight: 300;
    left: 0;
    padding-left: 37px;
    position: relative;
}
.user-profile-footer .rate .sprite {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.user-profile-footer .rate .value {
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .user-profile-footer .rate {
        margin-bottom: 15px;
    }
}
.user-profile-footer .hide-me {
    color: #aaabac;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-right: 39px;
}
.user-profile-footer .hide-me .sprite {
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    .user-profile-footer .hide-me {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .user-profile-footer .btn-primary.btn-lg, .user-profile-footer .btn-group-lg > .btn-primary.btn {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .user-profile-footer .btn-primary.btn-lg, .user-profile-footer .btn-group-lg > .btn-primary.btn {
        min-width: 226px;
    }
}

html {
    min-height: 100%;
    position: relative;
}

body {
    min-width: 280px;
}


#is-sm, #is-md, #is-lg {
    display: none;
}

@media only screen and (min-width: 768px) {
    #is-sm {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) {
    #is-md {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
    #is-lg {
        display: block !important;
    }
}

.page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

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

.page-header .header-bottom {
    padding-top: 20px;
    background-color:white;
}

.page-header .header-top {
    background-color: #f6f6f6;
    padding: 4px 0 6px;
    text-align: right;
}
.page-header .header-middle .city-select {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    margin-top :22px;
    margin-left: 10px;
}
.page-header .header-middle .city-select > a {
    color: #aaaaaa;
}
.page-header .header-middle .city-select .dropdown-menu {
    font-size: 13px;
}
.page-header .header-middle {
    padding: 13px 0 0px 0px;
    background-color:white !important;
}

.header-bottom {
  padding-top: 20px;
}

.page-header .user-actions .btn {
  margin-bottom: 5px;
}

.page-header .header-middle .search-box {
    margin-bottom: 10px;
    max-width: 400px;

}
@media only screen and (min-width: 768px) {
    .page-header .header-middle .search-box {
        margin-right: 15px;
        margin-bottom: 0;
        width: 250px;
    }
}
@media only screen and (min-width: 992px) {
    .page-header .header-middle .search-box {
        width: 300px;
    }
}
.page-header .header-middle .inline-group {
    vertical-align: middle;
}
.page-header .header-middle .inline-group .btn {
    font-size: 15px;
}
@media only screen and (min-width: 768px) {
    .page-header .header-middle .inline-group {
        display: inline-block;
    }
}

.page-header .user-actions .inline-group {
  display: inline-block;
}

.page-header .page-logo {
    display: inline-block;
    float: left;
}
@media only screen and (max-width: 767px) {
    .page-header .page-logo {
        margin-bottom: 20px;
    }
}

.page-heading {
    margin-bottom: 22px;
}
.page-heading.bordered {
    border-bottom: 1px solid #eaebed;
    padding-bottom: 10px;
}

.page-title {
    font-weight: 300;
    margin-bottom: 0;
}

.page-subtitlte {
    color: #9d9e9f;
    font-size: 15px;
    font-weight: 300;
}

.page-footer {
  /*background: #ede9df;*/
  background: #393f43;
  border:#d3d3d3;
}
.page-footer .footer-top {
  font-size: 14px;
  padding: 70px 0 0;
}
.page-footer .footer-top .block-title {
    /*color: #737373;*/
    color: #adb0b3;
}
.page-footer .footer-top .block-title .title {
    margin-bottom: 6px;
}
.page-footer .footer-top .block-title .title:last-child {
    margin-bottom: 30px;
}
.page-footer .footer-top .block-title .subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}
.page-footer .footer-top .links-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-footer .footer-top .links-list li {
    margin-bottom: 10px;
}
.page-footer .footer-top .links-list li a {
    /*color: #747f87;*/
    color: #adb0b3;
}
.page-footer .footer-top .links-list li a:hover, .page-footer .footer-top .links-list li a:active {
    color: #f66800;
}
@media only screen and (min-width: 992px) {
    .page-footer {
        width: 100%;
    }
}

.page-footer .footer-bottom {
  background: #e5e1d8;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 35px 0 70px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom .footer-nav {
    margin-bottom: 20px;
  }
}
.page-footer .footer-bottom .social-links-block {
  margin-bottom: 20px;
}
.page-footer .footer-bottom .social-links-block .title {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.page-footer .footer-bottom .copyrights {
  text-transform: uppercase;
}
.page-footer .footer-bottom .copyrights .white {
  color: #ffffff;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none;
}

.dialog-hidden, .elem-hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf {
  overflow: hidden;
  *zoom: 1;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.underlined {
    text-decoration: underline;
}

.headerTop {
    padding: 7px 0 8px 0;
    background-image: -moz-linear-gradient(bottom, #38332e 0%, #5b534a 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #38332e 0%, #5b534a 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #38332e 0%, #5b534a 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #38332e 0%, #5b534a 100%); /* gradient overlay */
    background-image: -ms-linear-gradient(top, #5b534a, #38332e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b534a', endColorstr='#38332e');
    color: #fff; text-shadow: 0 1px 0 rgba(255,255,255,.75); }


.container {
    float: none;
    margin: 0 auto;
    padding-bottom: 6px;
    }

.headerTop {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.fl {

}

.locationNav ul, .locationNav li {
    float: left;
}

.locationNav li.location {
    margin: 6px 18px 0 0;
}

.locationNav li, .topNav li {
    position: relative;
}

.onContracting-icon-locwhite {
    background-position: -132px -42px;
    height: 16px;
    margin: 1px 5px 0 0;
    width: 10px;
}
small {
    font-size: 80%;
}
.topNav ul, .topNav li {
    float: left;
    margin-bottom: 0 !important;
}
.locationNav li, .topNav li {
    position: relative;
}
.topNav li {

    padding-top: 7px;
}
.topNav ul li#thumbnail {
    padding: 0;
}
.locationNav li, .topNav li {
    position: relative;
}

ul, li, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.topNav ul li#thumbnail {
    padding: 0;
}

.container {
    float: none;
    margin: 0 auto;

}

.nav, .headerLogo h1 {
    margin: 0px 0 0;
}

.nav, .headerLogo h1 {
    margin: 0px 0 0;
}
.headerLogo h1 {
    background: url("../../../newtheme/logo_oncontracting.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    height: 48px;
    text-indent: -99em;
    width: 236px;
}
.headerLogo {
    min-height: 80px;
}

.nav, .headerLogo h1 {
    margin: 0px 0 0;
}
.fr {
    float: right;
}

.nav ul, .nav ul li {
    float: left;
}

.nav ul li {
    font-size: 15px;
}
.nav ul, .nav ul li {
    float: left;
}

.nav ul li a {
    color: #58585a;
    float: left;
    padding: 22px 15px 28px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
a {
    text-decoration: none;
}

.header-alignment
{
    margin-top: 20px;
}

.padding-top{
    margin-top: 20px;
}

.location-manager{
    width: 280px;
}

.alert {
    margin-top: 10px;
    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,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.notes_closer
{
    margin-top: -20px;
}

.snap-connect{

    margin-left: 3px;
    float:left

}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.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 > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.width-500
{
    width: 500px;
}
.width-100{
    width:100%;
}
.heading-standard{
    font-size: 24px;
}


*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu li
{
    width: 100%;
}

ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}
.progress-bar {
    background-color: #f66800;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}


.uppercase {
    text-transform: uppercase;
}
.btn-black {
    background-color: #393f43;
    border-color: #393f43;
    color: #ffffff;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 6px 10px;
}
.rate-value a,.item-label{
    color:#6E7275 !important;
    
}
.info-list{
    color:#9d9e9f !important;
    font-weight: 300;
}
.message-content .content{
    margin-bottom: 10px;
}

.resume-container{
    float:left;
}

.align-center-pic{
    margin: auto;
}
.align-right
{
    text-align: right;
}
.align-left{
    text-align:left;
}
.align-center{
    text-align:center;
}

.print-img{
    background-image: url('../img/sprites/print.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:right;
    margin-top: 50px;
}

.down-img{
    background-image: url('../img/sprites/down.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:left;
    margin-top: 50px;
}
.heading-main
{
    float:left;
    width: 100%;
    text-align:center;
    text-transform: uppercase;
    /*font-size:75px;*/
    font-size:45px;
    font-weight: 300;
}

.heading-sub
{
    float:left;
    width: 100%;
    text-align:center;
    text-transform: uppercase;
    /*font-size:35px;*/
    font-weight: 100;
    color:#9D9E9F;
    letter-spacing: 9px;
    /*margin-top: -20px;*/
    font-size:16px;
}

.main-containter-adjuster
{
    margin-top: 50px;
}

.border-both{
/*    border-bottom: 1px solid #dadcdf;
    border-top:1px solid #dadcdf;*/
    border-bottom: 1px solid #a2a2a2;
    border-top:1px solid #a2a2a2;
    color:#6E7275;
/*    padding: 20px;
    font-size:18px;*/
    padding: 10px;
    font-size:15px;
}

.border-manager-bottom
{
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 50px;
    padding-bottom: 50px;
}


.header-margin
{
    margin-top: 5px;
}

.aboutme{
    background-image: url('../img/sprites/about-me.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:left;
}

.education{
    background-image: url('../img/sprites/education.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:left;
}

.experience{
    background-image: url('../img/sprites/arrow-up.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:left;
}

.skills
{
    background-image: url('../img/sprites/skills.png');
    background-repeat: no-repeat;
    height:60px;
    width: 60px;
    float:left;

}
.about-me-styler
{
    margin-top: 20px;
}
.about-me-styler_1
{
    margin-top: 0px;
}
.heading-about-me
{
    font-size:20px;
    text-transform: uppercase;
    /*margin-top: 10px;*/
}
.text-about-me
{
    margin-top: 15px;
    color:#9D9E9F;
    font-weight: 300;
 }
.text-about-me p
{
    font-size: 14px !important;
    
}
.border-manager
{
    border-left: 2px solid #E4E8EE;
}
.heading-containter
{
    /*font-size:20px;*/
    font-size:14px;
    color:#787B7E;
}
.text-container
{
    margin-top: 10px;
}
.experience-heading
{
    font-size:16px;
    font-weight: 400;
    color:#6E7275
}
.open-new
{
    display: inherit !important;
    float:left;
    table-layout: auto;
    width: auto !important;
    margin-right: 40px;
    margin-top: 10px;
}
.border-none{
    border: none !important;
}

.profile-info-top  .main-info .photo img {
    border: 4px double #fff;
    box-shadow: 0 0 5px #888;
}

.dropdown-menu .progress{
    height:22px;
    margin: 8px;
    margin-top: -5px 8px -1px;
}

.custom-width
{
    width: 100px;
    float: left;
}

.custom-heading
{
    padding-right:10px !important;
}
.panel-heading h3{
    margin-top: 10px;
}
.panel-heading a{
    margin-top: 0px;
    margin-left: 15px;
}

.adjuster-menu{
    margin-top: -5px;
    margin-left: 10px;
}

.wrapper-modifications{
    margin-left: 5px;
    margin-top: 6px;
}

.custom_value_wrapper{
    margin-top: 8px;
}
.margin-top-skills
{
    margin-top: 15px;
}

.freelancer-search-filters .form-group{
    margin-bottom: 0px !important;
}

/*zain 24-01-2015*/
.list-group-item-local {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-active, .list-active:focus, .list-active:hover{
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    z-index: 2;
}
.list-active a{
    color: #ffffff;
}
.list_badge{
    float: right;
}
.profile-body{
    border:solid 1px #a2a2a2;
}
#profileTab li{
    border: medium 1px #a2a2a2 !important;
}
#profileTab li.active{
    border-bottom: none;
}
#profile-top-info .main-info{
    float:left;
}
#profile-top-info .my-skills-wrapper {
    float:left;
    min-height: 200px;
}
.profile_clear_margin{
    margin-top: 3px;clear: both;
}
@-moz-document url-prefix() {
    .zoom_content{
        /*margin-top: -50px !important;*/
        /*-moz-transform-origin: (0);  Moz-browsers */
        /*-moz-transform: scale(0.9);  Moz-browsers */
    
    }
}
.freelancers-search-list .header{
    padding-top: 0px !important;
}
.freelancer-search-list-wrapper .title{
    margin-top: 10px !important;
}
/*.freelancers-search-list {}
.user-skills-wrapper {
    position: relative !important;
}*/
.user-skills{
/*     position: relative !important;
     top:3px;*/
     padding-top:10px !important;
     margin-bottom: 40px;
}
.endorsed-skills{
    position: absolute !important;
    bottom: 5px;
    margin-left: 12px;
}
.margin-bottom-tags
{
    margin-bottom: 40px;
}
#connect-follow{
    font-size: 11px !important;
}
#connect-follow .action {
    padding: 5px 38px 0 11px !important;
    width: 101px;
}
#resume-skills{
    clear: both;
    margin-left:5px;
}
#resume-skills .progress-wrapper{
    width:50%;
}
#skill_li{
    color:#525252 !important;
    margin-bottom: 7px !important;
}
#skill_li .label-wrapper{
    float:left !important;
    margin: 5px !important;
}
#skill_li .label-wrapper .label{
     color:#525252 !important;
}
#skill_li .value-wrapper{
    float:right !important;
}
#skill_li .user-skills-list, #skill_li .value-wrapper, #skill_li .value{
    color: #525252 !important;
    font-weight: bold !important;
    margin-top: 4px !important;
}
#skill_li_search{
    color:#525252 !important;
    margin-bottom: 7px !important;
    font-size: 12px !important;
    margin-left:3px;
}
#skill_li_search .label{
     font-size: 12px !important;
}
#skill_li_search .label-wrapper{
    float:left !important;
    margin: 2px !important;
}
#skill_li_search .label-wrapper .label{
     color:#525252 !important;
     padding:0px !important;
}
#skill_li_search .value-wrapper{
    float:right !important;
}
#skill_li_search .user-skills-list, #skill_li_search .value-wrapper, #skill_li_search .value{
    color: #525252 !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    font-size: 12px !important;
}
#f_s_list{
    padding: 0 !important;
}
#usr_skill{
    float:left !important;
}
#tag_listing .label{
    padding: 5px 1px !important;
}
#not_recruiter_list{
    margin:0px !important;
    margin-top: -25px !important;
}
#s_h_heading{
    margin: 0px !important;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    border-radius: 6px;
    padding: 24px;
}
.well-sm {
    border-radius: 3px;
    padding: 9px;
}
.user-profile .profile-header .profile-actions .snap-follow{
    margin-right: 1px;
}
.user-profile .profile-header {
    /*border: 1px solid #a2a2a2;*/
    margin-top:20px;
    border-bottom: none;
    box-shadow: 0 0 5px #888;
}
.user-profile .profile-body {
    border-top: none;
    border: 4px double #fff !important;
    box-shadow: 0 0 5px #888;
}
.tab-content > .tab-pane{
    min-height: 383px !important;
}

.wFull {
    width: 100%;
}
.data-updates {
    border-right: 1px solid #dedbcd;
    width: 63%;
}
section {
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

.scroll-pane {
    overflow: auto;
    width: 100% !important;
}
.dataHolder {
    color: #7d7d7d;
    background-color: white;
    padding: 5px;
}
.data-updates, .data-jobsPick, .data-topRated {
    border-bottom: 1px solid #dedbcd;
    border-top: 1px solid #dedbcd;
    background-color: white;
}
.data-jobsPick {
    border-left: 1px solid #dedbcd;
    width: 34%;
}
.data-topRated {
    border-left: 1px solid #dedbcd;
    margin: 15px 0 0;
    width: 34%;
}
.heading {
    background-color: #f66800;
    border-bottom: 1px solid #dedbcd;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08) inset;
    padding: 0;

}
.data-updates .content {
    display: block;
    height: 588px;
    overflow: auto;
    width: 816px;
    background-color: white;
}
.container-logged-in
{
    width: 90% !important;
    float: none;
    margin: 0 auto;
    font-size: 13px;
}
.container-logged-in h3{
    color:white !important;;
}


.text-aligner{
    text-align: left;
}
ul.updates, ul.updates li, ul.updates li img, ul.updates li p small {
    float: left;
}
ul.updates li {
    border-bottom: 1px solid #dedbcd;
    display: table;
    padding: 10px 0;
    width:100%;
}
ul.updates li img {
    border: 2px double #fff;
    box-shadow: 0 0 5px #888;
    margin: 0 10px;
}
ul.updates, ul.updates li, ul.updates li img, ul.updates li p small {
    float: left;
}
ul.updates li p small {
    margin: 4px 5px 0 0;
}
.onContracting-icon-calender {
    background-position: -12px -77px;
    height: 11px;
    margin: 1px 2px 0 0;
    width: 10px;
}
.btnOrange {
    background-clip: padding-box;
    background-color: #f3632f;
    background-image: -moz-linear-gradient(center bottom , #f36731 0%, #f78b41 100%);
    border: 1px solid rgba(209, 92, 47, 0.82);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.top-jobs ul li {
    clear: both;
    float: left;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 6px 8px;
}

ul.updates li {
    border-bottom: 1px solid #dedbcd;
    display: table;
    padding: 10px 0;
}
.heading h3 {
    float: left;
    margin: 15px;
}
ul.updates, ul.updates li {
    width: 100%;
}
ul.updates li p {
    margin: 0 0 0 10px;
}
.top-jobs ul {
    padding: 15px;
}
.label-square {
    background-clip: padding-box;
    background-color: #fd6d09;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17), 0 2px 3px rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    padding: 1px 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background-color: #dcdcdc;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.15) inset;
}
.nav-tabs > li > a {
    color: #717171;
    display: block;
    padding: 10px 0;
}

.nav-tabs {
    background-clip: padding-box;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(center bottom , rgba(233, 233, 233, 0.73) -118.63%, rgba(249, 249, 249, 0.73) 31.37%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 1px 0 #fff inset;

}
.tab-buttons li,tab-buttons li .active{
    width: 200px;
    padding-left: 10px;
}


/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 1023px) {
    .city-select {
        left: 0;
        position: fixed;
        top: -7px;
        z-index: 9999;
    }
    .page-header .header-middle .city-select > a {
        color: #fff;
    }
    .mean-container .mean-nav ul li a {
        color: #fff !important;
    }
    .page-header, .mheader .page-header {
        clear: both;
        display: block;
        height: auto;
        padding-top: 44px;
        position: static;
    }
    .page-header .search-box {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .page-header {
        text-align: center;
    }
    .page-header .page-logo {
        float: none;
    }
}