html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/@media print {
    *, *: before, *:after {
    background: 0 0!important;
    color: #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ddd!important;
}
}* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
[role=button] {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media(min-width:768px) {
    .lead {
    font-size: 21px;
}
}small, .small {
    font-size: 85%}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
@media(min-width:768px) {
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
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 #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width:768px) {
    .container {
    width: 750px;
}
}@media(min-width:992px) {
    .container {
    width: 970px;
}
}@media(min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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-12 {
    width: 100%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-9 {
    width: 75%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
}@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
}@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-6 {
    width: 50%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}table {
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}
@media screen and (max-width:767px) {
    .table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
}label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
}
}.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media(min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
}
.form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
}
}@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #777;
}
.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-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media(min-width:768px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.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>.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-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.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>.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;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}
@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media(min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}
@media(min-width:768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media(min-width:768px) {
    .navbar {
    border-radius: 4px;
}
}@media(min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media(min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
}
}.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media(min-width:768px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
}@media(min-width:768px) {
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media(min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media(min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -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;
    -webkit-box-shadow: none;
    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: 15px;
    padding-bottom: 15px;
}
}.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media(min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
}
.navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media(max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@media(min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
}@media(min-width:768px) {
    .navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
}
.navbar-right~.navbar-right {
    margin-right: 0;
}
}.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}
@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {
    color: #777;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager .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: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
}
}.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}@-o-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    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;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media>.pull-right {
    padding-left: 10px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-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>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
    margin-bottom: 0;
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-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-left-radius: 3px;
    border-bottom-right-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>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-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.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+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    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: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.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, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
    width: 300px;
}
}@media(min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner>.item.next, .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
}
}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
}
.carousel-indicators {
    bottom: 20px;
}
}.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none!important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
@media(max-width:767px) {
    .visible-xs {
    display: block!important;
}
}@media(max-width:767px) {
}
@media(max-width:767px) {
}
@media(max-width:767px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:768px) and (max-width:991px) {
}
@media(min-width:992px) and (max-width:1199px) {
}
@media(min-width:992px) and (max-width:1199px) {
}
@media(min-width:992px) and (max-width:1199px) {
}
@media(min-width:992px) and (max-width:1199px) {
}
@media(min-width:1200px) {
}
@media(min-width:1200px) {
}
@media(min-width:1200px) {
}
@media(min-width:1200px) {
}
@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;
}
}@media print {
}
@media print {
}
@media print {
}
@media print {
}
@media print {
    .hidden-print {
    display: none!important;
}
}.btn-bfc {
    color: #fff!important;
}
.bfc_modal {
    font-size: 12px!important;
    padding: 28.8px 5px!important;
}
li.phone.cphone.phone {
    right: 160px;
}
@media screen and (max-width:320px) {
    li.phone.cphone.phone {
    right: 120px;
}
.bfc_modal {
    font-size: 9px!important;
    padding: 28.8px 4px!important;
}
}li.phone.cphone.phoneLogin {
    right: 20px;
}
body {
    background-color: #fff;
    color: #9a9a9a;
    font-size: 12px;
    font-family: montserrat, sans-serif;
}
input[type=email] {
    text-transform: lowercase;
}
input[type=email]::-webkit-input-placeholder {
    text-transform: capitalize;
}
input[type=email]::-moz-placeholder {
    text-transform: capitalize;
}
input[type=email]:-ms-input-placeholder {
    text-transform: capitalize;
}
input[type=email]:-moz-placeholder {
    text-transform: capitalize;
}
.modal {
    z-index: 1060;
}
.modal-backdrop {
    z-index: 1059;
}
.form-control {
    font-size: 13px!important;
}
[data-icon]:before {
    content: attr(data-icon);
}
.icon-facebook-logo:before {
    content: "\61"}
.icon-google-plus:before {
    content: "\62"}
.icon-linkedin:before {
    content: "\63"}
.icon-pinterest-logo:before {
    content: "\64"}
.icon-twitter:before {
    content: "\65"}
.icon-envelope:before {
    content: "\66"}
.icon-call:before {
    content: "\67"}
.icon-heart:before {
    content: "\68"}
.icon-music-player-play:before {
    content: "\69"}
.icon-down-arrow:before {
    content: "\6a"}
[class*=" icon-"]:before, [class^=icon-]:before, [data-icon]:before {
    font-family: homelane!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row.gutter-30 {
    margin: 0 -30px;
}
.row.gutter-30>div[class|=col] {
    padding-right: 30px;
    padding-left: 30px;
}
.container-64 {
    padding-right: 64px;
    padding-left: 64px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width:991px) {
    .container-64 {
    padding-right: 15px;
    padding-left: 15px;
}
}a {
    color: #002777 !important;
    text-decoration: none;
}
a:hover, a:focus {
    color: #9a9a9a;
    text-decoration: none;
}
.btn-scheme-1 {
    background-color: #002777 !important;
    color: #fff;
    font-size: 14px;
    border-color: #002777;
}
.btn-scheme-1:hover, .btn-scheme-1:focus {
    background-color: #43E2A4 !important;
    color: #f6f6f6;
}
.btn-warm-red {
    background-color: #ef4626;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1;
    min-width: 105px;
}
.btn-warm-red:hover, .btn-warm-red:focus {
    background-color: #ef4626;
    color: #f1f1f1;
}
.btn-border-warm-red {
    background-color: #fff;
    border: 1px solid #ef4626;
    color: #ef4626;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 5px!important;
    line-height: 1;
}
.btn-border-warm-red:hover, .btn-border-warm-red:focus {
    background-color: #fff;
    color: #d02c0d;
    outline: none!important;
}
.btn-border-grey-worm-red {
    background-color: transparent;
    color: #696969;
    font-size: 12px;
    border: 1px solid #696969;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1;
    min-width: 105px;
}
.btn-border-grey-worm-red:hover, .btn-border-grey-worm-red:focus {
    background-color: #ef4626;
    color: #fff;
    border-color: #ef4626;
}
.btn-warm-red-link {
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn-warm-red-link:hover, .btn-warm-red-link:focus {
    color: #ef4626;
    text-decoration: underline;
    background-color: transparent;
}
.desktop-top-nav {
    background-color: #f7f7f7;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    border: none;
    min-height: auto;
}
.desktop-top-nav .container-fluid {
    padding: 6px 48px;
    letter-spacing: -.12px;
    line-height: normal;
}
.desktop-top-nav .nav {
    padding-top: 0;
    padding-bottom: 0;
}
.desktop-top-nav .nav>li.new {
    position: relative;
}
.desktop-top-nav .nav>li.new span {
    display: inline-block;
    background-color: red;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
    line-height: 1;
    padding: 2px 4px 3px;
    border-radius: 4px;
    font-weight: 600;
    margin-left: 3px;
}
.desktop-top-nav .nav>li>a {
    line-height: inherit;
    padding-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
    color: #838383;
    padding-right: 0;
    margin-left: 28.8px;
}
.desktop-top-nav .nav>li>a:focus, .desktop-top-nav .nav>li>a:hover {
    background-color: transparent;
    color: #f99d1c;
    transition: .5s all ease;
}
.desktop-top-nav .navbar-right {
    margin-right: 0;
}
.desktop-top-nav .nav>li.city[aria-expanded=true] {
    background-color: #f7f7f7;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1050;
}
.desktop-top-nav .nav>li.city[aria-expanded=true] .mdi-chevron-down:before {
    content: "\F143"}
.desktop-top-nav .nav>li.city b {
    color: #393939;
}
.desktop-top-nav .nav>li.city i.mdi-chevron-down {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.desktop-top-nav .nav>li.phone>a {
    color: #fff;
    font-weight: 500;
}
.desktop-top-nav .nav>li.careers>a {
    color: #f95656;
    font-weight: 600;
}
.desktop-top-nav .nav>li.phone>a>svg {
    margin-top: -2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #fffc;
    line-height: 1;
    vertical-align: top;
    margin-left: 2px;
}
.desktop-top-nav li.dropdown {
    display: block;
}
.desktop-top-nav li.dropdown>a {
    position: relative;
    padding-right: 37px;
}
.desktop-top-nav li.dropdown>a>i.mdi-chevron-down {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.desktop-top-nav li .dropdown-menu {
    margin-top: 5px;
}
.desktop-top-nav li .dropdown-menu>li>a {
    line-height: 35px;
    padding: 0 20px;
}
.desktop-top-nav li .dropdown-menu>li>a:focus, .desktop-top-nav li .dropdown-menu>li>a:hover, .desktop-top-nav li .dropdown-menu>li>a.active {
    color: #fff;
    background-color: #f95656;
    margin-top: -1px;
    padding-top: 1px;
}
.desktop-top-nav li .dropdown-menu>li>a:focus div, .desktop-top-nav li .dropdown-menu>li>a:hover div, .desktop-top-nav li .dropdown-menu>li>a.active div {
    border-color: #f95656;
}
.desktop-top-nav li .dropdown-menu>li>a>div {
    border-bottom: 1px solid #e4e4e4;
}
.desktop-top-nav li.sell-on {
}
.desktop-top-nav li.sell-on>a {
    padding-right: 15px;
}
.desktop-top-nav li.sell-on.open>a {
    background-color: transparent;
    border-color: transparent;
}
.desktop-top-nav li.sell-on .dropdown-menu:before {
    content: '';
    border: 6px solid #fff;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -6px;
    right: 50px;
}
.desktop-top-nav li.sell-on .dropdown-menu {
    background-color: #fff;
    margin-top: 5px;
    border-radius: 0;
    box-shadow: none;
    border-color: #f7f7f7;
    width: 300px;
    padding: 15px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    font-weight: 400;
}
.desktop-top-nav li.sell-on h4 {
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}
.desktop-nav {
    border: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #575757;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}
.desktop-nav.affix {
    width: 100%;
    width: 100%;
    top: 0;
    z-index: 1050;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.desktop-nav.affix+.header-padding {
    padding-top: 60px;
}
.desktop-nav .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}
.desktop-nav .navbar-brand {
    color: #888;
    font-size: 27px;
    font-weight: 500;
    padding: 5px 5px 5px 5px; /*0 25px 5px 15px;*/
    float: none;
    height: auto;
    line-height: 60px;
    display: block;
    margin-top: 0;
    z-index: 999;
    position: relative;
}
.desktop-nav .navbar-brand span {
    color: #ed5313;
}
.desktop-nav .navbar-brand svg {
    width: 150px;
}
.desktop-nav li {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
}
.desktop-nav li:focus {
    background-color: #fff;
}
.desktop-nav .navbar-left li.active a {
    color: #404040;
    font-weight: 500;
}
.desktop-nav .navbar-left li:hover:after, .desktop-nav .navbar-left li.active:after {
    background-color: #ed5313;
}
.desktop-nav li a {
    position: relative;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #474a50;
}
.desktop-nav .nav>li>a:focus, .desktop-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.desktop-nav .nav .open>a, .desktop-nav .nav .open>a:focus, .desktop-nav .nav .open>a:hover {
    background-color: transparent;
    border: 0;
}
.desktop-nav li.dropdown {
    display: block;
}
.desktop-nav li.dropdown>a {
    position: relative;
}
.desktop-nav li.dropdown>a>i.mdi-chevron-down {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.desktop-nav li .dropdown-menu {
    border-top: 0;
    background-color: #fff;
}
.desktop-nav li .dropdown-menu>li>a {
    line-height: 50px;
}
.desktop-nav li .dropdown-menu>li>a:focus, .desktop-nav li .dropdown-menu>li>a:hover, .desktop-nav li .dropdown-menu>li>a.active {
    color: #fff;
    background-color: #f95656;
    margin-top: -1px;
    padding-top: 1px;
}
.desktop-nav li .dropdown-menu>li>a:focus div, .desktop-nav li .dropdown-menu>li>a:hover div, .desktop-nav li .dropdown-menu>li>a.active div {
    border-color: #f95656;
}
.desktop-nav li .dropdown-menu>li>a>div {
    border-bottom: 1px solid #e4e4e4;
}
.desktop-nav li.dropdown.user>a {
    position: relative;
    padding: 4px 5px;
}
.desktop-nav li.dropdown.user .profile {
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 2px solid #b2b2b2;
    border-radius: 50%}
.desktop-nav li.dropdown.user .profile .content {
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    font-weight: 600;
    color: #f95656;
    line-height: 25px;
    font-size: 18px;
}
.desktop-nav li.dropdown.user .profile img {
    width: 100%;
    vertical-align: top;
}
.desktop-nav .navbar-right {
    padding: 0 15px;
    margin-right: 0;
}
.desktop-nav .navbar-right>li {
    padding: 10px 0;
}
.desktop-nav .navbar-right li a {
    line-height: 40px;
}
.desktop-nav .navbar-right li .label {
    background-color: #f95656;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    padding: .2em .4em .3em;
    font-size: 10px;
    line-height: 1;
}
.desktop-nav .navbar-right li.active a {
    color: #5b5b5b;
    padding: 0 15px;
    line-height: 60px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
.desktop-nav .navbar-right li.dropdown>a {
}
.desktop-nav .navbar-right .btn-c {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    line-height: 1;
    border-radius: 0;
}
.desktop-nav .navbar-right .btn-c:hover, .desktop-nav .navbar-right .btn-c:focus {
    color: #f1f1f1;
}
.desktop-nav li.notification {
}
.desktop-nav li.notification .new-notifications .read h4 {
    color: #aaa;
}
.desktop-nav li.notification .new-notifications .read p {
    color: #d0cece;
}
.desktop-nav li.notification .notification-icon i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}
.desktop-nav li.notification .notification-icon .badge {
    position: absolute;
    top: 6px;
    right: 5px;
    display: inline-block;
    background-color: #f44336;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    text-align: center;
}
.desktop-nav li.notification .dropdown-menu {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
    width: 350px;
    border: 0;
    right: -352px;
    display: block;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    padding: 25px 25px 0;
}
.desktop-nav li.notification .dropdown-menu>li>a {
    display: block;
    padding: 0;
}
.desktop-nav li.notification .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 10px;
}
.desktop-nav li.notification .dropdown-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.desktop-nav li.notification .new-notifications .notification-loader {
    border-bottom: 0;
    margin-bottom: 0;
}
.desktop-nav li.notification .loader {
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left, #3a7eee 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #3a7eee 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #3a7eee 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #3a7eee 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #3a7eee 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: pageLoader 1.4s infinite linear;
    animation: pageLoader 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.desktop-nav li.notification .loader:before {
    width: 50%;
    height: 50%;
    background: #3a7eee;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''}
.desktop-nav li.notification .loader:after {
    background: #fff;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.desktop-nav li.notification .new-notifications li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.desktop-nav li.notification li.dropdown-header {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    line-height: 1;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
    margin-left: -25px;
    padding-left: 25px;
    margin-right: -25px;
    padding-right: 25px;
}
.desktop-nav li.notification .dropdown-header .dropdown-close {
    position: absolute;
    top: 0;
    right: 25px;
    color: #2d2d2d;
    font-size: 23px;
    padding: 0;
    line-height: 1;
    margin: 0;
}
.desktop-nav li.notification .title {
    margin-bottom: 10px;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
}
.desktop-nav li.notification li.load-more {
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    background-color: #f3f3f3;
    padding: 15px;
    font-size: 12px;
    cursor: pointer;
    color: #626262;
    bottom: 0;
    position: absolute;
    width: 100%}
.desktop-nav li.notification p {
    color: #b7b7b7;
    margin: 0 0 10px;
    line-height: 1.5;
}
.desktop-nav li.notification.open>a, .desktop-nav li.notification.open>a:focus, .desktop-nav li.notification.open>a:hover {
    background-color: transparent;
    border-color: #3f3f3f;
}
.desktop-nav li.notification.open .dropdown-menu {
    right: 0;
}
.desktop-nav li.notification .new-notifications.active {
    height: 100%;
    overflow-y: scroll;
}
@media(min-width:992px) and (max-width:1199px) {
    .desktop-nav .navbar-right li a {
    padding: 0 7px;
    font-size: 13px;
}
.desktop-nav .navbar-brand {
    padding: 0 22px 0 30px;
}
}@media(min-width:992px) and (max-width:1064px) {
    .desktop-nav .navbar-right {
    padding-left: 0;
}
}.rag-carousel-lazy-loader {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
}
.rag-carousel-lazy-loader-content {
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -40px;
}
.rag-carousel-lazy-loader-dot {
    background-color: #fff;
    float: left;
    height: 8px;
    margin-left: 4px;
    width: 8px;
    animation-name: rag-carousel-lazy-animation;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: .8775s;
    -o-animation-duration: .8775s;
    -ms-animation-duration: .8775s;
    -webkit-animation-duration: .8775s;
    -moz-animation-duration: .8775s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.rag-carousel-lazy-loader-dot-1 {
    animation-delay: .1795s;
    -o-animation-delay: .1795s;
    -ms-animation-delay: .1795s;
    -webkit-animation-delay: .1795s;
    -moz-animation-delay: .1795s;
}
.rag-carousel-lazy-loader-dot-2 {
    animation-delay: .4055s;
    -o-animation-delay: .4055s;
    -ms-animation-delay: .4055s;
    -webkit-animation-delay: .4055s;
    -moz-animation-delay: .4055s;
}
.rag-carousel-lazy-loader-dot-3 {
    animation-delay: .5285s;
    -o-animation-delay: .5285s;
    -ms-animation-delay: .5285s;
    -webkit-animation-delay: .5285s;
    -moz-animation-delay: .5285s;
}
@keyframes rag-carousel-lazy-animation {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-o-keyframes rag-carousel-lazy-animation {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-ms-keyframes rag-carousel-lazy-animation {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-webkit-keyframes rag-carousel-lazy-animation {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-moz-keyframes rag-carousel-lazy-animation {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
.rag-lazy-animation {
    background-color: #ddd;
    position: relative;
}
.rag-lazy-animation>img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rag-lazy-bg {
    background-color: #ddd;
    -webkit-transition: background .5s, background-image .5s;
    transition: background .5s, background-image .5s;
}
.rag-lazy-bg.rag-lazy-img {
    background-color: transparent;
}
.contact {
    margin-bottom: 30px;
}
.contact a {
    color: #448aff;
    cursor: pointer;
    font-size: 15px;
}
.contact h3 {
    color: #737373;
    margin-top: 15px;
}
.contact p {
    color: #3e3d3d;
    margin: 0;
}
.contact-border {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.general-modal {
    text-align: center;
    padding: 0!important;
}
.general-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.general-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.general-modal.modal.fade.in .modal-dialog {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media(min-width:768px) {
    #login_register_popup.referral .modal-dialog {
    width: 375px!important;
}
}.general-modal .light-yellow {
    background-color: #fffde4;
}
.general-modal .light-grey {
    background-color: #fafafa;
}
.general-modal .black-text {
    color: #464646;
}
.general-modal .green-text {
    color: #009688;
}
.general-modal .brick-text {
    color: #f64f43;
}
.general-modal .sky-blue-text {
    color: #63b5f7;
}
.general-modal .modal-content {
    border-radius: 10px;
}
.general-modal .modal-content.p0 {
    padding: 0;
}
.general-modal .modal-header {
    background-color: transparent;
    min-height: 16.43px;
    padding: 40px 40px 15px;
    border-bottom: none;
    color: #5e5d5d;
}
.general-modal .modal-title {
    font-weight: 900;
    font-size: 20px;
}
.general-modal .modal-body {
    position: relative;
    padding: 15px 40px;
    color: #737373;
    font-size: 16px;
    line-height: 1.5;
}
.general-modal .modal-footer {
    padding: 15px 40px 40px;
    text-align: left;
    border-top: none;
}
.general-modal.fixed-Height .modal-body {
    height: 200px;
    position: relative;
    padding: 15px 40px;
    color: #737373;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: auto;
    margin-right: -17px;
    overflow-x: hidden;
}
.general-modal.fixed-Height .modal-footer {
    padding: 20px 40px 40px;
    text-align: left;
    border-top: none;
    box-shadow: 0 -5px 5px #eee;
}
.general-modal .modal-header .close {
    color: #757575;
    opacity: 1;
    line-height: 1;
    font-size: 28px;
    outline: none;
    font-weight: 500;
}
@media(min-width:768px) {
    .general-modal .modal-dialog {
    width: 500px;
    margin: 30px auto;
}
}.general-modal .carousel-inner {
    min-height: 263px;
}
.general-modal .carousel-inner>.item {
    width: 100%;
    overflow: hidden;
}
.general-modal .carousel-indicators {
    margin: 0;
    width: auto;
    right: 30px;
    left: auto;
    bottom: 30px;
}
.general-modal .btn-brick {
    background-color: #f64f43;
    border-radius: 2px;
    text-transform: uppercase;
}
.general-modal .btn-grey {
    border-radius: 2px;
    text-transform: uppercase;
}
.general-modal .error-message {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    font-weight: 500;
    color: #f64f43;
    margin-left: 10px;
}
.general-modal textarea {
    color: #aaa;
    margin-bottom: 7px;
    height: 100px;
    overflow-y: hidden;
    background-color: #fff;
    width: 100%}
.general-modal .quastion {
    color: #444;
}
.general-modal .quastion.b {
    color: #5e5d5d;
    font-weight: 800;
    font-size: 17px;
}
.general-modal .answer {
    font-size: 14px;
}
.general-modal .answer.m {
    color: #9f9d8d;
    margin-bottom: 25px;
}
.general-modal .on-first-load a {
    text-transform: uppercase;
    font-size: 14px;
    color: #2196f3;
    font-weight: 500;
    text-decoration: underline;
}
.general-modal .description {
    color: #929292;
    font-size: 15px;
    margin-bottom: 20px;
}
.general-modal textarea {
    resize: none;
    color: #aaa;
    margin-bottom: 7px;
    height: 100px;
    overflow-y: hidden;
    background-color: #fff;
    width: 100%}
.general-modal .form label {
    color: #7a7878;
    font-weight: 400;
    font-size: 13px;
}
.general-modal .form .form-control {
    border-radius: 3px;
}
.general-modal .full-width-btns {
    margin-left: -8px;
    margin-right: -8px;
}
.general-modal .full-width-btns>div[class|=col] {
    padding-left: 8px;
    padding-right: 8px;
}
.general-modal .full-width-btns .btn {
    text-transform: none;
    padding: 10px 15px;
    width: 100%}
.general-modal.no-min-height .modal-dialog {
    min-height: auto;
}
.general-modal.no-min-height .modal-body {
    min-height: auto;
}
.general-modal.no-min-height .modal-content {
    min-height: auto;
}
.general-modal.whf {
}
.general-modal.whf .close {
    margin-right: 40px;
    margin-top: 32px;
    color: #757575;
    opacity: 1;
    line-height: 1;
    font-size: 28px;
    outline: none;
    font-weight: 500;
    position: relative;
    z-index: 10;
}
.general-modal.whf .modal-body {
    padding: 40px;
}
@media(max-width:767px) {
    .general-modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1048;
    outline: 0;
}
.general-modal:before {
    display: none;
}
.general-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}
.general-modal .carousel-inner {
    padding: 20px;
}
.general-modal.modal.fade.in .modal-dialog {
    margin: 0;
}
.general-modal.modal.fade .modal-dialog {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.general-modal .light-yellow {
    background-color: #fffde4;
}
.general-modal .light-grey {
    background-color: #fafafa;
}
.general-modal .black-text {
    color: #464646;
}
.general-modal .green-text {
    color: #009688;
}
.general-modal .brick-text {
    color: #f64f43;
}
.general-modal .sky-blue-text {
    color: #63b5f7;
}
.general-modal .modal-content {
    min-height: 265px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-style: none;
    padding: 0 15px;
}
.general-modal .modal-header {
    background-color: transparent;
    min-height: 16.43px;
    padding: 25px 15px 9px;
    border-bottom: none;
    color: #5e5d5d;
}
.general-modal .modal-title {
    font-weight: 900;
    font-size: 20px;
}
.general-modal .modal-body {
    min-height: 140px;
    position: relative;
    padding: 15px 15px 6px;
    color: #737373;
    font-size: 16px;
    line-height: 1.5;
}
.general-modal .modal-body .form-group {
    margin-bottom: 5px;
}
.general-modal .modal-body .padding {
    padding-right: 0;
}
.general-modal .modal-footer {
    padding: 15px 10px;
    text-align: left;
    border-top: none;
}
.general-modal .modal-footer .btn-blue {
    background-color: #2196f3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1;
}
.general-modal .modal-footer .btn-right {
    float: right;
}
.general-modal .modal-header .close {
    color: #757575;
    opacity: 1;
    line-height: 1;
    font-size: 28px;
    outline: none;
    font-weight: 500;
}
.general-modal .full-width-btns .btn {
    text-transform: none;
    padding: 13px;
    width: 100%;
    font-size: 11px;
}
.model-slide-from-bottom:not(.in).bottom .modal-dialog {
}
}
@-webkit-keyframes pageLoader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes pageLoader {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.page-loader-hl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2247483648!important;
    background-color: #fff;
}
.page-loader-hl .content {
    width: 142px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -71px;
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
}
.page-loader-hl .loader {
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #F26952 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #F26952 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: pageLoader 1.4s infinite linear;
    animation: pageLoader 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.page-loader-hl .loader:before {
    width: 50%;
    height: 50%;
    background: #f26952;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''}
.page-loader-hl .loader:after {
    background: #fff;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-loader-hl .logo {
    color: #888;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
.page-loader-hl .logo span {
    color: #f26952;
}
.term-condition-line {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    margin-top: 6px;
}
.term-condition-link {
    color: #FF3D45;
}
li.dropdown-profile {
    position: relative;
    padding: 29px 30px 26px 102px;
    min-height: 100px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 4px;
}
li.dropdown-profile .img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
li.dropdown-profile h3 {
    font-size: 14px;
    color: #4b4b4b;
    margin: 0 0 5px;
    font-weight: 600;
}
li.dropdown-profile p {
    font-size: 12px;
    color: #949494;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
    line-height: 1.2;
}
.nav-bar .drop-down-menu li.dropdown-profile>a {
    font-size: 12px;
    color: #a8a8a8;
    padding: 0;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1;
}
li.logout {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
li.logout>a {
    color: #959595;
}
.drop-down-menu li a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 300;
}
.m-account {
    text-decoration: underline;
    padding-left: 0!important;
    line-height: 0!important;
    color: #949494!important;
    font-size: 12px!important;
}
.my-account {
    color: #002777 !important;
    padding-right: 0!important;
    padding-left: 0!important;
}
.navbar {
    min-height: 44px;
}
header {
    position: relative;
    z-index: 10;
}
.footer-des, .footer-link {
    color: rgba(71, 74, 80, .8);
    line-height: 22px!important;
    font-weight: 400;
}
.footer-des {
    text-align: justify;
}
.hamburg.close .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
}
.hamburg.close .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -6px;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
}
.overflow {
    overflow: hidden;
}
@media(max-width:767px) {
    .mobile-single {
    display: inline-block;
}
.mobile-single:nth-child(2) .underline-wrapper {
    padding-left: 10px;
}
.opacity-none.nav-link {
    padding-left: 0;
}
}.opacity-none {
    opacity: 1;
}
footer {
    position: relative;
    background: #fff;
    margin-top: .3rem;
    z-index: 11;
}
.footer-menu {
    padding: 0px 48px 64px 48px;
}
@media(max-width:767px) {
    .footer-menu {
    padding: 2rem;
}
}.footer-menu__links-list {
    display: block;
    padding-left: 0;
}
.footer-menu__links-list li {
    margin-right: 32px;
}
.our-branches, .our-branches figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-branches {
    text-align: center;
    padding-top: .5rem;
}
@media(max-width:767px) {
    .our-branches {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: .5rem;
}
}.our-branches figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
@media(max-width:767px) {
    .our-branches figure {
    margin-left: .2rem;
    margin-right: .2rem;
}
}@media(min-width:1200px) {
    .our-branches figure {
    margin-bottom: 16px;
    margin-right: 40px;
}
}@media(min-width:1600px) {
    .our-branches figure {
    margin-right: 72px;
}
}.our-branches__title {
    color: rgba(71, 74, 80, .67);
    font-weight: 600;
}
.our-branches__icon {
    font-size: 80px;
    height: 80px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: rgba(71, 74, 80, .35);
}
.flex-center, .footer-sub {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.icon--sm {
    font-size: 16px;
}
.mr-2 {
    margin-right: .5rem!important;
    margin-bottom: -5px;
}
.footer-sub {
    padding: 48px 24px;
}
.footer-social-links a svg:hover, .footer-social-links a svg:active, .footer-social-links a svg:focus, .footer-contact a:hover, .footer-contact a:active, .footer-contact a:focus {
    color: #002777 !important;
    fill: #002777 !important;
}
svg.mright5:hover {
    fill: #002777;
}
@media(min-width:768px) {
    .footer-sub {
    padding: 1rem 2rem;
}
}@media(min-width:992px) {
    .footer-sub {
    padding: 24px 48px;
    padding-top: 25px;
    padding-bottom: 49px;
    margin-bottom: 55px;
}
.footer-contact, .footer-link, .main-header__link, .navtop-menu .nav-link, .our-branches__title {
    line-height: 22px;
}
}.footer-sub p {
    color: #474a50;
    font-size: 14px;
}
@media(max-width:767px) {
    .footer-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-sub__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.footer-contact, .footer-social-links, .footer-sub p {
    padding: .5rem 0;
}
}.footer-social-links__item {
    color: rgba(71, 74, 80, .8);
    margin: 0 12px;
    font-family: montserrat, sans-serif;
    font-size: 16px;
}
.footer-link {
    color: rgba(71, 74, 80, .8);
    font-weight: 600;
}
.footer-link:hover {
    color: #002777;
}
.footer-contact__item {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 2rem;
    color: #474a50;
}
.footer-contact__item:last-child {
    margin-right: 0;
}
.footer-contact__item:last-child {
    margin-right: 0;
}
.footer-menu__links-list li {
    list-style: none;
    display: inline-block;
    padding-bottom: 10px;
}
.footer-menu__links-list ul {
    padding-left: 0!important;
}
.footer-logo img {
    width: auto;
}
.border-top {
    border-top: 1px solid #f1f1f1;
}
.footer-sub {
    margin-bottom: 0;
}
.brand-logo-w {
    width: 150px;
}
.icon-kolkata:before {
    content: "\78"}
.icon-pune:before {
    content: "\79"}
.icon-mumbai:before {
    content: "\6b"}
.icon-hyderabad:before {
    content: "\6e"}
.icon-delhi:before {
    content: "\6f"}
.icon-chennai:before {
    content: "\70"}
.icon-bangalore:before {
    content: "\71"}
@media(min-width:1200px) {
    .our-branches figure {
    margin-right: 60px;
    margin-bottom: 16px;
}
}.desk-foo {
    padding: 0!important;
}
.section-padding-xss {
    position: relative;
    padding: 48px 0;
    z-index: 10;
    background: #000000;
}
@media(min-width:768px) {
    .section-padding-xss {
    padding: 48px 0;
}
}@media(min-width:992px) {
    .section-padding-xss {
    padding: 38.4px 0;
}
}@media(min-width:1600px) {
    .section-padding-xss {
    padding: 128px 0;
}
}.sudeo--left {
    left: 0;
    bottom: 0;
}
.left-line:after, .sudeo {
    position: absolute;
}
@media(min-width:1600px) {
    .sudeo--right {
    top: -6rem;
}
}.sudeo--right {
    top: 0;
    right: 0;
}
.w-right {
    width: 60%}
@media(min-width:1600px) {
    .w-right {
    width: 100%}
}@media(min-width:1200px) {
    .w-right {
    width: 60%}
}@media(min-width:992px) {
    .w-right {
    width: 60%}
}@media(min-width:768px) {
    .w-right {
    width: 60%}
}@media(min-width:576px) {
    .w-right {
    width: 60%}
}.icons {
    background-image: url(https://super.homelane.com/web2.0/feature_sprite1.png);
    position: absolute;
    left: 50%;
    -webkit-background-size: 430px 430px;
    background-size: 430px;
    background-repeat: no-repeat;
    width: 47px;
    height: 45px;
    display: inline-block;
    top: -56px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icons--waranty {
    background-position: -12px -13px;
}
.icons--insta {
    background-position: -84px -13px;
}
.icons--designers {
    background-position: -156px -13px;
}
.icons--service {
    background-position: -226px -13px;
}
.fig-thumbnail {
    position: relative;
}
.pb-4, .py-4 {
    padding-bottom: 24px!important;
}
.features-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.fig-thumbnail__title {
    font-size: 16px!important;
}
.fig-thumbnail__title {
    color: #fff;
    margin-bottom: .5rem;
}
@media(min-width:1600px) {
    .fig-thumbnail__title {
    font-size: 18px!important;
    line-height: 28px;
}
}@media(min-width:992px) {
    .fig-thumbnail__title {
    font-size: 18px!important;
    line-height: 28px;
}
}@media(min-width:768px) {
    .fig-thumbnail__title {
    font-size: 18px!important;
    line-height: 28px;
}
}.fig-thumbnail__title {
    font-size: 16px!important;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}
.fig-thumbnail__des {
    font-size: 12px!important;
    line-height: 24px;
}
.fig-thumbnail__des {
    color: rgba(255, 255, 255, .7);
    margin: 0 40px;
}
.link {
    color: #002777;
}
.features-container-interpreter {
    position: relative;
}
@media(min-width:1366px) {
    .features-container-interpreter: before {
    content: "";
    position: absolute;
    width: 1px;
    background: #ededed;
    height: calc(100% + 104px);
    opacity: .2;
    top: 55px;
    left: 13.5px;
}
}@media(min-width:1600px) {
    .features-container-interpreter: before {
    left: -4.5px;
    ures-container;
}
}@media(min-width: 1900px) {
    .features-container-interpreter: before {
    height: calc(100% + 224px);
    top: 65px;
    left: -16.5px;
}
}.desktop-top-nav .nav>li.phone>a:hover {
    color: #f99d1c;
}
.desktop-top-nav .nav>li.phone>a>svg:hover {
    fill: #f99d1c;
}
.desktop-nav .navbar-right .btn-r {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    line-height: 1;
    border-radius: 4px;
}
.desktop-nav .navbar-right .btn-r:hover, .desktop-nav .navbar-right .btn-c:focus {
    color: #f1f1f1;
}
#clockdiv {
    display: inline-block;
    margin-top: 10px;
}
#clockdiv .timer {
    padding: 4px;
    text-align: center;
}
#clockdiv .timer span {
    background: #ed4f33!important;
    width: 45px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
    padding: 7px;
}
#clockdiv .timerText {
    text-align: center;
    line-height: 0;
}
#clockdiv .smalltext {
    display: inline-block;
    width: 45px;
    font-size: 7px;
    margin-right: 4px;
    margin-top: 4px;
}
#clockdiv .caption {
    font-weight: 700;
}
.whatsapp-checkbox.hide {
    display: block!important;
}
label.whatsapp {
    margin-top: 2px;
}
label.whatsapp input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}
.check-label {
    font-size: 11px;
    color: #616161c7;
    display: inline-block;
    vertical-align: middle;
}
#main_header a.get-estimate.btn.btn-estimate.text-capitalize {
    font-size: 17px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
}
.mright5 {
    margin-right: 5px;
}
.primaryColor {
    color: #002777 !important;
}
.primaryBackColor {
    background: #002777 !important;
    border: 1px solid #002777 !important;
}
.st0 {
    fill: #4a4a4a;
}
.footer-social-links__item svg {
    vertical-align: middle;
}
.mtb-30 {
    padding: 30px 0;
    margin-left: -15px;
}
.desktop-nav li a {
    font-size: 17px;
    padding: 36px 8px;
}
.navbar-brand {
    color: #888;
    font-size: 27px;
    font-weight: 500;
    float: none;
    height: auto;
    line-height: 60px;
    display: block;
}
.desktop-nav .container-fluid {
    padding-right: 48px;
    padding-left: 48px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.btn-estimate {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 9.6px 19.2px!important;
    background-color: #002777 !important;
    border-color: #002777;
    border-radius: 2px;
    margin-bottom: 0;
    margin-top: 0;
}
.btn-estimate:hover {
    color: #fff;
}
.nav-profile {
    border-bottom: 1px solid #e0e0e0;
}
.nav-profile .dp-img {
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-profile .back-btn i {
    font-size: 32px;
    margin-left: -10px;
}
.nav-profile .menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 3.3;
}
.nav-profile .dp-notify-count {
    position: absolute;
    top: 1px;
    right: 3px;
    z-index: 1;
    background-color: #f44336;
    height: 14px;
    font-size: 11px;
    line-height: 13px;
    padding: 0 4px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
}
.drop-down {
    position: relative;
    top: 0;
}
.drop-down-menu {
    position: absolute;
    top: 100%;
    top: calc(100% + 8px);
    right: -5px;
    list-style: none;
    width: 280px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px #eee;
    z-index: 1;
    display: none;
    list-style-type: none;
    padding-left: 0;
}
.nav-bar .drop-down-menu>li {
    float: none;
}
.nav-bar .drop-down-menu>li>a {
    padding: 10px 20px;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 14px;
}
.nav-bar .drop-down-menu>li:nth-child(2)>a {
    margin-top: 10px;
}
.drop-down-menu:before, .drop-down-menu:after {
    content: '';
    border: 10px solid #eee;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -10px;
    right: 14px;
}
.drop-down-menu:after {
    border-bottom-color: #fff;
    border-width: 10px;
}
.drop-down-menu:before {
    border-width: 11px;
    margin-top: -1px;
    margin-right: -1px;
}
.drop-down:hover .drop-down-menu {
    display: block;
}
li.dropdown-profile {
    position: relative;
    padding: 29px 30px 26px 102px;
    min-height: 100px;
    border-bottom: 1px solid #e0e0e0;
}
li.dropdown-profile .img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
li.dropdown-profile h3 {
    font-size: 14px;
    color: #4b4b4b;
    margin: 0 0 5px;
    font-weight: 600;
}
li.dropdown-profile p {
    font-size: 12px;
    color: #949494;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
    line-height: 1.2;
}
.nav-bar .drop-down-menu li.dropdown-profile>a {
    font-size: 12px;
    color: #a8a8a8;
    padding: 0;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1;
}
li.logout {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
li.logout>a {
    color: #959595;
}
.drop-down-menu li a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
}
.profile-image {
    top: 0;
    background-image: url(https://super.homelane.com/useravatar1.png);
    background-position: center;
    background-color: #f5f5f5;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.m-account {
    text-decoration: underline;
    padding-left: 0!important;
    line-height: 0!important;
    color: #949494!important;
    font-size: 12px!important;
}
.grey-header {
    background: #474a50;
}
.desktop-top-nav .nav>li>a {
    color: rgba(255, 255, 255, .8);
}
.get-estimate {
    padding-top: 9px!important;
    padding-bottom: 9px!important;
    color: #ffff!important;
    font-weight: 600;
}
.ul-center {
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.md-modal {
    position: fixed;
    top: 0;
    background-color: #474a50;
    z-index: 100000;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    visibility: hidden;
}
.md-modal__header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
@media(max-width:767px) {
    .md-modal__header {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
}@media(min-width:768px) {
    .md-modal__header {
    padding-bottom: 1.5rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
}.md-modal .circle {
    height: 45px;
    width: 45px;
}
@media(min-width:768px) {
    .md-modal .circle {
    height: 90px;
    width: 90px;
    border-radius: 50%}
}.btn--danger {
    color: #fff;
    background: #002777;
    font-weight: 600!important;
    padding: 8px 35px;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.md-close {
    position: absolute;
    top: 48px;
    right: 48px;
    cursor: pointer;
}
.md-close img {
    height: 20px;
    width: 20px;
}
.user-account .nav-link {
    font-family: montserrat, sans-serif;
    font-size: 26px!important;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.md-modal ul {
    list-style: none;
    padding: 0;
}
@media(min-width:768px) {
    .h3, .user-account .nav-link {
    font-size: 36px!important;
    line-height: 46px;
}
}@media(min-width:992px) {
    .h3, .user-account .nav-link {
    font-size: 40px!important;
    line-height: 50px;
}
}.user-account__item {
    margin-bottom: .5rem;
    position: relative;
}
@media(min-width:768px) {
    .user-account__item {
    margin-bottom: 2rem;
}
}.user-account__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 0;
    background: red;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
@media(min-width:768px) {
    .user-account__item: :before {
    top: 25px;
}
}.user-account__item.active::before, .user-account__item:focus::before, .user-account__item:hover::before {
    width: 50px;
}
@media(min-width:768px) {
    .user-account__item.active: :before, .user-account__item:focus::before, .user-account__item:hover::before {
    width: 65px;
}
}.user-account__item.active .nav-link, .user-account__item:focus .nav-link, .user-account__item:hover .nav-link {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.user-account .nav-link {
    color: #fff;
    display: inline-block;
}
.md-show .user-account .nav-link {
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
@media(min-width:768px) {
    .md-modal__body {
    padding-top: 40px;
}
.md-close {
    top: 48px;
    right: 48px;
}
.md-close img {
    height: 25px;
    width: 35px;
}
.user-account__item {
    margin-bottom: 32px;
}
.user-account__item::before {
    top: 25px;
}
}.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media(max-width:767px) {
    .media {
    padding: 1.5rem 0;
}
}.visit {
    margin-left: 0!important;
}
.p16 {
    padding: 8px 16px!important;
}
@media(min-width:1300px) {
    .desktop-nav .container-fluid {
    padding-top: 1px;
    padding-bottom: 1px;
}
}.loginRegModal {
    z-index: 1065;
    background-color: transparent;
}
.sign-in-up-backdrop {
    z-index: 1061;
}
.loginRegModal .modal-content {
    border-radius: 4px;
    display: none;
}
.loginRegModal .modal-content.active {
    display: block;
}
.loginRegModal .modal-header {
    position: relative;
}
.loginRegModal .modal-header {
    padding: 24px;
    padding-bottom: 0;
    border: 0;
}
.loginRegModal .modal-header .header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
}
.loginRegModal .modal-header .header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
}
.loginRegModal .modal-header .header .close {
    position: absolute;
    float: none;
    right: 24px;
    top: 24px;
    font-size: 30px;
    font-weight: 300;
    color: #404040;
    line-height: 1;
    opacity: 1;
}
.loginRegModal .fb-text {
    position: relative;
    font-size: 12px;
    color: #002777;
    margin-top: 2px;
    line-height: 22px;
    font-weight: 400;
}
.loginRegModal .or {
    position: relative;
    height: 48px;
}
.loginRegModal .or span {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 40px;
    font-size: 13px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
    color: #adadad;
    line-height: 1;
    top: 50%;
    margin-top: -6.5px;
    text-align: center;
}
.loginRegModal .or div {
    position: absolute;
    background-color: #e4e4e4;
    width: 100%;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    z-index: 1;
}
.loginRegModal .modal-body {
    padding: 0;
}
.loginRegModal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.loginRegModal .form-group {
    position: relative;
    margin-bottom: 20px;
}
.loginRegModal .form-control {
    box-shadow: none;
    border: 0!important;
    background: 0 0;
    border-radius: 0;
    padding: 0 0 6px!important;
    border-bottom: 1px solid rgba(71, 74, 80, .2)!important;
    font-weight: 400;
    height: auto!important;
    font-size: 14px;
    line-height: 22px;
}
.loginRegModal .form-control:focus {
    box-shadow: none!important;
}
.loginRegModal .form-control.error {
    border-color: #002777 !important;
    color: #e7bdbc!important;
}
.loginRegModal .form-control.error::-webkit-input-placeholder {
    color: #e7bdbc!important;
}
.loginRegModal .form-control option.top-city {
    background-color: #f2f2f2;
    font-weight: 500;
}
.loginRegModal .form-group label.error, .loginRegModal .form-group label.error-rob {
    color: #002777;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 22px;
    margin-top: 6px;
}
.loginRegModal .form-group .alert-success {
    padding: 5px;
    line-height: 16px;
}
.loginRegModal .form-group svg {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 18px;
    height: 18px;
    fill: #4caf50;
}
.loginRegModal .form-control.valid {
    padding-right: 32px;
    color: rgba(0, 0, 0, .87);
}
.loginRegModal .form-control.valid~svg {
    display: inline-block;
}
.loginRegModal .btn-block {
    margin-bottom: 24px;
    margin-top: 24px;
    padding-top: 0;
}
.loginRegModal .btn-block .btn {
    width: 100%;
    padding: 10px 20px;
    letter-spacing: -.12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    line-height: 22px;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
}
.loginRegModal .modal-footer {
    padding: 24px 0;
    margin: 0 24px;
    border-color: #e4e4e4;
    text-align: left;
    color: #535353;
}
.loginRegModal .modal-footer .login {
    color: #349cee;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    float: right;
}
.loginRegModal .recovery-block {
    padding-top: 24px;
    margin: 0;
}
.loginRegModal .referal-message {
    margin-bottom: 10px;
    font-size: 12px;
}
.loginRegModal .referal-message span {
    display: inline-block;
    background-color: #ffe1e1;
    color: #999;
    border: 1px dotted #bbb;
    padding: 3px 5px;
}
.loginRegModal .remember {
    margin: 0;
}
.loginRegModal .remember svg {
    fill: #9a9a9a;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
}
.loginRegModal .remember svg.check {
    display: none;
    fill: #f89e1c!important;
}
.loginRegModal .remember label {
    padding-left: 20px;
}
.loginRegModal .remember label.active svg.uncheck {
    display: none;
}
.loginRegModal .remember label.active svg.check {
    display: inline-block;
}
.loginRegModal .forgot {
    color: #f95656;
    font-weight: 500;
}
.loginRegModal .forgot:hover, .loginRegModal .forgot:focus {
    text-decoration: none;
}
.loginRegModal .pdp_passwordd_recovery {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    background: 0 0;
}
@media(max-width:768px) {
    .loginRegModal .modal-dialog {
    margin: 30px auto;
    min-height: 100%}
.loginRegModal .modal-body {
    padding: 0;
}
.loginRegModal .modal-header .header {
    margin-bottom: 20px;
    padding-bottom: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
}
.loginRegModal .modal-content {
    border-radius: 0;
    border: 0;
    min-height: 100%;
    box-shadow: none;
    margin: 0 15px;
}
.loginRegModal .recovery-block {
    padding-top: 20px;
    margin: 0;
}
.loginRegModal .social-btns>a {
    margin: 0;
    width: 48%;
    float: left;
    margin-right: 0;
}
.loginRegModal .social-btns .fb {
    margin-right: 4%}
.loginRegModal .social-btns:after, .loginRegModal .social-btns:before {
    content: '';
    clear: both;
    display: table;
}
.loginRegModal .remember label {
    font-size: 10px;
    font-weight: 400;
}
.m-8 {
    margin-top: -12%!important;
    transform: translateY(12%)!important;
}
}@media(min-width:320px) and (max-width:480px) {
    .loginRegModal .modal-header .header {
    padding-bottom: 15px;
}
.loginRegModal .modal-header .header .close {
    right: 15px;
    top: 12px;
}
.loginRegModal .modal-dialog {
    width: 100%}
.loginRegModal .modal-header {
    padding: 15px;
}
.loginRegModal .modal-body {
    padding: 0;
}
.loginRegModal .modal-footer {
    padding: 24px 0;
    margin: 0 15px;
}
.loginRegModal .social-btns i {
    position: absolute;
    right: 15px;
    font-size: 22px;
    top: 8px;
}
.loginRegModal .social-btns img {
    width: 22px;
    right: 6px;
}
.loginRegModal .social-btns .gp img {
    right: 6px;
    top: 8px;
}
.loginRegModal .social-btns .gp {
    padding-right: 28px;
    font-size: 11px;
    line-height: 1.8;
    padding-left: 10px;
}
.signup-block .btn-social {
    font-size: 13px;
}
.loginRegModal .social-btns svg {
    top: 7px;
}
}.modal.referral.signin-signup.referral {
    z-index: 1070;
}
.modal.referral.signin-signup.referral .form-group>svg {
    display: none;
    top: 25%;
    margin-top: 0;
    right: 10px;
    width: 18px;
    height: 18px;
}
.modal.referral.signin-signup.referral .referal-header img {
    width: 100px;
}
.modal.referral.signin-signup.referral .form-control {
    height: auto;
    padding: 12px;
}
.modal.referral.signin-signup.referral .signin-block:not(.active) {
    display: none;
}
.modal.referral.signin-signup.referral .signup-block:not(.active) {
    display: none;
}
.modal.referral.signin-signup .referal-message {
    margin-bottom: 10px;
    font-size: 12px;
}
.modal.referral.signin-signup .referal-message span {
    display: inline-block;
    background-color: #ffe1e1;
}
.bg-gray {
    background: #fafafa;
}
.px-0 {
    padding: 0!important;
}
.mx-0 {
    margin: 0!important;
}
.p-4 {
    padding: 24px!important;
}
.m-4 {
    margin: 24px;
}
.img-cus {
    width: 100%;
    height: 100%!important;
}
#login_register_popup .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    z-index: 1052;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    outline: 0!important;
}
#login_register_popup .form-heading {
    color: #474a50;
    font-size: 22px;
    padding: 0 0 14px;
    font-family: montserrat, sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
@media(min-width:992px) {
    #login_register_popup h4 {
    font-size: 30px!important;
    line-height: 40px;
}
}.label-form {
    color: #474a50!important;
    margin-bottom: 0!important;
    letter-spacing: -.34px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
}
.ui.form ::-webkit-input-placeholder {
    color: rgba(191, 191, 191, .87);
}
.ui.form :-ms-input-placeholder {
    color: rgba(191, 191, 191, .87)!important;
}
.ui.form ::-moz-placeholder {
    color: rgba(191, 191, 191, .87);
}
.ui.form :focus::-webkit-input-placeholder {
    color: rgba(115, 115, 115, .87);
}
.ui.form :focus:-ms-input-placeholder {
    color: rgba(115, 115, 115, .87)!important;
}
.ui.form :focus::-moz-placeholder {
    color: rgba(115, 115, 115, .87);
}
.loginRegModal .form-group label.error ::-webkit-input-placeholder {
    color: #e7bdbc!important;
}
.loginRegModal .form-group label.error :-ms-input-placeholder {
    color: #e7bdbc!important;
}
.loginRegModal .form-group label.error ::-moz-placeholder {
    color: #e7bdbc;
}
.loginRegModal .form-group label.error :focus::-webkit-input-placeholder {
    color: #da9796!important;
}
.loginRegModal .form-group label.error :focus:-ms-input-placeholder {
    color: #da9796!important;
}
.loginRegModal .form-group label.error :focus::-moz-placeholder {
    color: #da9796;
}
.social-links__img {
    width: 30px;
    height: 30px;
    margin: 10px 8px;
}
.fnt-xs {
    font-size: 12px;
    line-height: 22px;
    color: #212529;
    font-weight: 400;
}
.forget, .login, .signup, .login:hover {
    color: #002777;
}
.exit-user {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
    font-weight: 400;
}
.m-8 {
    margin-top: -8%;
    transform: translateY(8%);
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.selectedVal {
    color: rgba(0, 0, 0, .87);
}
option {
    font-size: 14px;
}
.check-labels {
    font-size: 11px;
    color: #616161;
}
.signin-signup .form-checks svg {
    margin-top: -34px!important;
}
.loader-content {
    width: 40px;
    margin: auto;
}
.loader .dot {
    background-color: #fff;
    float: left;
    height: 8px;
    margin-left: 4px;
    width: 8px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: .8775s;
    -o-animation-duration: .8775s;
    -ms-animation-duration: .8775s;
    -webkit-animation-duration: .8775s;
    -moz-animation-duration: .8775s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.loader-dot-1 {
    animation-delay: .1795s;
    -o-animation-delay: .1795s;
    -ms-animation-delay: .1795s;
    -webkit-animation-delay: .1795s;
    -moz-animation-delay: .1795s;
}
.loader-dot-2 {
    animation-delay: .4055s;
    -o-animation-delay: .4055s;
    -ms-animation-delay: .4055s;
    -webkit-animation-delay: .4055s;
    -moz-animation-delay: .4055s;
}
.loader-dot-3 {
    animation-delay: .5285s;
    -o-animation-delay: .5285s;
    -ms-animation-delay: .5285s;
    -webkit-animation-delay: .5285s;
    -moz-animation-delay: .5285s;
}
@keyframes bounce_circleG {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-o-keyframes bounce_circleG {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-ms-keyframes bounce_circleG {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-webkit-keyframes bounce_circleG {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
@-moz-keyframes bounce_circleG {
    0% {
}
50% {
    background-color: rgba(33, 150, 243, .99);
}
100% {
}
}
.detail-product-popup.modal {
    background-color: #313131;
    padding-right: 0!important;
}
.detail-product-popup .modal-dialog {
    width: auto;
    margin: 0 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    height: 100%;
    overflow: hidden;
}
.detail-product-popup.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.detail-product-popup .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #161616;
    box-shadow: none;
    height: 100%}
.detail-product-popup .c-close {
    color: #d6d6d6;
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.detail-product-popup .main-carousel, .detail-product-popup .item, .detail-product-popup .modal-content>.main-carousel>.carousel-inner {
    height: 100%}
.detail-product-popup .product-carousel .show {
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.detail-product-popup .product-carousel {
    height: 100%}
.detail-product-popup .product-carousel .carousel-inner {
    cursor: pointer;
    height: 100%}
.detail-product-popup .product-carousel .carousel-inner img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.detail-product-popup .product-carousel .carousel-indicators img {
    width: 100%}
.detail-product-popup .product-carousel .carousel-inner:hover~.carousel-control.right {
    opacity: 1;
}
.detail-product-popup .carousel-control {
    color: #0b0b0b;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .6);
    background-image: none;
    text-shadow: none;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    overflow: hidden;
}
.detail-product-popup .carousel-control svg {
    width: 24px;
    height: 24px;
    fill: #0b0b0b;
}
.detail-product-popup .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}
.detail-product-popup .carousel-indicators li {
    border: 0;
    background-color: rgba(250, 250, 250, .6);
    width: 6px;
    height: 6px;
}
.detail-product-popup .carousel-indicators .active {
    border: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.detail-product-popup .carousel-indicators li:last-child {
    margin-right: 0!important;
}
.detail-product-popup .carousel-indicators img {
    display: block;
}
.detail-product-popup .row.no-gutter {
    margin: 0;
    height: 100%}
.detail-product-popup .row.no-gutter>div[class|=col] {
    float: left;
    padding: 0;
    height: 100%}
.detail-product-popup .row.no-gutter>.col-lg {
    width: 65%}
.detail-product-popup .row.no-gutter .col-lg>.content {
    padding: 0;
    height: 100%;
    width: 100%}
.detail-product-popup .row.no-gutter>.col-sm {
    width: 35%}
.detail-product-popup .content-body {
    height: 100%;
    overflow-y: scroll;
    margin-right: -17px;
    background-color: #fff;
}
.detail-product-popup .content {
    padding: 40px;
    background-color: #fff;
}
.detail-product-popup .content.black {
    background-color: #161616;
}
.detail-product-popup .row-block {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.detail-product-popup .row-block.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.detail-product-popup .row-block.no-border {
    border: 0;
}
.detail-product-popup .title {
    color: #404040;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.detail-product-popup .price {
    color: #f44336;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}
.detail-product-popup .description {
    color: #9a9a9a;
    margin-bottom: 10px;
    font-size: 13px;
}
.detail-product-popup .description a {
    color: #ef4626;
}
.detail-product-popup .description .more {
    display: none;
}
.detail-product-popup .description.active .less {
    display: none;
}
.detail-product-popup .description.active .more {
    display: inline-block;
}
.detail-product-popup .note {
    color: #404040;
    margin-bottom: 10px;
    font-size: 11px;
}
.detail-product-popup .sub-title {
    color: #404040;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
}
.detail-product-popup .link {
    color: #2196f3;
    font-size: 14px;
    font-weight: 400;
}
.detail-product-popup .link:hover {
    text-decoration: underline;
}
.detail-product-popup .btn-section .btn {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #ef4626;
}
.detail-product-popup .finish-btns {
    padding: 0;
    margin-bottom: 5px;
}
.detail-product-popup .finish-btns>li {
    border: 1px solid #a2a2a2;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    list-style-type: none;
}
.detail-product-popup .finish-btns>li.active {
    border-color: #ef4626;
}
.detail-product-popup .finish-btns>li a {
    color: #5d5d5d;
    display: block;
    padding: 5px 15px;
}
.detail-product-popup .finish-btns .lable {
    border-color: transparent;
}
.detail-product-popup .finish-btns .lable a {
    color: #404040;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}
.detail-product-popup .finish-btns:after {
    content: '';
    display: table;
    clear: both;
}
.detail-product-popup .btn-section .wishlist span {
    display: none;
}
.detail-product-popup .btn-section .wishlist .add {
    display: inline-block;
}
.detail-product-popup .btn-section .wishlist.saved .added {
    display: inline-block;
}
.detail-product-popup .btn-section .wishlist.saved .add {
    display: none;
}
.detail-product-popup .share ul {
    margin: 0;
}
.detail-product-popup .share ul>li {
    font-size: 16px;
    text-align: center;
    background-color: #323232;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
}
.detail-product-popup .share ul>li>a {
    line-height: 2.3;
    display: block;
    color: #fff;
}
.detail-product-popup .share ul>li>a>svg {
    fill: #fff;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}
.detail-product-popup .top-faverate-block {
    position: relative;
}
.detail-product-popup .top-faverate-block .faverate {
    cursor: pointer;
    line-height: 1;
    position: absolute;
    font-size: 26px;
    top: 0;
    right: 0;
    color: #f27977;
}
.detail-product-popup .top-faverate-block .circle {
    top: -4px;
    right: -3px;
    height: 32px;
    width: 32px;
}
.detail-product-popup .top-faverate-block .faverate.saved .circle {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}
.detail-product-popup .specificaiton-row {
    color: #494949;
    margin-bottom: 8px;
    font-size: 14px;
}
.detail-product-popup .specificaiton-row span {
    color: #9a9a9a;
}
.detail-product-popup .swatches {
    margin: 0;
    margin-left: -5px;
    margin-bottom: -10px;
    padding-top: 5px;
}
.detail-product-popup .swatches>li {
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    padding: 0;
}
.detail-product-popup .swatches img {
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.detail-product-popup .swatches>li>div {
    width: 40px;
    height: 40px;
    border: 4px solid #e4e4e4;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.detail-product-popup .swatches .wave {
    display: none;
    width: 26px;
    height: 26px;
    border: 1px solid #404040;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    margin-top: -13px;
    margin-left: -13px;
    animation: swatch-wave 2.5s infinite .7s forwards;
    -webkit-animation: swatch-wave 2.5s infinite .7s forwards;
    border-radius: 50%}
.detail-product-popup .swatches>li:not(.active) {
    overflow: hidden;
}
.detail-product-popup .swatches>li.active .wave {
    display: block;
}
@-webkit-keyframes swatch-wave {
    0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(2);
    opacity: 0;
}
}@keyframes swatch-wave {
    0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(2);
    opacity: 0;
}
}.detail-product-popup .btn-block.last {
    margin-bottom: 0;
}
.detail-product-popup .btn-c {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 30px;
    line-height: 1;
    border-radius: 4px;
}
.detail-product-popup .btns-block.last {
    margin-bottom: 0;
}
.detail-product-popup .btns-block .gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.detail-product-popup .btns-block .gutter-10>div {
    padding-right: 10px;
    padding-left: 10px;
}
.detail-product-popup .btn-white {
    width: 100%;
    text-transform: uppercase;
    background-color: #fff;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 30px;
    line-height: 1;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
}
.detail-product-popup .btn-white:hover, .detail-product-popup .btn-white:focus {
    background-color: transparent;
    color: #7f7f7f;
}
.detail-product-popup .post-req-msg {
    position: relative;
    padding: 0 0 4px 65px;
}
.detail-product-popup .post-req-msg .post-request-icon {
    background-color: #ddd;
    color: #222;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    position: absolute;
    left: 0;
    padding: 10px;
}
.detail-product-popup .post-req-msg .post-request-icon img {
    width: 100%;
    height: auto;
    display: inline;
    vertical-align: top;
}
.detail-product-popup .post-req-msg .post-request-title {
    color: #444;
    font-size: 16px;
    margin-bottom: 4px;
}
.detail-product-popup .post-req-msg a.post-request-number {
    color: #2196f3;
    font-size: 15px;
    font-weight: 500;
}
.detail-product-popup .mini-content {
    background-color: #f7f7f7;
    padding: 20px 40px 20px 20px;
}
.detail-product-popup .mini-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.detail-product-popup .mini-content ul>li {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.detail-product-popup .mini-content ul>li:last-child {
    margin-bottom: 0;
}
.detail-product-popup .media-box {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    display: table;
}
.detail-product-popup .media-box .img {
    width: 34%;
    height: auto;
    max-width: none;
    display: table-cell;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}
.detail-product-popup .media-box .img img {
    width: 100%;
    height: auto;
    max-width: none;
}
.detail-product-popup .media-box .media-content {
    position: relative;
    vertical-align: top;
    padding: 18px;
    padding-right: 50px;
    display: table-cell;
}
.detail-product-popup .media-box h4 {
    color: #404040;
    font-size: 14px;
    margin: 0 0 5px;
}
.detail-product-popup .media-box p {
    font-size: 13px;
}
.detail-product-popup .media-box .arrow-right {
    color: #f99f1c;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 18px;
    margin-top: -9px;
}
.detail-product-popup .related-products {
    margin: 0 -8px;
    margin-bottom: -16px;
}
.detail-product-popup .related-products>div[class|=col] {
    padding: 0 8px;
    margin-bottom: 16px;
}
.detail-product-popup .related-product {
    position: relative;
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
    padding-top: 75.2%}
.detail-product-popup .related-products .img-placement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.detail-product-popup .related-products .img-placement img {
    position: static;
}
.detail-product-popup .related-products.kitchen-product img, .detail-product-popup .related-products.wordrobe-product img {
    width: 136%;
    margin-left: -18%;
    height: auto;
}
.detail-product-popup .related-products.other-product img {
    width: 110%;
    margin-left: -5%;
    height: auto;
    margin-top: -10%}
.detail-product-popup .related-products.recent-prod img {
    height: auto;
    width: 120%;
    margin-left: -10%}
.detail-product-popup .related-products.space-saving-product img {
    height: auto;
    width: 114%;
    margin-left: -7%;
    margin-top: -.5%}
.detail-product-popup .loader {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 100%;
    position: relative;
}
.detail-product-popup .loader .loader-content {
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -4px;
}
.v30-signup-close {
    cursor: pointer;
    display: block;
    background-color: rgba(0, 0, 0, .6);
    color: #eaeaea;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    z-index: 1070;
    left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}
.v30-signup-modal-body {
    position: relative;
}
.v30-signup-modal-body .img-top {
    background: url(https://super.homelane.com/designer_laptop-1.png);
    height: 180px;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-color: #ddd;
    background-position-y: 118%}
.v30-signup-modal-body .v30-content {
    background-color: #fff;
    padding: 40px 70px;
}
.v30-signup-modal-body .v30-content .title {
    color: #444;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    margin-right: 0;
}
.v30-signup-modal-body .v30-content .registration-form {
}
.v30-signup-modal-body .v30-content .form-content {
    text-align: center;
}
.v30-signup-modal-body .v30-content .form-content .form-element {
    position: relative;
    margin-bottom: 10px;
}
.v30-signup-modal-body .v30-content .form-content .form-element .message {
    font-size: 10px;
    color: red;
    font-weight: 400;
    text-align: left;
}
.v30-signup-modal-body .v30-content .form-content input, .v30-signup-modal-body .v30-content .form-content select {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    height: 48px;
    width: 100%;
    padding: 10px;
}
.v30-signup-modal-body .v30-content .form-content input:focus, .v30-signup-modal-body .v30-content .form-content select:focus, .v30-signup-modal-body .v30-content .form-content input:hover, .v30-signup-modal-body .v30-content .form-content select:hover {
    outline: 0;
}
.v30-signup-modal-body .v30-content .form-content input.error, .v30-signup-modal-body .v30-content .form-content select.error {
    border: 1px solid red;
}
.v30-signup-modal-body .v30-content .form-content option.top-city {
    background-color: #f2f2f2;
    font-weight: 500;
}
.v30-signup-modal-body .v30-content .form-content>input.no-bottom {
    border-bottom: none;
}
.v30-signup-modal-body .v30-content .button-holder {
    text-align: center;
}
.v30-signup-modal-body .v30-content .button-holder .btn {
    border: none;
    margin: 20px 0;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
}
.v30-signup-modal-body .signin {
    font-size: 12px;
    color: #444;
    text-align: left;
    margin: 5px 0 0;
}
.request-msg-block {
    background-color: #fff;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%}
.request-msg-block .request-msg-content {
    display: table-cell;
    vertical-align: middle;
}
.request-msg-row .blue-btn {
    border: none;
    background-color: #2196f3;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 3px;
    width: auto;
    margin-top: 7%;
    margin-bottom: 7%}
.request-msg-row .requested-img {
    font-size: 45px;
    color: green;
    text-align: center;
    margin-top: 9%}
.request-msg-row .requested-img svg {
    width: 40px;
    height: 40px;
    fill: #7db980;
    vertical-align: middle;
}
.request-msg-row .requested-title {
    color: #444;
    font-size: 18px;
    text-align: center;
}
.request-msg-row .requested-sub-title {
    color: #888;
    text-align: center;
}
.request-msg-row .requested-number {
    color: #444;
    text-decoration: underline;
    text-align: center;
    font-size: 17px;
}
.pdp .v30-signup-modal-body .v30-content {
    padding: 25px 30px;
    background: #dddddd38;
}
.pdp.detail-product-popup .carousel-indicators {
    position: static;
    left: auto;
    z-index: 15;
    width: auto;
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
    text-align: left;
    margin-right: -10px;
    margin-left: -5px;
}
.pdp.detail-product-popup .carousel-indicators:after {
    content: '';
    clear: both;
    display: table;
}
@media screen and (min-width:768px) {
    .pdp.detail-product-popup .carousel-indicators {
    bottom: auto;
}
}.schedule-a-demo-success {
    position: relative;
}
.schedule-a-demo-success .img-top {
    background: url(https://super.homelane.com/designer_laptop.png);
    height: 180px;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-color: #ddd;
    background-position-y: 118%}
input[type=checkbox] {
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    margin-top: 0!important;
    vertical-align: middle;
}
.check-label {
    font-size: 11px;
    color: #616161;
    display: inline;
}
.form-check .fa-check {
    margin-top: -20px;
}
.form-group.form-check {
    margin-bottom: 10px;
}
#login_register_popup .check-label {
    top: 55px!important;
}
.md-show {
    visibility: visible!important;
}
.media__body {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.fnt-md, .tab .nav-link {
    font-size: 16px!important;
    line-height: 26px;
    font-weight: 600;
}
.user-email {
    color: rgba(255, 255, 255, .6);
    font-size: 14px!important;
    line-height: 24px;
}
@media(min-width:768px) {
    .nav-link {
    padding: .5rem;
}
}.md-content {
    margin-top: 80px;
}
.md-modal__header .media {
    display: inline-flex;
}
.loginfo {
    display: inline-flex;
    float: right;
    margin-top: 35px;
}
.whatsapp-checkbox {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 0;
}
.btn-pantone {
    background-color: #f99f1c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1;
    min-width: 105px;
}
.quora {
    display: none!important;
}
body {
    /*background-color: #eee;
    color: #9a9a9a;*/
	background-image: url("../images/bg-1.jpg");
	background-repeat: no-repeat, repeat;
	background-color: #cccccc;
}
i.hl.rag-lazy-img {
    background-image: url(../images/sprite+desktop+icon-3000_new.webp);
    background-repeat: no-repeat;
    display: inline-block;
}
i.wh.rag-lazy-img {
    background-image: url(https://super.homelane.com/rtb4500.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}
.hl.hl-discover {
    width: 71px;
    height: 71px;
    background-position: -1px -74px;
}
.hl.hl-design {
    width: 71px;
    height: 71px;
    background-position: -77px -74px;
}
.hl.hl-move-in {
    width: 71px;
    height: 71px;
    background-position: -155px -74px;
}
.hl.hl-modular-kitchens {
    width: 48px;
    height: 50px;
    background-position: -297px -75px;
}
.hl.hl-wardrobes-storage-units {
    width: 53px;
    height: 50px;
    background-position: -358px -74px;
}
.hl.hl-crockery-units {
    width: 50px;
    height: 50px;
    background-position: -421px -76px;
}
.hl.hl-entertainment-units {
    width: 50px;
    height: 50px;
    background-position: -236px -75px;
}
.hl.hl-study-tables {
    background-position: -98px -152px;
    width: 63px;
    height: 50px;
}
.hl.hl-paintings-wallpapers {
    background-position: -166px -154px;
    width: 50px;
    height: 50px;
}
.hl.hl-false-ceiling {
    background-position: -231px -143px;
    width: 76px;
    height: 50px;
}
.hl.hl-loose-furnitures {
    background-position: 0 -145px;
    width: 88px;
    height: 50px;
}
.home-banner {
    color: #fff;
    height: 650px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    width: 100%}
.home-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-banner .home-banner-content {
    padding: 120px 0 !important;
    position: relative;
    height: 100%;
    width: 100%;
    color: #000;
    text-shadow: none!important;
}
.home-banner .title {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}
.home-banner .description {
    font-size: 30px;
    margin: 15px 0 15px 0;
    font-weight: 600;
}
.home-banner .hash-tag {
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 60px;
}
.home-banner .estimate-btn {
    padding: 10px 40px;
    font-weight: 400;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 16px;
	color:#fff !important;
}
.home-banner .estimate-btn img {
    width: 35px;
    height: auto;
    margin-top: -3px;
}
@media(min-width:768px) and (max-width:991px) {
    .home-banner .home-banner-content {
    padding: 40px 0 15px;
}
.home-banner .banner {
    bottom: -270px;
}
}@media(min-width:1367px) {
    .home-banner .banner {
    width: 100%;
    bottom: auto;
    top: -70px;
}
}.banner-form {
    position: relative;
    background-color: #fff;
    padding: 30px;
    width: 325px;
    margin-top: 80px;
    min-height: 400px;
}
.banner-form .pull-right {
    margin-top: 49px!important;
}
.banner-form.nudgecard {
    min-height: auto;
}
.banner-form .img-heading {
    margin-bottom: 15px;
    text-align: center;
}
.banner-form .img-heading img {
    height: 28px;
    width: auto;
}
.banner-form .form-group {
    position: relative;
    margin-bottom: 10px;
}
.banner-form .form-control {
    font-weight: 500;
    color: #474a50;
    height: 36px;
    border-color: #cacaca;
    box-shadow: none;
}
.banner-form .form-control::-moz-placeholder {
    color: #bfbfbfde;
    opacity: 1;
    font-weight: 400;
}
.banner-form .form-control:-ms-input-placeholder {
    color: #bfbfbfde;
    font-weight: 400;
}
.banner-form .form-control::-webkit-input-placeholder {
    color: #bfbfbfde;
    font-weight: 400;
}
.banner-form .form-control:focus {
    border-color: #ef4626;
}
.banner-form .form-control.error {
    border-color: #FF3D45;
}
.banner-form .form-control option.top-city {
    background-color: #f2f2f2;
    font-weight: 500;
}
.banner-form .form-group label.error {
    color: #FF3D45;
    font-weight: 400;
    font-size: 11px;
    margin: 0;
    line-height: 16px;
}
.banner-form .form-group .alert-success {
    padding: 5px;
    line-height: 16px;
}
.banner-form .form-group svg {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 18px;
    height: 18px;
    fill: #4caf50;
}
.banner-form .form-control.valid {
    padding-right: 32px;
}
.banner-form .form-control.valid~svg {
    display: inline-block;
}
.banner-form .content-banner p {
    color: #222;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}
.banner-form .btn-block {
    padding-top: 10px;
}
.banner-form .btn-block .btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 30px;
}
.banner-form .fixed-btn-section {
    position: absolute;
    right: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 30px;
}
.banner-form select:not(:focus):invalid {
    color: #bfbfbfde!important;
}
.we-carefully {
    background-color: #fff; /*#eee;*/
    padding: 30px 0;
    z-index: 9;
    position: relative;
}
.we-carefully .all-partners {
    margin-bottom: 0;
    color: #333;
    font-size: 20px;
}
.we-carefully .all-partners:before, .we-carefully .all-partners:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
.we-carefully .partner-content {
    position: relative;
    font-size: 16px;
    color: #fbfbfb;
    font-weight: 300;
    line-height: 61px;
}
.we-carefully .partner-content span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}
.we-carefully i.hl {
    position: absolute;
    left: 0;
}
@media(min-width:768px) and (max-width:991px) {
    .we-carefully .bottom-section {
    padding: 30px 0;
}
.we-carefully .partner-content {
    padding-left: 50px;
    padding-top: 0;
}
}@media(min-width:768px) and (max-width:1300px) {
    .we-carefully img {
    width: 40%}
}@media(min-width:1300px) and (max-width:1400px) {
    .we-carefully img {
    width: 44%}
}@media(min-width:1400px) and (max-width:1600px) {
    .we-carefully img {
    width: 49%}
}@media(min-width:1600px) and (max-width:1800px) {
    .we-carefully img {
    width: 60%}
}@media(min-width:1800px) and (max-width:1930px) {
    .we-carefully img {
    width: 70%}
}.pt40 {
    padding-top: 40px;
}
.pt64 {
    padding-top: 64px;
}
.pb64 {
    padding-bottom: 64px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb64 {
    margin-bottom: 64px;
}

.pdtblr-13 { padding:22px !important; }

.section {
    background-color: #fff;
	/*background: url(../images/bg-1.jpg);*/
}
.section.padding-0 {
    padding: 0;
}
.heading {
    font-size: 28px;
    color: #002777;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.2;
}
.sub-heading {
    font-size: 28px;
    font-weight: 500;
    color: #002777;
    line-height: 1;
    margin: 0 0 15px;
}
.btn {
    font-weight: 400;
}
.fafafa-bg {
    background-color: #fafafa;
}
.eeeeee-bg {
    background-color: #000000;
}
.fff-bg {
    background-color: transparent;
}
.our-mission {
    font-size: 17px;
}
.our-mission .content {
    padding: 40px 45px;
    color: #5b5b5b;
    line-height: 1.4;
    text-align: center;
}
.our-mission .content a {
    color: #e5a22a;
}
.our-mission .sub-heading {
    font-size: 24px;
}
.our-mission .sub-heading span {
    color: #1c89e0;
}
.with-cap {
    padding: 40px 45px 20px;
}
.with-cap .content {
    font-size: 16px;
    color: #404040;
    margin-bottom: 30px;
}
.with-cap h2 {
    margin-bottom: 30px;
}
@media(min-width:768px) and (max-width:991px) {
    .with-cap .content {
    padding-left: 30px;
}
}.slider-design .carousel-control {
    background-image: none;
    top: 46%;
    bottom: auto;
    left: -60px;
    margin-top: -20px;
    line-height: 40px;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .14);
    border-radius: 50%;
    line-height: 36px;
    color: #484848;
}
.slider-design.press-say .carousel-control {
    top: 50%}
.slider-design .carousel-control i {
    line-height: 1;
    background: 0 0;
    text-shadow: none;
}
.slider-design .carousel-control.left {
    left: -22px;
    right: auto;
}
.slider-design .carousel-control.right {
    right: -21px;
    left: auto;
}
.slider-design.press-say .carousel-control.left {
    left: -12px;
    right: auto;
}
.slider-design.press-say .carousel-control.right {
    right: -10px;
    left: auto;
}
.slider-design .carousel-control.left, .slider-design .carousel-control.right {
    background-image: none;
}
.slider-design .carousel-control svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #484848;
}
.slider-design .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #9cbef6;
    border: 1px solid #9cbef6;
    border-radius: 4px;
}
.slider-design .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #3a7eee;
    margin: 0 5px;
}
.slider-design .carousel-inner {
}
.slider-design .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -6px;
}
@media(max-width:1260px) {
    .slider-design .carousel-control.left {
    left: 0;
}
.slider-design .carousel-control.right {
    right: 0;
}
}input[type=radio]:checked+label:before {
    box-shadow: inset 0 -1px 3px #e4e4e4, inset 0 0 1px #222, inset 0 0 0 3px rgba(185, 55, 6, .84);
}
.easy-steps .heading {
    margin-bottom: 30px;
}
.easy-steps .steps {
    margin-bottom: 30px;
}
.easy-steps .step {
    color: #666;
    font-size: 15px;
    text-align: center;
}
.easy-steps .step h3 {
    color: #454545;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
}
.easy-steps .step p {
    font-weight: 300;
}
.easy-steps .get-started .btn {
    min-width: 300px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 80px;
    line-height: 1;
    background-color: #ef4626;
    border-color: #ef4626;
    color: #fff;
}
.trending {
    padding: 0 0 40px;
}
.trending .heading {
    margin-top: 0;
    margin-bottom: 17px;
}
.trending .tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #9a9a9a;
    font-size: 18px;
}
.trending .tab li {
    list-style-type: none;
    float: left;
    width: 33.333%;
    border-bottom: 2px solid #f3f3f3;
    padding: 15px 0;
    margin-bottom: 30px;
    cursor: pointer;
}
.trending .tab li:hover {
    border-bottom: 2px solid #43aafb;
    color: #404040;
}
.trending .tab li.active {
    border-bottom: 2px solid #43aafb;
    color: #404040;
}
.trending .carousel {
    margin-bottom: 0;
}
.trending .carousel-inner {
}
.trending .product {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
	margin-top:16px;
}
.trending .product img {
    width: 100%}
.trending .product .price {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .9);
    width: 146px;
    left: 50%;
    margin-left: -73px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ff7065;
    padding: 8px 15px;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
}
.trending .product .detail {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    padding: 15px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.trending .product .detail p {
    margin: 0;
}
.trending .product .detail .name {
    margin-bottom: 0;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    overflow: hidden;
}
.trending .product .detail .size {
    font-size: 13px;
}
.trending .product:hover .detail, .trending .product:focus .detail {
    opacity: 1;
}
.trending .load-more-btn-section {
}
.trending .load-more-btn-section .btn {
    display: none;
}
.trending .load-more-btn-section .btn.active-btn {
    display: inline-block;
}
@media(min-width:768px) and (max-width:991px) {
    .trending.slider-design .carousel-inner {
    min-height: 140px;
}
.trending .product .detail {
    padding: 10px;
}
.trending .product .price {
    margin-left: -25%;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1;
}
.trending .product .detail .name {
    font-size: 15px;
}
}.trending .recent-projects .product {
    padding-top: 75.2%}
.trending .recent-projects .product .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.trending .recent-projects .product .img-block>img {
    width: 150%;
    height: auto;
    margin-left: -25%;
    margin-top: -12.5%}
.customers-stories {
}
.customers-stories .heading {
    margin-bottom: 17px;
}
.customers-stories .slider {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}
.customers-stories .slider>.carousel-inner {
    white-space: nowrap;
}
.customers-stories .slider>.carousel-inner>.c-item {
    white-space: normal;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.customers-stories .slider .left.carousel-control {
    margin-left: 15px;
    top: 31%}
.customers-stories .slider .right.carousel-control {
    margin-right: 15px;
    top: 31%}
.customers-stories .col-content {
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.customers-stories .user {
    position: relative;
    padding: 0 15px 15px;
    color: #979797;
    padding-left: 0;
}
.customers-stories .user .name {
    color: #3f3f3f;
    font-weight: 500;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    overflow: hidden;
}
.customers-stories .media {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.customers-stories .media svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    fill: rgba(250, 250, 250, .8);
    border: 1px solid #fff;
    border-radius: 50%}
.customers-stories .media img {
    width: 100%}
.customers-stories .detail {
    padding: 15px 15px 10px;
    padding-left: 0;
}
.customers-stories .detail p {
    margin: 0;
}
.customers-stories .detail .more {
    display: none;
}
.customers-stories .detail.active .more {
    display: block;
}
.customers-stories .detail.active .less {
    display: none;
}
.customers-stories .btn-link {
    display: inline-block;
    color: #484848;
}
.customers-stories .btn-link:hover, .customers-stories .btn-link:focus {
    color: #484848;
}
.customers-stories .name {
    color: #3f3f3f;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.customers-stories .address {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
}
.customers-stories .content .testimonial-icon {
    background-color: #ff754a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    top: 0;
    box-shadow: 0 1px 5px #fff, 0 6px 10px #b9b9b9;
}
.customers-stories .testimonial-icon i {
    vertical-align: middle;
}
.press-say {
}
.press-say .heading {
    margin-top: 0;
    margin-bottom: 20px;
}
.press-say span.btn-link {
    display: inline-block;
    color: #484848;
}
.press-say span.btn-link:hover, .press-say span.btn-link:focus {
    color: #484848;
}
.press-say p {
    margin-bottom: 5px;
}
.press-say .content {
    cursor: pointer;
    background-color: #fff;
    padding: 30px 10px;
    min-height: 160px;
}
.press-say .video-banner {
}
.press-say img.press {
    margin-top: 20px;
    width: auto;
    height: 50px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.press-say .content:hover img.press {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.press-say .media-content {
    position: relative;
    margin: -30px;
    margin-bottom: 30px;
}
.press-say .media-content img {
    width: 100%}
.press-say .media-content i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    opacity: .8;
}
.press-say .media-content:hover i {
    opacity: 1;
}
@media(min-width:992px) and (max-width:1199px) {
    .press-say .content {
    cursor: pointer;
    background-color: #fff;
    padding: 30px 10px;
}
.press-say .media-content {
    position: relative;
    margin: -10px;
    margin-top: -30px;
    margin-bottom: 30px;
}
}@media(min-width:768px) and (max-width:991px) {
    .press-say .content {
    padding: 30px 5px;
    height: auto;
    min-height: 240px;
    margin-bottom: 0;
}
.press-say a {
    margin-bottom: 15px;
}
.press-say .media-content {
    position: relative;
    margin: -5px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.press-say {
    min-height: 300px;
}
}.press-say .content .more {
    display: none;
}
.press-say .content.active .more {
    display: block;
}
.press-say .content.active .less {
    display: none;
}
.video-modal {
    background-color: rgba(0, 0, 0, .4);
}
.video-modal iframe, .video-modal video {
    border: 0;
    height: 450px;
    width: 100%;
    margin-top: 50px;
}
.video-modal .c-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1024;
    background-color: #fff;
    padding: 3px 10px;
    font-size: 30px;
    line-height: 1;
}
.video-modal .carousel {
    width: 100%}
.video-modal .carousel img {
    width: 100%}
.video-modal .carousel .carousel-control {
    width: 60px;
    height: 80px;
    background-image: none;
    top: 50%;
    margin-top: -40px;
    line-height: 80px;
    background: rgba(255, 255, 255, .9);
}
.video-modal .loader {
    position: absolute;
    top: 50%;
    right: 50%}
@media(min-width:768px) and (max-width:991px) {
    .video-modal iframe {
    border: 0;
    height: 350px;
    width: 100%;
    margin-top: 50px;
}
}.refral-block-popup {
    position: fixed;
    z-index: 1024;
    left: 30px;
    bottom: 30px;
    background-color: #ef4626;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 0 10px #525252;
}
.refral-block-popup strong {
    font-size: 18px;
    font-weight: 500;
}
.refral-block-popup p {
    margin-bottom: 5px;
    color: #ececec;
    font-size: 12px;
}
.refral-block-popup .referal-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    color: #ef4626;
}
.refral-block-popup .referal-signup {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.book-free-consultation-modal {
}
.book-free-consultation-modal .modal-body {
    padding-top: 40px;
}
.book-free-consultation-modal .modal-content {
    min-height: auto;
}
.book-free-consultation-modal .modal-footer {
    text-align: center;
}
.book-free-consultation-modal .check-all {
    display: inline-block;
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 85px;
}
.book-free-consultation-modal .check-all svg {
    width: 40px;
    height: 40px;
    fill: #7db980;
    vertical-align: middle;
}
.book-free-consultation-modal .close {
    margin-right: 40px;
    margin-top: 32px;
    color: #757575;
    opacity: 1;
    line-height: 1;
    font-size: 28px;
    outline: none;
    font-weight: 500;
    position: relative;
    z-index: 10;
}
.book-free-consultation-modal.fail {
}
.book-free-consultation-modal.fail .check-all {
    color: #fa5252;
}
#offerimg map area {
    outline: none;
}
#offerimg {
    position: absolute;
    width: 230px;
    left: 64px;
    bottom: 3%;
    text-align: center;
}
#clockdiv {
    text-align: center;
    width: 100%;
    font-size: 13px;
    background: #00000087;
    padding-bottom: 9px;
    margin-top: 0;
}
#clockdiv .timer span {
    font-size: inherit;
}
#offerimg img {
    max-width: 90%;
    position: absolute;
    bottom: 12vh;
    left: 1vw;
}
#offerimg a:hover {
    color: #fff;
    cursor: pointer;
}
#nudgecard {
    text-align: center;
}
#nudgecard .content {
    padding: 20px 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
#nudgecard .btn-block {
    padding: 0;
    margin-bottom: 0;
}
.nudge-heading {
    margin-top: 0;
    font-size: 19px;
}
.image-row img {
    max-width: 135px;
    text-align: center;
   /* margin-right: 60px;
    margin-bottom: 60px;*/
	margin:20px;
}
.desktop-nav {
    border-bottom: 2px solid #eee!important;
}
.container-22 {
    padding-left: 22px;
    padding-right: 28px;
}
.pt32 {
    padding-top: 32px;
}
@media(min-width:1280px) and (max-width:1360px) {
    .home-banner .title {
    font-size: 32px;
}
.home-banner .description {
    font-size: 19px;
}
}.col-sm-4.presstitle {
    padding: 0 22px;
}
.presstitle a {
    color: #9a9a9a;
}
.why-container {
    padding: 0 15%;
    display: flex;
    justify-content: center;
}
.adfilm-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    cursor: pointer;
    background-color: transparent;
}
.adfilm-container img {
    width: 100%;
    height: auto;
}
.adfilm-container #ad-film-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 65px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    opacity: .6;
}
#adfilms-slider {
    margin-bottom: 64px;
}
#ad-film-head {
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding-left: 25px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4588235294117647), rgba(255, 255, 255, 0));
    margin: 0;
    height: 55px;
    line-height: 55px;
    text-shadow: 0 0 5px #000;
}
.counter img {
    width: 42%!important;
    text-align: center;
}
.counter p {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 9px;
    display: block;
    margin-bottom: 6px;
    width: 203;
}
.counter p>span {
    font-size: 7px;
    text-align: left;
    margin-right: 13%;
    font-weight: 700;
    line-height: 0;
    color: #fff;
}
.counter {
    margin-top: 5px;
    text-align: center;
    display: block;
    width: 98%;
    float: right;
}
.counter .img {
    margin-bottom: 0;
}
.counter p>span:first-child {
    margin-left: -8%;
    margin-right: 30px;
}
.counter .days {
    width: 154px;
    margin: 0 auto;
}
.check-labelh {
    font-size: 11px;
    position: relative;
    top: 0!important;
    left: 1px!important;
    color: #616161;
}
.whatsapp-checkbox {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 0;
}
.whatsapp-checkbox .whatsapp {
    cursor: pointer;
}
input[type=checkbox] {
    vertical-align: middle;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .next.left, .carousel-fade .prev.right, .carousel-fade .item.active {
    opacity: 1;
}
.carousel-fade .active.left, .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.rtb-container {
    padding: 0 15%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.primaryColor {
    color: #002777 !important;
}
.primaryBackColor {
    background: #002777 !important;
    border: 1px solid #002777 !important;
}
.mr-70 {
    margin-bottom: 70px;
}
.customer_bookBtn {
    margin-top: 20px;
}
.customer_bookBtn .btn-scheme-1 {
    font-size: 16px;
    padding: 15px 74px;
}
.mb30 {
    margin-bottom: 30px;
}
.press-say .container-64 {
    padding-right: 27px;
    padding-left: 27px;
    width: 92%;
    background: #000000;
    padding-top: 25px;
    padding-bottom: 30px;
}
.partners.section {
    padding-top: 19px;
    background: url(https://super.homelane.com/web2.0/portfolio/blogs/Bitmap.png);
    background-repeat: no-repeat;
    background-position: top -29px right 16px;
}
.walkIn_section {
    margin-top: 60px;
}
.walkIn_left_sec {
    text-align: center;
    padding: 30px;
}
.walkIn_left_sec .walkIn_ing_sec {
    padding: 4px;
    display: inline-block;
    position: relative;
}
.walkIn_left_sec .walkIn_ing_sec img {
    width: 100%}
.walkIn_left_sec .walkIn_ing_sec span {
    position: absolute;
    bottom: 9px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    text-shadow: 2px 2px #00000045;
}
.walkIn_right_sec {
    /*padding: 90px 0 0 65px;*/
	text-align:center;
}
.walkIn_right_sec h3 {
    color: #454545;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
}
.walkIn_right_sec p {
    color: #454545;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
}
.walkIn_visit_btn {
    color: #454545;
    font-size: 14px;
    padding: 15px 120px;
    background: 0 0;
    border: 1px solid #454545;
    border-radius: 4px;
    margin-top: 30px;
	background:#fff;
}
.walkIn_visit_btn:hover {
    background: #002777;
    border: 1px solid #002777;
    color: #fff;
}
.borderLine::after {
    background: #000000;
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    margin: 12px auto;
}
.borderLine {
    margin-bottom: 50px;
}
#meet-designer-singup {
    position: absolute;
    right: 80px;
    top: 40px;
}
.showModalFree_popUP {
    z-index: 1050;
    position: fixed!important;
    top: 50%!important;
    left: 50%;
    right: auto!important;
    bottom: auto!important;
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 400px;
}
.meetUp_Overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000a6;
    z-index: 1050;
}
.closeMeetUp_popUp {
    display: none;
    padding-left: 7px;
    position: absolute;
    top: 10px;
    font-size: 14px;
    height: 24px;
    width: 24px;
    right: 10px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}
.showModalFree_popUP .btn-block .btn {
    line-height: 2!important;
}
.white-bg {
    background: #fff;
}
.mb30 {
    margin-bottom: 30px;
}
.st0 {
    fill: #454547;
}
.st1 {
    fill: #002777;
}
.sticky-book-btn {
    position: fixed;
    bottom: -25px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background-color: #002777;
    font-size: 17px!important;
    padding: 9px 20px;
    letter-spacing: -.2px;
    width: 100% !important;
 }
.sticky-book-btn a {
    color: #fff !important;
}
.sticky-book-btn:focus {
    outline: none;
}
.w100 {
    width: 100%}
.error {
    color: #FF3D45!important;
}
#reg_form .form-control.error {
    border: 1px solid #FF3D45;
}
 .pb-40  {
     padding-bottom: 40px !important;
 }
.hidden-desktop { display:none !important; }
.mobile-menu { display:none; }
.sub-description { font-size:15px;padding-top:10px;padding-bottom:10px; }

.home-banner-1 {
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    width: 100%}
.home-banner-1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-banner-1.home-banner-content {
    padding: 90px 0 0 0;
    position: relative;
    height: 100%;
    width: 100%;
    color: #000;
    text-shadow: none!important;
}

.inner-page-banner { height:300px !important; }
.inner-description { font-size:17px !important;text-transform:none !important;padding-top:6px !important; }
.home-banner-content-1 { padding:80px 0 !important; }
.about-us-text p { font-size:16px !important; }
.active { color:#002777 !important; }
.get-estimate:hover { /*background:#000 !important;*/ }
.estimate-btn:hover { background:#61CE70 !important;color:#fff !important; }
.btn-scheme-1:hover { background:#61CE70 !important; }
.btn-estimate:hover { background:#61CE70 !important; }
.ft23 { font-size:23px !important; }
.ptb-10 { padding:10px !important; }
.headerul li a:hover { color:#61CE70 !important; }
.footer-link:hover { color:#61CE70 !important; }
.active { color:#61CE70 !important; }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover { background-color: #f1f1f1; }
.dropdown:hover .dropdown-content { display: block; }
.active-menu { color:#61CE70 !important; }